summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* OS/2: Pass apr_lstat through to apr_stat as we don't have symlinks.bjh2000-10-081-0/+7
* apr_open() always allocates storage for the apr_file_t now. The caller is nogstein2000-10-062-8/+2
* Oh, duh. Typo.wrowe2000-10-061-4/+2
* Knock off some XXX's prior to a7.wrowe2000-10-061-2/+5
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-067-54/+57
* apr_putc(), apr_puts() for Unix: handle buffered files and interruptedtrawick2000-09-121-20/+13
* apr_put_os_file() now sets up the unget byte appropriately on Unixtrawick2000-09-112-2/+4
* This fixes readwrite on Win9x. Misc.h needed to be includedrbb2000-08-181-0/+1
* PLEASE REVIEW: Add an apr_lstat placeholder for Win32. Shouldn'twrowe2000-08-091-0/+7
* Force CancelIo() to be late-bound for Win9x folks (who don't have it.)wrowe2000-08-091-0/+1
* Include apr_strings.h in a bunch more places that need it.bjh2000-08-064-0/+4
* OS/2: Avoid unnecessary calls to set pipe blocking state.bjh2000-08-063-2/+13
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-0612-44/+49
* prefix libapr functions and types with apr_dougm2000-08-0227-421/+421
* Changes to get Win32 compiling again, including substitutingwrowe2000-07-254-4/+4
* Update dependenciessascha2000-07-231-15/+16
* Move all APR functions related to strings to their own directory, andrbb2000-07-215-0/+5
* Cast a void * ptr to char * in a couple of places so thattrawick2000-07-181-2/+2
* add ap_full_read() and ap_full_write(). they guarantee to read/write thegstein2000-07-152-0/+102
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-22/+5
* const-ify the userdata interfacesgstein2000-07-081-2/+2
* Update dependancies in APRrbb2000-07-071-32/+38
* OS/2: Provide native implementation of ap_rename_file().bjh2000-07-072-8/+11
* add ap_rename_file()gstein2000-07-073-0/+48
* set finfo->device in ap_stat and ap_lstat too.gstein2000-07-031-0/+2
* add ap_finfo_t.devicegstein2000-07-038-28/+79
* Win32: First cut at implementing non-blocking pipes with timeout on Windows NT.stoddard2000-07-034-97/+233
* Temp hack to get CGIs working again on NT. Better solution soon.stoddard2000-06-301-0/+12
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().trawick2000-06-281-0/+3
* ap_close() now calls ap_flush() for buffered files, so writetrawick2000-06-271-3/+7
* Fix a missing ;bjh2000-06-251-1/+1
* This change to the current state of CVS is supposed to fix a problemtrawick2000-06-231-3/+6
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-222-4/+4
* Win32: Handle ap_ungetchar in the posix way (can only issue it once). Also,stoddard2000-06-223-41/+67
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-223-21/+26
* ap_create_pipe was changed to return a pipe with both handlestrawick2000-06-205-43/+66
* Win32: Update ap_set_pipe_timeout to not call SetNamedPipeHandleState more th...stoddard2000-06-201-15/+24
* Win32: Eliminate bogus ap_ungetc implementation. The question remains, shouldstoddard2000-06-201-30/+7
* Whack that bug... stat functions now almost reasonably implementedwrowe2000-06-201-30/+98
* Win32: Eliminate some warningsstoddard2000-06-192-8/+8
* Well, Jeff fixed the uninitialized return code problem over the weekend, so I...stoddard2000-06-191-11/+11
* win32/pipe.c:trawick2000-06-191-3/+12
* make a tiny cleanup in ap_unix_file_cleanup();trawick2000-06-181-3/+4
* ap_dupfile():trawick2000-06-181-4/+7
* Win32 changes to ap_read() and ap_fgets():trawick2000-06-171-5/+23
* Don't get a lock for the ap_file_t in ap_put_os_file(); wetrawick2000-06-171-4/+3
* ap_puts(), ap_write(): make input buffer ptr const * instead of *trawick2000-06-175-8/+8
* Turn on buffering for config file reads. This is dependent on ap_fgets()trawick2000-06-162-64/+50
* Use ap_interval_time_t for timeout arg of ap_set_pipe_timeout() (totrawick2000-06-151-1/+1
* Change filename arg of ap_remove_file() from char * to const char *.trawick2000-06-153-3/+3