summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #52162 (custom request header variables with numbers are removed)Sriram Natarajan2010-06-231-1/+1
* Document CGI options in the manpage (bug #51718)Raphael Geissert2010-05-111-0/+28
* - revert as vc6 does not support strtoi64, update to 5.3 will be the fixPierre Joye2010-05-031-8/+0
* - #51273, Content-length header is limited to 32bit integer with apache2/windowsPierre Joye2010-05-031-1/+9
* - Fixed bug #51237 (milter SAPI crash on startup)Felipe Pena2010-03-081-1/+11
* - Fix php-milter sample usage (-r option doesn't exists here)Felipe Pena2010-03-081-2/+1
* Fixed bug #50795 (man pages have bad whatis entries)Kalle Sommer Nielsen2010-02-171-1/+0
* Fix bug #50940Rasmus Lerdorf2010-02-053-0/+6
* Update copyright year in the man fileIlia Alshanetsky2010-01-041-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0346-50/+50
* fix minor leak (merge from trunk)Antony Dovgal2009-12-251-0/+3
* - Fixed bug #50209 (Compiling with libedit cannot find readline.h)Felipe Pena2009-12-132-2/+7
* - Sync filesJani Taskinen2009-12-021-8/+6
* Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to non-exist...Dmitry Stogov2009-11-301-10/+15
* - Fixed bug #49677 (ini parser crashes with apache2 and using ${something} in...Jani Taskinen2009-11-251-0/+4
* wsJani Taskinen2009-11-251-19/+20
* - fix build (pls at least try to compile before committing)Pierre Joye2009-08-261-2/+2
* Fixed variable clobberingIlia Alshanetsky2009-08-261-7/+7
* MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUXUwe Schindler2009-08-031-0/+7
* - Updated fix for bug #48911 (embed sapi misses SAPI_API)Garrett Serack2009-07-302-6/+12
* - Fixed bug #48911 (embed sapi misses SAPI_API)Jani Taskinen2009-07-282-6/+6
* - Fix this again :)Jani Taskinen2009-07-251-1/+3
* - Fix testJani Taskinen2009-07-251-1/+1
* - Fixed bug #48802 (printf() returns incorrect outputted length)Jani Taskinen2009-07-231-1/+1
* MFH: It's 2009Johannes Schlüter2009-06-211-1/+1
* Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non ...David Soria Parra2009-06-091-1/+2
* MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)Jani Taskinen2009-06-041-2/+5
* fix testAntony Dovgal2009-05-281-4/+0
* MFH: Fix skipifArnaud Le Blanc2009-05-201-1/+1
* Engelsk grammatikkHannes Magnusson2009-04-092-4/+4
* MFH: Fixed bug#47427 (-s outputs, not displays)Hannes Magnusson2009-04-092-4/+4
* - MFH: Fix ZTS buildFelipe Pena2009-04-081-5/+5
* MFH: Fixed bug #47893 (CLI aborts on non blocking stdout)Arnaud Le Blanc2009-04-071-1/+30
* Fix a sigsegv on server shutdown, add missing sapi_shutdown().Uwe Schindler2009-03-201-0/+6
* Fix Bug 47495: Keep header in internal list after add, so headers_list() work...Uwe Schindler2009-02-251-3/+3
* MFH: Fix #47149. Remove check for script_filename = path_translated, as this ...David Soria Parra2009-01-191-2/+1
* MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache).David Soria Parra2009-01-091-1/+3
* MFH: the #ifdef was never working. If Sun extends its NSAPI to support subreq...Uwe Schindler2009-01-061-8/+0
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3147-51/+51
* MFH fix #46005Stanislav Malyshev2008-12-182-0/+7
* - wsPierre Joye2008-12-111-28/+28
* MFH: Fixed bug #46782 (fastcgi.c parse error)Matt Wilmas2008-12-071-6/+6
* remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This...Uwe Schindler2008-12-011-6/+0
* MFH: support stat cache of webserver (like apache does)Uwe Schindler2008-11-291-1/+8
* MFH: Some nsapi.h specific ifdefs unified & corrected (same like last commit,...Uwe Schindler2008-11-291-4/+2
* MFH: remove one stat call and replace by cached oneUwe Schindler2008-11-291-6/+3
* Hallo release manager: This patch is not release critical (affects only NSAPI...Uwe Schindler2008-11-291-5/+28
* init SG(server_context) before processing configsStanislav Malyshev2008-11-281-2/+2
* Fixed bug #46366 (bad cwd with / as pathinfo)Dmitry Stogov2008-11-281-0/+3
* MFH: Fixed endless loop in cli when ignore_user_abort is onArnaud Le Blanc2008-11-251-3/+2