summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* Add file locking for OS/2bjh2000-12-042-0/+76
* Win32 flock arriveswrowe2000-12-041-0/+84
* *) Add functions for file-level locking/unlocking.gstein2000-11-292-0/+151
* Take care of some newer Win32 SDK symbolswrowe2000-11-191-0/+11
* OS/2 changes to the way dependencies are built in APR makefilestrawick2000-11-151-85/+2
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-66/+2
* Add apr_get_pipe_timeout() for OS/2.bjh2000-11-141-0/+11
* Rename common.c, there can only be one or they collide when copied intobjh2000-11-142-8/+8
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-1418-80/+92
* Fix an incompatible pointer type warning.bjh2000-11-131-1/+1
* Remove some accidentally (I assume :) committed junk.bjh2000-11-131-1/+1
* Fix arg type for apr_dir_entry_size to match prototype.bjh2000-11-131-1/+1
* Yes - I was going somewhere with that redundant thought.wrowe2000-11-111-1/+2
* More files affected by APR_HAS_UNICODE_FS on Win32.wrowe2000-11-111-4/+38
* Roll everything into a single unicode -> utf8 path converter, and whatwrowe2000-11-111-1/+1
* Add unlimited path length support for //server/share/ format UNC names.wrowe2000-11-112-28/+53
* Brand new goodies. Win9x reports inode/device of 0 always, but WinNTwrowe2000-11-111-88/+145
* Reintroduce MAX_PATH into win32 Unicode path processing, except on thewrowe2000-11-101-2/+9
* Observing MAX_PATH once again in win32's opendir/readdir.wrowe2000-11-101-9/+55
* Start killing off the historical fileswrowe2000-11-101-219/+0
* Fix a lot of the fallback from the apr_ssize_t to apr_size_t changerbb2000-11-101-2/+2
* Teaching new dogs old tricks... apr_stat must behave and never changewrowe2000-11-101-0/+30
* Fix dependenciesmartin2000-11-091-45/+27
* A small ommision which (should) never occur.wrowe2000-11-091-0/+1
* Guess math isn't my strongest subject at midnight. Fortunately, I justwrowe2000-11-091-1/+1
* I knew the first typo would be obvious ...wrowe2000-11-091-1/+1
* Fixes most of the Unicode problems for Win9x, and expands the effectivewrowe2000-11-096-43/+300
* Move all of the file private header files to an arch directory underrbb2000-11-0928-564/+74
* Catch up on some Unicode stuff that I've discovered while yanking aroundwrowe2000-11-086-105/+98
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnrbb2000-11-074-25/+25
* Add apr_get_pipe_timeout to win32.stoddard2000-11-071-2/+14
* *) A successful call to ReadFile() with 0 bytes read indicates EOF. Returngstein2000-11-071-4/+7
* apr_get_pipe_timeout() needs to specify a return codetrawick2000-11-061-0/+2
* Make non-blocking reads from pipes work through the bucket interface.rbb2000-11-041-0/+7
* Restore backwards compatibility for WIN32/!APR_HAS_UNICODE_FS, now allwrowe2000-11-021-3/+6
* Get APR building on Unix again. Only Windows has the union in therbb2000-11-021-1/+3
* The Unicode/WinNT APR patch. Note that this may even be faster thanwrowe2000-11-027-157/+183
* ensure that all cpp directives start with a # in column onefanf2000-10-251-16/+16
* Ok here it is: Win32 utf-8 native unicode filename support.wrowe2000-10-256-48/+213
* The start of the canonical name stuff.wrowe2000-10-235-47/+66
* APR pipes on Unix and Win32 are now cleaned up automatically when thetrawick2000-10-182-0/+8
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-164-4/+4
* Note a discrepancy, W2K supports hard symlinkswrowe2000-10-161-0/+1
* 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