]> granicus.if.org Git - apache/shortlog
apache
2001-10-29 Aaron BannertFix a truncation bug in how we print the port on the...
2001-10-29 William A.... Use the _setn flavor which will avoid strdup'ing...
2001-10-29 Jeff Trawickget proto for atoi()
2001-10-27 Joshua SliveFix some broken links, change to the simplest possible...
2001-10-27 Jeff Trawickmake shared libraries executable so they work on HP-UX
2001-10-27 Jeff TrawickSome syntax errors in mod_mime_magic's magic file can...
2001-10-27 Jeff Trawickignore checkgid
2001-10-26 Justin ErenkrantzFix RedirectMatch handling to properly handle URLs...
2001-10-26 Ken CoarDocument the addition of checkgid to 2.0
2001-10-26 Ken Coar Bring forward checkgid helper from 1.3; checks runtime
2001-10-26 Greg Amesprevent seg faults in mod_status trying to access vhost...
2001-10-26 Ralf S. Engelschallupdate my entry
2001-10-26 Cliff WoolleyNo such thing as APACI anymore. :)
2001-10-25 Ken CoarStyle-guide fixes, no functional changes.
2001-10-25 Bradley NicholesMore cleanup on the pre-build script
2001-10-24 Aaron BannertTwo more mod_so configure-time fixes:
2001-10-24 Cliff WoolleyI guess this does deserve a CHANGES entry since the...
2001-10-23 Cliff WoolleyGet rid of an old .cvsignore file so this directory...
2001-10-23 Bradley NicholesUpdated to the new locking API's
2001-10-23 Bradley NicholesFixed to import the aprlib module and export the httpd...
2001-10-23 Bradley NicholesModified to correctly extract the export lists
2001-10-23 Aaron BannertIf the user explicitly requests --enable-so, --enable...
2001-10-23 Aaron BannertJust some style peeves. Tabs and spaces and whatnot.
2001-10-23 Jeff Trawickset the c->aborted flag when we get EPIPE
2001-10-23 Jeff Trawickdon't lose the return code from ap_fwrite() when called...
2001-10-23 Ryan BloomFix the reporting for child processes that die. This...
2001-10-23 Greg Amesadjust for the change to SuExec's default install directory
2001-10-23 Bill StoddardWin32: Track and display "Parent Server Generation...
2001-10-23 Cliff WoolleyFix a segfault seen on daedalus earlier this evening...
2001-10-22 Joshua SliveRefresh of the name-vhosting docs.
2001-10-22 Bradley NicholesScripts for setting up the build environment and genera...
2001-10-22 Bill StoddardWin32: Fix server-status 'requests currently being...
2001-10-22 Bradley NicholesCode Warrior project file for building the httpd server...
2001-10-22 Bill StoddardWin32: Running out of threads should be a warning,...
2001-10-22 Bradley NicholesNetWare doesn't have processes so no need to detach...
2001-10-22 Jeff TrawickFix some bungling of the remote port in rfc1413.c so...
2001-10-22 William A.... Remerge proxy configuration. Tally: of 9 votes;
2001-10-22 William A.... Fix two typos in the last patch... compiles/tests...
2001-10-22 William A.... Perhaps fix the segfault... my earlier patch didn...
2001-10-21 William A.... Reading commit log messages can be very helpful for...
2001-10-21 William A.... The test of filename[0] == '/' is very evil ;)
2001-10-21 Ken CoarStyle-guide compliance changes only, no functional...
2001-10-21 William A.... Grab this pointer, before it goes NULL
2001-10-21 William A.... For Win32 cgi %1 arguments, use backslashes. For...
2001-10-21 William A.... On second thought, we like our dot, alot.
2001-10-21 William A.... Round out const'ness
2001-10-21 William A.... First Patch! [Well, my own typo.]
2001-10-21 William A.... Reimplement Win32 registry-based and shebang-extended...
2001-10-21 William A.... Thread saftey lock for mod_rewrite's cache... I'm...
2001-10-21 William A.... Simplified mod_env's directives to behave as most...
2001-10-20 William A.... Fix a nasty GP fault... stop testing buckets after...
2001-10-20 William A.... Restrict by content type and encoding before we go...
2001-10-20 William A.... Canonicalize all absolute <Directory > sections,...
2001-10-20 Justin ErenkrantzOh, don't you love buffer overflows?
2001-10-20 William A.... ap_run_child_init is not an optional function ;)
2001-10-20 Bill StoddardWin32: A bit more MaxRequestsPerChild cleanup. Now...
2001-10-19 Aaron BannertMissed some error messages in the switch to the new...
2001-10-19 Aaron BannertUgh, at least this got me away from the AIX build syste...
2001-10-19 Aaron BannertThe worker MPM is now completely ported to APR's new...
2001-10-19 Aaron BannertUse the APR's new OS-specific proc mutex accessors...
2001-10-19 Bill StoddardWin32: ap_max_requests_per_child should not be a local...
2001-10-19 William A.... More missing .h goodies
2001-10-19 Bill Stoddardmaxrequestsperchild should default to 0 on windows.
2001-10-19 Justin ErenkrantzHey, we tagged 2.0.26. =)
2001-10-19 Justin ErenkrantzKing of Love seems to be playing on my xmms right now...
2001-10-19 Justin ErenkrantzRemove all references to the Port directive and replace...
2001-10-19 Justin ErenkrantzJust browsing...
2001-10-19 Justin ErenkrantzRemove the reference to Port directive and replace...
2001-10-19 Justin ErenkrantzRemove Port references
2001-10-19 Justin ErenkrantzRemove references to Port directive.
2001-10-19 Justin ErenkrantzRemove note about Port in the Listen manual citation
2001-10-19 Justin ErenkrantzRemove references to Port
2001-10-19 Justin ErenkrantzBring this page up-to-date
2001-10-19 Justin ErenkrantzUpdate the vhost docs to not refer to Port anymore.
2001-10-19 William A.... And where, praytell, should mod_proxy.c find ap_send_...
2001-10-19 William A.... Listen to my own advise. Fortunately, the new apr_po...
2001-10-19 William A.... Guys... please be _careful_ when you pcalloc -> palloc!!!
2001-10-18 Ryan BloomTeach me to copy and paste.
2001-10-18 Ryan BloomMake sure we install the proxy header file.
2001-10-18 Ryan BloomThe proxy does not actually need this header.
2001-10-18 Aaron BannertThese files were already defined in EXPORT_FILES, so...
2001-10-18 William A.... Gotta love it
2001-10-18 Bill StoddardCleanup. Win32 Apache only supports a single child...
2001-10-18 William A.... As GStein points out... comment here would be helpful
2001-10-17 Bradley NicholesOS specific header for NetWare
2001-10-17 Bradley NicholesTemporarily removed the cgi module from the built in...
2001-10-17 Bradley NicholesBrought the conf file up to date with the latest source
2001-10-17 Aaron BannertGets VPATH builds working again. The problem was that...
2001-10-17 Greg Amesget rid of a reference to access.conf
2001-10-17 Aaron BannertFully convert worker's fdqueue to the new APR lock...
2001-10-17 Joshua SliveI certainly see the advantage of having SSL split out...
2001-10-17 Bill StoddardWin32: Deprecate ap_start_shutdown/ap_start_restart...
2001-10-17 William A.... Whoops ... invalid <Directory /> blocks for the new...
2001-10-17 Jim JagielskiNot sure if the number of directives in a normal proxy...
2001-10-17 Greg Amesrecognize filename subrequests without requiring a...
2001-10-17 Ken Coar The argument that this is a reversion to the httpd...
2001-10-17 William A.... Some type correctness fixes for LARGEFILES platforms.
2001-10-17 Aaron BannertFirst pass at converting worker MPM to APR's new lock...
2001-10-17 Brian HavardSSL config is large, complex & many users never need...
2001-10-17 William A.... It is absolutely invalid practice to test 'prot'...
next