log src/c/http.c

age author description
2014-11-16 Adam Chlipala uw_remoteSock()
2014-09-02 Sergey Mironov Introduce recv timeout controlled by '-T' option in http.c
2014-09-02 Sergey Mironov Check realloc's return code to prevent segfault on out of memory condition (Part 3)
2014-09-02 Sergey Mironov Replace common "if(!quiet) printf(...)" pattern with a macro
2014-02-26 Sergey Mironov Define uw_loggers structure, allow FFI code to access it
2013-12-30 Adam Chlipala HTTP: continue after accept() failure
2013-12-28 Adam Chlipala How embarrassing; didn't try compiling before committing
2013-12-28 Adam Chlipala Make HTTP keepalive switch between available connections to improve throughput
2013-12-25 Adam Chlipala Tweaking handling of database transactions
2013-12-23 Adam Chlipala Proper handling of serialization failures during SQL COMMIT
2013-12-18 Adam Chlipala Fix compilation of apps that don't use database; fix HTTP pipelining
2013-12-12 Adam Chlipala Start SQL transactions as read-only when possible, based on conservative program analysis
2013-12-12 Adam Chlipala HTTP: avoid duplicate Content-length
2013-12-11 Adam Chlipala Fix regression in http.c for long-polling connections; add lazy initialization of database connections, to avoid the overhead in handlers that don't use SQL
2013-12-11 Adam Chlipala Add '-q' option to HTTP binaries
2013-11-28 Adam Chlipala Add keepalive option to the http protocol
2013-11-27 Adam Chlipala Add Connection and Content-length headers to raw HTTP responses
2013-11-27 Adam Chlipala In HTTP protocol C code, increase listening socket backlog to maximum
2012-08-02 Adam Chlipala Basis.getenv
2012-06-23 Adam Chlipala HTTP daemons now take '-a' option to set IP address to listen on
2012-01-10 Adam Chlipala Fix some locking issues for client array
2011-08-02 Adam Chlipala Introduce URWEB_STACK_SIZE environment variable (based on a patch by Hao Deng)
2011-04-10 Adam Chlipala Send newly created sources with messages to clients
2011-04-09 Adam Chlipala Each context gets its own non-repeating sequence of source numbers
2011-02-22 Adam Chlipala Fix HTTP request parsing bug
2011-01-23 Adam Chlipala Only announce URI serving in standalone HTTP server (grandfathered into release!)
2010-11-20 Adam Chlipala In FastCGI, signal 304 with a header, not the usual HTTP/1.1 line
2010-05-30 Adam Chlipala Include new config.h in C source files
2010-02-06 Adam Chlipala AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C files
2010-01-30 Adam Chlipala Update Makefile.in's with new Autotools; add extra 'return NULL' to placate some -Wall
2010-01-28 Adam Chlipala Switch to gcc -Wall
2010-01-10 Adam Chlipala Support for protocol-specific expunger dispatch
2010-01-05 Adam Chlipala Basis.textBlob; support HTTP requests with no headers
2009-12-27 Adam Chlipala All three current protocols work with move to using uw_app
2009-06-27 Adam Chlipala .msgs processing in FastCGI
2009-06-27 Adam Chlipala Successfully starting FastCGI sessions with Apache
2009-06-23 Adam Chlipala cgi protocol
2009-06-23 Adam Chlipala Initial implementation of protocols in Settings base src/c/driver.c@0971a0287cf6