]> granicus.if.org Git - apache/history - include
* Once the comparsion is true we never return here since we break from the loop.
[apache] / include /
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...
2011-03-28 Jeff Trawicksome non-MPM code wants to see DEFAULT_PIDLOG, so liber...
2011-03-28 Jeff Trawickconsolidate logic to remove the pidfile in a new API,
2011-03-27 Jeff Trawickenable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows
2011-03-27 Jeff Trawickfix doxygen warnings
2011-03-26 Jeff TrawickSCOREBOARD_MAINTENANCE_INTERVAL is gone, except for...
2011-03-26 Jeff Trawickaplog_module_index must always be set for C++, so simplify
2011-03-26 Jeff TrawickCorrect C++ incompatibility with http_log.h.
2011-03-16 Guenter KnaufAdded prototype for initgroups().
2011-03-16 Daniel Earl Poiriercore: AllowEncodedSlashes new option NoDecode to allow...
2011-03-14 Jeff Trawickfix butchered sentence in ap_args_to_table() docs
2011-03-14 Jeff Trawicka bit of doc for ap_args_to_table()
2011-03-12 Eric CovenerLay some groundwork for improvements to the connection...
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-03-03 Jeff Trawickspelling fix in a comment
2011-03-01 Jim JagielskiAnd roll onto 2.3.12
2011-03-01 Jim JagielskiReady to tag 2.3.11 as beta!
2011-02-26 Guenter KnaufAxed C++ comments and tabs.
2011-02-18 Jim JagielskiExpose "new" ap_parse_form_data() function instead...
2011-02-17 Jeff Trawickspelling fix
2011-02-16 Jeff Trawickap_main_state and ap_run_mode should be marked "extern"
2011-02-14 Jim JagielskiDocument pre_read_request and bump mmn
2011-02-14 Jim JagielskiNew hook: ap_run_pre_read_request()
2011-02-12 Stefan FritschCreate new ap_state_query() function that allows module...
2011-02-07 Jim JagielskiSlotmem now provides for the number of "free" slots
2011-02-03 Stefan FritschRaise DYNAMIC_MODULE_LIMIT to 256
2011-01-21 Stefan FritschMake ap_pstr2_alnum accept const char dest
2011-01-20 Stefan FritschAdd support to set variables with the 'Define' directiv...
2011-01-19 Jim JagielskiMake it clear that '_' is a possible char and accepted
2011-01-19 Jim JagielskiMake the balancer shared memory slot more human readabl...
2011-01-18 Stefan FritschInitialize the core_dir_config->sec_files and ->sec_if...
2011-01-17 Stefan FritschMerge the <If> sections in a separate step ap_if_walk...
2011-01-14 Jim JagielskiOops... I didn't see the test framework error here...
next