summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* OS/2: file_cleanup() should be namespace protected as it's not static.bjh2000-03-035-7/+7
* OS/2: register cleanup in ap_opendir() + some minor cleanup.bjh2000-03-031-1/+6
* Allow scripts (that don't have a .exe extension) to be found by PrintPathbjh2000-03-031-0/+11
* OS/2: Rework of mutex locks. Makes it safe to use the same object in multiplebjh2000-03-033-20/+64
* Win32: Use the COMSPEC envar to set the shell name.stoddard2000-03-033-22/+8
* OS/2: Update ap_writev() to take new parameters.bjh2000-03-031-4/+4
* Don't open a lock file unless we actually need it.manoj2000-03-021-7/+12
* Fix the logic for ap_signal, so it is exposed in external header files in APR.rbb2000-03-023-17/+19
* We should never set the number of bytes written to -1 and return an error.rbb2000-03-021-8/+10
* Fix the threading enable/disable feature for APR.rbb2000-03-021-1/+1
* Bring BeOS ap_writev up to date and amend the documentation to showdreid2000-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.rbb2000-03-014-4/+123
* Check return code from ap_create_lock.rbb2000-02-282-4/+12
* Stupid bug in pipe logicrbb2000-02-211-1/+1
* Make file I/O and network I/O writev/sendv APIs consistent.stoddard2000-02-2113-96/+15
* Bring the Unix writev code up-to-date, by updating the writevmanoj2000-02-191-5/+6
* CreatePipe() returns 0 on failure, not -1. Return correct error statusstoddard2000-02-181-2/+2
* Pass ap_iovec_t on writev calls.stoddard2000-02-184-3/+14
* Have seperate variable on ap_writev to set the number of iovecs passed instoddard2000-02-184-9/+10
* Update Windows ap_filedup() call to recognise when it is asked to dup2stoddard2000-02-171-13/+23
* APR is creating files by default whenever ap_open is called and the filestoddard2000-02-161-2/+21
* Return APR_ENOTIMPL on Windows if caller attempts dup2.stoddard2000-02-151-6/+3
* Check for DuplicateHandle() failure.stoddard2000-02-151-4/+12
* Fix some Windows APR problems found while trying to get piped logs working.stoddard2000-02-153-9/+22
* OS/2: ap_send/ap_recv/ap_sendv should set len to 0, not -1, when an errorbjh2000-02-141-6/+6
* Fix some bugs in ap_send and ap_recv. We used to return APR_SUCCESS evenrbb2000-02-141-2/+10
* Make the prefork MPM use APR shared memory for it's scoreboard.rbb2000-02-101-2/+1
* make clean should also clean MM.rbb2000-02-101-0/+1
* Fix the signalling logic for Apache 2.0. The removed code used to blockrbb2000-02-071-9/+0
* This commit gets mm running on BeOS. With this BeOS APR once moredreid2000-02-054-0/+68
* Remove the stated lines from readwrite.c to bring BeOS back in linedreid2000-02-051-9/+0
* Re-structure APR's configure.in file. This should make adding functions torbb2000-02-041-272/+286
* Very minor performance tweak. Do not copy header/trailer buffer if there isstoddard2000-02-041-15/+28
* Fix segfault. We were clobbering the stack with this memcpy :-)stoddard2000-02-041-2/+2
* Cleanup the code to determine what kind of shared memory we are using. Thisrbb2000-02-042-7/+39
* Fix indentingstoddard2000-02-011-16/+16
* Return correct error statusstoddard2000-02-011-16/+14
* CloseHandle() returns 0 on failurestoddard2000-02-011-5/+3
* Return correct error status.stoddard2000-02-011-10/+10
* Return correct error statusstoddard2000-02-011-2/+1
* Reimplement ap_stat using native Windows calls. This is good for a 10% perfor...stoddard2000-02-011-7/+66
* Open files for sequential access. This is a file system cache optimizationstoddard2000-02-011-1/+1
* Add code to set the socket timeout. Correct some error return codes.stoddard2000-02-011-4/+12
* Make some of the APR to Windows time conversion routines available to otherstoddard2000-02-011-5/+3