summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* OS/2: file_cleanup() should be namespace protected as it's not static.bjh2000-03-034-6/+6
* OS/2: register cleanup in ap_opendir() + some minor cleanup.bjh2000-03-031-1/+6
* OS/2: Update ap_writev() to take new parameters.bjh2000-03-031-4/+4
* We should never set the number of bytes written to -1 and return an error.rbb2000-03-021-8/+10
* Bring BeOS ap_writev up to date and amend the documentation to showdreid2000-03-022-15/+13
* Add a test program for pipes. Add support for non-buffered CGI's to mod_cgi.rbb2000-03-012-3/+6
* Stupid bug in pipe logicrbb2000-02-211-1/+1
* Make file I/O and network I/O writev/sendv APIs consistent.stoddard2000-02-217-76/+12
* 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-181-0/+11
* Have seperate variable on ap_writev to set the number of iovecs passed instoddard2000-02-182-7/+8
* 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
* Remove the stated lines from readwrite.c to bring BeOS back in linedreid2000-02-051-9/+0
* 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
* Port Ryan's fix to return errno to the Windows side of the house. Bothstoddard2000-01-171-2/+2
* Update Windows port to new file_io and time specsstoddard2000-01-172-77/+67
* Fix a problem with ap_stat. We should return the platforms error code, notrbb2000-01-171-2/+2
* Move Windows project files to tha atticstoddard2000-01-122-177/+0
* What kinda coding style is this?stoddard2000-01-111-68/+68
* Replace missing end-of-comment delimiter.stoddard2000-01-111-1/+2
* Cleanup small bug in new filetype_from_mode, we just need to make surerbb2000-01-101-0/+1
* Rework ap_finfo_t to split the file type out of the protection field.bjh2000-01-109-206/+110
* OS/2: Implement delete on close & fix an allocation error in ap_open_stderr.bjh2000-01-104-4/+16
* OS/2: Migrate directory API to new style ap_time_tbjh2000-01-101-2/+2
* time overhaul:dgaudet2000-01-091-13/+7
* Next pass at the time functions. This defines an ap_ansi_time_t which hasrbb2000-01-061-6/+6
* Separate the stat structure from the file structure and use ap_stat andrbb2000-01-067-193/+46
* Add some comments to clear up some of the fields to windows' ap_file_t.rbb2000-01-051-3/+15
* If ap_stat allocates space for a file, then ap_stat also has to registerrbb2000-01-041-0/+3
* Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat torbb2000-01-042-2/+4
* Fix the ap_stat function so we don't leak memory if we are passed an alreadyrbb2000-01-031-5/+10
* Add a new function. We shouldn't need to have an open file in order torbb2000-01-031-0/+35
* Fix a nasty little bug that was causing a seg fault everytime we triedrbb1999-12-311-1/+1
* Add a flag to ap_open to allow close on delete status. This should be therbb1999-12-301-1/+5
* Fix the build process for APR. There is no reason to build each libraryrbb1999-12-201-9/+8
* The compiler for PowerPC versions of BeOS is about as pedantic asdreid1999-12-191-3/+2
* OS/2: Include apr_config.h so HAVE_* macros are available to file I/O code.bjh1999-12-191-0/+1
* Fix a warning "implicit declaration of function `malloc'"bjh1999-12-191-0/+1
* OS/2: Implement ap_open_stderr()bjh1999-12-191-0/+19