summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag2.0.30(no author)2002-01-0839-12056/+0
* About to tag 2.0.30Aaron Bannert2002-01-082-2/+2
* Updated the build documentation for NetWare to match the current buildBradley Nicholes2002-01-081-43/+55
* Changed the project file to use the NDK (NovellNDK) environment variableBradley Nicholes2002-01-081-0/+0
* Fixed the export list generation for NetWare to make sure that only real APIsBradley Nicholes2002-01-083-31/+73
* Added a stub for ap_os_create_privileged_process() for NetWareBradley Nicholes2002-01-081-0/+76
* Code updates to allow Mod_Rewrite and Mod_Auth_DBM to build on NetWareBradley Nicholes2002-01-082-8/+7
* Added the #ifdef's to the prototypes to match the corresponding source codeBradley Nicholes2002-01-081-0/+4
* Restore the apr_pool_clear calls to main.c in case we haveDavid Reid2002-01-082-1/+2
* Update the FreeBSD saga...David Reid2002-01-082-14/+6
* This small patch modifies the log's to use plog instead of pconf.David Reid2002-01-082-3/+2
* Add the ability to pass flags to both apr_file_open and apr_mktemp.Ryan Bloom2002-01-083-6/+6
* Cold and dark here...David Reid2002-01-081-14/+22
* Fix how mod_dav examines methods in the request -- use the method numberGreg Stein2002-01-072-27/+60
* Stylistic nitpicking before I go to work on this.Justin Erenkrantz2002-01-071-29/+15
* fix a typo in an error messageJeff Trawick2002-01-071-1/+1
* Reflect actual filename in .var fileMartin Kraemer2002-01-071-4/+4
* - We just check for "pthread" in mpm_common.c not "proc_pthread"Lars Eilebrecht2002-01-071-2/+2
* The -L and -R flags are linker flags not libraries. We need to add them toJustin Erenkrantz2002-01-061-2/+2
* Rearranged the log_request_time() code to eliminate the allocationBrian Pane2002-01-061-4/+16
* need to use $(top_srcdir) when installing build/instdso.shDoug MacEachern2002-01-061-1/+1
* Bypass a strdup and an 8KB local variable in the common case whereBrian Pane2002-01-061-5/+4
* Cleaned up a couple of ap_ssi_parse_string calls that I missedBrian Pane2002-01-061-12/+12
* Eliminated various large (8KB) string buffers from the stack inBrian Pane2002-01-062-33/+103
* This issue has turned into a FAQ.Justin Erenkrantz2002-01-061-1/+9
* Fix a typo in mod_deflate's m4 config section.Justin Erenkrantz2002-01-062-1/+4
* Note this for the record. I have no idea if/when I'll have the time toJustin Erenkrantz2002-01-061-1/+4
* Reworked the accept() loop to avoid an extra call to select() just toBradley Nicholes2002-01-041-155/+59
* Changed to 4 byte packingBradley Nicholes2002-01-041-0/+0
* for proxy CONNECT handling:Jeff Trawick2002-01-042-15/+22
* cache now can cache things for minutes.Ian Holsman2002-01-045-6/+39
* 2.0.29 isn't going to be rolled.Justin Erenkrantz2002-01-041-2/+2
* split mem_cache out of mod_cache (ala mod_proxy & proxy_http)Ian Holsman2002-01-042-6/+113
* Fix a couple of mod_proxy problems forwarding HTTP connections:Jeff Trawick2002-01-042-27/+41
* Keep my comments to myself.Bill Stoddard2002-01-031-1/+0
* get the declarations for strncasecmp() on AIXJeff Trawick2002-01-031-0/+2
* Use ap_getline() in favor of ap_proxy_string_read() in ap_proxy_http_process_...Bill Stoddard2002-01-031-5/+4
* Fix seg fault in HTTP_IN when trying to handle the LimitRequestBodyBill Stoddard2002-01-032-4/+18
* Fix the module identifier as shown in the docs for someJeff Trawick2002-01-037-6/+11
* You know, I got an A in my "Principles of Operating Systems" classJustin Erenkrantz2002-01-031-1/+13
* OS/2: Allow but ignore unix config directives so the default config filesBrian Havard2002-01-031-0/+13
* MMN = Things that go bump in the night.Justin Erenkrantz2002-01-021-1/+3
* Making sure that the global variables have been initialized to avoid linkerBradley Nicholes2002-01-023-6/+6
* Merge a singular path for dir_walk to parse, if we have an r->filenameWilliam A. Rowe Jr2002-01-021-16/+92
* Eliminate a duplicate absolute path test, and NEVER serve a requestWilliam A. Rowe Jr2002-01-021-9/+11
* Threads on FreeBSD are not my friend.Aaron Bannert2002-01-021-2/+22
* Change the return code from APR_TIMEUP to APR_ECONNABORTED, which seemsBill Stoddard2002-01-021-5/+4
* showstoppers--;Justin Erenkrantz2002-01-021-2/+1
* Add note about worker MPM weirdness observed on FreeBSD and Cygwin.Justin Erenkrantz2002-01-021-1/+9
* showstoppers--;Justin Erenkrantz2002-01-021-2/+1