summaryrefslogtreecommitdiff
path: root/include/http_connection.h
Commit message (Expand)AuthorAgeFilesLines
* Doc formatting fixesWilliam A. Rowe Jr2001-07-271-2/+2
* Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types ofChuck Murcko2001-05-111-1/+1
* Move more code from the http module into the core server. ThisRyan Bloom2001-03-041-15/+0
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* ap_new_connection() returns NULL if an error occurred (prefork MPMJeff Trawick2001-02-051-0/+1
* fix minor prototype inconsistencies noticed with C::ScanDoug MacEachern2001-02-041-2/+2
* The fast fix to get FirstBill back out of the gate. It brings up anWilliam A. Rowe Jr2001-01-191-1/+1
* By popular reviewWilliam A. Rowe Jr2001-01-191-1/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Get rid of ap_new_apr_connection(). ap_new_connection() now hasJeff Trawick2000-12-041-16/+1
* Fix some incorrect docsRyan Bloom2000-11-281-2/+2
* Make lingering close access the socket directly, instead of relying onRyan Bloom2000-10-231-0/+2
* This begins to remove BUFF from the server. The idea is to go very slowlyRyan Bloom2000-10-181-4/+4
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-1/+1
* Move where the CORE_IN filter is added to the server. We used to do thisRyan Bloom2000-10-021-1/+9
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-3/+3
* Make http_log use ScanDocRyan Bloom2000-07-311-0/+4
* Document http_connection.h using ScanDocRyan Bloom2000-07-311-0/+66
* Remove const from ap_socket_t parameters on APR functions so thatJeff Trawick2000-06-261-1/+1
* PR:William A. Rowe Jr2000-05-271-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* Add the prototype for ap_lingering_close()Bill Stoddard2000-05-121-0/+1
* change ap_hook_pre_connection from VOID to RUN_ALLDoug MacEachern2000-04-271-1/+1
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+30
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-191-0/+2
* Enhancements for APR network_io. Adds separate local/remote access methods forBrian Havard1999-10-241-0/+3
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-1/+1
* Add a connection ID to conn_rec. It uniquely identifies a connection atManoj Kasichainula1999-08-131-1/+1
* Take child_num and thread_num out of conn_rec. They aren't used anywhereManoj Kasichainula1999-08-051-2/+1
* And with one bound, he was free! This seemingly minor change allows modulesBen Laurie1999-07-221-0/+2
* Strawman hooks implementation (beginning of).Ben Laurie1999-07-051-0/+5
* Use ap_new_connection in pthread MPM. This required adding an argumentManoj Kasichainula1999-07-021-1/+1
* New API for I/O layering, and dependency updates.Ben Laurie1999-06-291-0/+4
* Initial revisiondgaudet1999-06-181-0/+71