summaryrefslogtreecommitdiff
path: root/server/core.c
Commit message (Expand)AuthorAgeFilesLines
* Add --enable-fips, FIPSify everything.Ben Laurie2005-06-111-0/+6
* Submitted by: Rüdiger Pluem <r.pluem@t-online.de>Sander Striker2005-05-231-33/+37
* Prevent hangs of child processes when writing to piped loggers atJeff Trawick2005-05-151-0/+1
* Merged the simple-conf branch changes r159781:160695 into the trunk.Joshua Slive2005-04-091-3/+3
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-10/+10
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Remove upper limit on the LimitRequestFieldSize directiveBill Stoddard2005-01-311-7/+1
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-2/+2
* Fix gcc "no previous prototype" warnings after reorganisation:Joe Orton2004-12-021-9/+3
* * server/core.c: Give an error instead of silently going on when a section is...Paul Querna2004-11-291-0/+37
* Initial pass at refactoring some files to eliminate our 150K C source behemoths.Justin Erenkrantz2004-11-271-869/+7
* Drop a worthless emit.William A. Rowe Jr2004-11-211-1/+2
* remove out-of-date comment... BillS reports thatJeff Trawick2004-11-041-5/+0
* Change core connection handling so that a connection-orientedJeff Trawick2004-11-011-1/+16
* add ap_log_cerror(); use it in a couple of places in core output filterJeff Trawick2004-10-291-5/+5
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-231-10/+7
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-7/+10
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesAllan K. Edwards2004-09-221-2/+2
* * server/core.c (merge_core_dir_configs): Fix Satisfy merging sinceJoe Orton2004-09-201-0/+4
* Fix typo in previous commit.Joe Orton2004-09-131-2/+2
* * server/core.c (default_handler): Fix the test for whether to split aJoe Orton2004-09-131-12/+7
* * server/core.c (set_allow_opts): Fix gcc warning.Joe Orton2004-07-171-1/+1
* Replace the strsep() call to the more portable apr_strtok() call so that we c...Bradley Nicholes2004-07-161-6/+4
* Added 'AllowOverride Options=Indexes,MultiViews' to give an admin betterPaul Querna2004-07-141-4/+86
* Nobody objected:André Malo2004-06-041-0/+24
* allow LimitRequestBody to be reset to unlimitedAndré Malo2004-05-251-2/+10
* use new apr_strtoff function to parse limitrequestbodyAndré Malo2004-05-241-6/+4
* * server/core.c (core_output_filter): Don't explicitly delete the EOCJoe Orton2004-05-171-5/+4
* changed the following APIs to return an error instead of hard exiting:André Malo2004-04-251-3/+8
* Recursive Include directives no longer crash. The server stopsAndré Malo2004-04-201-1/+33
* accept URLs as ServerAdmin contact. If it's not recognized as an URL, assumeAndré Malo2004-04-101-2/+4
* "ErrorDocument default" changes broke inheritance. consider:André Malo2004-04-101-2/+11
* Fix a bunch of cases where the return code of the regex compilerAndré Malo2004-04-101-0/+18
* Enable special ErrorDocument value 'default' which restores theGeoffrey Young2004-04-091-10/+16
* * server/core.c (core_output_filter): Tag the deferred_write pool.Joe Orton2004-03-251-0/+1
* Can't assume the filepointer is really 0 when offset is 0. A handler can crea...Bill Stoddard2004-03-241-1/+1
* Fix memory corruption problem with ap_custom_response() function.Jeff Trawick2004-03-241-9/+19
* use existing directive name ThreadStackSize instead ofJeff Trawick2004-03-151-1/+1
* Satisfy directives now can be influenced by a surrounding <Limit>André Malo2004-03-141-6/+20
* Threaded MPMs for Unix and Win32: Add WorkerStackSize directiveJeff Trawick2004-03-111-0/+4
* *) Remove compile-time length limit on request strings. Length isPaul J. Reder2004-03-011-6/+0
* * server/core.c (core_output_filter): Avoid using EOC bucket afterJoe Orton2004-02-291-1/+1
* Send the 'Close Alert' message to the peer upon closing a SSL session. ThisMadhusudan Mathihalli2004-02-281-0/+3
* Add a new directive EnableExceptionHook that must be specified forJeff Trawick2004-02-191-0/+4
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* Add core version query function ap_get_server_revision andAndré Malo2004-01-251-0/+8
* Oops, fixed a bit too muchBradley Nicholes2004-01-081-1/+1
* If large file support is enabled allow the file to be split into AP_MAX_SENDF...Bradley Nicholes2004-01-081-2/+6