]> granicus.if.org Git - apache/shortlog
apache
2001-05-18 Jeff TrawickFix command-line processing so that if a bad argument...
2001-05-18 Jeff TrawickGet the Apache DSOs installed and give apr and apr...
2001-05-18 Jeff Trawickfix syntax error in module installation command
2001-05-18 Roy T. FieldingGet the compile flag types right and in order.
2001-05-18 Roy T. FieldingChange the make targets and rules to be consistent...
2001-05-17 Cliff WoolleyRainy day in Charlottesville...
2001-05-17 Jeff TrawickFix processing of the TRACE method. Previously we...
2001-05-17 Jeff Trawickrockin' 'n rollin'
2001-05-17 Bill StoddardGet the Request Phase Participation change compiling...
2001-05-17 Bill StoddardDone
2001-05-17 Bill StoddardWin32: Enable reliable piped log support.
2001-05-17 Bill StoddardFix a segfault in apr_proc_other_child_unregister....
2001-05-17 Jeff Trawickapr_proc_probe_writable_fds is gone
2001-05-16 Bill StoddardRemove calls to apr_proc_probe_writable_fds(). The...
2001-05-16 Jeff Trawickdon't destroy the pcgi pool when the other-child regist...
2001-05-16 Jeff Trawickthis patch removes the warning:
2001-05-16 Jeff TrawickAccount for changes to the name of field "private"...
2001-05-16 Bill StoddardDo not start piped log processes during the config...
2001-05-15 Jeff Trawickclean up DSO builds on OS/390 a bit by ignoring some...
2001-05-15 Paul J. RederOoops. Didn't remove *all* of the new_scoreboard stuff...
2001-05-15 Doug MacEachernadd "Request Phase Participation" info to mod_info
2001-05-15 Paul J. RederMake first phase changes to the scoreboard data structu...
2001-05-14 Martin KraemerFix typos
2001-05-14 William A.... A bit more clarity, and that's it for now.
2001-05-14 William A.... Clarify the wintty purpose and syntax.
2001-05-14 William A.... Q. "Why can't I watch my server's activity?" A....
2001-05-13 William A.... Hmmm, two answers for the price of one. Add the...
2001-05-13 Jeff TrawickSeparate enablement of AP_DEBUG code from enablement...
2001-05-13 Greg SteinImplement Jeff's idea for an autoconf-defined symbol...
2001-05-12 Jeff Trawickget rid of an errant semicolon which broke gcc builds...
2001-05-12 Jeff TrawickOnly turn on AP_DEBUG if we're using gcc.
2001-05-12 Roy T. FieldingI woke up too early this morning.
2001-05-12 Roy T. FieldingFix httpd's definition of LTFLAGS to be consistent...
2001-05-12 Roy T. FieldingIt is easier to re-run configure's test and pick up...
2001-05-11 Ryan BloomCleanup the reporting of incorrect end tags for contain...
2001-05-11 Victor J. OrlikowskiSmall fix to make depend, although make depend doesn...
2001-05-11 Victor J. OrlikowskiMore changes based on Ian's patch.
2001-05-11 Victor J. OrlikowskiFix up some of the definitions, based on Ian's patch.
2001-05-11 Roy T. FieldingThe pattern was too general -- it would match the date...
2001-05-11 Bill StoddardDo not send apr_file_t allocated out of the pconf pool...
2001-05-11 Ian HolsmanAllows Mod_proxy to be dynamically loaded on win32...
2001-05-11 Jeff TrawickWhen checking for gcc, use variable ac_cv_prog_gcc...
2001-05-11 Greg Amesrevert to the documented behavior of MaxRequestPerChild...
2001-05-11 Roy T. FieldingMoved inside configure.in.
2001-05-11 Roy T. FieldingSimplify the configuration process by moving all libtoo...
2001-05-11 Roy T. FieldingNo need to sinclude macros that we no longer use.
2001-05-11 Roy T. FieldingWe don't need no stinkin libtool when APR already has...
2001-05-11 Chuck MurckoAdd the AP_DECLARE()/AP_CORE_DECLARE macros on the...
2001-05-10 Roy T. FieldingMake the runtime path hack a little more portable,...
2001-05-10 Bill StoddardA couple of default win config file tweaks.
2001-05-10 Roy T. FieldingProving once again that bash doesn't bother to document...
2001-05-10 Joshua SliveReplace install.html with an html-ized version of
2001-05-10 Roy T. FieldingI forgot to add the bit that allows the macro to be...
2001-05-10 Roy T. FieldingEventually we will want to only find openssl once regar...
2001-05-09 Ryan BloomFix apachectl so that it uses the configure program...
2001-05-09 David ReidPass in the full path for the AP_LIBS so we can always...
2001-05-08 Doug MacEachernsurprised -Wall does not complain, but ap_scan_script_h...
2001-05-08 Martin KraemerBe more strict when --with-tls was given without a...
2001-05-08 Martin KraemerTry to auto-detect the location of the OpenSSL stuff...
2001-05-08 Roy T. FieldingWhen no specific location of openssl is given, we need...
2001-05-07 Victor J. OrlikowskiShut the compiler up.
2001-05-07 Jeff Trawickget the MPMs consistent w.r.t. visibility of ap_max_req...
2001-05-07 Jeff Trawickfix some generation logic/displays in mod_status by...
2001-05-07 Cliff WoolleyJeff fixed this...
2001-05-07 Jeff Trawickminor scoreboard/status improvements:
2001-05-07 Jeff TrawickGet rid of some Apache 1.x OPTIMIZE_TIMEOUTS cruft...
2001-05-07 Bill StoddardGet mod_cern_meta to work on Windows. The problem...
2001-05-07 Jeff Trawickfix the type of a parameter to ap_get_brigade()
2001-05-07 Chuck MurckoCrikey.
2001-05-07 Joshua SliveSeems to be an inconsistency in the code with regard...
2001-05-07 Joshua SliveBring the mod_include docs up to scratch and link up...
2001-05-06 Ryan BloomBack out the recent change to ap_get_brigade, to make...
2001-05-06 Ben LaurieSomething got deleted from the module structure.
2001-05-06 Ben LaurieAdd a demo input filter.
2001-05-06 Chuck MurckoTrack Greg's change to byte count for input filters
2001-05-06 Joshua SliveForgot one file when adding mod_cgid.
2001-05-06 Joshua SliveUpdate some CGI docs:
2001-05-05 Ralf S. EngelschallFix todo list
2001-05-05 Ralf S. EngelschallPort ssl_util.c stuff to APR.
2001-05-05 Ralf S. EngelschallPort ssl_util_table.[ch] to Apache 2.0 by just removing...
2001-05-05 Ralf S. EngelschallPort ssl_util_ssl.[ch] stuff to APR.
2001-05-05 Joshua SliveSunny and 11c in Vancouver.
2001-05-05 Ralf S. EngelschallUse different namespace for internal defines.
2001-05-05 Ralf S. EngelschallPort ssl_engine_ds.c to APR.
2001-05-05 Ralf S. EngelschallNothing to port for ssl_engine_dh.c except that
2001-05-05 Ralf S. EngelschallRemember which code parts are already ported...
2001-05-05 Joshua SliveExplain the difference between the Apache environment and
2001-05-05 Ralf S. EngelschallKick out all old mutex code and base SSLMutex on APR...
2001-05-05 Ralf S. EngelschallChange mostly all old module structure hooks and EAPI...
2001-05-05 Ralf S. EngelschallAxe writev(2) support from the SSL I/O layer because...
2001-05-05 Ralf S. EngelschallAxe most WIN32 stuff from Apache 1.3. In Apache 2.0...
2001-05-05 Ralf S. EngelschallAxe out SSL_CONSERVATIVE stuff which for Apache 1.3...
2001-05-05 Ralf S. EngelschallRemove one more EAPI-based thing we no longer really...
2001-05-05 Ralf S. Engelschallremove remaining references to compat and sdbm
2001-05-05 Ralf S. Engelschallcompat and local sdbm stuff is already gone
2001-05-05 Ralf S. EngelschallAxe out SSL_USE_SDBM stuff, i.e., get rid of the local...
2001-05-05 Ralf S. EngelschallAxe out the complete SSL_COMPAT stuff. Because Apache...
2001-05-05 Ralf S. EngelschallStart writing down incompatibilities to mod_ssl 2.x...
2001-05-05 Ralf S. EngelschallAxe out EAPI-based SSL_VENDOR stuff.
2001-05-05 Ralf S. EngelschallFinalize the build environment by integrating the last...
next