summaryrefslogtreecommitdiff
path: root/file_io/win32
Commit message (Expand)AuthorAgeFilesLines
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-011-0/+6
* Fix the 'test_buffered_write_size' test by ensuring that bufferedbrane2003-03-071-0/+6
* Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longerwrowe2003-03-041-3/+1
* Move the apr_filepath_list_split_impl and apr_filepath_list_merge_implbrane2003-02-161-9/+2
* Remove unused #include added in revision 1.39.brane2003-02-121-1/+0
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-121-0/+24
* Added a check to make sure that the path is not too long. Otherwise, just ba...bnicholes2003-01-281-6/+9
* Simplify and be more thorough. We only want to know how many bytes arewrowe2003-01-241-13/+10
* Expand the set/get semantic slightly... always allow the user to recoverwrowe2003-01-241-7/+15
* Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similarwrowe2003-01-241-5/+8
* Since deconstruct() does not actually validate the path, the check is meaning...bnicholes2003-01-091-7/+2
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-0710-10/+10
* Namespace protection for include/arch/ header filesthommay2003-01-0610-19/+19
* Added a new function, apr_filepath_encoding, to determine the characterbrane2003-01-031-0/+15
* Update copyright notices to 2003.thommay2003-01-0110-10/+10
* We can't optimize away this test! Just because a path didn't containwrowe2002-12-311-1/+1
* Close the last testdir emit by always calling FindFirstFile on open/rewindwrowe2002-12-291-3/+44
* apr_dir_make_recursive is now implemented. The unix code is a littlewrowe2002-12-291-1/+45
* Add an internal Win32 apr_file_open flag APR_OPENINFO to allow APR itselfwrowe2002-12-292-13/+28
* Grudgingly accept that folks may want to merge paths containing wildcardwrowe2002-12-281-1/+8
* Introduce APR_EPATHWILD to designate that a given apr_file_[l]stat()wrowe2002-12-281-1/+4
* Several StdHandles may be defined as the same handle, handle that case.wrowe2002-12-282-10/+15
* Remove the segfault from testfile.c and introduce new breakage.wrowe2002-12-281-0/+15
* Always use overlapped pipes on NT-based machines. This allows pipes torbb2002-12-121-43/+1
* Fix rootpath detection for Win9X so we don't go stat'ing the volume.wrowe2002-12-121-2/+2
* Comments for legibility.wrowe2002-12-121-2/+4
* Dueling patches. Replace FirstBill's strcasecmp patch with a patch thatwrowe2002-12-121-66/+109
* Add a stub function for apr_dir_make_recursive. This doesn't do anything,rbb2002-12-111-0/+8
* IIUC, users expect APR_EAGAIN() to respond TRUE if a lock has contentionwrowe2002-12-101-5/+0
* Allow for the path length to change while resolving each segmentbnicholes2002-11-261-2/+2
* Win32: Fix apr_stat() fooness. When passing in a filename like c:/foo/<a>,stoddard2002-11-221-0/+16
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-2/+3
* Store and use the path context to each directory and file rather than relyingbnicholes2002-11-061-2/+0
* Always lock the file on append, it's a good ideawrowe2002-10-291-9/+5
* Comment a not so obvious tidbit.stoddard2002-10-291-0/+5
* If opened append and overlapped, use apr_file_seek -first- to recomputewrowe2002-10-291-4/+4
* Fix commentsstoddard2002-10-291-4/+2
* Win32: Get APR_APPEND file i/o working correctly.stoddard2002-10-293-42/+56
* Getting ready for an API change in the NetWare LIBC library that will speed upbnicholes2002-10-231-0/+3
* I really disliked this identifier, found a better one.wrowe2002-10-141-3/+3
* Allow sendfile semantics to be requested for a given file. While thiswrowe2002-10-141-2/+17
* Cannot tolerate this workaround, for reasons that will be apparent inwrowe2002-10-121-2/+2
* Move the win32-only utf8 support [for the Unicode filesystem] out ofwrowe2002-07-171-1/+1
* Fix cut-n-paste-o in apr_os_file_put.brane2002-07-161-1/+1
* Add APR_BUFFERED support to apr_file_os_put() calls.jerenkrantz2002-07-161-0/+16
* Formatting [c++ comments! ick.]wrowe2002-07-151-2/+5
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-101-1/+1
* reenabled apr_file_setaside()brianp2002-07-041-4/+1
* Fixed bad variable references in apr_file_setaside()brianp2002-07-031-5/+5
* This function isn't behaving itself. Comment it out for nowwrowe2002-07-031-1/+4