]> granicus.if.org Git - apache/history - include
generated files only
[apache] / include /
2010-09-21 Graham LeggettMove private cache_* declarations out of the public...
2010-09-21 Graham LeggettAdd an MMN bump for create_entity in mod_cache.h.
2010-09-21 Nick KewMinor MMN bump for ap_rxplus API
2010-09-21 Nick KewIntroduce ap_rxplus class: higher-level regexps support...
2010-09-19 Stefan FritschAllow authz providers to check args while reading the...
2010-09-19 Graham Leggettmod_include: Move the request_rec within mod_include...
2010-09-16 Nick KewFix to apidoc comments in ap_regex
2010-09-16 Graham Leggettmod_cache: Add a discrete commit_entity() provider...
2010-09-12 Graham Leggettmod_cache: Change the signature of the store_body(...
2010-09-12 Graham LeggettMinor bump for ap_cache_check_allowed().
2010-09-12 Stefan Fritschadd comment about (not) using pools in error log format...
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-09-04 Stefan FritschDisable sendfile by default, as discussed at
2010-09-01 Guenter KnaufFixed wrong comment.
2010-08-25 Stefan Fritsch- add more comments explaining the logging macros
2010-08-24 Jim JagielskiBump up for 2.3.9-dev
2010-08-24 Jim JagielskiGet ready to tag
2010-08-21 Stefan Fritschcore: Abort with sensible error message if no or more...
2010-08-19 Jim JagielskiAnd we are at 2.3.8-dev...
2010-08-19 Jim JagielskiPrepare for tagging of 2.3.7
2010-08-18 Jim JagielskiPull out "does request have a body" logic to a central
2010-08-10 Jim Jagielskioops
2010-08-10 Jim JagielskiFold in some stuff to allow for matching of workers
2010-08-08 Guenter KnaufUpdated copyright year.
2010-08-08 Guenter KnaufChanged macro for .rc in ap_release.h.
2010-07-23 Nick Kewr966869 required mmn bump
2010-07-22 Nick KewMove AddOutputFilterByType implementation from core...
2010-07-21 Paul QuernaCVE-2010-1452: Fix handling of missing path segments...
2010-07-20 Nick KewTrivial spelling fix so I can close
2010-07-19 Stefan FritschAdd ap_find_module_short_name() to quickly get the...
2010-07-14 Stefan FritschThe approach for allowing authorization by user or...
2010-07-14 Jim JagielskiAllow for modules to keep track of worker slot
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-07-01 Stefan Fritschactually update the MMN and not only the comment
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-30 Stefan FritschTo save memory, make module_levels a vector of chars...
2010-06-26 William A. Rowe JrMissed the MINOR reset
2010-06-26 William A. Rowe JrIntroduce an socache iterator 'userctx' for the user...
2010-06-22 Nick KewNew module: mod_authn_cache
2010-06-19 Stefan FritschAdd deferred write pool to core_output_filter to clean...
2010-06-14 Stefan Fritsch- Introduce ap_log_cserror to allow mod_ssl to associat...
2010-06-13 Stefan FritschUse the correct loglevel checks in the wrappers for
2010-06-11 Jim Jagielskiroll on 2.3.7 development...
2010-06-11 Jim JagielskiPrep for 2.3.6 tag
2010-06-10 Joe OrtonRun filter "init" functions exactly once per request...
2010-06-10 Rainer JungFix ap_log_perror macro in case of C99 compilation...
2010-06-10 William A. Rowe JrDrop ap_body_to_table due to missing constraints; a...
2010-06-09 Stefan FritschFix build failure by reverting part of r953125
2010-06-09 Stefan FritschFix some issues found by Ruediger Pluem
2010-06-08 Stefan FritschImprove the comments for AP_MPMQ_NOT_SUPPORTED/AP_MPMQ_...
2010-06-07 Rainer JungUpdate CHANGES and bump minor MMN for new error log
2010-06-07 Rainer JungAdd microsecond timestamps to the error log.
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
2010-06-06 Stefan Fritsch- Introduce log levels trace1/.../trace8
2010-06-03 Stefan FritschRemove loglevel entry in core_dir_config, which has...
2010-06-02 Stefan Fritschwe are still at 2.3.6
2010-05-29 Eric Coveneradd a standard AUTHZ_PREFIX for, no MMN bump since...
2010-05-24 Jeff Trawickodd assortment of spelling fixes
2010-05-04 William A. Rowe Jrmmn bump for api args change
2010-05-04 William A. Rowe JrIt is not inconvenient to return the derived filename...
2010-04-07 William A. Rowe JrI was wrong (and looked at the wrong commit when trying...
2010-04-07 William A. Rowe JrFirst order simplification; Add IncludeOptional for...
2010-03-31 Graham LeggettAdd the missing header file from r928916.
2010-02-24 Eric Covenermissing file from r915660, major MMN bump already in...
2010-02-24 Eric Covenermake some sense of the difference between "Client"...
2010-02-22 Jeff TrawickFix startup segfault when the Mutex directive is used...
2010-02-18 Daniel Earl PoirierCorrectly update version numbers after adding new function.
2010-02-16 Daniel Earl PoirierLog command line on startup, so there's a record of...
2010-02-12 Rainer JungSupport remote https proxies by using HTTP CONNECT.
2010-02-09 Jeff Trawickfix typo in comment
2010-02-09 William A. Rowe JrIllustrate an ->iterator() implementation for mod_socac...
2010-02-09 William A. Rowe JrThe iterator data is not volatile, data aught to be...
2010-02-09 William A. Rowe JrThe iterator data is not volatile, datalen by value...
2010-02-09 William A. Rowe JrLet us be clearer about suggestions vs. necessity
2010-02-09 William A. Rowe Jrdistcache already demonstrates sub-second resolutions...
2010-02-08 Jeff Trawickchange the preprocessor define ap_accept_mutex_type...
2010-02-04 William A. Rowe JrAdd ap_process_request_after_handler to the exported...
2010-02-03 Stefan FritschAdd docstring for ap_pregsub()
2010-02-01 Stefan Fritschreplace duplicate code with new function ap_parse_log_l...
2010-01-26 William A. Rowe JrRefactor mod_status out of the ExtendedStatus toggle...
2010-01-21 Paul Quernaroll on to 2.3.6-dev
2010-01-21 Paul Quernaprep for 2.3.5 tag
2010-01-16 Stefan FritschTurn static function get_server_name_for_url() into...
2010-01-11 Stefan FritschIntroduce new config option LDAPTimeout to set the...
2009-12-30 Takashi SatoMove ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.
2009-12-30 Takashi Satofollow up r894425:
2009-12-29 Takashi SatoMove AllowCONNECT from mod_proxy to mod_proxy_connect.
2009-12-21 Nick Kew(re)-introduce -T commandline option to suppress docume...
2009-12-02 Jeff TrawickAdd OmitPID keyword on Mutex directive to suppress the
2009-12-01 Jeff Trawickinclude definition of cmd_parms
2009-11-25 Paul Quernaroll on to 2.3.5-dev
2009-11-25 Paul Quernaprepare for 2.3.4 tag
2009-11-24 Jeff Trawicknon-static directive parsers should be AP_DECLARE_NONSTD()
2009-11-24 Jeff Trawickfix the "fix" in r883816
2009-11-24 Jeff Trawickfix Win32 compile failure in r883540, reported by Gregg...
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-11-19 Jeff Trawickactually modify the MMN for the dav_error change, as...
2009-11-19 Jeff TrawickRemove errno from dav_error interface. Calls to dav_ne...
2009-11-11 Paul Quernaroll on to 2.3.4-dev
2009-11-11 Paul QuernaPrepare for 2.3.3 release tag.
next