]> granicus.if.org Git - apache/shortlog
apache
2001-08-16 William A.... Now that it's apr'ized, ab is most definately in...
2001-08-16 William A.... More Versioning
2001-08-16 William A.... Nothing here to ignore, go away :)
2001-08-16 William A.... Toss win32 version stamps on these
2001-08-16 William A.... Add auto-generated Win32 versioning.
2001-08-16 William A.... Reorder OS_VERSION(s) so >= OS_VERSION_WINNT, etc...
2001-08-16 William A.... Access the (generated) ApacheMonitor.ver version...
2001-08-16 William A.... Goodness
2001-08-16 William A.... ApacheMonitor versioning needs to click in with the...
2001-08-16 William A.... Autogen the win32 resource descriptor (icon + version...
2001-08-16 William A.... Picky versioning. Must have 1) a real language/chars...
2001-08-16 William A.... Duplicates (and is stale to) the copy in srclib/apr...
2001-08-16 William A.... A first step at auto-generating the version resource...
2001-08-16 Cliff WoolleyFix a few tiny typos
2001-08-16 Cliff WoolleyMerge in changes from 2.0.23 branch
2001-08-16 Ryan BloomFix ap_rvprintf to support more than 4K of data.
2001-08-16 Cliff WoolleyNote date that 2.0.23 rolled. Too bad it was broken...
2001-08-16 Doug MacEachernenable ssl Translate, UserCheck, Access and Auth hooks
2001-08-16 Ken CoarDocument the recent directive enhancements for cookie...
2001-08-16 William A.... . clean up strings and remove them to the resource...
2001-08-16 Ken CoarWhoops, forgot attribution
2001-08-16 Ken Coar Add CookieDomain directive to allow setting of the...
2001-08-16 Joshua SliveThe Port directive does effect VirtualHosts.
2001-08-15 Victor J. OrlikowskiFix an off-by-one error in an argument to apr_pstrcat.
2001-08-15 Jeff Trawickfix some homophonic issues in comments, as well as...
2001-08-15 Victor J. OrlikowskiProxy now works as a DSO on AIX.
2001-08-15 Victor J. OrlikowskiFix a char * vs char ** mixup...
2001-08-15 Victor J. OrlikowskiWorks under AIX as a DSO now.
2001-08-15 William A.... Save a ton o' space by rle encoding the header bitmap.
2001-08-15 Jeff TrawickTweak server/Makefile so that the rules for generating...
2001-08-15 William A.... Solve the segfault until the right patch is unearthed.
2001-08-14 William A.... Fix a small bug that limited the description's width...
2001-08-14 William A.... Outch to Win9x... can't be destroying locks asymetric...
2001-08-14 William A.... > 1. Cleaned the ApacheMonitor code a little bit.
2001-08-14 Ryan BloomBreak http_proxy_handler into multiple smaller functions.
2001-08-14 Doug MacEachernneed to check return value of ssl_hook_process_connection
2001-08-14 Jeff Trawicknamespace-protect accept_lock_mech
2001-08-14 Brian HavardFix build of OS/2 MPM after recent move of common code.
2001-08-14 Brian HavardOS/2: Allow mod_dav_fs to build as a DLL. It needs...
2001-08-14 Roy T. FieldingClean up several parsing errors in find_ct that may...
2001-08-13 Joshua SliveAdd contact info to README (was in INSTALL in 1.3)
2001-08-13 Ryan BloomInstall the SSL header files.
2001-08-13 Joshua SliveLots of small config file changes including:
2001-08-13 Jeff Trawickchange the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES to
2001-08-13 Jeff Trawick(hopefully) get WinNT MPM to build using mpm_common...
2001-08-13 Jeff Trawickallow non-Unix MPMs to use mpm_common.c by not automati...
2001-08-13 Jeff Trawickget threaded to compile again by fixing a lock_fname...
2001-08-13 Ryan BloomBegin to sanitize the MPM configuration directives...
2001-08-13 Ryan BloomClose a major resource leak. Everytime we had issued a
2001-08-13 Ryan BloomRemove a warning from mod_echo.
2001-08-12 Chuck MurckoMake the body read in proxy http handler nonblocking...
2001-08-12 Justin ErenkrantzChange the MaxSpareThreads to 150 for threaded MPM...
2001-08-12 Joshua SlivePut the MaxClients setting for prefork back to its...
2001-08-11 Ryan BloomFix the macro expansion problem in the hook declaration.
2001-08-11 Ryan BloomFix the proxy when the origin server sends back a 100
2001-08-11 Ryan BloomForgot the CHANGES comment with my last commit.
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-10 Greg Ameshot and muggy in Raleigh (i.e., it's August)
2001-08-10 Joshua SliveWipe out a couple suspended bugs.
2001-08-10 Joshua SliveMove things to the docs/STATUS file and reference the...
2001-08-10 Joshua SliveHot and sunny again in Montreal.
2001-08-10 Joshua SliveClarify what %U will log.
2001-08-10 Ryan BloomThis should fix the remaining problems with POST. ...
2001-08-10 Joshua SliveEliminate duplicate info and add references to logs...
2001-08-10 Joshua SliveBring forward new logs.html doc from 1.3.
2001-08-10 Ryan BloomFix a bug in mod_expires. Previous to this patch,...
2001-08-10 Ryan BloomThe worker MPM now handles shutdown and restart request...
2001-08-10 Greg Amesrecord something in the error log if the parent process...
2001-08-09 Ryan BloomWe want to use mod_cgid with the worker MPM as well.
2001-08-09 Cliff WoolleyThis change was moved into 2.0.23. The problem therefo...
2001-08-09 Jeff TrawickFix a restart problem when cgid is used. Code in the...
2001-08-09 Ryan BloomIf we are going to get the length of a brigade, it...
2001-08-09 Ryan BloomAdd a comment so that the next poor fool who re-writes...
2001-08-09 Ryan BloomHandle the -1 case in ap_http_filter. -1 means that...
2001-08-08 Ryan BloomRemove the block argument from apr_brigade_partition...
2001-08-08 Doug MacEachernfrom madhu: no longer need to force eReadType and eMode
2001-08-08 Ryan BloomRe-apply the patch from yesterday that makes ap_http_fi...
2001-08-08 Cliff WoolleyUpdate httpd to reflect change with free() pointer...
2001-08-08 Doug MacEachernget POST requests working with mod_ssl
2001-08-08 Roy T. FieldingApache Monitor's tray code does not notify Windows...
2001-08-08 Doug MacEacherndrop a brace inside #if 0 so emacs can indent properly
2001-08-08 Doug MacEacherns/apr_size_t/apr_off_t/ for input filter
2001-08-08 Cliff WoolleyBump to 2.0.24-dev after tag
2001-08-08 Cliff WoolleyBump for 2.0.23 tag
2001-08-07 Greg Amesclean up the scoreboard properly after threaded process...
2001-08-07 Cliff WoolleyHopefully it's marked as binary this time around...
2001-08-07 Cliff WoolleyThis file should have been marked -kb ... it's getting...
2001-08-07 Ian Holsmanchange readbytes from a apr_size_t to a apr_off_t to...
2001-08-07 Ian Holsmanchange the parameter to ap_get_brigade from apr_site_t...
2001-08-07 Cliff WoolleyUpdate .rc file to fix build
2001-08-07 Joshua Sliveprefork is default.
2001-08-07 Jeff TrawickUse the prefork MPM by default on Unix.
2001-08-07 Cliff WoolleyI accidentally committed the DOS line endings in that...
2001-08-07 Cliff WoolleyOops, missed the .mak file update. [Again, I'm flying...
2001-08-07 Cliff WoolleyThis is a nearly blind commit of an update posted by...
2001-08-07 Doug MacEachernthis change breaks POST, backing out for the moment
2001-08-07 Jeff Trawickmod_rewrite: Fix the line ending on some non-Unix syste...
2001-08-07 William A.... Must return something in the 2^32 domain (preferably...
2001-08-07 Ryan BloomGreatly simplify the ap_http_filter logic, by using the
2001-08-07 William A.... Update for the 2.0.23 tag
next