]> granicus.if.org Git - apache/history - modules
Missed this first time and forgot about it until now...
[apache] / modules /
2000-08-13 Ryan BloomCleanup the buckets a bit, and add ScanDoc comments...
2000-08-12 Ryan BloomInitial Filtering code. This uses a bucket brigade...
2000-08-12 Jeff TrawickChange the rewrite log lock from intra-process to lock...
2000-08-12 Ken Coar Allow <Limit*> to accept arbitrary extension method...
2000-08-11 Ken Coar More prototypical API support for arbitrary extension...
2000-08-11 Jeff TrawickGet rid of an ancient comment (which was updated for...
2000-08-11 Ken Coar Don't skip any remaining methods just because one...
2000-08-11 Ken Coar Fix another oversight: don't add an extension method...
2000-08-10 Ken Coar Whoops, head off a potential segfault. The array...
2000-08-10 Jeff TrawickChange use of ap_pstrcat() to apr_pstrcat() in previous...
2000-08-10 Ken Coar Add support for arbitrary extension methods for the...
2000-08-09 Jeff Trawickmod_cern_meta: fix broken file reading loop in scan_met...
2000-08-09 Bill StoddardFix compile break
2000-08-08 Bill StoddardUpdated patch to fix compile warnings from not includin...
2000-08-08 Bill StoddardFix win32 compile break.
2000-08-07 Jeff TrawickA few more (last?) ap_xlate->apr_xlate changes covering...
2000-08-07 Jeff TrawickFix some problems with the apr conversion so that APACH...
2000-08-06 Jeff TrawickUse AP_INIT_* macros for command_rec [] in a few more...
2000-08-06 Jeff TrawickFinish renaming AP_CTIME_LEN to APR_CTIME_LEN.
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-06 Jeff TrawickUse new AP_INIT_xxx macros & include apr_strings.h...
2000-08-04 Jeff TrawickDisable the dbm_ usage in mod_rewrite so that it links.
2000-08-03 Jeff TrawickClean up maintainer-mode compiles of mod_rewrite (use...
2000-08-02 Jeff TrawickDon't trace EINTR errors from accept() on the Unix...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-08-02 Jeff TrawickUse the AP_INIT_TAKE23() macro to clean up a maintainer...
2000-08-02 Jeff TrawickUse the AP_INIT_FLAG() macro to clean up a maintainer...
2000-07-31 Jeff TrawickInclude <strings.h> if we have it to get protos for...
2000-07-30 Jeff TrawickUse ap_dso_error() instead of ap_strerror() when ap_dso...
2000-07-29 Ryan BloomMove the Server Token stuff out of http_config_globals...
2000-07-29 Ryan BloomRemove iol_socket.h. This file had one declaration...
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 Jeff TrawickUse ap_note_subprocess() to register the mod_cgid daemo...
2000-07-27 William A. Rowe Jr Another day's progress... little changes, but just...
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 TrawickFix some compile warnings in mod_file_cache.
2000-07-26 dgaudet- fix POOL_DEBUG ... restored the ap_pool_joins that...
2000-07-25 Ryan BloomUpdate mod_so to use the new command_rec format.
2000-07-25 Ryan BloomRemove EXEC_ON_READ from ClearModuleList and AddModule...
2000-07-25 William A. Rowe Jr Undo my damage.
2000-07-25 William A. Rowe Jr Undo the damage to mod_isapi (leave placeholders...
2000-07-25 William A. Rowe Jr Caught a bit of my own bad style :)
2000-07-25 William A. Rowe Jr Add APR_EOL_STR for a platform specific text delimite...
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-07-24 Ryan BloomFix some issues with mod_mime_magic. Basically, we...
2000-07-23 Ryan BloomRemove apr_strnatcmp.h. All of the functions prototype...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
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-17 Jeff TrawickFix some bad ap_log_error() invocations. Comment on...
2000-07-17 Keith WannamakerFix copy/move depth infinity lock propagation problem.
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-13 Ryan BloomApache doesn't actually check for stdarg.h, but APR...
2000-07-13 Greg Steinupdate for APR-ized SDBM interfaces
2000-07-12 Greg Steinfix problems with placing stuff across multiple lines.
2000-07-11 Bill Stoddard#ifdef APR_HAS_OTHER_CHILD to #if APR_HAS_OTHER_CHILD...
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-10 Greg Steineek. don't include carriage returns in the m4 macro...
2000-07-10 Bill StoddardReimplement ap_send_fd. Eliminate ap_send_fd_length...
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...
2000-07-10 Greg Steinnew liveprop namespace registration and lookup. modules...
2000-07-08 Greg Steinget rid of more of the old module/provider mechanisms...
2000-07-07 Jeff TrawickDrastically increase the listen backlog for mod_cgid...
2000-07-07 Greg Steindo the "get resource" via a hook rather than through...
2000-07-07 Greg Steindo the config/build for module stuff "right"
2000-07-07 Greg Steinadd a bit of framework so that experimental modules...
2000-07-07 Greg Steinturn dav/fs/ into a real module
2000-07-07 Greg SteinI bunged up Joe's patch. Use the right size in the...
2000-07-07 Bill StoddardThis patch fixes several problems with mod_file_cache
2000-07-07 Greg Steinuse ap_size_t rather than plain size_t
2000-07-07 Greg SteinAPR-ize repos.c and lock.c. trim back repos.h. Original...
2000-07-06 Jeff TrawickFix the way that ap_rwrite() checks for an error from...
2000-07-06 Bill StoddardDo not set the sendfile flag to disconnect the socket...
2000-07-06 Bill StoddardWinNT: Implement acceptex socket reuse. Make sure that...
2000-07-06 Bill StoddardEliminate a couple of compiler warnings. I don't like...
2000-07-05 Ryan BloomUpdate mod_cgid to work with attach_iol_socket again.
2000-07-05 Jeff TrawickGet rid of some warnings in mod_file_cache by moving...
2000-07-05 Jeff Trawickstruct a_file needs field mm to compile at all when
2000-07-05 Ryan BloomRemove some warnings from the latest compile. I don...
2000-07-04 Greg Steinadd ap_get_status_line() so that modules can get a...
2000-07-03 Greg SteinJoe Orton writes:
2000-07-03 Greg Steinre-enable the "move by rename" optimization (now that...
2000-07-03 Greg SteinAPR-ize dav_format_time()
2000-07-03 Greg Steinmisc const cleanups and others issues found using maint...
2000-07-02 Greg Steinrun DAV's type_checker first so that it can grab the...
2000-07-01 Greg Steinconfig magic for enabling DAV, Expat, and SDBM.
2000-07-01 Greg Steinno need for relative includes. the directories will...
2000-06-30 Ryan BloomCombine some common code. Before this, all platforms...
2000-06-29 Greg Steinalways include limits.h for the INT_MAX value.
2000-06-28 Bill StoddardFirst cut at getting mod_mmap_static function into...
2000-06-28 Bill StoddardUpdate mod_file_cache to use ap_core_translate. mod_fi...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
next