summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some problems with the apr conversion so that APACHE_XLATE builds workJeff Trawick2000-08-072-4/+4
* Use AP_INIT_* macros for command_rec [] in a few more modules.Jeff Trawick2000-08-073-30/+42
* Finish renaming AP_CTIME_LEN to APR_CTIME_LEN.Jeff Trawick2000-08-061-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-0634-216/+217
* Use new AP_INIT_xxx macros & include apr_strings.h to get rid of warnings.Jeff Trawick2000-08-061-13/+18
* Disable the dbm_ usage in mod_rewrite so that it links.Jeff Trawick2000-08-041-1/+5
* Clean up maintainer-mode compiles of mod_rewrite (use AP_INIT_xx macrosJeff Trawick2000-08-032-70/+80
* Don't trace EINTR errors from accept() on the Unix socket.Jeff Trawick2000-08-031-2/+5
* prefix libapr functions and types with apr_Doug MacEachern2000-08-0261-2561/+2561
* Use the AP_INIT_TAKE23() macro to clean up a maintainer-mode warning,Jeff Trawick2000-08-021-4/+8
* Use the AP_INIT_FLAG() macro to clean up a maintainer-mode warning.Jeff Trawick2000-08-021-2/+2
* Include <strings.h> if we have it to get protos for strcase* on AIX.Jeff Trawick2000-07-311-0/+3
* Use ap_dso_error() instead of ap_strerror() when ap_dso_sym() fails.Jeff Trawick2000-07-301-1/+1
* Move the Server Token stuff out of http_config_globals.h because it isRyan Bloom2000-07-291-0/+7
* Remove iol_socket.h. This file had one declaration, and it makes moreRyan Bloom2000-07-294-4/+4
* Change the storage allocation mechanism for ap_proc_t structuresJeff Trawick2000-07-292-10/+12
* Fix segfault/SIGSEGV when running gzip from mod_mime_magic.c.Jeff Trawick2000-07-291-1/+2
* Add the ability to register filters. This commit introduces a warningRyan Bloom2000-07-282-13/+32
* Use ap_note_subprocess() to register the mod_cgid daemon process for cleanupJeff Trawick2000-07-281-4/+6
* Another day's progress... little changes, but just establishing theWilliam A. Rowe Jr2000-07-271-281/+479
* Remove all of the ap_is* functions from Apache. They were already in APR,Ryan Bloom2000-07-262-1/+2
* packet minimization when doing sendfile...Jeff Trawick2000-07-261-2/+20
* Fix some compile warnings in mod_file_cache.Jeff Trawick2000-07-261-3/+3
* - fix POOL_DEBUG ... restored the ap_pool_joins that dreid removed.dgaudet2000-07-263-0/+3
* Update mod_so to use the new command_rec format.Ryan Bloom2000-07-251-9/+9
* Remove EXEC_ON_READ from ClearModuleList and AddModule. Having theseRyan Bloom2000-07-251-2/+2
* Undo my damage.William A. Rowe Jr2000-07-251-1/+1
* Undo the damage to mod_isapi (leave placeholders for new functions though)William A. Rowe Jr2000-07-252-35/+52
* Caught a bit of my own bad style :)William A. Rowe Jr2000-07-251-2/+2
* Add APR_EOL_STR for a platform specific text delimiter, provided byWilliam A. Rowe Jr2000-07-254-14/+14
* Missing apr_strings.h - hope this wasn't destined for some global header.William A. Rowe Jr2000-07-259-86/+160
* Fix some issues with mod_mime_magic. Basically, we need to includeRyan Bloom2000-07-241-25/+13
* Remove apr_strnatcmp.h. All of the functions prototyped in this fileRyan Bloom2000-07-231-1/+1
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-2120-0/+20
* Protect some sendfile()-specific logic with APR_HAS_SENDFILEJeff Trawick2000-07-201-0/+2
* Get mod_cgid.c to compile on OS/390 again. It needs unistd.hJeff Trawick2000-07-191-0/+3
* Fix some bad ap_log_error() invocations. Comment on a badJeff Trawick2000-07-182-5/+8
* Fix copy/move depth infinity lock propagation problem.Keith Wannamaker2000-07-171-1/+3
* add ap_full_read() and ap_full_write(). they guarantee to read/write theGreg Stein2000-07-151-18/+2
* ap_dso_init() isn't needed. if/when a platform needs it, thenGreg Stein2000-07-151-3/+0
* Replace this unknown hash function someone contributed with the classical DJBRalf S. Engelschall2000-07-141-2/+2
* Apache doesn't actually check for stdarg.h, but APR does. Just use theRyan Bloom2000-07-132-2/+2
* update for APR-ized SDBM interfacesGreg Stein2000-07-131-112/+34
* fix problems with placing stuff across multiple lines.Greg Stein2000-07-122-6/+6
* #ifdef APR_HAS_OTHER_CHILD to #if APR_HAS_OTHER_CHILD. Not tested.Bill Stoddard2000-07-121-2/+2
* Fix a warning associated with the ap_send_fd change from earlier today.Ryan Bloom2000-07-112-4/+4
* shift the LimitXMLRequestBody directive to the core. use it from util_xml.Greg Stein2000-07-112-42/+41
* eek. don't include carriage returns in the m4 macro. they get copied thru.Greg Stein2000-07-111-4/+3
* Reimplement ap_send_fd. Eliminate ap_send_fd_length. If APR_HAS_SENDFILE isBill Stoddard2000-07-104-56/+108
* complete the removal of the old dav_dyn crap. dav plugins are nowGreg Stein2000-07-107-229/+77