summaryrefslogtreecommitdiff
path: root/file_io/win32
Commit message (Expand)AuthorAgeFilesLines
* Address several issues. c_is_fnchar must be namespace protected [forwrowe2002-03-221-9/+17
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-206-61/+61
* Jeff Trawick's seek-bug-fix (fixes and now passes test/filetest.c)wrowe2002-03-141-1/+3
* Update our copyright for this year.fielding2002-03-1310-10/+10
* Warming up tomorrow...stoddard2002-03-061-1/+1
* Add the APR_FILE_NOCLEANUP flag to apr_file_open().stoddard2002-03-061-2/+4
* Win32: Fix APR_XTHREAD support. A thread should have its own uniquestoddard2002-03-062-8/+28
* Outch. Compare the appropriate file handle! Then close the target ifwrowe2002-02-131-6/+7
* Protect us from both NULL and INVALID_FILE_HANDLE results.wrowe2002-02-131-6/+24
* Another unfortunate shortcoming of WinCE - no pipe support yet.wrowe2002-02-121-0/+14
* stdfoo handles are unsupported on WinCE. Submitted by Mladen Turkwrowe2002-02-121-0/+20
* Filelocks are unsupported on WinCE. Submitted by Mladen Turkwrowe2002-02-121-0/+9
* WinCE doesn't have the concept of 'duplicating' file handles - it lackswrowe2002-02-121-0/+8
* My misinterpretation. -1 is our interal flag for a invalid handle - itwrowe2002-02-121-1/+1
* I don't trust that the OS is even returning an error - if the handlewrowe2002-02-121-3/+3
* Symbolic rather than explicit value - no need to push into .32.wrowe2002-02-121-1/+1
* apr_file_attrs_set takes a new parameter, attr_mask, that defines whichbrane2002-02-111-4/+8
* Added Win32 implementation of apr_file_attrs_set.brane2002-02-101-1/+48
* Even on NT, a file can be without a DACL -- for example, if it's in abrane2002-02-071-17/+23
* Add apr_file_copy() and apr_file_append() functions. These are writtengstein2002-02-011-0/+7
* In respect to Jeff's earlier comments, these fns will never be publiclywrowe2002-01-291-3/+3
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.wrowe2002-01-284-32/+66
* Thank you for applying, Aaron! Notice that threadproc/*/proc.c files seemwrowe2002-01-241-8/+0
* Change the new_file parameter of apr_file_dup2() so that it is perfectlyaaron2002-01-241-8/+8
* Allow apr_file_dup() to behave as before, for a while longerwrowe2002-01-111-0/+8
* Compiler doesn't distinguish between void** and void*, apparently.wrowe2002-01-111-3/+3
* Implement apr_file_dup2() for win32. Don't understand precisely whywrowe2002-01-111-45/+65
* We went to the trouble of assembling the name ... why not return it :-?wrowe2002-01-091-0/+2
* This helper stub will get us the appropriate Win32 wchar* or char*,wrowe2002-01-081-0/+83
* Add the ability to pass flags to both apr_file_open and apr_mktemp.rbb2002-01-081-3/+5
* Tighter localization of some variables... found experimenting in otherwrowe2002-01-051-6/+6
* Doug MacEachern commented to me that perl, and some other apps, arewrowe2001-12-301-14/+28
* Substantial optimization of the os_level semantic. Since this is entirelywrowe2001-12-285-30/+17
* When in Rome... or better put... eat our own dogfood.wrowe2001-12-131-1/+2
* Now that hurts... fix of my patch from Barry Pederson <barryp@yahoo.com>wrowe2001-11-281-2/+2
* Final comments r.e. Win9x unsupported functionswrowe2001-11-271-0/+4
* Optimize the win32 code with the (apr-internal) global apr_os_level,wrowe2001-11-272-35/+36
* Convert Win32 to apr_thread_mutex locking, rather than apr_lock.wrowe2001-11-272-7/+11
* Fix result of apr_filepath_root() when given a drive-less absolute path. Wasbjh2001-11-181-1/+1
* This is a fix for the SymLink tests on Win2k, that is required by thewrowe2001-11-122-6/+16
* read_with_timeout in apr/file_io/win32/readwrite.c incorrectlytrawick2001-10-161-1/+1
* The pipe creation code used by mod_cgi in Apache 2.0trawick2001-10-161-0/+4
* More path parsing corrections, Win32 path code should now be stable.wrowe2001-10-111-14/+12
* Fixed a compiler problem on NetWare. Metrowerks can't handle the inlinebnicholes2001-10-101-2/+5
* Fix minor typowrowe2001-10-101-1/+1
* Some extra slash correctness for Win32/OS2 (Netware likely needs a patch.)wrowe2001-10-101-19/+45
* Cleanup and speedup the UNC path through wchar->utf-8 filename translationwrowe2001-10-101-4/+2
* Forgot to update chars to decode and used the wrong buffer remaining varwrowe2001-10-081-2/+2
* Changed the NetWare deconstruct() if statement to look for a specific error.bnicholes2001-09-141-3/+5
* (apr_filepath_merge): Pass the APR_FILEPATH_NATIVE flag tobrane2001-09-101-3/+8