summaryrefslogtreecommitdiff
path: root/sapi/litespeed
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in apache_request_headers() that adds an extra \0 to header name.George Wang2015-12-171-10/+2
* Bumped SAPI version to 6.9George Wang2015-12-091-1/+1
* Added "mod_auth_basic" to apache module list.George Wang2015-12-091-1/+1
* Add sanitizing checks for request data.George Wang2015-12-091-2/+54
* Clear secret after use.George Wang2015-12-091-5/+8
* Fixed __DIR__ in CLI mode.George Wang2015-12-091-0/+2
* Don't keep dangling pointersDmitry Stogov2015-09-231-0/+1
* fix zend signal and tsrm compatzend-signal-ztsJoe Watkins2015-09-011-0/+4
* bump API version to 6.8George Wang2015-06-221-1/+1
* Fixed Buf #68812 Unchecked return value.George Wang2015-06-081-4/+14
* Fixed a bug that header value is not terminated by '\0' when accessed through...George Wang2015-02-251-6/+25
* Merge branch 'pull-request/1011'Stanislav Malyshev2015-02-011-2/+2
|\
| * Fix for a previous commit. i read it as size_t, notssize_t.Joshua Rogers2015-02-011-3/+3
| * Remove useless testsJoshua Rogers2015-01-211-5/+5
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-311-1/+1
|\ \ | |/ |/|
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-1/+1
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-1/+1
| | |\
| | | * use right sizeof for memsetStanislav Malyshev2015-01-311-1/+1
| | | * Revert "made lsapi_main.c compatible with PHP7/phpng ."Stanislav Malyshev2014-11-221-92/+26
| | | * made lsapi_main.c compatible with PHP7/phpng .George Wang2014-11-201-26/+92
| | | * set default response code to 200George Wang2014-11-031-2/+2
| | | * Fixed a bug that causes crash when environment variable is access while parsi...George Wang2014-10-031-1/+2
| | | * Fine tuned the order of adding request variables.George Wang2014-09-081-1/+2
| | | * Update LSAPI to 6.7, added support for 'filter_input'.George Wang2014-09-032-7/+67
| | | * Fixed a bug that cannot access custom request header stored in apache_request...George Wang2014-07-111-0/+1
| | | * cleanup file headers.George Wang2014-07-102-16/+0
| | | * Do not kill children process in pre-fork mode when parent process quit.George Wang2014-07-101-2/+2
| | | * update to LSAPI 6.6George Wang2014-07-102-10/+36
| | | * Update LiteSpeed SAPI code to V6.4George Wang2014-07-104-669/+2007
| | | * Fixed typo in Makefile.fragGeorge Wang2014-07-101-1/+1
| | | * Bump yearXinchen Hui2014-01-034-6/+6
| | | * typo fixesVeres Lajos2013-07-151-1/+1
| | | * sapi/litespeed/lsapi_main.c: Fix bug #63228George Wang2013-01-081-1/+1
| | | * Happy New YearXinchen Hui2013-01-014-6/+6
| | * | Bump yearXinchen Hui2015-01-154-9/+9
| | * | made lsapi_main.c compatible with PHP7/phpng .George Wang2014-11-201-26/+92
| | * | set default response code to 200George Wang2014-11-031-2/+2
| | * | Fixed a bug that causes crash when environment variable is access while parsi...George Wang2014-10-031-1/+2
| | * | Fine tuned the order of adding request variables.George Wang2014-09-091-1/+2
| | * | Update LSAPI to 6.7, added support for 'filter_input'.George Wang2014-09-032-7/+67
| | * | Fixed a bug that cannot access custom request header stored in apache_request...George Wang2014-07-111-0/+1
| * | | bump yearXinchen Hui2015-01-154-9/+9
| * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| * | | made lsapi_main.c compatible with PHP7/phpng .George Wang2014-11-201-26/+92
| * | | set default response code to 200George Wang2014-11-031-2/+2
| * | | Fixed a bug that causes crash when environment variable is access while parsi...George Wang2014-10-031-1/+2
| * | | Fine tuned the order of adding request variables.George Wang2014-09-091-1/+2
* | | | Remove dead codesXinchen Hui2015-01-191-36/+3
* | | | bump yearXinchen Hui2015-01-154-9/+9
* | | | Fixed #68790 (Missing return)Xinchen Hui2015-01-101-1/+1