summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add fatal exception hook for use by debug modules. The hook is onlyJeff Trawick2003-11-261-0/+9
* The caller of ap_pass_brigade() relinquishes ownership of the brigade.Jeff Trawick2003-11-261-0/+1
* tidy up some charset recoding issuesJeff Trawick2003-11-262-16/+6
* SECURITY [CAN-2003-0020]: escape arbitrary data before writing into theAndré Malo2003-11-242-2/+13
* fix commentCliff Woolley2003-11-241-1/+2
* Sync with APR-util deprecated functions.Justin Erenkrantz2003-11-161-2/+2
* mod_auth_ldap: Fix some segfaults in the cache logic.Jeff Trawick2003-11-061-7/+21
* - add XHTML doctypes to httpd.hAndré Malo2003-11-022-1/+17
* Revert the change to the cmd_func typedef to avoid a type mismatchBradley Nicholes2003-10-311-1/+1
* * include/http_config.hSander Striker2003-10-311-1/+1
* Fold in the CAN-2003-0542 regex patch.Sander Striker2003-10-241-0/+3
* apu_compat.h no longer exists...Sander Striker2003-09-061-3/+0
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-1/+1
* clarify that filter_init_func is used only in the http protocol filtersStas Bekman2003-08-221-1/+4
* adjust mod_cgi and mod_cgidAndré Malo2003-08-211-2/+3
* fix misleading ap_get_token descriptionAndré Malo2003-08-191-3/+3
* fix extern "C" declarationAndré Malo2003-08-071-5/+5
* * util_filter.h (ap_filter_flush): clarify that this function hasGreg Stein2003-07-161-0/+2
* Use 'expected' rather than 'exp', as the latter shadows the exp()Greg Stein2003-06-171-4/+4
* Clarified comment on arg constraints for ap_get_brigade()Brian Pane2003-06-151-1/+2
* Rework of the recursion stopper - collapse recursion counters into one functionAndré Malo2003-05-291-11/+3
* Prevent the server from crashing when entering infinite loops. TheAndré Malo2003-05-191-0/+26
* Porting to BS2000: the antique interface (BS2000Account) no longer existsMartin Kraemer2003-05-091-1/+0
* consolidate code related to sig_coredumpJeff Trawick2003-04-091-0/+5
* keep changes and mmns in sync.André Malo2003-04-041-2/+2
* * include/http_config.hSander Striker2003-03-071-1/+1
* Minor MMN bump:André Malo2003-03-062-2/+12
* Linux 2.4+: enable coredumps when Apache is started as root ifGreg Ames2003-03-061-0/+1
* * include/http_config.hSander Striker2003-03-062-9/+8
* doc typo fix: s/ap_fine_path_info/ap_find_path_info/Stas Bekman2003-02-191-1/+1
* Allow restart of httpd to occur even with syntax errors in the configJustin Erenkrantz2003-02-171-2/+5
* Added support for Novell LDAP SDK and standardized the SSL support acrossBradley Nicholes2003-02-141-13/+16
* change optional function to return the previous writer, allowing to have mutl...Ian Holsman2003-02-141-1/+2
* finished that boring job:André Malo2003-02-0328-28/+28
* d'oh! was originally against 2.0. yeah, that's it..Ken Coar2003-01-241-1/+1
* here we go. add a directive that will keep %2f from beingKen Coar2003-01-233-3/+11
* move rfc1413 code to a new module "metadata:mod_ident".André Malo2003-01-183-91/+8
* Update documentation to match prototype for ap_register_input_filter andJustin Erenkrantz2003-01-121-2/+6
* comment an endif for clarityBrian Pane2002-12-151-1/+1
* Per Greg's request, add a version string component to the ap_provider.hJustin Erenkrantz2002-11-301-1/+5
* Win32 builds populate include from modules/foo/*.h and os/win32/os.h.William A. Rowe Jr2002-11-241-0/+8
* Branch tag APACHE_2_0_BRANCH now contains Apache 2.0 development.William A. Rowe Jr2002-11-221-2/+2
* use a subpool of c->pool for resources which are set aside, then clear itGreg Ames2002-11-081-4/+3
* mod_logio modification: count bytes-sent after the writev or sendfileBrian Pane2002-10-251-0/+11
* Introduce an EnableSendfile directive (defaulted to ON) to allow usersWilliam A. Rowe Jr2002-10-141-1/+6
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-1/+2
* fix a problem generating the docs via scandocJeff Trawick2002-10-101-1/+1
* Change the LDAP modules to export their symbols correctlyGraham Leggett2002-10-091-7/+29
* Add -S as a synonym for -t -DDUMP_VHOSTSAaron Bannert2002-10-071-1/+1
* On to .44William A. Rowe Jr2002-10-031-1/+1