summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fill in local_addr with correct data; this gets virtual hosts working againRonald Tschalar2000-03-091-2/+5
* A few minor changes to tidy things up a bit. Also rewrote ap_wait_procDavid Reid2000-03-073-24/+26
* Remove the APRDOC from this file, as they should only need toDavid Reid2000-03-071-75/+8
* Get the server compiling again under Win32. Still a lot of work to doBill Stoddard2000-03-063-0/+6
* OS/2: file_cleanup() should be namespace protected as it's not static.Brian Havard2000-03-035-7/+7
* OS/2: register cleanup in ap_opendir() + some minor cleanup.Brian Havard2000-03-031-1/+6
* Allow scripts (that don't have a .exe extension) to be found by PrintPathBrian Havard2000-03-031-0/+11
* OS/2: Rework of mutex locks. Makes it safe to use the same object in multipleBrian Havard2000-03-033-20/+64
* Win32: Use the COMSPEC envar to set the shell name.Bill Stoddard2000-03-033-22/+8
* OS/2: Update ap_writev() to take new parameters.Brian Havard2000-03-031-4/+4
* Don't open a lock file unless we actually need it.Manoj Kasichainula2000-03-021-7/+12
* Fix the logic for ap_signal, so it is exposed in external header files in APR.Ryan Bloom2000-03-023-17/+19
* We should never set the number of bytes written to -1 and return an error.Ryan Bloom2000-03-021-8/+10
* Fix the threading enable/disable feature for APR.Ryan Bloom2000-03-021-1/+1
* Bring BeOS ap_writev up to date and amend the documentation to showDavid Reid2000-03-022-15/+13
* another unused warningdgaudet2000-03-021-1/+0
* cleanup a bunch of XXXs i added a short while agodgaudet2000-03-021-160/+74
* .cvsignore goodnessdgaudet2000-03-022-0/+11
* fix an dependency ordering problem which shows up when you use "make -j2dgaudet2000-03-021-2/+2
* - there's a few cases where rv == -1 is possible, but APR_SUCCESS is returneddgaudet2000-03-021-4/+18
* use local variables pleasedgaudet2000-03-021-0/+8
* Add a test program for pipes. Add support for non-buffered CGI's to mod_cgi.Ryan Bloom2000-03-014-4/+123
* Check return code from ap_create_lock.Ryan Bloom2000-02-282-4/+12
* Stupid bug in pipe logicRyan Bloom2000-02-211-1/+1
* Make file I/O and network I/O writev/sendv APIs consistent.Bill Stoddard2000-02-2113-96/+15
* Bring the Unix writev code up-to-date, by updating the writevManoj Kasichainula2000-02-191-5/+6
* CreatePipe() returns 0 on failure, not -1. Return correct error statusBill Stoddard2000-02-181-2/+2
* Pass ap_iovec_t on writev calls.Bill Stoddard2000-02-184-3/+14
* Have seperate variable on ap_writev to set the number of iovecs passed inBill Stoddard2000-02-184-9/+10
* Update Windows ap_filedup() call to recognise when it is asked to dup2Bill Stoddard2000-02-171-13/+23
* APR is creating files by default whenever ap_open is called and the fileBill Stoddard2000-02-161-2/+21
* Return APR_ENOTIMPL on Windows if caller attempts dup2.Bill Stoddard2000-02-151-6/+3
* Check for DuplicateHandle() failure.Bill Stoddard2000-02-151-4/+12
* Fix some Windows APR problems found while trying to get piped logs working.Bill Stoddard2000-02-153-9/+22
* OS/2: ap_send/ap_recv/ap_sendv should set len to 0, not -1, when an errorBrian Havard2000-02-141-6/+6
* Fix some bugs in ap_send and ap_recv. We used to return APR_SUCCESS evenRyan Bloom2000-02-141-2/+10
* Make the prefork MPM use APR shared memory for it's scoreboard.Ryan Bloom2000-02-101-2/+1
* make clean should also clean MM.Ryan Bloom2000-02-101-0/+1
* Fix the signalling logic for Apache 2.0. The removed code used to blockRyan Bloom2000-02-071-9/+0
* This commit gets mm running on BeOS. With this BeOS APR once moreDavid Reid2000-02-054-0/+68
* Remove the stated lines from readwrite.c to bring BeOS back in lineDavid Reid2000-02-051-9/+0
* Re-structure APR's configure.in file. This should make adding functions toRyan Bloom2000-02-041-272/+286
* Very minor performance tweak. Do not copy header/trailer buffer if there isBill Stoddard2000-02-041-15/+28
* Fix segfault. We were clobbering the stack with this memcpy :-)Bill Stoddard2000-02-041-2/+2
* Cleanup the code to determine what kind of shared memory we are using. ThisRyan Bloom2000-02-042-7/+39
* Fix indentingBill Stoddard2000-02-011-16/+16
* Return correct error statusBill Stoddard2000-02-011-16/+14
* CloseHandle() returns 0 on failureBill Stoddard2000-02-011-5/+3
* Return correct error status.Bill Stoddard2000-02-011-10/+10
* Return correct error statusBill Stoddard2000-02-011-2/+1