]> granicus.if.org Git - apache/history - include
Rebuilds quickreference docs to reflect removal of htaccess context.
[apache] / include /
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
2011-09-12 William A. Rowe JrRM warning text
2011-09-08 Eric Covenertypo in comment
2011-09-08 Eric Covenerrefactor to pull setting of Accept-Ranges header into...
2011-09-07 Eric Covenertake care of some MaxRanges feedback:
2011-08-28 Eric Coveneradd MaxRanges directive institute a default limit of...
2011-08-13 Stefan FritschActually commit the header added in r1157354
2011-08-13 Stefan FritschAdd ap_varbuf API for resizable buffers.
2011-08-11 Eric Covenermod_ldap: remove hard-coded loops of 10 retries w/o...
2011-08-03 Stefan Fritschcleanups related to new AllowOverrideList functionality:
2011-08-01 Jim JagielskiAnd we are at 2.3.15-dev
2011-08-01 Jim JagielskiGet ready to tag 2.3.14
2011-07-27 Daniel RuggeriAdd AllowOverrideList directive and documentation
2011-07-26 Stefan FritschDocument the weird semantics of ap_find_command_in_modu...
2011-07-25 Ruediger Pluem* Make trunk compile with APR trunk again (without...
2011-07-23 Stefan FritschMerge branch revert-ap-ldap:
2011-07-23 Stefan FritschAdd change log entry, bump MMN revert-ap-ldap revert-ap-ldap
2011-07-23 Stefan FritschRevert r1129808:
2011-07-23 Stefan FritschRevert r1129886:
2011-07-23 Stefan FritschRevert r1129891:
2011-07-23 Stefan FritschRevert r1131393:
2011-07-23 Stefan FritschRevert r1140069:
2011-07-23 Stefan FritschRevert r1143221:
2011-07-23 Stefan FritschRevert r1143225:
2011-07-16 Stefan FritschAdd more (trace) logging to the ap_scan_script_header...
2011-07-14 Jeff Trawickfix def'n of AP_SLOTMEM_PROVIDER_VERSION, use it
2011-07-05 Guenter KnaufRemoved define which is now in ap_ldap.h.
2011-07-05 Guenter KnaufNo tabs please.
2011-07-03 Stefan FritschFix build failure without HAVE_SYSLOG, e.g. on Netware
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
2011-06-28 Jim JagielskiAnd roll on to 2.3.14
2011-06-28 Jim JagielskiGet ready to tag as 2.3.13-beta
2011-06-27 Stefan FritschUse APR_INLINE instead of inline, to support pre-C99...
2011-06-27 Joe OrtonFix load order dependencies in LDAP code by switching...
2011-06-25 Stefan Fritschdox fix
2011-06-22 Stefan FritschWe already have ap_str_tolower(), so also add ap_str_to...
2011-06-19 Stefan FritschSome improvements for handling of many connections...
2011-06-13 Stefan FritschIntroduce new function ap_get_conn_socket() to access...
2011-06-12 Stefan FritschAvoid "`sentinel' attribute directive ignored" warning...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2011-06-05 Stefan Fritsch- Add <ElseIf> and <Else> to complement <If> sections...
2011-06-04 Stefan FritschReorder members in core_dir_config to be more logical...
2011-06-04 Stefan FritschAdd __attribute__((sentinel)) to a few functions that...
2011-06-04 Stefan FritschMake ap_rputs an inline function, as it is mostly used...
2011-06-04 Stefan FritschSeveral fixes for the ap_ldap build logic. This should...
2011-05-31 William A. Rowe JrLDAP_DECLARE Header adjustment for nw/win32
2011-05-31 William A. Rowe JrShift declaration logic of LDAP_DECLARE to ap_ldap...
2011-05-31 William A. Rowe JrIncorporate the ap_ldap incomplete API, as there is...
2011-05-28 Stefan FritschAdd some features to ap_expr for use by mod_include:
2011-05-21 Stefan FritschAdd ap_regexec_len() function that works with non-null...
2011-05-20 Jim JagielskiAdd in BalancerGrowth and its functionality... this...
2011-05-11 Jim Jagielskiand bump to 2.3.13
2011-05-11 Jim JagielskiReady to tag 2.3.12-beta
2011-05-09 Jeff Trawickallow error log formatters to peek at the message format
2011-05-09 Jim JagielskiUse AP_ instead of APR_ and move into the compile CPP
2011-05-09 Jim JagielskiCleanup... most don't need apr_hooks.h at all...
2011-05-09 Jim JagielskiStart of ap_hooks.h setup
2011-04-25 Jeff Trawickspelling fix
2011-04-25 Jeff TrawickAdd child_status hook for tracking creation/termination...
2011-04-25 Stefan FritschAdd new ap_reserve_module_slots/ap_reserve_module_slots...
2011-04-17 Stefan Fritschclarify comment
2011-04-13 Guenter KnaufAxed tabs and trailing spaces.
2011-04-09 Jeff TrawickFix some MinGW build issues...
2011-03-31 Jim JagielskiAdd in a configuration generation... this is independent of
2011-03-30 Jeff TrawickSimplify the interface to ap_reclaim_child_processes...
2011-03-30 Jeff Trawickthe mpm-note-child-killed hook was just for use by
2011-03-29 Stefan FritschExpand the comment about APLOG_* and C++ a bit
2011-03-29 Stefan FritschAdd CHANGES entry for r1086756 / ap_cfg_* change
2011-03-29 Stefan FritschChange the ap_cfg_getline() and ap_cfg_getc() to return...
2011-03-29 Jeff Trawickchange signed single-bit fields to unsigned
2011-03-28 Eric Covenerfix incorrect type of LDAP connection pool member,...
2011-03-28 William A. Rowe JrWrap at 80
2011-03-28 Jeff Trawickmpm_common.c implements a handful of config directives...
next