summaryrefslogtreecommitdiff
path: root/server/apreq_module_cgi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix possible NULL pointer dereference casued by apreq_param_make()Giovanni Bechis2023-04-051-0/+8
* check apreq_cookie_make return valueGiovanni Bechis2023-03-231-0/+4
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-201-4/+5
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-2/+2
* No need to scan the first 5 bytes, they are already correct (i.e. HTTP_)Christophe Jaillet2016-06-051-7/+6
* Style ('{' on same line as function definition)Christophe Jaillet2014-10-111-2/+4
* Content-Length header should always be interpreted as a decimal.Christophe Jaillet2014-09-181-1/+1
* Fix: (long should be *plenty*!)Jim Jagielski2013-07-021-1/+1
* value never used : dead assignmentJim Jagielski2011-11-211-1/+0
* Fix comment stylePaul Querna2011-11-151-2/+1
* As discussed at AC NA 2011Philip M. Gollucci2011-11-131-0/+1013