| Commit message (Expand) | Author | Age | Files | Lines |
* | APACHE_XLATE, CHARSET_EBCDIC stuff: | Jeff Trawick | 2000-05-25 | 3 | -15/+11 |
* | Win32: Convert ap_proc_t to tranparent type. | Bill Stoddard | 2000-05-25 | 13 | -99/+76 |
* | Implement saferead in Apache 2.0. This has had minimal testing, and it | Ryan Bloom | 2000-05-24 | 1 | -4/+3 |
* | Allow --enable-cgid and --disable-cgid to work. Basically just make | Ryan Bloom | 2000-05-24 | 1 | -0/+1 |
* | Rename stdin, stdout, stderr from new ap_proc_t to in, out, and err because | Ryan Bloom | 2000-05-24 | 2 | -4/+4 |
* | Convert ap_proc_t to a complete type. This lets us access the pid directly. | Ryan Bloom | 2000-05-23 | 2 | -8/+8 |
* | Turn on buffered I/O in mod_include for reading the input file. | Brian Havard | 2000-05-23 | 1 | -1/+1 |
* | Remove ap_destroy_context from Apache 2.0. With the name change back to | Ryan Bloom | 2000-05-22 | 1 | -2/+2 |
* | Remove all remaining instances in Apache code of | Manoj Kasichainula | 2000-05-21 | 3 | -10/+0 |
* |
| William A. Rowe Jr | 2000-05-20 | 1 | -2/+6 |
* |
| William A. Rowe Jr | 2000-05-19 | 12 | -207/+103 |
* | Fix some bugs in the use of APACHE_XLATE vs. CHARSET_EBCDIC | Jeff Trawick | 2000-05-18 | 1 | -11/+6 |
* | This commit will most likely break everybody on Windows. The .dsp | Ryan Bloom | 2000-05-18 | 10 | -108/+79 |
* | include translation information in the request_rec; | Jeff Trawick | 2000-05-17 | 2 | -82/+81 |
* | Update a couple of modules to use ap_stat() rather than stat(). | Bill Stoddard | 2000-05-16 | 2 | -10/+10 |
* | oops. somebody snuck different names for my_error, and I goofed a sizeof(). | Greg Stein | 2000-05-16 | 1 | -24/+28 |
* | do not canonicalize errors for ap_strerror(). use sizeof() rather than | Greg Stein | 2000-05-16 | 1 | -2/+2 |
* | mod_include: | Jeff Trawick | 2000-05-16 | 1 | -2/+3 |
* | Make mod_so use ap_strerror instead of the old ap_os_dso_error. The | Ryan Bloom | 2000-05-15 | 1 | -5/+8 |
* | Commit the EXEC_ON_READ changes. This allows modules to hook into the | Ryan Bloom | 2000-05-15 | 2 | -13/+38 |
* | util_ebcdic.h, util_ebcdic.c, http_core.c: | Jeff Trawick | 2000-05-15 | 1 | -6/+5 |
* | Add mod_example to the build system. | Tony Finch | 2000-05-11 | 2 | -89/+91 |
* | EBCDIC: Update util_md5.c routines to use APR-ized ap_MD5*() | Jeff Trawick | 2000-05-11 | 1 | -2/+10 |
* | Pick up various EBCDIC fixes from 1.3 (from Martin Kraemer and Oliver | Jeff Trawick | 2000-05-10 | 1 | -12/+92 |
* | Make reliable piped logs work on 2.0. | Ryan Bloom | 2000-05-04 | 1 | -2/+2 |
* |
| William A. Rowe Jr | 2000-05-01 | 1 | -10/+10 |
* | Allow for help messages for modules. | Jim Jagielski | 2000-04-30 | 1 | -35/+34 |
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 2 | -10/+0 |
* | PR: | William A. Rowe Jr | 2000-04-29 | 1 | -1/+1 |
* | PR: | William A. Rowe Jr | 2000-04-28 | 1 | -0/+1 |
* | back out APR_ prefix for TRUE,FALSE | Doug MacEachern | 2000-04-28 | 4 | -30/+30 |
* | prefix TRUE,FALSE with APR_ | Doug MacEachern | 2000-04-28 | 4 | -30/+30 |
* |
| William A. Rowe Jr | 2000-04-28 | 1 | -3/+7 |
* | report dso_error if any | Doug MacEachern | 2000-04-27 | 1 | -4/+4 |
* | A bit of mod_file_cache cleanup. Eliminate mmap_static specific code, etc, | Bill Stoddard | 2000-04-27 | 1 | -40/+13 |
* | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 29 | -88/+88 |
* | Port a 1.3 EBCDIC fix to 2.0: | Jeff Trawick | 2000-04-26 | 1 | -8/+13 |
* | Some Windows tweaks from William Rowe... | Bill Stoddard | 2000-04-25 | 2 | -2/+3 |
* | Change names of strnatcmp & strnatcasecmp to cpmply with APR naming | Bill Stoddard | 2000-04-24 | 1 | -2/+2 |
* | drop the "container" param from ap_walk_config(). callers should simply | Greg Stein | 2000-04-24 | 1 | -7/+8 |
* | clean up cmd_parms: config_file is no longer valid; end_token is bogus; | Greg Stein | 2000-04-24 | 1 | -135/+38 |
* | handle error messages during building and processing of the configuration. | Greg Stein | 2000-04-24 | 1 | -16/+17 |
* | Add `IndexOptions +VersionSort', to nicely sort filenames | dgaudet | 2000-04-24 | 1 | -4/+18 |
* | First cut at a file handle cache. It serves on Windows and should work on | Bill Stoddard | 2000-04-23 | 2 | -0/+658 |
* | Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390). | Jeff Trawick | 2000-04-23 | 1 | -1/+1 |
* | ap_open(..,APR_OS_DEFAULT,..) uses perms 0666 instead of 0777 on | Jeff Trawick | 2000-04-23 | 1 | -7/+2 |
* | Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h. | Roy T. Fielding | 2000-04-23 | 2 | -6/+6 |
* | Parse the config tree, instead of the config file. This is a first step there | Ryan Bloom | 2000-04-23 | 1 | -64/+14 |
* | Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings. | Bill Stoddard | 2000-04-22 | 2 | -8/+10 |
* | Win32: Get mod_auth_digest compiling and added to the Windows | Bill Stoddard | 2000-04-22 | 2 | -1/+100 |