]> granicus.if.org Git - apache/shortlog
apache
1999-11-15 Ryan BloomMoving Unix socket IOL's to use APR. Also fixed a...
1999-11-14 Tony Finchremove a superfluous tag that I just spotted
1999-11-14 Brian HavardMake mod_so.c compile. Loading modules crashes for...
1999-11-11 Manoj KasichainulaFix a race condition found by David Colasurdo <davecola...
1999-11-11 Ryan BloomUpdate the STATUS file with three new items.
1999-11-09 Ben LaurieFix error logging calls (kinda).
1999-11-09 Ben LaurieAdd printf format for ssize_t.
1999-11-09 Bill Stoddardmod_autoindex has a small bug when calling ap_readdir...
1999-11-08 Bill StoddardGet rid of dependency on os/win32/getopt.c & .h
1999-11-08 Brian HavardGet rid of a number of 'incompatible pointer type'...
1999-11-05 Manoj KasichainulaStop using APR_BUFFERED for the error log and httpd...
1999-11-05 Bill StoddardExport ap_send_error_response
1999-11-04 Bill StoddardGet the Windows 95/98 specific code compiling. Have...
1999-11-04 Bill StoddardMore stuff to do
1999-11-04 Bill StoddardToDo: timeout pipes to CGIs
1999-11-04 Bill StoddardSome updates to STATUS...
1999-11-04 Ronald TschalarFirst cut at port to apache-2.0. Simple tests are working.
1999-11-03 Brian HavardOS/2: Don't return APR_EOF from ap_read(). EOF is indic...
1999-11-03 Manoj KasichainulaFix yet another APR bug. This one caused sporadic CGI...
1999-11-03 Bill StoddardFix bug setting localaddr and remoteaddr
1999-11-02 Manoj KasichainulaNo, PalmOS doesn't have threads or any process support...
1999-11-02 Bill StoddardAdd some return code checking and general tidying up.
1999-11-02 David ReidAdd support for connection_info to BeOS. This follows...
1999-11-02 Brian HavardDe-errno ap_pcfg_openfile().
1999-11-02 Bill StoddardDelete useless code...
1999-11-02 Bill StoddardFirst cut at adding a sendfile API to IOL. Eventually...
1999-11-02 David ReidChange the BeOS iol_socket layer to use apr. Also...
1999-11-01 Brian HavardFirst hack at getting mod_include to work. Everything...
1999-11-01 Brian HavardOS/2: When shutting down, kill off child threads proper...
1999-11-01 Brian HavardOS/2: Bump up thread stack size. 64k just wasn't enough...
1999-11-01 Brian HavardIn ap_send_fb_length() don't treat APR_EOF as a fatal...
1999-11-01 Manoj KasichainulaStill no progress on the PalmPilot MPM, though.
1999-11-01 Brian HavardFix mod_asis handler name. This was messed up with...
1999-10-31 Brian HavardEliminate use of FILE * & ap_get_os_file() in mod_asis...
1999-10-31 Manoj KasichainulaFinish removing references to errno from buff, by intro...
1999-10-31 Manoj KasichainulaUndo the ap_bgets errno patch. It will return status...
1999-10-30 Manoj KasichainulaAn errnoless interface for ap_bgets
1999-10-30 Manoj Kasichainulaap_bwrite now exports an errnoless interface.
1999-10-30 Manoj KasichainulaChange ap_bread's interface to no longer require errno.
1999-10-30 Manoj KasichainulaGet rid of an implicit malloc, by making ap_create_tcp_...
1999-10-30 Manoj KasichainulaForce ap_put_os_sock() to create a new ap_socket_t...
1999-10-29 Manoj KasichainulaFix a couple of pool-related bugs that may or may not...
1999-10-29 Brian HavardOS/2: APRize iol_socket
1999-10-28 David ReidThis gets the BeOS mpm working again. I'm still using...
1999-10-28 Tony FinchInclude all the registered media types as of today.
1999-10-27 Martin KraemerAdd CVS Revision number to ab.c to allow for detecting...
1999-10-27 Ralf S. EngelschallOps, I forgot to include this file in previous commit
1999-10-27 Manoj KasichainulaA little bit of error logging to help with debugging.
1999-10-27 Manoj KasichainulaOnly process a connection if we've actually accepted...
1999-10-26 Manoj Kasichainulaap_bflush and ap_bclose now return ap_status_t error...
1999-10-26 Manoj KasichainulaOne ap_bflush to the client wasn't checked. Now fixed.
1999-10-26 Manoj KasichainulaTake advantage of ap_new_apr_connection in dexter
1999-10-26 Manoj KasichainulaFix warnings from the local/remote_addr stuff properly.
1999-10-25 Manoj KasichainulaFix warnings, and fix a segfault in the process.
1999-10-25 Brian HavardMake args to CGIs work.
1999-10-24 Ben LaurieSize rigour.
1999-10-24 Brian HavardAdd a context parameter to ap_accept() for the connecti...
1999-10-24 Brian HavardFix an ap_log_error() call.
1999-10-24 Brian HavardEnhancements for APR network_io. Adds separate local...
1999-10-23 Martin KraemerBe on the safe side
1999-10-23 Martin Kraemermod_speling runs in 2.0-dev now: a bug in (linux?)...
1999-10-22 Martin KraemerI am not claiming that the modules work now, but at...
1999-10-22 Martin Kraemer**WARNING** DO NOT USE YET - interim state
1999-10-22 David ReidBring the BeOS mpm up to date with the error logging...
1999-10-22 David ReidThis brings BeOS back up to date with the recent changes.
1999-10-21 Bill StoddardThis patch fixes EBCDIC conversion for Apache 1.3.9...
1999-10-20 David ReidMissed this one when I was making the support programs...
1999-10-20 Bill StoddardFix an ap_log_rerror call in a Win32 code branch
1999-10-20 Bill StoddardNuke WIN32ERROR
1999-10-20 Bill StoddardFix broken ap_log_error() calls.
1999-10-20 Manoj KasichainulaFix dexter after adding a status code to ap_log_error...
1999-10-20 Ryan BloomFix mod_cgi so it works on Unix systems. We need to...
1999-10-20 Brian HavardApply ap_log_error() errno parameter addition to a...
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-19 Brian HavardUse APR's getopt.
1999-10-19 Brian HavardNeed APR_CREATE flag when opening error log & pid file.
1999-10-19 Bill StoddardFix GetAcceptExSockaddrs plus a few tweaks.
1999-10-19 Brian HavardPrevent collision with APR symbol of same name.
1999-10-18 Manoj KasichainulaDelete some old unused code that was breaking compiles.
1999-10-18 Brian HavardUpdate spmt_os2 MPM with APR changes.
1999-10-17 Ben HydeEliminate warning about create_argv_cmd being unused...
1999-10-17 Bill StoddardA couple of arg swaps on ap_open
1999-10-17 Bill Stoddardifdef ap_call_exec out but keep it around until we...
1999-10-15 Bill StoddardFix argv list generation bug.
1999-10-14 Ryan BloomI missed one function when swapping paramters. This...
1999-10-14 Bill StoddardGrrrr, commit apachecore.dsp rather than apachecore...
1999-10-14 Bill StoddardAdd mod_cgi back into the Win32 build
1999-10-14 Bill StoddardStill does not work reliably, but it's closer to being...
1999-10-13 Manoj KasichainulaAdd calls ap_get_connections and ap_get_connection_keys...
1999-10-13 David ReidThis correct mpmt_beos for the recent changes of argume...
1999-10-13 Manoj KasichainulaWhack a warning.
1999-10-13 Ben HydeRemove two bogus decls.
1999-10-13 Ben HydeRedundent and out of synch global.
1999-10-13 Ben HydeRemove all but one WIN32 from http_main. Other minor...
1999-10-13 Manoj KasichainulaAdd a config directive to Dexter to not maintain any...
1999-10-13 Manoj KasichainulaMy connection status patch broke all the MPMs that...
1999-10-13 Dirk-Willem... Must have missed this in the past. Sorry.
1999-10-13 Manoj KasichainulaAdd a connection status table to replace the old functi...
1999-10-12 Manoj KasichainulaEliminate a warning.
1999-10-12 Manoj KasichainulaAttempt to make ap_send_fb work again. This is untested...
next