summaryrefslogtreecommitdiff
path: root/server/core.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up and remove dead codeBradley Nicholes2005-12-311-99/+0
* Remove the 'satisfy' directive and the ap_satisfy() and ap_requires() APIs si...Bradley Nicholes2005-12-311-4/+14
* Add general authn and authz modules to hold non-authxxx specific directives s...Bradley Nicholes2005-12-061-46/+18
* work out a few more bugs and now it works. Still needs some clean up and the...Bradley Nicholes2005-12-021-0/+8
* Reimplement ap_some_auth_required as an optional function since the data has ...Bradley Nicholes2005-12-021-0/+2
* first cut at moving the require directive out of mod_core and implementing it...Bradley Nicholes2005-11-301-38/+46
* Revert UCN default change - set back to Off, which isJim Jagielski2005-11-151-2/+2
* Add in the UseCanonicalPhysicalPort directive, whichJim Jagielski2005-11-151-45/+92
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-101-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-23/+23
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-12/+12
* Add new connection states for handler and write completionBrian Pane2005-10-231-0/+8
* * Fix PR31226 (AddOutputFilterByType deflate not active with mod_proxy), byRuediger Pluem2005-10-211-4/+3
* NET_TIME, as a standalone feature, was a horrid idea.William A. Rowe Jr2005-10-061-10/+15
* Pay close attention to core_create_req() ... and noteWilliam A. Rowe Jr2005-10-051-5/+0
* Initially a no-op. Add trace_enable configuration. The http and proxyWilliam A. Rowe Jr2005-07-011-1/+32
* Merge the listen-protocol sandbox branch to trunk.Paul Querna2005-06-141-1/+84
* 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