| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up some timeout arg warnings | William A. Rowe Jr | 2000-11-18 | 1 | -1/+1 |
* | Change the code to reflect the recent API changes... | David Reid | 2000-11-09 | 1 | -2/+2 |
* | Remove BUFF from the main server. :-) The buff code needs to remain as | Ryan Bloom | 2000-11-09 | 1 | -3/+0 |
* | Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or return | Ryan Bloom | 2000-11-07 | 1 | -1/+1 |
* | We don't really want to fool around with socket structures if we don't have to, | David Reid | 2000-11-03 | 1 | -5/+2 |
* | Fix a buglet in the APR-ization of ap_lingering_close() -- use APR_SO_TIMEOUT | Jeff Trawick | 2000-11-01 | 1 | -2/+3 |
* | Make lingering close access the socket directly, instead of relying on | Ryan Bloom | 2000-10-23 | 1 | -9/+19 |
* | Get rid of a couple of buff-isms -- setting the B_EOUT flag in a couple | Jeff Trawick | 2000-10-22 | 1 | -3/+2 |
* | Change some of the BUFF calls to direct calls to the socket. | Ryan Bloom | 2000-10-19 | 1 | -4/+4 |
* | This begins to remove BUFF from the server. The idea is to go very slowly | Ryan Bloom | 2000-10-18 | 1 | -4/+8 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -1/+1 |
* | Add the first draft of the http_filter. In time this filter will split | Ryan Bloom | 2000-10-06 | 1 | -0/+1 |
* | Add a bit of infrastructure which will be needed for input filtering: | Jeff Trawick | 2000-10-05 | 1 | -1/+1 |
* | Now that we have ap_add_input_filter(), rename ap_add_filter() to | Jeff Trawick | 2000-10-05 | 1 | -1/+1 |
* | Connection oriented filters are now stored in the conn_rec instead of the | Ryan Bloom | 2000-10-05 | 1 | -0/+1 |
* | Move where the CORE_IN filter is added to the server. We used to do this | Ryan Bloom | 2000-10-02 | 1 | -2/+6 |
* | Implement input filtering. This is definately not completely correct, but | Ryan Bloom | 2000-10-02 | 1 | -0/+3 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -1/+1 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -15/+15 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
* | Fix some bad ap_log_error() invocations. Comment on a bad | Jeff Trawick | 2000-07-18 | 1 | -1/+1 |
* | Remove const from ap_socket_t parameters on APR functions so that | Jeff Trawick | 2000-06-26 | 1 | -1/+1 |
* | Removed the pointless ap_is_aborted macro. | Roy T. Fielding | 2000-06-20 | 1 | -2/+1 |
* | Add notes field to conn_rec | Allan K. Edwards | 2000-06-19 | 1 | -0/+1 |
* | Protect system header files with the appropriate macros. | Ryan Bloom | 2000-06-13 | 1 | -0/+4 |
* | Clean up a big chunk of ap_config.h. This basically stops ap_config.h from | Ryan Bloom | 2000-06-12 | 1 | -0/+3 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 1 | -4/+2 |
* |
| William A. Rowe Jr | 2000-05-27 | 1 | -2/+4 |
* | Create new function, ap_lingering_close(), which will explicitly do a lingeri... | Bill Stoddard | 2000-05-11 | 1 | -25/+17 |
* | Exit connection processing normally on a graceful shutdown (which will allow | Bill Stoddard | 2000-05-11 | 1 | -6/+3 |
* | change ap_hook_pre_connection from VOID to RUN_ALL | Doug MacEachern | 2000-04-28 | 1 | -1/+1 |
* | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 1 | -5/+5 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -2/+2 |
* | Get lingering_close() working again. | Jeff Trawick | 2000-04-13 | 1 | -61/+52 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -56/+57 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 1 | -9/+9 |
* | Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is | Ryan Bloom | 2000-01-28 | 1 | -1/+1 |
* | Finish the commits for the change in the header files. Basically, this hides | Ryan Bloom | 2000-01-19 | 1 | -0/+1 |
* | Cleanup the ZZZ comments. Basically these used to mark places where APR | Ryan Bloom | 1999-11-16 | 1 | -7/+6 |
* | ap_bflush and ap_bclose now return ap_status_t error codes instead of | Manoj Kasichainula | 1999-10-27 | 1 | -1/+1 |
* | Enhancements for APR network_io. Adds separate local/remote access methods for | Brian Havard | 1999-10-24 | 1 | -0/+12 |
* | Add a connection status table to replace the old function of the | Manoj Kasichainula | 1999-10-13 | 1 | -0/+5 |
* | Fix typos | Martin Kraemer | 1999-10-12 | 1 | -1/+1 |
* | Changed pools to contexts. Tested with prefork and pthread mpm's. I'll | Ryan Bloom | 1999-08-31 | 1 | -2/+2 |
* | Make ``configure --with-option=devel'' under | Ralf S. Engelschall | 1999-08-28 | 1 | -1/+1 |
* | Add a connection ID to conn_rec. It uniquely identifies a connection at | Manoj Kasichainula | 1999-08-13 | 1 | -1/+3 |
* | merge the differences in apache-1.3 from tag apache-apr-merge-3 up | dgaudet | 1999-08-06 | 1 | -0/+2 |
* | Take child_num and thread_num out of conn_rec. They aren't used anywhere | Manoj Kasichainula | 1999-08-05 | 1 | -5/+1 |
* | Break out the hook implementations into three kinds, thus avoiding null macro | Ben Laurie | 1999-07-31 | 1 | -2/+2 |
* | Another hook (I won't be upset if someone else wants to do some!). | Ben Laurie | 1999-07-27 | 1 | -1/+1 |