]> granicus.if.org Git - apache/history - server/core.c
Avoid calling access control hooks for internal requests with
[apache] / server / core.c
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2008-04-03 Nick KewHTTPD Core: Implement <If> sections for conditional...
2007-12-28 Nick KewFix typo in error message (noticed by gryzor on IRC)
2007-10-27 Nick KewFix possible crash at startup in case of nonexistent...
2007-08-23 William A. Rowe Jrap_available_mutexes_string and ap_add_available_mutexe...
2007-08-05 Ruediger Pluem* Avoid that relative changes to Options change the...
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-06-20 Ruediger Pluem* Remove unused variables from set_define() function...
2007-06-12 Paul QuernaAdd the 'Define' command to the core. This does exactl...
2007-06-12 Paul QuernaAdd a clogging_input_filters variable to the conn_rec...
2007-05-02 Bradley Nicholesre-introduce ap_satisfies API back into core and modify...
2006-11-22 Joe Orton* docs/manual/mod/mpm_common.xml: s/depreciated/deprecated/
2006-10-24 Jim JagielskiOnce SSLMutex allowed for the setting of both the
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-09 Ruediger Pluem* Add the filename of the configuration file to the...
2006-06-14 Joe Orton* server/core.c (default_handler): Use apr_brigade_inse...
2006-05-08 Joe Orton* server/core.c (server_hostname_port): Remove unused...
2006-05-05 Sander Temme Add optional 'scheme://' prefix to ServerName...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-10 Jeff Trawickremove unnecessary whitespace
2006-04-03 Jim JagielskiWe actually want to reach the rest of the code :)
2006-04-02 Jeff TrawickDefault handler: Don't return output filter apr_status_...
2006-01-11 Bradley NicholesAuthz refactoring
2005-11-15 Jim JagielskiRevert UCN default change - set back to Off, which is
2005-11-15 Jim JagielskiAdd in the UseCanonicalPhysicalPort directive, which
2005-11-10 Jim JagielskiNo functional change: more indenting/formatting changes...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-23 Brian PaneAdd new connection states for handler and write completion
2005-10-21 Ruediger Pluem* Fix PR31226 (AddOutputFilterByType deflate not active...
2005-10-06 William A. Rowe Jr NET_TIME, as a standalone feature, was a horrid idea.
2005-10-05 William A. Rowe Jr Pay close attention to core_create_req() ... and...
2005-07-01 William A. Rowe Jr Initially a no-op. Add trace_enable configuration...
2005-06-14 Paul QuernaMerge the listen-protocol sandbox branch to trunk.
2005-05-23 Sander StrikerSubmitted by: Rüdiger Pluem <r.pluem@t-online.de>
2005-05-15 Jeff TrawickPrevent hangs of child processes when writing to piped...
2005-04-09 Joshua SliveMerged the simple-conf branch changes r159781:160695...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-01-31 Bill StoddardRemove upper limit on the LimitRequestFieldSize directive
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-12-02 Joe OrtonFix gcc "no previous prototype" warnings after reorgani...
2004-11-29 Paul Querna* server/core.c: Give an error instead of silently...
2004-11-27 Justin ErenkrantzInitial pass at refactoring some files to eliminate...
2004-11-21 William A. Rowe Jr Drop a worthless emit.
2004-11-04 Jeff Trawickremove out-of-date comment... BillS reports that
2004-11-01 Jeff TrawickChange core connection handling so that a connection...
2004-10-29 Jeff Trawickadd ap_log_cerror(); use it in a couple of places in...
2004-10-23 Roy T. Fieldingveto and revert win64 patch: 64bit changes must percola...
2004-10-22 Allan K. EdwardsWIN64: API changes to clean up Windows 64bit compile...
2004-09-22 Allan K. EdwardsWIN64: first in a series to get Windows IA64 builds...
2004-09-20 Joe Orton* server/core.c (merge_core_dir_configs): Fix Satisfy...
2004-09-13 Joe OrtonFix typo in previous commit.
2004-09-13 Joe Orton* server/core.c (default_handler): Fix the test for...
2004-07-17 Joe Orton* server/core.c (set_allow_opts): Fix gcc warning.
2004-07-16 Bradley NicholesReplace the strsep() call to the more portable apr_strt...
2004-07-14 Paul QuernaAdded 'AllowOverride Options=Indexes,MultiViews' to...
2004-06-04 André MaloNobody objected:
2004-05-25 André Maloallow LimitRequestBody to be reset to unlimited
2004-05-24 André Malouse new apr_strtoff function to parse limitrequestbody
2004-05-17 Joe Orton* server/core.c (core_output_filter): Don't explicitly...
2004-04-25 André Malochanged the following APIs to return an error instead...
2004-04-20 André MaloRecursive Include directives no longer crash. The serve...
2004-04-10 André Maloaccept URLs as ServerAdmin contact. If it's not recogni...
2004-04-10 André Malo"ErrorDocument default" changes broke inheritance....
2004-04-10 André MaloFix a bunch of cases where the return code of the regex...
2004-04-09 Geoffrey YoungEnable special ErrorDocument value 'default' which...
2004-03-25 Joe Orton* server/core.c (core_output_filter): Tag the deferred_...
2004-03-24 Bill StoddardCan't assume the filepointer is really 0 when offset...
2004-03-24 Jeff TrawickFix memory corruption problem with ap_custom_response...
2004-03-15 Jeff Trawickuse existing directive name ThreadStackSize instead of
2004-03-14 André MaloSatisfy directives now can be influenced by a surroundi...
2004-03-11 Jeff TrawickThreaded MPMs for Unix and Win32: Add WorkerStackSize...
2004-03-01 Paul J. Reder *) Remove compile-time length limit on request strings...
2004-02-29 Joe Orton* server/core.c (core_output_filter): Avoid using EOC...
2004-02-28 Madhusudan MathihalliSend the 'Close Alert' message to the peer upon closing...
2004-02-19 Jeff TrawickAdd a new directive EnableExceptionHook that must be...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-25 André MaloAdd core version query function ap_get_server_revision and
2004-01-08 Bradley NicholesOops, fixed a bit too much
2004-01-08 Bradley NicholesIf large file support is enabled allow the file to...
2004-01-01 André Maloupdate license to 2004.
2003-12-10 Jeff TrawickFix <Limit> and <LimitExcept> parsing to require a...
2003-11-21 Jeff TrawickAccount for some bytes handed to the network layer...
2003-11-21 Jeff Trawickaxe a comment... as with so many things, the true part...
2003-11-21 Jeff Trawicksimplify just a bit
2003-11-16 Cliff Woolleyget rid of _FOREACH
2003-11-13 Jim Jagielskiparsed_uri.port is only valid iff parsed_uri.port_str...
2003-10-22 Bradley NicholesWhen UseCanonicalName is set to OFF, allow ap_get_serve...
2003-09-30 Martin KraemerCosmetics: remove redundancy
2003-09-25 Jeff Trawickchange some error log messages to be more concise
2003-09-25 Jeff TrawickLog an error when requests for URIs which fail to map...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-22 Stas Bekmanfix doc typo
2003-07-24 André Malothat loop was totally bogus.
2003-07-24 André Malodon't reverse the filter order in AddOutputFilterByType
2003-06-20 Martin KraemerDocumentRoot always used to be interpreted relative...
next