summaryrefslogtreecommitdiff
path: root/aolserver.c
Commit message (Collapse)AuthorAgeFilesLines
* * Use per-thread structure for request dataSascha Schumann1999-09-251-47/+51
| | | | | * Update ChangeLog
* * use faster Ns_ConnWrite()Sascha Schumann1999-09-251-14/+47
| | | | | | * access cookies correctly * set HTTP_* variables for script
* * cleanupSascha Schumann1999-09-251-21/+14
| | | | | * make cookies work
* * use consistent php_ns prefixSascha Schumann1999-09-251-52/+67
| | | | | | * improve configuration code * shutdown SAPI/TSRM correctly
* * remove debugging messageSascha Schumann1999-09-251-11/+30
| | | | | | | | * use SAPI's http response code * improve POST read (still blocks in Ns_ConnRead, even if there is enough data to read) * improve config data handling
* - support POST and HEAD requestsSascha Schumann1999-09-251-28/+35
| | | | | | - clean up module_main() - allow arbitrary mappings
* Initial AOLserver support. Note that the current way of creatingSascha Schumann1999-09-251-0/+272
the shared library works only with GNU utilities. Some features have to be added yet (i.e. POST and cookie support).