]> granicus.if.org Git - apache/shortlog
apache
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...
2000-07-14 Brian HavardGet smpt_os2 working again after recent reorganization.
2000-07-13 Bill StoddardRemove #define conflict with mpm_winnt.h exposed by...
2000-07-13 Ryan BloomApache doesn't actually check for stdarg.h, but APR...
2000-07-13 Ryan BloomFix the prefork MPM to make it compile and work again...
2000-07-13 Greg Steinupdate for APR-ized SDBM interfaces
2000-07-13 Greg Steinreverse the setup_listeners() change from a few days...
2000-07-12 Bill StoddardSome status...
2000-07-12 Bill StoddardSave the write end of the pipe. pipe_log_spawn really...
2000-07-12 Bill StoddardOoops... Didn't notice this one until I tried compiling...
2000-07-12 Bill StoddardFix a nasty stack corruption. ap_proc_t should be alloc...
2000-07-12 Greg Steinfix problems with placing stuff across multiple lines.
2000-07-12 Keith WannamakerAdd mod_dav directives to the index
2000-07-12 Keith WannamakerInitial checkin of mod_dav documentation
2000-07-11 Bill Stoddard#ifdef APR_HAS_OTHER_CHILD to #if APR_HAS_OTHER_CHILD...
2000-07-11 Bill StoddardSome status
2000-07-11 Ryan BloomRemove all pthreads calls from the mpmt MPM prefork...
2000-07-11 Keith WannamakerCorrect Win32 Expat build.
2000-07-11 Ryan BloomFix a warning associated with the ap_send_fd change...
2000-07-11 Greg Steinshift the LimitXMLRequestBody directive to the core...
2000-07-11 Greg Steinmake sure this is defined, so that mpm_common.c compile...
2000-07-10 Greg Steineek. don't include carriage returns in the m4 macro...
2000-07-10 William A.... Advisory: This patch is still anywhere but complete...
2000-07-10 Ryan BloomMake the spmt_os2 MPM use the new setup_listeners API...
2000-07-10 Ryan BloomMove sock_disable_nagle to mpm_common.c. Rename it...
2000-07-10 Bill StoddardReimplement ap_send_fd. Eliminate ap_send_fd_length...
2000-07-10 Ryan BloomMove setup_listeners to listen.c. This renames it...
2000-07-10 Ryan BloomMove process_child_status to mpm_common.c. This requir...
2000-07-10 Ryan BloomStop doing the find for make clean. This was causing...
2000-07-10 Greg SteinBeware the Jubjub bird
2000-07-10 Greg Steincomplete the removal of the old dav_dyn crap. dav plugi...
2000-07-10 Greg Steinliveprop namespace indexes are 1-based. make room in...
2000-07-10 Greg Steintorch just about all of the old dav_dyn stuff. temporar...
next