| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some caching for password hash validation. | Stefan Fritsch | 2013-01-01 | 1 | -0/+18 |
* | Add an option to enforce stricter HTTP conformance | Stefan Fritsch | 2012-12-30 | 1 | -0/+9 |
* | extend description of r->hostname | Stefan Fritsch | 2012-12-29 | 1 | -1/+3 |
* | add some nonnull fn attributes | Stefan Fritsch | 2012-12-23 | 1 | -3/+6 |
* | add new ap_bin2hex() utility function | Stefan Fritsch | 2012-12-16 | 1 | -0/+8 |
* | s/;;/;/ | Stefan Fritsch | 2012-11-18 | 1 | -1/+1 |
* | add attribute nonnull to a few functions | Stefan Fritsch | 2012-11-18 | 1 | -22/+44 |
* | Extract some more data through the server load API: | Joe Orton | 2012-10-03 | 1 | -0/+4 |
* | Break out loadavg from Apache load.... one is quick, the other | Jim Jagielski | 2012-09-24 | 1 | -6/+21 |
* | minor name change, but I expect most will just want/need/use | Jim Jagielski | 2012-09-24 | 1 | -2/+2 |
* | Would be nice to have some sort of canonical definition | Jim Jagielski | 2012-09-24 | 1 | -0/+23 |
* | ap_sub_req_lookup_dirent() depends on the over-allocation done by | Stefan Fritsch | 2012-09-14 | 1 | -2/+5 |
* | A dependant is depentent on a dependency (note the subtle difference in spell... | Daniel Gruno | 2012-09-04 | 1 | -1/+1 |
* | fix typo in comment | Jeff Trawick | 2012-08-19 | 1 | -1/+1 |
* | ap_str(case)cmp_match returns the opposite of what is advertized in the header. | Daniel Gruno | 2012-07-27 | 1 | -2/+2 |
* | modernize some commentary on APEXIT_foo values | Jeff Trawick | 2012-07-19 | 1 | -3/+3 |
* | Fix indentation. | Rainer Jung | 2012-07-15 | 1 | -55/+55 |
* | Add missing HTTP status codes taken from | Rainer Jung | 2012-07-15 | 1 | -3/+12 |
* | s/sinlge/single as per tid 53216. Via Christophe JAILLET | Rich Bowen | 2012-05-10 | 1 | -1/+1 |
* | Try to clarify what client_ip/client_addr means and point to useragent_ip | Stefan Fritsch | 2012-04-26 | 1 | -2/+7 |
* | fix some comments | Stefan Fritsch | 2012-04-20 | 1 | -1/+1 |
* | Take care not to call ap_start_lingering_close from the listener thread, | Stefan Fritsch | 2012-02-27 | 1 | -3/+5 |
* | In maintainer mode, replace apr_palloc with a version that | Stefan Fritsch | 2012-02-24 | 1 | -0/+17 |
* | Replace ap_create_core_ctx()/ap_core_ctx_get_bb() with a hook | Stefan Fritsch | 2012-02-04 | 1 | -0/+12 |
* | Make the core input/output filter contexts private and provide accessor APIs | Stefan Fritsch | 2012-01-23 | 1 | -24/+0 |
* | Fix cut'n'paster error | Stefan Fritsch | 2012-01-09 | 1 | -1/+1 |
* | Rename ap_func_attr_* macros to AP_FN_ATTR_* | Stefan Fritsch | 2012-01-09 | 1 | -3/+8 |
* | Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly | William A. Rowe Jr | 2012-01-06 | 1 | -3/+5 |
* | Further clarify the naming of the entity that directly connects to us by | Graham Leggett | 2011-12-14 | 1 | -2/+2 |
* | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 1 | -2/+2 |
* | * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by moving | Joe Orton | 2011-12-07 | 1 | -0/+1 |
* | * include/: Various doxy markup tweaks. | Joe Orton | 2011-12-07 | 1 | -4/+4 |
* | Introduce a per connection "peer_ip" and a per request "client_ip" to | Graham Leggett | 2011-11-25 | 1 | -4/+4 |
* | Introduce a per request version of the remote IP address, which can be | Graham Leggett | 2011-11-22 | 1 | -0/+6 |
* | Fix segfault caused by r1204104 on non-async mpms. | Stefan Fritsch | 2011-11-20 | 1 | -1/+1 |
* | Remove MPM-private stuff from conn_state_t | Stefan Fritsch | 2011-11-20 | 1 | -12/+0 |
* | Change def timeout from a nasty 5 mins to a more reasonable 1min | Jim Jagielski | 2011-11-08 | 1 | -1/+1 |
* | mod_include: Add support for application/x-www-form-urlencoded encoding | Graham Leggett | 2011-10-29 | 1 | -0/+23 |
* | Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim. | Stefan Fritsch | 2011-10-27 | 1 | -1/+1 |
* | Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and with | Stefan Fritsch | 2011-10-26 | 1 | -1/+21 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -36/+36 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -80/+80 |
* | Add wrappers for malloc, calloc, realloc that check for out of memory | Stefan Fritsch | 2011-09-19 | 1 | -0/+32 |
* | Fix cut'n'paste errors: APR_DECLARE -> AP_DECLARE | Stefan Fritsch | 2011-09-16 | 1 | -2/+2 |
* | Create wrapper API for apr_random; | Stefan Fritsch | 2011-09-15 | 1 | -0/+20 |
* | Add AllowOverrideList directive and documentation | Daniel Ruggeri | 2011-07-28 | 1 | -0/+2 |
* | We already have ap_str_tolower(), so also add ap_str_toupper() function and use | Stefan Fritsch | 2011-06-22 | 1 | -0/+6 |
* | Some improvements for handling of many connections for MPM event: | Stefan Fritsch | 2011-06-19 | 1 | -1/+3 |
* | - Introduce concept of context prefix (which is an URL prefix) | Stefan Fritsch | 2011-06-05 | 1 | -0/+36 |
* | spelling fix | Jeff Trawick | 2011-04-26 | 1 | -1/+1 |