summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* r966869 required mmn bumpNick Kew2010-07-231-1/+2
* Move AddOutputFilterByType implementation from core to mod_filter.Nick Kew2010-07-221-2/+0
* CVE-2010-1452: Fix handling of missing path segments in the parsed URI struct...Paul Querna2010-07-211-1/+1
* Trivial spelling fix so I can closeNick Kew2010-07-201-1/+1
* Add ap_find_module_short_name() to quickly get the module short nameStefan Fritsch2010-07-192-3/+15
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-143-3/+40
* Allow for modules to keep track of worker slotJim Jagielski2010-07-141-1/+2
* Introduce note_auth_failure hook to allow modules to add supportStefan Fritsch2010-07-042-11/+14
* actually update the MMN and not only the commentStefan Fritsch2010-07-011-1/+1
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-06-307-105/+114
* To save memory, make module_levels a vector of chars instead of ints.Stefan Fritsch2010-06-302-2/+3
* Missed the MINOR resetWilliam A. Rowe Jr2010-06-261-1/+1
* Introduce an socache iterator 'userctx' for the user to track theWilliam A. Rowe Jr2010-06-262-14/+18
* New module: mod_authn_cacheNick Kew2010-06-221-0/+12
* Add deferred write pool to core_output_filter to clean up file descriptors asStefan Fritsch2010-06-192-1/+3
* - Introduce ap_log_cserror to allow mod_ssl to associate log messages toStefan Fritsch2010-06-143-3/+76
* Use the correct loglevel checks in the wrappers forStefan Fritsch2010-06-131-2/+2
* roll on 2.3.7 development...Jim Jagielski2010-06-111-2/+2
* Prep for 2.3.6 tagJim Jagielski2010-06-111-1/+1
* Run filter "init" functions exactly once per request. No longer runJoe Orton2010-06-101-4/+7
* Fix ap_log_perror macro in case of C99 compilation withRainer Jung2010-06-101-2/+2
* Drop ap_body_to_table due to missing constraints; a DoS waitingWilliam A. Rowe Jr2010-06-102-4/+2
* Fix build failure by reverting part of r953125Stefan Fritsch2010-06-091-2/+3
* Fix some issues found by Ruediger PluemStefan Fritsch2010-06-092-11/+10
* Improve the comments for AP_MPMQ_NOT_SUPPORTED/AP_MPMQ_STATIC/AP_MPMQ_DYNAMICStefan Fritsch2010-06-081-8/+8
* Update CHANGES and bump minor MMN for new error logRainer Jung2010-06-071-0/+2
* Add microsecond timestamps to the error log.Rainer Jung2010-06-071-0/+24
* - Add loglevels to request_rec and conn_recStefan Fritsch2010-06-064-21/+108
* - Introduce log levels trace1/.../trace8Stefan Fritsch2010-06-064-39/+230
* Remove loglevel entry in core_dir_config, which has been unused for atStefan Fritsch2010-06-032-3/+2
* we are still at 2.3.6Stefan Fritsch2010-06-021-4/+4
* add a standard AUTHZ_PREFIX for, no MMN bump since it's just baked in if you Eric Covener2010-05-291-0/+1
* odd assortment of spelling fixesJeff Trawick2010-05-241-1/+1
* mmn bump for api args changeWilliam A. Rowe Jr2010-05-041-2/+3
* It is not inconvenient to return the derived filename here, let'sWilliam A. Rowe Jr2010-05-041-7/+14
* I was wrong (and looked at the wrong commit when trying to figureWilliam A. Rowe Jr2010-04-071-4/+4
* First order simplification; Add IncludeOptional for introducingWilliam A. Rowe Jr2010-04-072-22/+17
* Add the missing header file from r928916.Graham Leggett2010-03-311-0/+23
* missing file from r915660, major MMN bump already in original revisionEric Covener2010-02-241-1/+1
* make some sense of the difference between "Client" and "Global" certs in mod_...Eric Covener2010-02-241-2/+3
* Fix startup segfault when the Mutex directive is used but no loaded Jeff Trawick2010-02-221-0/+3
* Correctly update version numbers after adding new function.Daniel Earl Poirier2010-02-181-2/+2
* Log command line on startup, so there's a record of command lineDaniel Earl Poirier2010-02-162-0/+9
* Support remote https proxies by using HTTP CONNECT.Rainer Jung2010-02-121-1/+2
* fix typo in commentJeff Trawick2010-02-091-1/+1
* Illustrate an ->iterator() implementation for mod_socache_shmcb.William A. Rowe Jr2010-02-091-3/+6
* The iterator data is not volatile, data aught to be constWilliam A. Rowe Jr2010-02-091-1/+1
* The iterator data is not volatile, datalen by value is just fineWilliam A. Rowe Jr2010-02-091-1/+1
* Let us be clearer about suggestions vs. necessityWilliam A. Rowe Jr2010-02-091-2/+1
* distcache already demonstrates sub-second resolutions, but much moreWilliam A. Rowe Jr2010-02-092-6/+47