summaryrefslogtreecommitdiffstats
path: root/server/connection.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up some timeout arg warningsWilliam A. Rowe Jr2000-11-181-1/+1
* Change the code to reflect the recent API changes...David Reid2000-11-091-2/+2
* Remove BUFF from the main server. :-) The buff code needs to remain asRyan Bloom2000-11-091-3/+0
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnRyan Bloom2000-11-071-1/+1
* We don't really want to fool around with socket structures if we don't have to,David Reid2000-11-031-5/+2
* Fix a buglet in the APR-ization of ap_lingering_close() -- use APR_SO_TIMEOUTJeff Trawick2000-11-011-2/+3
* Make lingering close access the socket directly, instead of relying onRyan Bloom2000-10-231-9/+19
* Get rid of a couple of buff-isms -- setting the B_EOUT flag in a coupleJeff Trawick2000-10-221-3/+2
* Change some of the BUFF calls to direct calls to the socket.Ryan Bloom2000-10-191-4/+4
* This begins to remove BUFF from the server. The idea is to go very slowlyRyan Bloom2000-10-181-4/+8
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-1/+1
* Add the first draft of the http_filter. In time this filter will splitRyan Bloom2000-10-061-0/+1
* Add a bit of infrastructure which will be needed for input filtering:Jeff Trawick2000-10-051-1/+1
* Now that we have ap_add_input_filter(), rename ap_add_filter() toJeff Trawick2000-10-051-1/+1
* Connection oriented filters are now stored in the conn_rec instead of theRyan Bloom2000-10-051-0/+1
* Move where the CORE_IN filter is added to the server. We used to do thisRyan Bloom2000-10-021-2/+6
* Implement input filtering. This is definately not completely correct, butRyan Bloom2000-10-021-0/+3
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-15/+15
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Fix some bad ap_log_error() invocations. Comment on a badJeff Trawick2000-07-181-1/+1
* Remove const from ap_socket_t parameters on APR functions so thatJeff Trawick2000-06-261-1/+1
* Removed the pointless ap_is_aborted macro.Roy T. Fielding2000-06-201-2/+1
* Add notes field to conn_recAllan K. Edwards2000-06-191-0/+1
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-131-0/+4
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-0/+3
* PR:William A. Rowe Jr2000-05-281-4/+2
* William A. Rowe Jr2000-05-271-2/+4
* Create new function, ap_lingering_close(), which will explicitly do a lingeri...Bill Stoddard2000-05-111-25/+17
* Exit connection processing normally on a graceful shutdown (which will allowBill Stoddard2000-05-111-6/+3
* change ap_hook_pre_connection from VOID to RUN_ALLDoug MacEachern2000-04-281-1/+1
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-5/+5
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Get lingering_close() working again.Jeff Trawick2000-04-131-61/+52
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-56/+57
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-1/+1
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-191-0/+1
* Cleanup the ZZZ comments. Basically these used to mark places where APRRyan Bloom1999-11-161-7/+6
* ap_bflush and ap_bclose now return ap_status_t error codes instead ofManoj Kasichainula1999-10-271-1/+1
* Enhancements for APR network_io. Adds separate local/remote access methods forBrian Havard1999-10-241-0/+12
* Add a connection status table to replace the old function of theManoj Kasichainula1999-10-131-0/+5
* Fix typosMartin Kraemer1999-10-121-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-2/+2
* Make ``configure --with-option=devel'' underRalf S. Engelschall1999-08-281-1/+1
* Add a connection ID to conn_rec. It uniquely identifies a connection atManoj Kasichainula1999-08-131-1/+3
* merge the differences in apache-1.3 from tag apache-apr-merge-3 updgaudet1999-08-061-0/+2
* Take child_num and thread_num out of conn_rec. They aren't used anywhereManoj Kasichainula1999-08-051-5/+1
* Break out the hook implementations into three kinds, thus avoiding null macroBen Laurie1999-07-311-2/+2
* Another hook (I won't be upset if someone else wants to do some!).Ben Laurie1999-07-271-1/+1