summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* APACHE_XLATE, CHARSET_EBCDIC stuff:Jeff Trawick2000-05-253-15/+11
* Win32: Convert ap_proc_t to tranparent type.Bill Stoddard2000-05-2513-99/+76
* Implement saferead in Apache 2.0. This has had minimal testing, and itRyan Bloom2000-05-241-4/+3
* Allow --enable-cgid and --disable-cgid to work. Basically just makeRyan Bloom2000-05-241-0/+1
* Rename stdin, stdout, stderr from new ap_proc_t to in, out, and err becauseRyan Bloom2000-05-242-4/+4
* Convert ap_proc_t to a complete type. This lets us access the pid directly.Ryan Bloom2000-05-232-8/+8
* Turn on buffered I/O in mod_include for reading the input file.Brian Havard2000-05-231-1/+1
* Remove ap_destroy_context from Apache 2.0. With the name change back toRyan Bloom2000-05-221-2/+2
* Remove all remaining instances in Apache code ofManoj Kasichainula2000-05-213-10/+0
* William A. Rowe Jr2000-05-201-2/+6
* William A. Rowe Jr2000-05-1912-207/+103
* Fix some bugs in the use of APACHE_XLATE vs. CHARSET_EBCDICJeff Trawick2000-05-181-11/+6
* This commit will most likely break everybody on Windows. The .dspRyan Bloom2000-05-1810-108/+79
* include translation information in the request_rec;Jeff Trawick2000-05-172-82/+81
* Update a couple of modules to use ap_stat() rather than stat().Bill Stoddard2000-05-162-10/+10
* oops. somebody snuck different names for my_error, and I goofed a sizeof().Greg Stein2000-05-161-24/+28
* do not canonicalize errors for ap_strerror(). use sizeof() rather thanGreg Stein2000-05-161-2/+2
* mod_include:Jeff Trawick2000-05-161-2/+3
* Make mod_so use ap_strerror instead of the old ap_os_dso_error. TheRyan Bloom2000-05-151-5/+8
* Commit the EXEC_ON_READ changes. This allows modules to hook into theRyan Bloom2000-05-152-13/+38
* util_ebcdic.h, util_ebcdic.c, http_core.c:Jeff Trawick2000-05-151-6/+5
* Add mod_example to the build system.Tony Finch2000-05-112-89/+91
* EBCDIC: Update util_md5.c routines to use APR-ized ap_MD5*()Jeff Trawick2000-05-111-2/+10
* Pick up various EBCDIC fixes from 1.3 (from Martin Kraemer and OliverJeff Trawick2000-05-101-12/+92
* Make reliable piped logs work on 2.0.Ryan Bloom2000-05-041-2/+2
* William A. Rowe Jr2000-05-011-10/+10
* Allow for help messages for modules.Jim Jagielski2000-04-301-35/+34
* Overall UNIX build system improvements:Sascha Schumann2000-04-302-10/+0
* PR:William A. Rowe Jr2000-04-291-1/+1
* PR:William A. Rowe Jr2000-04-281-0/+1
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-284-30/+30
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-284-30/+30
* William A. Rowe Jr2000-04-281-3/+7
* report dso_error if anyDoug MacEachern2000-04-271-4/+4
* A bit of mod_file_cache cleanup. Eliminate mmap_static specific code, etc,Bill Stoddard2000-04-271-40/+13
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-2629-88/+88
* Port a 1.3 EBCDIC fix to 2.0:Jeff Trawick2000-04-261-8/+13
* Some Windows tweaks from William Rowe...Bill Stoddard2000-04-252-2/+3
* Change names of strnatcmp & strnatcasecmp to cpmply with APR namingBill Stoddard2000-04-241-2/+2
* drop the "container" param from ap_walk_config(). callers should simplyGreg Stein2000-04-241-7/+8
* clean up cmd_parms: config_file is no longer valid; end_token is bogus;Greg Stein2000-04-241-135/+38
* handle error messages during building and processing of the configuration.Greg Stein2000-04-241-16/+17
* Add `IndexOptions +VersionSort', to nicely sort filenamesdgaudet2000-04-241-4/+18
* First cut at a file handle cache. It serves on Windows and should work onBill Stoddard2000-04-232-0/+658
* Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390).Jeff Trawick2000-04-231-1/+1
* ap_open(..,APR_OS_DEFAULT,..) uses perms 0666 instead of 0777 onJeff Trawick2000-04-231-7/+2
* Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.Roy T. Fielding2000-04-232-6/+6
* Parse the config tree, instead of the config file. This is a first step thereRyan Bloom2000-04-231-64/+14
* Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings.Bill Stoddard2000-04-222-8/+10
* Win32: Get mod_auth_digest compiling and added to the WindowsBill Stoddard2000-04-222-1/+100