1999-11-08 |
Bill Stoddard | Get rid of dependency on os/win32/getopt.c & .h |
commit | commitdiff | tree | snapshot |
1999-11-08 |
Brian Havard | Get rid of a number of 'incompatible pointer type'... |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Manoj Kasichainula | Stop using APR_BUFFERED for the error log and httpd... |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Bill Stoddard | Export ap_send_error_response |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Bill Stoddard | Get the Windows 95/98 specific code compiling. Have... |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Bill Stoddard | More stuff to do |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Bill Stoddard | ToDo: timeout pipes to CGIs |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Bill Stoddard | Some updates to STATUS... |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Ronald Tschalar | First cut at port to apache-2.0. Simple tests are working. |
commit | commitdiff | tree | snapshot |
1999-11-03 |
Brian Havard | OS/2: Don't return APR_EOF from ap_read(). EOF is indic... |
commit | commitdiff | tree | snapshot |
1999-11-03 |
Manoj Kasichainula | Fix yet another APR bug. This one caused sporadic CGI... |
commit | commitdiff | tree | snapshot |
1999-11-03 |
Bill Stoddard | Fix bug setting localaddr and remoteaddr |
commit | commitdiff | tree | snapshot |
1999-11-02 |
Manoj Kasichainula | No, PalmOS doesn't have threads or any process support... |
commit | commitdiff | tree | snapshot |
1999-11-02 |
Bill Stoddard | Add some return code checking and general tidying up. |
commit | commitdiff | tree | snapshot |
1999-11-02 |
David Reid | Add support for connection_info to BeOS. This follows... |
commit | commitdiff | tree | snapshot |
1999-11-02 |
Brian Havard | De-errno ap_pcfg_openfile(). |
commit | commitdiff | tree | snapshot |
1999-11-02 |
Bill Stoddard | Delete useless code... |
commit | commitdiff | tree | snapshot |
1999-11-02 |
Bill Stoddard | First cut at adding a sendfile API to IOL. Eventually... |
commit | commitdiff | tree | snapshot |
1999-11-02 |
David Reid | Change the BeOS iol_socket layer to use apr. Also... |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Brian Havard | First hack at getting mod_include to work. Everything... |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Brian Havard | OS/2: When shutting down, kill off child threads proper... |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Brian Havard | OS/2: Bump up thread stack size. 64k just wasn't enough... |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Brian Havard | In ap_send_fb_length() don't treat APR_EOF as a fatal... |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Manoj Kasichainula | Still no progress on the PalmPilot MPM, though. |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Brian Havard | Fix mod_asis handler name. This was messed up with... |
commit | commitdiff | tree | snapshot |
1999-10-31 |
Brian Havard | Eliminate use of FILE * & ap_get_os_file() in mod_asis... |
commit | commitdiff | tree | snapshot |
1999-10-31 |
Manoj Kasichainula | Finish removing references to errno from buff, by intro... |
commit | commitdiff | tree | snapshot |
1999-10-31 |
Manoj Kasichainula | Undo the ap_bgets errno patch. It will return status... |
commit | commitdiff | tree | snapshot |
1999-10-30 |
Manoj Kasichainula | An errnoless interface for ap_bgets |
commit | commitdiff | tree | snapshot |
1999-10-30 |
Manoj Kasichainula | ap_bwrite now exports an errnoless interface. |
commit | commitdiff | tree | snapshot |
1999-10-30 |
Manoj Kasichainula | Change ap_bread's interface to no longer require errno. |
commit | commitdiff | tree | snapshot |
1999-10-30 |
Manoj Kasichainula | Get rid of an implicit malloc, by making ap_create_tcp_... |
commit | commitdiff | tree | snapshot |
1999-10-30 |
Manoj Kasichainula | Force ap_put_os_sock() to create a new ap_socket_t... |
commit | commitdiff | tree | snapshot |
1999-10-29 |
Manoj Kasichainula | Fix a couple of pool-related bugs that may or may not... |
commit | commitdiff | tree | snapshot |
1999-10-29 |
Brian Havard | OS/2: APRize iol_socket |
commit | commitdiff | tree | snapshot |
1999-10-28 |
David Reid | This gets the BeOS mpm working again. I'm still using... |
commit | commitdiff | tree | snapshot |
1999-10-28 |
Tony Finch | Include all the registered media types as of today. |
commit | commitdiff | tree | snapshot |
1999-10-27 |
Martin Kraemer | Add CVS Revision number to ab.c to allow for detecting... |
commit | commitdiff | tree | snapshot |
1999-10-27 |
Ralf S. Engelschall | Ops, I forgot to include this file in previous commit |
commit | commitdiff | tree | snapshot |
1999-10-27 |
Manoj Kasichainula | A little bit of error logging to help with debugging. |
commit | commitdiff | tree | snapshot |
1999-10-27 |
Manoj Kasichainula | Only process a connection if we've actually accepted... |
commit | commitdiff | tree | snapshot |
1999-10-26 |
Manoj Kasichainula | ap_bflush and ap_bclose now return ap_status_t error... |
commit | commitdiff | tree | snapshot |
1999-10-26 |
Manoj Kasichainula | One ap_bflush to the client wasn't checked. Now fixed. |
commit | commitdiff | tree | snapshot |
1999-10-26 |
Manoj Kasichainula | Take advantage of ap_new_apr_connection in dexter |
commit | commitdiff | tree | snapshot |
1999-10-26 |
Manoj Kasichainula | Fix warnings from the local/remote_addr stuff properly. |
commit | commitdiff | tree | snapshot |
1999-10-25 |
Manoj Kasichainula | Fix warnings, and fix a segfault in the process. |
commit | commitdiff | tree | snapshot |
1999-10-25 |
Brian Havard | Make args to CGIs work. |
commit | commitdiff | tree | snapshot |
1999-10-24 |
Ben Laurie | Size rigour. |
commit | commitdiff | tree | snapshot |
1999-10-24 |
Brian Havard | Add a context parameter to ap_accept() for the connecti... |
commit | commitdiff | tree | snapshot |
1999-10-24 |
Brian Havard | Fix an ap_log_error() call. |
commit | commitdiff | tree | snapshot |
1999-10-24 |
Brian Havard | Enhancements for APR network_io. Adds separate local... |
commit | commitdiff | tree | snapshot |
1999-10-23 |
Martin Kraemer | Be on the safe side |
commit | commitdiff | tree | snapshot |
1999-10-23 |
Martin Kraemer | mod_speling runs in 2.0-dev now: a bug in (linux?)... |
commit | commitdiff | tree | snapshot |
1999-10-22 |
Martin Kraemer | I am not claiming that the modules work now, but at... |
commit | commitdiff | tree | snapshot |
1999-10-22 |
Martin Kraemer | **WARNING** DO NOT USE YET - interim state |
commit | commitdiff | tree | snapshot |
1999-10-22 |
David Reid | Bring the BeOS mpm up to date with the error logging... |
commit | commitdiff | tree | snapshot |
1999-10-22 |
David Reid | This brings BeOS back up to date with the recent changes. |
commit | commitdiff | tree | snapshot |
1999-10-21 |
Bill Stoddard | This patch fixes EBCDIC conversion for Apache 1.3.9... |
commit | commitdiff | tree | snapshot |
1999-10-20 |
David Reid | Missed this one when I was making the support programs... |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Bill Stoddard | Fix an ap_log_rerror call in a Win32 code branch |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Bill Stoddard | Nuke WIN32ERROR |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Bill Stoddard | Fix broken ap_log_error() calls. |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Manoj Kasichainula | Fix dexter after adding a status code to ap_log_error... |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Ryan Bloom | Fix mod_cgi so it works on Unix systems. We need to... |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Brian Havard | Apply ap_log_error() errno parameter addition to a... |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Ryan Bloom | Add a status value to ap_log_error and ap_log_rerror... |
commit | commitdiff | tree | snapshot |
1999-10-19 |
Brian Havard | Use APR's getopt. |
commit | commitdiff | tree | snapshot |
1999-10-19 |
Brian Havard | Need APR_CREATE flag when opening error log & pid file. |
commit | commitdiff | tree | snapshot |
1999-10-19 |
Bill Stoddard | Fix GetAcceptExSockaddrs plus a few tweaks. |
commit | commitdiff | tree | snapshot |
1999-10-19 |
Brian Havard | Prevent collision with APR symbol of same name. |
commit | commitdiff | tree | snapshot |
1999-10-18 |
Manoj Kasichainula | Delete some old unused code that was breaking compiles. |
commit | commitdiff | tree | snapshot |
1999-10-18 |
Brian Havard | Update spmt_os2 MPM with APR changes. |
commit | commitdiff | tree | snapshot |
1999-10-17 |
Ben Hyde | Eliminate warning about create_argv_cmd being unused... |
commit | commitdiff | tree | snapshot |
1999-10-17 |
Bill Stoddard | A couple of arg swaps on ap_open |
commit | commitdiff | tree | snapshot |
1999-10-17 |
Bill Stoddard | ifdef ap_call_exec out but keep it around until we... |
commit | commitdiff | tree | snapshot |
1999-10-15 |
Bill Stoddard | Fix argv list generation bug. |
commit | commitdiff | tree | snapshot |
1999-10-14 |
Ryan Bloom | I missed one function when swapping paramters. This... |
commit | commitdiff | tree | snapshot |
1999-10-14 |
Bill Stoddard | Grrrr, commit apachecore.dsp rather than apachecore... |
commit | commitdiff | tree | snapshot |
1999-10-14 |
Bill Stoddard | Add mod_cgi back into the Win32 build |
commit | commitdiff | tree | snapshot |
1999-10-14 |
Bill Stoddard | Still does not work reliably, but it's closer to being... |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Manoj Kasichainula | Add calls ap_get_connections and ap_get_connection_keys... |
commit | commitdiff | tree | snapshot |
1999-10-13 |
David Reid | This correct mpmt_beos for the recent changes of argume... |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Manoj Kasichainula | Whack a warning. |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Ben Hyde | Remove two bogus decls. |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Ben Hyde | Redundent and out of synch global. |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Ben Hyde | Remove all but one WIN32 from http_main. Other minor... |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Manoj Kasichainula | Add a config directive to Dexter to not maintain any... |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Manoj Kasichainula | My connection status patch broke all the MPMs that... |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Dirk-Willem... | Must have missed this in the past. Sorry. |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Manoj Kasichainula | Add a connection status table to replace the old functi... |
commit | commitdiff | tree | snapshot |
1999-10-12 |
Manoj Kasichainula | Eliminate a warning. |
commit | commitdiff | tree | snapshot |
1999-10-12 |
Manoj Kasichainula | Attempt to make ap_send_fb work again. This is untested... |
commit | commitdiff | tree | snapshot |
1999-10-12 |
Bill Stoddard | Need to pass in just the directory, not including the... |
commit | commitdiff | tree | snapshot |
1999-10-12 |
Bill Stoddard | Fix bug interpreting cgi_child return code. Do some... |
commit | commitdiff | tree | snapshot |
1999-10-12 |
Manoj Kasichainula | Make sure to use ap_null_cleanup instead of NULL when... |
commit | commitdiff | tree | snapshot |
1999-10-12 |
Manoj Kasichainula | Fix function arguments to respect APR's New World Order. |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Martin Kraemer | I cannot solve this right now. But this variable sure... |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Martin Kraemer | Remove most of the annoying "re ap_context_t mplement... |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Martin Kraemer | Fix typos |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Martin Kraemer | Typo |
commit | commitdiff | tree | snapshot |
next |