]> granicus.if.org Git - apache/history - include
xforms
[apache] / include /
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
2012-01-09 Stefan FritschRename ap_func_attr_* macros to AP_FN_ATTR_*
2012-01-09 Nick KewCore configuration: add AllowOverride option to treat...
2012-01-06 William A. Rowe JrClean up size_t abuse, part 2. ap_malloc/calloc/reallo...
2012-01-02 Stefan FritschAvoid using C++ reserved word 'new' in arg name in...
2011-12-30 Stefan FritschAdd new ap_list_provider_groups() API for mod_info
2011-12-14 Jim JagielskiAllow for changing of string more easily...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that directly...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-12 Stefan FritschLimit length of lines in .htaccess to 8K again, to...
2011-12-07 Joe Orton* include/httpd.h, server/mpm/*/*.h: Tidy up doxygen...
2011-12-07 Joe Orton* include/: Various doxy markup tweaks.
2011-12-07 Joe Orton* include/util_varbuf.h: Doxygen tweaks.
2011-12-04 Stefan Fritsch-1 to introducing new months so late in the release...
2011-12-03 Graham Leggettmod_proxy: Note that proxy_lb_workers was removed from...
2011-12-03 Graham LeggettMMN bump for the removals from the public mod_proxy...
2011-12-02 Stefan Fritschupdate MMN, not only the comment
2011-12-02 Stefan FritschAdd APLOGNO() macro for unique tags for every log message.
2011-12-02 Graham Leggettmod_session: Use apr_status_t as a return code across...
2011-11-30 Graham Leggettmod_cache: Apply the API change that allows future...
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-24 Jim JagielskiUse varargs...
2011-11-23 Stefan Fritschfix comment
2011-11-23 Jim JagielskiAdd ap_pass_brigade_fchk() which does a Filter CHecK...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-21 Stefan FritschPass ap_errorlog_info to error_log hook.
2011-11-20 Stefan FritschFix segfault caused by r1204104 on non-async mpms.
2011-11-19 Stefan FritschRemove MPM-private stuff from conn_state_t
2011-11-19 Stefan FritschLimit recursion in ap_expr evaluation to avoid unbounde...
2011-11-18 Ruediger Pluem* Actually change the defines and not only the comment.
2011-11-18 Jeff Trawickadd conn_rec to error log hook
2011-11-14 Guenter KnaufSince we have branched 2.4.x we are now at 2.5.0 in...
2011-11-14 Guenter KnaufAdded apreq to NetWare build.
2011-11-13 Philip M. GollucciAs discussed at AC NA 2011
2011-11-10 Philip M. Golluccirelocate the .h files to play nice with the srclib...
2011-11-10 Philip M. Gollucciimport apreq include files
2011-11-10 Jeff Trawickend-generation hook: Fix false notification of end...
2011-11-08 Jim JagielskiAnd we are at 2.3.16-dev
2011-11-08 Jim JagielskiGetting ready to tag 2.3.15-dev
2011-11-08 Jim JagielskiChange def timeout from a nasty 5 mins to a more reason...
2011-11-08 Stefan FritschChange default FileETag to be "size mtime", i.e. remove...
2011-11-08 Eric Covenermod_lua: Expose SSL variables via r:ssl_var_lookup()
2011-11-07 Stefan FritschOnly init the RNG once at startup. This saves some...
2011-11-07 Stefan FritschCall apr_random_after_fork() manually in the child...
2011-10-29 Graham Leggettmod_include: Add support for application/x-www-form...
2011-10-27 Stefan FritschImprove handling of maxlen = APR_SIZE_MAX, noticed...
2011-10-25 Stefan FritschLimit ap_pregsub() to 64K, add ap_pregsub_ex() for...
2011-10-14 Stefan FritschThere is absolutely no reason to have two 4k-sized...
2011-10-09 Stefan FritschAdd -D DUMP_RUN_CFG option to dump some configuration...
2011-10-09 Stefan FritschConsistenly use apr_file_* API instead of libc when...
2011-10-09 Stefan FritschRemove ap_proxy_removestr(). It has been unused for...
2011-10-06 Stefan Fritschre-add "extern" accidentally removed by r1179448
2011-10-05 Stefan FritschExport ap_max_mem_free, needed by r1178079, as pointed...
2011-09-30 Paul QuernaRemove trailing comma on last enum member for authz_status
2011-09-26 Stefan FritschSome varbuf enhancements:
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Stefan FritschAdd wrappers for malloc, calloc, realloc that check...
2011-09-16 Stefan FritschFix cut'n'paste errors: APR_DECLARE -> AP_DECLARE
2011-09-15 Stefan FritschCreate wrapper API for apr_random;
2011-09-12 Jim JagielskiAdd in MaxRangeOverlaps and MaxRangeReversals to accomodate
2011-09-12 William A. Rowe Jrunixfy
next