]> granicus.if.org Git - apache/history - server/core.c
non-static directive parsers should be AP_DECLARE_NONSTD()
[apache] / server / core.c
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-09-10 Jim Jagielskiveto-ed
2009-08-28 Jim JagielskiAnd additional ServerTokens improvement...
2009-08-28 Jim JagielskiOK, might as well finish this... Allow ServerTokens Off
2009-08-26 Brian HavardBring back OS/2 support.
2009-05-10 Joe Orton* server/core.c (merge_core_dir_configs): Tweak logic...
2009-05-10 Ruediger Pluem* Fix for the following configuration where the exec...
2009-05-08 Joe OrtonSecurity fix for CVE-2009-1195: fix Options handling...
2009-03-29 Jeff TrawickCore can specify a platform-specific rewrite args hook...
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-26 Jeff Trawickrestore disable-nagle logic for connected sockets
2009-03-24 Jeff Trawickaxe the remaining checks of AP_MPM_WANT_foo to see...
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2009-02-12 Roy T. Fieldingap_meets_conditions() should not be called until all of
2009-01-31 Eric CovenerProvide a hint when we see what looks like an SSL recor...
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2009-01-09 William A. Rowe JrOh brother; we just dupped these to lowercase them...
2009-01-03 William A. Rowe JrReorder and correct creation and merge of server record...
2009-01-02 William A. Rowe JrClean up fugly initialization of AcceptFilter mappings
2008-12-02 Ruediger Pluem* The API Cleanup in r722399 missed some locations.
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-11-03 Nick KewMove security check to post_config, ćos pre-config...
2008-11-03 Nick KewWrap the global count of privileges handlers operating...
2008-11-03 Nick KewSwitch all unix MPMs to use drop_privileges hook (mod_u...
2008-10-31 Chris DarrochAllow <Limit> and <LimitExcept> directives to nest...
2008-10-29 Paul Querna* server/core.c: Fix implicit declaration of function...
2008-05-02 Ruediger Pluem* Do not allow all options of ALL to be set when only...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-06 William A. Rowe JrIf you study all of the directive implementations,...
2008-04-04 Nick KewAdd condition for <If> sections to core config merge
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...
next