]> granicus.if.org Git - apache/history - modules
Document the recent directive enhancements for cookie syntaces.
[apache] / modules /
2001-07-31 Greg Amesdon't count workers in processes which aren't actively...
2001-07-31 Greg Amesmod_status: don't include workers from dead or quiesci...
2001-07-31 William A. Rowe Jrenables the use of the ssl_var_lookup functionality...
2001-07-31 William A. Rowe JrThis patch eliminates the direct use of OS library...
2001-07-31 William A. Rowe Jr- eliminated the use of ssl_log - it used to cause...
2001-07-31 William A. Rowe Jr Activate ssl_hook_pre_config
2001-07-31 William A. Rowe Jr Change lib locations for openssl's debugging default...
2001-07-31 Doug MacEachernun-win32ize
2001-07-31 Cliff Woolleys/seperate/separate/
2001-07-31 William A. Rowe Jr Thanks Madhu, I think backing out the last bit, and...
2001-07-30 William A. Rowe Jr Register for %X, %c (we gotta make a decision, please...
2001-07-30 William A. Rowe Jr The short term hack.
2001-07-30 William A. Rowe Jr More XHTML foo.
2001-07-30 David ReidAllow us to build ssl on beos...
2001-07-30 Bill StoddardBe a bit more explicit. If the filetype is not an APR_R...
2001-07-30 Bill StoddardWin32: Get exec cgi tag working. finfo.protection...
2001-07-30 William A. Rowe Jr A bit of Saturday a.m. XHTML Transitional 1.0 compati...
2001-07-29 William A. Rowe Jr Throw back in the newline, just for source legibility.
2001-07-29 William A. Rowe Jr Correct a subtle reflow problem (evident in Mozilla...
2001-07-28 William A. Rowe Jr Minor quibble, <li> can and should be a balanced tag
2001-07-28 William A. Rowe Jr Final pedantic HTML 3.2/4.01 Transitional + XHTML...
2001-07-28 William A. Rowe Jr More pendantic changes for HTML 3.2/4.01 Transitional...
2001-07-28 William A. Rowe Jr More pedantic changes to create HTML 3.2/4.01 Transit...
2001-07-28 William A. Rowe Jr More obsessive changes to meet HTML 3.2, HTML 4.01...
2001-07-27 Bill StoddardReplace ap_send_fd invocation with bucket brigade calls...
2001-07-26 Cliff WoolleyFix printf() warnings related to long->apr_off_t swap
2001-07-26 William A. Rowe Jr Update make file for win32
2001-07-26 William A. Rowe Jr Something that needs looking at, all our long (unsign...
2001-07-26 William A. Rowe Jr That's it. There are no further emits for signedness...
2001-07-26 William A. Rowe Jr Flush the off_t compiler emits from mod_isapi
2001-07-26 William A. Rowe Jr This patch should address input buffering, requesting...
2001-07-26 William A. Rowe Jr Change the length of the content args to apr_off_t...
2001-07-25 William A. Rowe Jr Cliff's most sane advise :-)
2001-07-25 William A. Rowe Jr Reviewing my own commit logs ... dang did this look...
2001-07-25 William A. Rowe Jr Safe casts - we are assured that len_read is positive...
2001-07-25 William A. Rowe Jr Same fix for largefile support as core.c
2001-07-25 William A. Rowe Jr More signedness fixes
2001-07-25 William A. Rowe Jr Change over to apr_strfsize() for apr_off_t file...
2001-07-25 William A. Rowe Jr Some cast magic for intentional float/int transformat...
2001-07-25 William A. Rowe Jr Some cast magic for intentional float/int transformat...
2001-07-25 Ralf S. EngelschallAvoid uninitialized variable due to still disabled...
2001-07-25 Chuck MurckoSorting things out
2001-07-24 Greg AmesReduce CPU consumption in conv_10 function, used to...
2001-07-24 Chuck Murckofix warning
2001-07-24 William A. Rowe Jr Changes to respect the new apr bucket and brigade...
2001-07-24 Doug MacEachernbandaid for segv in ssl_io_filter_Output
2001-07-24 Doug MacEachernzero the SSLStateMachine in case of early error, else...
2001-07-24 Bill StoddardFix problem with the previous patch to handle HEAD...
2001-07-24 Bill StoddardFix problem reported by Taketo Kabe <kabe@sra-tohoku...
2001-07-23 William A. Rowe Jr Some odd XXX fixups that are closed (or unneeded)
2001-07-23 Victor J. OrlikowskiFix a couple of compiler warnings, since these are...
2001-07-23 Cliff WoolleyThe bucket should be created with the size of the data...
2001-07-23 Jeff Trawickfix a typo (duplicate return statement)
2001-07-22 Ryan BloomFix a cosmetic problem with mod_include. Non-existant...
2001-07-20 William A. Rowe Jr Update for latest structure changes for 2.0.21
2001-07-19 William A. Rowe Jr That's it. Adjust for our pcre transition, and the...
2001-07-19 William A. Rowe Jr We want the ssl_expr evaluators, now
2001-07-19 William A. Rowe Jr Hope I've got these generated bits right. Note bison...
2001-07-19 William A. Rowe Jr Take care of folk's assert() undefined errors.
2001-07-19 William A. Rowe Jr A dash of portability
2001-07-19 William A. Rowe Jr Since mpm.h wraps unixd.h and scoreboard.h nicely...
2001-07-19 William A. Rowe Jr Uhmm... need to NOCRYPT away WinCrypt.h
2001-07-19 Ralf S. EngelschallUpdate TODO list
2001-07-19 William A. Rowe Jr Workaround till connection_hook details are resolved
2001-07-19 Ralf S. EngelschallApply mod_ssl MEGA porting patch. This is a cleaned...
2001-07-18 William A. Rowe Jr Last of the ignore goodness for today.
2001-07-18 Ian HolsmanRemove APR_NO_INHERIT as it is now private.
2001-07-18 Doug MacEacherns/destroy/free/g; likeness to SSL naming
2001-07-18 Doug MacEacherngive some more diagnostics if server cert or key file...
2001-07-18 Paul J. RederChanged AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
2001-07-18 Doug MacEachernonly reset request level filters in reset_filters(...
2001-07-18 William A. Rowe Jr Remove last public vestigages of APR_INHERIT
2001-07-18 Doug MacEachernadd cleanup of SSLStateMachine to tls filter
2001-07-17 William A. Rowe Jr Fix incl/libpath to / slashes for an upcoming patch...
2001-07-17 Ian HolsmanChange the APR_INHERIT flag to APR_NO_INHERIT,which...
2001-07-17 Ralf S. EngelschallRemember current porting state
2001-07-17 Doug MacEacherndummy ssl hooks need to return an int value for server...
2001-07-17 Ralf S. EngelschallMerge in part II of a set of mod_ssl porting changes.
2001-07-17 Ralf S. EngelschallMerge in part of a set of mod_ssl porting changes.
2001-07-16 William A. Rowe Jr Obvious files that need inheritance, correct me if...
2001-07-16 Ian Holsmanapplies change in APR function apr_socket_create, which...
2001-07-14 Ian HolsmanLast Log entry was bogus.
2001-07-14 Ian HolsmanPR:
2001-07-12 Greg Amesscratch an old itch - give lingering close its own...
2001-07-12 Greg AmesProvide vhost and abbreviated request strings on Extend...
2001-07-11 Bill StoddardPerformance improvement to mod_mime.c. find_ct() in...
2001-07-10 Greg Amesfix pid numbers in mod_status output when using a threa...
2001-07-10 Jeff Trawickignore generated DSO-related files on OS/390
2001-07-09 William A. Rowe Jr Remove openssl path-specific .h comparisons
2001-07-09 William A. Rowe Jr Win32 build changes for recent module updates
2001-07-09 Chuck Murckofix params for logging call
2001-07-08 Cliff WoolleyAvoid redundant strlen() calls by using apr_brigade_wri...
2001-07-07 David Reids/cont/pool/
2001-07-07 David Reids/cont/pool/
2001-07-02 Victor J. OrlikowskiRemove a couple of extraneous calls to apr_brigade_clea...
2001-06-30 Chuck MurckoFix abort code path for HTTP proxy. Similar to Victor...
2001-06-29 Victor J. OrlikowskiFix the code, to properly handle the case of the user...
2001-06-29 Chuck MurckoFTP return code variable cleanup; fixed login bug ...
2001-06-28 Victor J. OrlikowskiClose the sockets, the right way this time.
2001-06-28 Victor J. OrlikowskiUse the variable we've been using for return codes.
next