I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Dec 08, 2022 — Dec 08, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Delete useless code...
bill stoddard
as stoddard
More... over 24 years ago
Delete useless code... More... over 24 years ago
First cut at adding a sendfile API to IOL. Eventually need to move iol_socket into APR... More... over 24 years ago
First cut at adding a sendfile API to IOL. Eventually need to move iol_socket
bill stoddard
as stoddard
More... over 24 years ago
Change the BeOS iol_socket layer to use apr. Also update mpmt_beos.c More... over 24 years ago
Change the BeOS iol_socket layer to use apr. Also update mpmt_beos.c to reflect this change. More... over 24 years ago
First hack at getting mod_include to work. Everything seems to work ok but error handling probably needs some work. More... over 24 years ago
First hack at getting mod_include to work. Everything seems to work ok but
bjh
More... over 24 years ago
OS/2: When shutting down, kill off child threads properly before shutting
bjh
More... over 24 years ago
OS/2: When shutting down, kill off child threads properly before shutting down parent thread. More... over 24 years ago
OS/2: Bump up thread stack size. 64k just wasn't enough when doing sub-requests in mod_include. More... over 24 years ago
OS/2: Bump up thread stack size. 64k just wasn't enough when doing
bjh
More... over 24 years ago
In ap_send_fb_length() don't treat APR_EOF as a fatal error.
bjh
More... over 24 years ago
In ap_send_fb_length() don't treat APR_EOF as a fatal error. More... over 24 years ago
Still no progress on the PalmPilot MPM, though. More... over 24 years ago
Still no progress on the PalmPilot MPM, though. More... over 24 years ago
Fix mod_asis handler name. This was messed up with Ryans accidental
bjh
More... over 24 years ago
Fix mod_asis handler name. This was messed up with Ryans accidental search/replace of "-i" -> " ap_context_t " and the subsequent fix was slightly out. More... over 24 years ago
Eliminate use of FILE * & ap_get_os_file() in mod_asis by APRizing ap_scan_script_header_err(). More... over 24 years ago
Eliminate use of FILE * & ap_get_os_file() in mod_asis by APRizing
bjh
More... over 24 years ago
Finish removing references to errno from buff, by introducing More... over 24 years ago
Finish removing references to errno from buff, by introducing ap_berror() to return the status from calls that don't return an ap_status_t. More... over 24 years ago
Undo the ap_bgets errno patch. It will return status with ap_berror(). More... over 24 years ago
Undo the ap_bgets errno patch. It will return status with ap_berror(). More... over 24 years ago
An errnoless interface for ap_bgets More... over 24 years ago
An errnoless interface for ap_bgets More... over 24 years ago
ap_bwrite now exports an errnoless interface. More... over 24 years ago
ap_bwrite now exports an errnoless interface. More... over 24 years ago
Change ap_bread's interface to no longer require errno. More... over 24 years ago
Change ap_bread's interface to no longer require errno. More... over 24 years ago