summaryrefslogtreecommitdiff
path: root/file_io/win32/open.c
Commit message (Expand)AuthorAgeFilesLines
* *) Add apr_file_flags_get() which returns the flags that were originallyjwoolley2001-06-271-0/+1
* axe APR_ENOFILEtrawick2001-06-071-3/+0
* *) Complete the implementation of LARGEFILE support on Win32, althoughwrowe2001-06-061-1/+9
* Add apr_file_open_stdin - which allows the stdin file handle to bejerenkrantz2001-05-311-0/+11
* Flush any data still unwritten when the file is closed.trawick2001-03-311-1/+6
* Don't alloc the buffer if the file is opened for non-buffered i/ostoddard2001-03-231-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-17/+17
* This patch sets the server running once again, except in cases wherewrowe2001-01-271-8/+5
* Add apr_open_stdout. This mirrors apr_open_stderr, except it worksrbb2001-01-271-15/+16
* apr_put_os_file() expected the caller to have an existing file or init togstein2001-01-261-7/+7
* Replaced use of unsupported function MoveFileEx() with MoveFile() forwrowe2001-01-251-4/+24
* * open.c (apr_open): Fixed deferencing of potentially NULL pointerwrowe2001-01-251-1/+1
* Use a typesafe function for access objects' pools.gstein2001-01-241-0/+1
* Cleanups and implement a sub-stat for win32 apr_dir_read(), as on unix.wrowe2001-01-231-3/+3
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-201-93/+120
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-11/+15
* 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-111-18/+37
* Reintroduce MAX_PATH into win32 Unicode path processing, except on thewrowe2000-11-101-2/+9
* A small ommision which (should) never occur.wrowe2000-11-091-0/+1
* Fixes most of the Unicode problems for Win9x, and expands the effectivewrowe2000-11-091-5/+49
* Move all of the file private header files to an arch directory underrbb2000-11-091-1/+1
* Catch up on some Unicode stuff that I've discovered while yanking aroundwrowe2000-11-081-61/+66
* The Unicode/WinNT APR patch. Note that this may even be faster thanwrowe2000-11-021-6/+6
* Ok here it is: Win32 utf-8 native unicode filename support.wrowe2000-10-251-6/+60
* The start of the canonical name stuff.wrowe2000-10-231-30/+5
* apr_open() always allocates storage for the apr_file_t now. The caller is nogstein2000-10-061-4/+1
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-061-11/+11
* apr_put_os_file() now sets up the unget byte appropriately on Unixtrawick2000-09-111-1/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-2/+2
* prefix libapr functions and types with apr_dougm2000-08-021-25/+25
* Changes to get Win32 compiling again, including substitutingwrowe2000-07-251-1/+1
* add ap_rename_file()gstein2000-07-071-0/+26
* Win32: First cut at implementing non-blocking pipes with timeout on Windows NT.stoddard2000-07-031-3/+4
* Win32: Handle ap_ungetchar in the posix way (can only issue it once). Also,stoddard2000-06-221-19/+31
* Change filename arg of ap_remove_file() from char * to const char *.trawick2000-06-151-1/+1
* Win32: Add buffered file I/Objh2000-05-231-0/+15
* Fix various return code problems in APR on Win32. For most oftrawick2000-05-011-1/+1
* get rid of C++ style commentstoddard2000-04-271-2/+0
* Fix build break. ap_file_t does not use the 'ungetchar' field. I added it forstoddard2000-04-271-2/+2
* Tell APR to truncate the httpd.pid file if it exists. Fix a bug in thestoddard2000-04-251-4/+0
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-1/+1
* Win32: Fix compile break caused by the recent ap_strerror patch.stoddard2000-04-201-0/+1
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-191-1/+1
* Reimplement ap_writev, et. al. using ap_write.stoddard2000-04-191-1/+3
* Win32: Start using ap_pcalloc() to allocate APR structuresstoddard2000-04-181-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-4/+4
* Get Apache on Windows compiling again after the patch eliminatingstoddard2000-04-071-6/+0
* Windows specific ap_oslevel modifications.stoddard2000-04-041-1/+1