| Commit message (Expand) | Author | Age | Files | Lines |
* | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 2 | -14/+14 |
* | Get rid of ap_pool_t argument on ap_strerror | Bill Stoddard | 2000-04-26 | 1 | -11/+2 |
* | Win32: Graceful restart is working again, and better than before. | Bill Stoddard | 2000-04-26 | 1 | -49/+67 |
* | Tell APR to truncate the httpd.pid file if it exists. Fix a bug in the | Bill Stoddard | 2000-04-26 | 1 | -1/+2 |
* | Win32: First cut at new shutdown/restart logic. The key new feature here is | Bill Stoddard | 2000-04-25 | 1 | -67/+114 |
* | drop the "container" param from ap_walk_config(). callers should simply | Greg Stein | 2000-04-24 | 1 | -39/+30 |
* | clean up cmd_parms: config_file is no longer valid; end_token is bogus; | Greg Stein | 2000-04-24 | 2 | -34/+77 |
* | handle error messages during building and processing of the configuration. | Greg Stein | 2000-04-24 | 1 | -40/+71 |
* | Change strncasecmp() definition to match Bill's prototype. Fixes compile | Brian Havard | 2000-04-24 | 1 | -1/+1 |
* | Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390). | Jeff Trawick | 2000-04-23 | 2 | -2/+2 |
* | Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h. | Roy T. Fielding | 2000-04-23 | 1 | -6/+6 |
* | Parse the config tree, instead of the config file. This is a first step there | Ryan Bloom | 2000-04-23 | 2 | -63/+85 |
* | Revamp the Win32 make environment. Makefiles have been removed and | Bill Stoddard | 2000-04-20 | 2 | -20/+0 |
* | OS/2: EXTRA_LDFLAGS is required when linking the table generation programs. | Brian Havard | 2000-04-20 | 1 | -2/+2 |
* | Add support for pool to log_error_core. Also add ap_log_perror to allow | Ryan Bloom | 2000-04-20 | 1 | -6/+27 |
* | Use ap_canonical_error() where appropriate. | Brian Havard | 2000-04-20 | 2 | -12/+15 |
* | OS/2: Clean up spmt_os2 mpm to get shutdowns working cleanly. | Brian Havard | 2000-04-20 | 1 | -57/+66 |
* | [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces most | Jeff Trawick | 2000-04-20 | 2 | -2/+6 |
* | Win32: More winnt MPM cleanup. Moved code to queue acceptex completion | Bill Stoddard | 2000-04-20 | 1 | -80/+69 |
* | Win32: Change message type to INFO | Bill Stoddard | 2000-04-18 | 1 | -2/+2 |
* | Watching for tornadoes tonite | Bill Stoddard | 2000-04-18 | 1 | -16/+11 |
* | Begin some long overdue clean-up fo winnt.c | Bill Stoddard | 2000-04-18 | 1 | -71/+62 |
* | Add a pool to dupfile. There is no reason that when we duplicate a file, ... | Ryan Bloom | 2000-04-17 | 1 | -2/+2 |
* | Add back in logic to put the ending container directive in the tree. This | Ryan Bloom | 2000-04-17 | 1 | -0/+7 |
* | Win32: | Bill Stoddard | 2000-04-15 | 2 | -26/+53 |
* | cleaned up a comment | Roy T. Fielding | 2000-04-15 | 1 | -2/+2 |
* | Somebody needs to check the labels on their medicine. | Roy T. Fielding | 2000-04-15 | 1 | -3/+1 |
* | apr_config.h is a private include file, and shouldn't be used by any | Ryan Bloom | 2000-04-14 | 1 | -1/+0 |
* | Win32: Protect another chunk of code unique to Windows NT with an | Bill Stoddard | 2000-04-14 | 1 | -8/+11 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 25 | -231/+231 |
* | more namespace cleanup | dgaudet | 2000-04-14 | 3 | -5/+5 |
* | Get lingering_close() working again. | Jeff Trawick | 2000-04-13 | 2 | -61/+80 |
* | Fix a small bug in ap_add_node. We need to set the child's parent pointer | Ryan Bloom | 2000-04-13 | 1 | -1/+2 |
* | First step to getting configuration modules working. This step creates | Ryan Bloom | 2000-04-12 | 3 | -1/+113 |
* | Make the server work without asking for buffered file I/O. This removes | Ryan Bloom | 2000-04-07 | 1 | -1/+1 |
* | Change the declaration of ap_scoreboard_image to match | Jeff Trawick | 2000-04-06 | 1 | -1/+1 |
* | In mpmt_pthread.c, include <netinet/tcp.h> only if | Jeff Trawick | 2000-04-06 | 1 | -1/+3 |
* | Start to clean up winnt.c a bit. Consolidate several calls to | Bill Stoddard | 2000-04-05 | 1 | -81/+92 |
* | Get mod_rewrite building and running, and mod_status building for Win NT | Allan K. Edwards | 2000-04-05 | 1 | -0/+6 |
* | stop relying on a macro to map signal() to ap_signal(); call | Jeff Trawick | 2000-04-05 | 4 | -55/+55 |
* | The Unix MPM's now use the other_child logic from APR. | Ryan Bloom | 2000-04-05 | 3 | -445/+3 |
* | Tidy up the beos mpm files. | David Reid | 2000-04-03 | 1 | -1/+1 |
* | Eliminate a warning related to the struct socket_t vs ap_socket_t change. | Bill Stoddard | 2000-04-03 | 1 | -1/+1 |
* | Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause). | Bill Stoddard | 2000-04-03 | 1 | -4/+0 |
* | And then there was 2.0a3-dev, and Ryan said "Doh!" | Roy T. Fielding | 2000-04-01 | 1 | -1/+1 |
* | Update the version name in the tree for 2.0a2 | Ryan Bloom | 2000-03-31 | 1 | -1/+1 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 2 | -88/+90 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 22 | -973/+1107 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 14 | -440/+569 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -34/+31 |