]> granicus.if.org Git - apache/shortlog
apache
2000-08-01 Ryan BloomAdd a NO_DETACH environment variable to all MPMs that...
2000-08-01 Ken Coar Put back PR#6347, but note that it's waiting for an...
2000-08-01 Tony FinchRemove a PR that depends on the submitter (or someone...
2000-08-01 Ken Coar We've been ignoring lots of PRs forever, marking them as
2000-07-31 Bill StoddardWin32: Add sdbm to the windows build
2000-07-31 Jeff TrawickInclude <strings.h> if we have it to get protos for...
2000-07-31 Ryan BloomRemove a bug from the STATUS file. Manoj tested the...
2000-07-31 Jeff TrawickFix some problems with which error code to use after...
2000-07-31 Jeff TrawickDon't use perror() to report the failure of an APR...
2000-07-31 Ryan BloomMake http_log use ScanDoc
2000-07-31 Ryan BloomThis makes the perchild MPM server requests again,...
2000-07-31 Ryan BloomDocument http_connection.h using ScanDoc
2000-07-31 Ryan BloomNote the patch for graceful restarts in the STATUS...
2000-07-31 Ryan BloomMake the Unix MPMs not clean the scoreboard on a gracef...
2000-07-30 Jeff TrawickGet dsos working again by including $(LTFLAGS) on the...
2000-07-30 Ryan BloomFinish the http_config.h documentation. :-)
2000-07-30 Ryan BloomAdd more of the comments to http_config.h. This is...
2000-07-30 Manoj KasichainulaWireless LANs are soooooo cool. Oh, and the weather...
2000-07-30 Manoj KasichainulaEliminate references to specific MPMs from mpm_common...
2000-07-30 Manoj KasichainulaChange semantics of ap_child_table somewhat. Instead...
2000-07-30 Manoj KasichainulaFix a couple of apparent typos.
2000-07-30 Bill StoddardUp HARD_THREAD_LIMIT. Handle it correctly in mpm_winnt.c
2000-07-30 Bill Stoddardmod_file_cache docco
2000-07-30 Jeff TrawickUse ap_dso_error() instead of ap_strerror() when ap_dso...
2000-07-29 Ryan BloomBegin to document http_config.h. This documents most...
2000-07-29 Ryan BloomMove the Server Token stuff out of http_config_globals...
2000-07-29 Bill StoddardMissed the footer
2000-07-29 Bill Stoddard1.3 -> 2.0
2000-07-29 Bill StoddardCopy some 1.3 doc to 2.0
2000-07-29 Ryan BloomDocument ap_mpm.h using ScanDoc.
2000-07-29 Ryan BloomDocument ap_mmn.h using ScanDoc
2000-07-29 Ryan BloomDocument ap_listen.h using ScanDoc.
2000-07-29 Ryan BloomRemove iol_socket.h. This file had one declaration...
2000-07-29 Ryan BloomAdd a small doc on how to document the APIs for use...
2000-07-29 Ryan Bloomconvert some -1 back to errno.
2000-07-29 Ryan BloomAssociate virtual hosts with a specific child process...
2000-07-29 Jeff TrawickChange the storage allocation mechanism for ap_proc_t...
2000-07-29 Jeff TrawickFix segfault/SIGSEGV when running gzip from mod_mime_ma...
2000-07-28 Ryan BloomAdd the ability to register filters. This commit intro...
2000-07-28 Ryan BloomFix a small typo. TAKE3 directives really do need...
2000-07-28 Ryan BloomCleanup the perchild MPM. What I am doing so far in...
2000-07-28 Ryan BloomAdd the macro for AP_INIT_TAKE3 directives. I am assum...
2000-07-28 Jeff TrawickRemove the mod_cgid-won't-go-away problem from the...
2000-07-28 Jeff TrawickUse ap_note_subprocess() to register the mod_cgid daemo...
2000-07-28 Ryan BloomUpdate the perchild MPM. At this point, it is possible...
2000-07-28 Sascha SchumannDon't bark at developers which are too lazy to pull...
2000-07-28 Jeff TrawickInstall htdocs again. This was recently removed for...
2000-07-28 Bill StoddardWin32: Enable compiling expat from the command line
2000-07-28 Ryan Bloomap.h had nothing in it. I am removing it from Apache...
2000-07-27 Jeff TrawickDon't try to process a connection when accept() failed.
2000-07-27 Bill StoddardWin32: Revamp NT shutdown code. I think this shutdown...
2000-07-27 Ryan BloomAdd a patch for review.
2000-07-27 Ryan BloomRemove some items that are done from the STATUS file.
2000-07-27 David ReidNo idea how these 3 characters got there, but remove...
2000-07-27 William A.... Another day's progress... little changes, but just...
2000-07-27 Ryan BloomAdd a new MPM. Currently this is almost an exact copy...
2000-07-27 Ryan BloomCleanup the MPM #defines. Each MPM #defines a unique...
2000-07-26 Ryan BloomFix a bug in our time parsing. We need to zero out...
2000-07-26 Jeff TrawickFix some build issues for dexter:
2000-07-26 Ryan BloomBack out some changes that weren't supposed to be in...
2000-07-26 Ryan BloomRemove all of the ap_is* functions from Apache. They...
2000-07-26 Jeff Trawickpacket minimization when doing sendfile...
2000-07-26 Jeff TrawickGet ap_socket_disable_nagle() working again.
2000-07-26 Jeff TrawickFix some compile warnings in mod_file_cache.
2000-07-26 Ryan BloomFix an error in service.c, where we were returning...
2000-07-26 Ryan BloomThe Windows MPM was sometimes returning APR_NOTFOUND...
2000-07-26 kevloNew translation
2000-07-26 dgaudet- fix POOL_DEBUG ... restored the ap_pool_joins that...
2000-07-25 Ryan BloomREmove the mpmt MPM. This also removes all of the...
2000-07-25 Ryan BloomChange --enable-shared that Apache defines to --enable...
2000-07-25 Ryan BloomUpdate mod_so to use the new command_rec format.
2000-07-25 Jeff TrawickFix typo in log message.
2000-07-25 Ryan BloomRemove EXEC_ON_READ from ClearModuleList and AddModule...
2000-07-25 William A.... Undo my damage.
2000-07-25 William A.... Undo the damage to mod_isapi (leave placeholders...
2000-07-25 William A.... This should be clean... ap_snprintf already holds...
2000-07-25 William A.... Caught a bit of my own bad style :)
2000-07-25 William A.... Add APR_EOL_STR for a platform specific text delimite...
2000-07-25 William A.... Missing apr_strings.h - hope this wasn't destined...
2000-07-25 William A.... Changes to get Win32 compiling again, including subst...
2000-07-24 Ryan BloomFix some issues with mod_mime_magic. Basically, we...
2000-07-23 Sascha SchumannClean up rules.mk and add support for building C++...
2000-07-23 Ryan BloomRemove apr_strnatcmp.h. All of the functions prototype...
2000-07-23 Sascha SchumannFix VPATH builds
2000-07-22 Ryan BloomClean_child_exit is not a public function. This keeps...
2000-07-22 Ryan BloomInclude apr_strings.h in scoreboard.h. This allows...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-20 Ryan BloomRemove a filtering patch from the STATUS file. This...
2000-07-20 Jeff TrawickProtect some sendfile()-specific logic with APR_HAS_SEN...
2000-07-19 Jeff TrawickGet mod_cgid.c to compile on OS/390 again. It needs...
2000-07-19 Jeff TrawickMake ap_child_init_lock() work properly... It didn't
2000-07-17 Jeff TrawickFix some bad ap_log_error() invocations. Comment on...
2000-07-17 Jeff TrawickGrab OtherBill's latest 1.3 code to provide a default...
2000-07-17 Keith WannamakerFix copy/move depth infinity lock propagation problem.
2000-07-16 Brian HavardOS/2: Put back creation of listeners in main thread...
2000-07-16 Roy T. Fieldingab would start up more connections than needed, then...
2000-07-15 Greg Steinadd ap_full_read() and ap_full_write(). they guarantee...
2000-07-15 Greg Steinap_dso_init() isn't needed. if/when a platform needs...
2000-07-14 Ralf S. EngelschallReplace this unknown hash function someone contributed...
2000-07-14 Ryan BloomMake Apache use the new APR buildconf script to generat...
next