summaryrefslogtreecommitdiff
path: root/src/c/http.c
Commit message (Collapse)AuthorAge
* Introduce URWEB_STACK_SIZE environment variable (based on a patch by Hao Deng)Gravatar Adam Chlipala2011-08-02
|
* Send newly created sources with messages to clientsGravatar Adam Chlipala2011-04-09
|
* Each context gets its own non-repeating sequence of source numbersGravatar Adam Chlipala2011-04-09
|
* Fix HTTP request parsing bugGravatar Adam Chlipala2011-02-22
|
* Only announce URI serving in standalone HTTP server (grandfathered into ↵Gravatar Adam Chlipala2011-01-23
| | | | release!)
* In FastCGI, signal 304 with a header, not the usual HTTP/1.1 lineGravatar Adam Chlipala2010-11-20
|
* Include new config.h in C source filesGravatar Adam Chlipala2010-05-30
|
* AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C ↵Gravatar Adam Chlipala2010-02-06
| | | | files
* Update Makefile.in's with new Autotools; add extra 'return NULL' to placate ↵Gravatar Adam Chlipala2010-01-30
| | | | some -Wall
* Switch to gcc -WallGravatar Adam Chlipala2010-01-28
|
* Support for protocol-specific expunger dispatchGravatar Adam Chlipala2010-01-10
|
* Basis.textBlob; support HTTP requests with no headersGravatar Adam Chlipala2010-01-05
|
* All three current protocols work with move to using uw_appGravatar Adam Chlipala2009-12-27
|
* .msgs processing in FastCGIGravatar Adam Chlipala2009-06-27
|
* Successfully starting FastCGI sessions with ApacheGravatar Adam Chlipala2009-06-27
|
* cgi protocolGravatar Adam Chlipala2009-06-23
|
* Initial implementation of protocols in SettingsGravatar Adam Chlipala2009-06-23