]> granicus.if.org Git - apache/history - include
xforms (coincidentally, this is my 1111th commit, yay for palindromes!)
[apache] / include /
2013-05-07 Graham Leggettcore, mod_cache: Ensure RFC2616 compliance in ap_meets_...
2013-05-06 Graham Leggettcore: Add the ability to do explicit matching on weak...
2013-05-04 Ruediger Pluem* Minor bump as documented (missed in r1478140)
2013-05-01 Graham Leggettmod_cache: Invalidate cached entities in response to...
2013-04-27 Stefan Fritschfix comment
2013-04-22 Graham Leggettcore, mod_ssl: Lift the restriction that prevents mod_s...
2013-04-04 Jeff Trawickmod_dav: Improve error handling in dav_method_put(...
2013-03-27 Jim Jagielskiupdate w/ correct patch level
2013-03-22 Stefan Fritschdisable pool alloc poisoning if APR_POOL_DEBUG is enabl...
2013-03-19 Jim JagielskiUseful extensions...
2013-03-07 Jim JagielskiPull out duplicated code to proxy_util...
2013-03-05 Jim JagielskiI do DECLARE
2013-03-04 Eric CovenerPR54587: LDAP connections used for authn were not respe...
2013-03-01 Jim JagielskiAdd in rough uds support (Bugx 54101) from Blaise Tarr...
2013-03-01 Jim JagielskiAnd now make aware... compile/build again :)
2013-03-01 Jim JagielskiMove skiplist to core
2013-02-20 Graham LeggettCorrect some spelling.
2013-01-28 Jim JagielskiProxyPassInherit directive
2013-01-15 Daniel RuggeriAdd helper function to execute command w args and get...
2013-01-05 Rainer JungHappy new year.
2013-01-01 Stefan FritschAdd some caching for password hash validation.
2012-12-30 Stefan FritschAdd an option to enforce stricter HTTP conformance
2012-12-29 Stefan Fritschextend description of r->hostname
2012-12-23 Stefan Fritschadd some nonnull fn attributes
2012-12-22 Stefan FritschChange HttpProtocol to again only allow to enable/disab...
2012-12-19 Guenter KnaufOn NetWare skip these unsupported function prototypes.
2012-12-16 Stefan Fritschadd new ap_bin2hex() utility function
2012-12-08 Stefan FritschAdd LogLevelOverride directive that allows to override...
2012-12-07 Christophe JailletAdd some __attribute__ for automatic format checking.
2012-12-05 Gregg Lewis Smithfixed types since MSVC doesnt have uint*_t.
2012-11-18 Stefan Fritschs/;;/;/
2012-11-18 Stefan Fritschadd attribute nonnull to a few functions
2012-11-14 Christophe JailletGive the opportunity to the compiler to compute at...
2012-11-14 Jim JagielskiPull out the "extended" pod functions used by event...
2012-11-12 Eric Covenerfollowup to r1348036, MSSDK's WinLdap.h uses an enum...
2012-11-09 Stefan FritschMake HttpProtocol accept a range of allowed versions.
2012-11-09 Stefan Fritschfix comment typo
2012-11-07 Stefan FritschNew directive HttpProtocol which allows to disable...
2012-11-07 Jeff Trawickcomment spelling fix
2012-11-07 Stefan FritschMake ap_check_cmd_context() treat <If> sections like...
2012-11-01 Jim JagielskiAllow for setting of sticky session split char...
2012-10-03 Joe OrtonExtract some more data through the server load API:
2012-09-24 Jim JagielskiDocument these new funcs and make it API aware
2012-09-24 Jim JagielskiBreak out loadavg from Apache load.... one is quick...
2012-09-24 Jim Jagielskiminor name change, but I expect most will just want...
2012-09-24 Jim JagielskiWould be nice to have some sort of canonical definition
2012-09-24 Jeff Trawickadd pre_htaccess hook; in conjunction with earlier...
2012-09-21 Jeff Trawickadd dirwalk_stat hook, for use by mpm-itk
2012-09-20 Jim JagielskiOK, enable/allow previous broken, bad behavior iff...
2012-09-18 Jim JagielskiPersist local balancer-manager changes across restart...
2012-09-18 Jim JagielskiAdd in new type CLEARINUSE which allows the inuse table to
2012-09-17 Jim JagielskiAdditional entry to slotmem struct requires minor bump
2012-09-17 Jim JagielskiAllow for a forced grab of a slotmem slot.
2012-09-14 Stefan Fritschap_sub_req_lookup_dirent() depends on the over-allocati...
2012-09-04 Daniel GrunoA dependant is depentent on a dependency (note the...
2012-08-20 Guenter KnaufMove *_DECLARE_* macros to beginning of line in headers.
2012-08-19 Jeff Trawickfix typo in comment
2012-08-06 Jeff TrawickThe Pidfile directive and ap_log_pid()/ap_remove_pid...
2012-08-04 Jeff Trawickcore: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR...
2012-08-02 Daniel GrunoTypo fix
2012-08-02 Daniel Grunobad header info: ap_rflush does not return the number...
2012-08-01 Jeff Trawickcore: Add post_perdir_config hook.
2012-07-27 Daniel Grunoap_str(case)cmp_match returns the opposite of what...
2012-07-24 Joe OrtonFix handling of ProxyBlock if a forward proxy is config...
2012-07-23 Jeff Trawickmod_lbmethod_heartbeat, mod_heartmonitor: Respect Defau...
2012-07-19 Jeff Trawickmodernize some commentary on APEXIT_foo values
2012-07-18 Jeff Trawickavoid decls for some Unix-specific functions on Win32 too
2012-07-16 Rainer JungBump it up because of r1361784.
2012-07-15 Rainer JungFix indentation.
2012-07-15 Rainer JungAdd missing HTTP status codes taken from
2012-07-10 Stefan Fritschmake varbuf functions treat AP_VARBUF_UNKNOWN consisten...
2012-06-08 Joe Orton* include/util_ldap.h: Treat LDAP_UNAVAILABLE as a...
2012-05-10 Rich Bowens/sinlge/single as per tid 53216. Via Christophe JAILLET
2012-04-26 Stefan FritschTry to clarify what client_ip/client_addr means and...
2012-04-20 Stefan Fritschfix some comments
2012-04-18 Stefan FritschFor a local variable in a macro, use a name that is...
2012-03-28 Ruediger Pluem* Add the forcerecovery balancer parameter that determi...
2012-03-22 Ruediger Pluem* Partly revert r1303435 and rename pconf back to in_pc...
2012-03-20 Guenter KnaufRevert r1294936 (Jeff's revert) and fix NetWare / Win32...
2012-03-15 Jeff Trawickrevert r1294936, which fixed MPM DSO load failures...
2012-03-08 Jim JagielskiBump
2012-03-07 Jim JagielskiDocs (and minor comment change) for DefaultRuntimeDir...
2012-03-07 Jim JagielskiFold on Jeff's DefaultRuntimeDir impl... docs on the way
2012-02-29 Jeff TrawickFix MPM DSO load failure on AIX.
2012-02-27 Stefan FritschTake care not to call ap_start_lingering_close from...
2012-02-25 Stefan FritschFix another compiler warning
2012-02-25 Stefan FritschFix compiler warning
2012-02-24 Stefan FritschFix MMN in comment
2012-02-24 Stefan FritschIn maintainer mode, replace apr_palloc with a version...
2012-02-21 Stefan FritschAdd AP_HAVE_C99 to make correct check for C99 less...
2012-02-11 Rainer JungBZ 52623: Fix building against PCRE 8.30.
2012-02-10 Graham LeggettFix spelling.
2012-02-04 Stefan FritschReplace ap_create_core_ctx()/ap_core_ctx_get_bb() with...
2012-02-03 Stefan FritschFix various filter functions to return apr_status_t...
2012-02-01 Rainer JungForgot to bump MMN when advancing the
2012-01-31 Rainer JungI guess that makes sense.
2012-01-31 Rainer JungUpdate copyrights for externally visible and changed...
2012-01-23 Stefan FritschMake the core input/output filter contexts private...
2012-01-11 Joe OrtonSECURITY (CVE-2012-0031): Fix possible crash on shutdow...
2012-01-09 Stefan FritschFix cut'n'paster error
next