]> granicus.if.org Git - apache/shortlog
apache
2001-12-23 Bill StoddardThe connection can be aborted in the preconnection...
2001-12-22 Jeff Trawickfix a nasty bug which periodically led to segfaults...
2001-12-22 William A.... Resync a few documentation stanzas [all I have time...
2001-12-22 Jeff TrawickSH_LDFLAGS wasn't getting evaluated properly when it...
2001-12-21 Jeff Trawickignore some generated files
2001-12-21 Jeff Trawickget mod_disk_cache to compile
2001-12-21 Jeff TrawickOn AIX, DSOs which reference external libraries need...
2001-12-21 William A.... Clean up a compiler emit for signedness
2001-12-21 Jeff TrawickPick up Brad Nicholes' old fix so that make_exports...
2001-12-21 Brian PaneFixed a bug in ap_rgetline()
2001-12-21 Brian HavardUse aplibtool to install modules on OS/2 as it contains...
2001-12-20 Bill StoddardAdd note to CHANGES about apr_sendfile fix in APR....
2001-12-20 Jeff Trawickget proxy-as-DSO to load on AIX by fixing up some of...
2001-12-19 Jeff Trawickfix the value of the _CEE_RUNOPTS envvar on OS/390
2001-12-19 Jeff TrawickAdd some documentation on the ServerLimit and ThreadLimit
2001-12-19 Ryan BloomThis gets perchild compiling and serving pages again...
2001-12-19 Ryan BloomRemove an extra semi-colon.
2001-12-19 Jeff Trawickfor the netware MPM, move HARD_THREAD_LIMIT back to...
2001-12-19 Bradley NicholesReworked the select/accept loop to try to rely less...
2001-12-19 Greg Amesjump on the "add my name" bandwagon
2001-12-19 Jeff TrawickAdd directives to worker and preform MPMs so that the...
2001-12-19 Ian Holsmanmight as well add my name
2001-12-19 Aaron BannertAdd a comment about the passoff logic.
2001-12-19 Aaron BannertClean up some of these magic numbers in perchild. Still...
2001-12-19 Aaron BannertBeen meaning to put this in here.
2001-12-18 Brian PaneSkip the setting of Last-Modified in the response header on
2001-12-18 Bill StoddardWin32: Fix bug that could cause CGI scripts with QUERY_...
2001-12-18 Jeff Trawickleaving the pipe-of-death in the ap_listeners list...
2001-12-18 Jeff Trawickget proxy in sync with the update to ap_run_create_conn...
2001-12-18 Jeff Trawicktag a few of the key httpd pools
2001-12-18 Aaron BannertStyle and formatting changes only. Removed tabs, reduce...
2001-12-18 Jeff Trawickfix some references to the wrong constant (HARD_SERVER_...
2001-12-18 Jeff TrawickChange core code to allow an MPM to set hard thread...
2001-12-18 Jeff TrawickStop using HARD_SERVER_LIMIT/HARD_THREAD_LIMIT all...
2001-12-17 Victor J. OrlikowskiNo point in linking the proxy objects with the submodules.
2001-12-17 Victor J. OrlikowskiRemove old kludge for AIX, since the rtl flags handles...
2001-12-17 Ken CoarShowstoppers and something not to be forgotten..
2001-12-17 Jeff TrawickAIX: don't set LDR_CNTRL environment variable for 64...
2001-12-17 Bill StoddardWin32: The async AcceptEx() event should be autoreset...
2001-12-17 William A.... My typo - the least I can do is commit the patch...
2001-12-16 Brian PaneReplaced an instance of apr_pool_userdata_setn() with...
2001-12-16 Brian Panecleaned up bucket types and removed the extraneous...
2001-12-16 Brian PaneRemoved the comment suggesting the use of apr_table_ove...
2001-12-15 Jeff Trawickget binbuild to do the right thing with envvars (instal...
2001-12-15 Jeff Trawicksome acts of stupidity are better left undescribed
2001-12-15 Jeff Trawickhandle the envvar file properly in install-bindist.sh
2001-12-15 Jeff Trawickmention an easy but important problem in case I forget...
2001-12-15 Jeff TrawickMove any load library path environment variables out of
2001-12-15 Brian PaneFixed the logic for detecting sentinel or EOS in send_p...
2001-12-15 Brian PaneFix for segfault that happened upon reaching EOS in an
2001-12-14 Bill StoddardDetabify the chunk filter. No function change.
2001-12-14 Brian PaneUse the new APR pool code to reduce pool-related lock
2001-12-14 Brian PaneUse the new pool API to eliminate pool locking in the...
2001-12-14 David ReidChange the beos mpm to use the new pools creation call...
2001-12-14 Jeff Trawicktake over DSO installation from libtool on all platform...
2001-12-14 Justin ErenkrantzStyle change. Convert tabs->spaces, shorten long lines...
2001-12-14 William A.... Move the insert_filter hook from the prepare request...
2001-12-14 William A.... A style change for ken :)
2001-12-14 Jeff Trawickinclude directories should be added to INCLUDES, not...
2001-12-14 William A.... Master dictionary entry for the new directive
2001-12-13 Joshua SliveFix links.
2001-12-13 Joshua SliveUpdate the AcceptPathInfo docs and add references from...
2001-12-13 William A.... Whoops, that's quadstate, the value 3 is not-present.
2001-12-13 William A.... As suggested by Josh Slive, add the explicit 'default...
2001-12-13 William A.... A little loopy commit. Refer mod_cgid users to the...
2001-12-13 William A.... Ya know, the language here wasn't all that explicit...
2001-12-13 William A.... Not really an XXX here
2001-12-13 William A.... Apply the converse of the AcceptPathInfo patch for...
2001-12-13 William A.... Address a signedness warning. No cleaner solutions...
2001-12-13 William A.... While contemplating a cast to (char) for the c arg...
2001-12-13 William A.... If dconf->accept_path_info is tristate, why not r...
2001-12-13 William A.... Jeff's guess, right on. [Thought I committed it...
2001-12-13 Jeff Trawickhack up core_dir_config so that server/core.c compiles...
2001-12-13 Aaron BannertModified for clarity.
2001-12-13 William A.... Now all should be well. AcceptPathInfo on will give...
2001-12-13 Rich BowenRolled back w3c tidy diffs that corrupted japanese...
2001-12-13 William A.... Give the request_rec some information about path_info...
2001-12-13 William A.... Kill some redundancy (why test PUT when we disallow...
2001-12-13 William A.... . unwind MORE redundant code [wasn't I just here...
2001-12-13 William A.... Periods aren't commas. Clear out some inappropriate...
2001-12-13 William A.... Whatever this was doing, it looks most unholy.
2001-12-12 Aaron BannertFix a bug in how we select the IP for the POD to connec...
2001-12-12 Jeff Trawickchange Apache/apr/apr-util to use run-time linking...
2001-12-12 Justin ErenkrantzOh, FreeBSD, you don't like having multiple children...
2001-12-11 Bradley NicholesMerged NetWare into the standard conf file
2001-12-11 Bradley NicholesExcluding macros from the export list output
2001-12-11 Bradley NicholesClean up GNU compiler issues on NetWare
2001-12-11 Greg Amesrevert back to using a "links" downloaded version of...
2001-12-11 Chris PepperFixed a few typos.
2001-12-10 Aaron BannertAnother fix for VPATH builds.
2001-12-10 Jeff Trawickget worker MPM to respect the LockFile setting
2001-12-10 Greg Amesfix a problem with graceful restart. If you look at...
2001-12-10 Jeff Trawickget rid of an ancient requirement that APACHE_XLATE...
2001-12-09 Justin ErenkrantzStyle reformat. Tabs->spaces, etc, etc, etc.
2001-12-09 Ben LaurieReduce magic levels.
2001-12-09 Jeff TrawickAdd -I for the zlib include dir to the right flag variable
2001-12-08 Lars EilebrechtUpdate wording of the error README file.
2001-12-08 Lars EilebrechtMove file to 'error' directory as the directory is...
2001-12-08 Lars EilebrechtFix wrong german text about proxy(?).
2001-12-08 Jeff Trawickclean up some signed/unsigned discrepancies, hopefully...
next