summaryrefslogtreecommitdiffstats
path: root/include/httpd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some caching for password hash validation.Stefan Fritsch2013-01-011-0/+18
* Add an option to enforce stricter HTTP conformanceStefan Fritsch2012-12-301-0/+9
* extend description of r->hostnameStefan Fritsch2012-12-291-1/+3
* add some nonnull fn attributesStefan Fritsch2012-12-231-3/+6
* add new ap_bin2hex() utility functionStefan Fritsch2012-12-161-0/+8
* s/;;/;/Stefan Fritsch2012-11-181-1/+1
* add attribute nonnull to a few functionsStefan Fritsch2012-11-181-22/+44
* Extract some more data through the server load API:Joe Orton2012-10-031-0/+4
* Break out loadavg from Apache load.... one is quick, the otherJim Jagielski2012-09-241-6/+21
* minor name change, but I expect most will just want/need/useJim Jagielski2012-09-241-2/+2
* Would be nice to have some sort of canonical definitionJim Jagielski2012-09-241-0/+23
* ap_sub_req_lookup_dirent() depends on the over-allocation done byStefan Fritsch2012-09-141-2/+5
* A dependant is depentent on a dependency (note the subtle difference in spell...Daniel Gruno2012-09-041-1/+1
* fix typo in commentJeff Trawick2012-08-191-1/+1
* ap_str(case)cmp_match returns the opposite of what is advertized in the header.Daniel Gruno2012-07-271-2/+2
* modernize some commentary on APEXIT_foo valuesJeff Trawick2012-07-191-3/+3
* Fix indentation.Rainer Jung2012-07-151-55/+55
* Add missing HTTP status codes taken fromRainer Jung2012-07-151-3/+12
* s/sinlge/single as per tid 53216. Via Christophe JAILLETRich Bowen2012-05-101-1/+1
* Try to clarify what client_ip/client_addr means and point to useragent_ipStefan Fritsch2012-04-261-2/+7
* fix some commentsStefan Fritsch2012-04-201-1/+1
* Take care not to call ap_start_lingering_close from the listener thread,Stefan Fritsch2012-02-271-3/+5
* In maintainer mode, replace apr_palloc with a version thatStefan Fritsch2012-02-241-0/+17
* Replace ap_create_core_ctx()/ap_core_ctx_get_bb() with a hookStefan Fritsch2012-02-041-0/+12
* Make the core input/output filter contexts private and provide accessor APIsStefan Fritsch2012-01-231-24/+0
* Fix cut'n'paster errorStefan Fritsch2012-01-091-1/+1
* Rename ap_func_attr_* macros to AP_FN_ATTR_*Stefan Fritsch2012-01-091-3/+8
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-3/+5
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-2/+2
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-2/+2
* * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by movingJoe Orton2011-12-071-0/+1
* * include/: Various doxy markup tweaks.Joe Orton2011-12-071-4/+4
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-4/+4
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-0/+6
* Fix segfault caused by r1204104 on non-async mpms.Stefan Fritsch2011-11-201-1/+1
* Remove MPM-private stuff from conn_state_tStefan Fritsch2011-11-201-12/+0
* Change def timeout from a nasty 5 mins to a more reasonable 1minJim Jagielski2011-11-081-1/+1
* mod_include: Add support for application/x-www-form-urlencoded encodingGraham Leggett2011-10-291-0/+23
* Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.Stefan Fritsch2011-10-271-1/+1
* Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and withStefan Fritsch2011-10-261-1/+21
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-36/+36
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-80/+80
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-191-0/+32
* Fix cut'n'paste errors: APR_DECLARE -> AP_DECLAREStefan Fritsch2011-09-161-2/+2
* Create wrapper API for apr_random;Stefan Fritsch2011-09-151-0/+20
* Add AllowOverrideList directive and documentationDaniel Ruggeri2011-07-281-0/+2
* We already have ap_str_tolower(), so also add ap_str_toupper() function and useStefan Fritsch2011-06-221-0/+6
* Some improvements for handling of many connections for MPM event:Stefan Fritsch2011-06-191-1/+3
* - Introduce concept of context prefix (which is an URL prefix)Stefan Fritsch2011-06-051-0/+36
* spelling fixJeff Trawick2011-04-261-1/+1