| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add loglevels to request_rec and conn_rec | Stefan Fritsch | 2010-06-06 | 4 | -21/+108 |
* | - Introduce log levels trace1/.../trace8 | Stefan Fritsch | 2010-06-06 | 4 | -39/+230 |
* | Remove loglevel entry in core_dir_config, which has been unused for at | Stefan Fritsch | 2010-06-04 | 2 | -3/+2 |
* | we are still at 2.3.6 | Stefan Fritsch | 2010-06-02 | 1 | -4/+4 |
* | add a standard AUTHZ_PREFIX for, no MMN bump since it's just baked in if you | Eric Covener | 2010-05-29 | 1 | -0/+1 |
* | odd assortment of spelling fixes | Jeff Trawick | 2010-05-24 | 1 | -1/+1 |
* | mmn bump for api args change | William A. Rowe Jr | 2010-05-04 | 1 | -2/+3 |
* | It is not inconvenient to return the derived filename here, let's | William A. Rowe Jr | 2010-05-04 | 1 | -7/+14 |
* | I was wrong (and looked at the wrong commit when trying to figure | William A. Rowe Jr | 2010-04-07 | 1 | -4/+4 |
* | First order simplification; Add IncludeOptional for introducing | William A. Rowe Jr | 2010-04-07 | 2 | -22/+17 |
* | Add the missing header file from r928916. | Graham Leggett | 2010-03-31 | 1 | -0/+23 |
* | missing file from r915660, major MMN bump already in original revision | Eric Covener | 2010-02-24 | 1 | -1/+1 |
* | make some sense of the difference between "Client" and "Global" certs in mod_... | Eric Covener | 2010-02-24 | 1 | -2/+3 |
* | Fix startup segfault when the Mutex directive is used but no loaded | Jeff Trawick | 2010-02-22 | 1 | -0/+3 |
* | Correctly update version numbers after adding new function. | Daniel Earl Poirier | 2010-02-18 | 1 | -2/+2 |
* | Log command line on startup, so there's a record of command line | Daniel Earl Poirier | 2010-02-16 | 2 | -0/+9 |
* | Support remote https proxies by using HTTP CONNECT. | Rainer Jung | 2010-02-12 | 1 | -1/+2 |
* | fix typo in comment | Jeff Trawick | 2010-02-09 | 1 | -1/+1 |
* | Illustrate an ->iterator() implementation for mod_socache_shmcb. | William A. Rowe Jr | 2010-02-09 | 1 | -3/+6 |
* | The iterator data is not volatile, data aught to be const | William A. Rowe Jr | 2010-02-09 | 1 | -1/+1 |
* | The iterator data is not volatile, datalen by value is just fine | William A. Rowe Jr | 2010-02-09 | 1 | -1/+1 |
* | Let us be clearer about suggestions vs. necessity | William A. Rowe Jr | 2010-02-09 | 1 | -2/+1 |
* | distcache already demonstrates sub-second resolutions, but much more | William A. Rowe Jr | 2010-02-09 | 2 | -6/+47 |
* | change the preprocessor define ap_accept_mutex_type to upper case | Jeff Trawick | 2010-02-08 | 1 | -1/+1 |
* | Add ap_process_request_after_handler to the exported list for mod_serf | William A. Rowe Jr | 2010-02-04 | 2 | -3/+6 |
* | Add docstring for ap_pregsub() | Stefan Fritsch | 2010-02-03 | 1 | -0/+1 |
* | replace duplicate code with new function ap_parse_log_level() | Stefan Fritsch | 2010-02-02 | 2 | -1/+10 |
* | Refactor mod_status out of the ExtendedStatus toggle picture, as other | William A. Rowe Jr | 2010-01-26 | 2 | -6/+8 |
* | roll on to 2.3.6-dev | Paul Querna | 2010-01-21 | 1 | -2/+2 |
* | prep for 2.3.5 tag | Paul Querna | 2010-01-21 | 1 | -1/+1 |
* | Turn static function get_server_name_for_url() into public function | Stefan Fritsch | 2010-01-16 | 2 | -1/+11 |
* | Introduce new config option LDAPTimeout to set the timeout for operations | Stefan Fritsch | 2010-01-12 | 2 | -1/+3 |
* | Move ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp. | Takashi Sato | 2009-12-30 | 1 | -1/+3 |
* | follow up r894425: | Takashi Sato | 2009-12-30 | 1 | -1/+1 |
* | Move AllowCONNECT from mod_proxy to mod_proxy_connect. | Takashi Sato | 2009-12-29 | 1 | -2/+4 |
* | (re)-introduce -T commandline option to suppress documentroot check at startup | Nick Kew | 2009-12-22 | 1 | -1/+3 |
* | Add OmitPID keyword on Mutex directive to suppress the | Jeff Trawick | 2009-12-02 | 1 | -2/+1 |
* | include definition of cmd_parms | Jeff Trawick | 2009-12-01 | 1 | -0/+1 |
* | roll on to 2.3.5-dev | Paul Querna | 2009-11-25 | 1 | -2/+2 |
* | prepare for 2.3.4 tag | Paul Querna | 2009-11-25 | 1 | -1/+1 |
* | non-static directive parsers should be AP_DECLARE_NONSTD() | Jeff Trawick | 2009-11-24 | 1 | -2/+3 |
* | fix the "fix" in r883816 | Jeff Trawick | 2009-11-24 | 1 | -3/+3 |
* | fix Win32 compile failure in r883540, reported by Gregg Smith | Jeff Trawick | 2009-11-24 | 1 | -3/+3 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 5 | -20/+111 |
* | actually modify the MMN for the dav_error change, as expected with r882274 | Jeff Trawick | 2009-11-19 | 1 | -1/+1 |
* | Remove errno from dav_error interface. Calls to dav_new_error() | Jeff Trawick | 2009-11-19 | 1 | -0/+1 |
* | roll on to 2.3.4-dev | Paul Querna | 2009-11-11 | 1 | -2/+2 |
* | Prepare for 2.3.3 release tag. | Paul Querna | 2009-11-11 | 1 | -1/+1 |
* | Fix remaining doxygen warnings. "make dox" is now clean with doxygen | Daniel Earl Poirier | 2009-11-03 | 2 | -7/+7 |
* | remove declaration for ap_my_generation, which was replaced with the | Jeff Trawick | 2009-11-02 | 1 | -2/+0 |