summaryrefslogtreecommitdiff
path: root/file_io/win32/fileio.h
Commit message (Expand)AuthorAgeFilesLines
* Start killing off the historical filesWilliam A. Rowe Jr2000-11-101-219/+0
* Fixes most of the Unicode problems for Win9x, and expands the effectiveWilliam A. Rowe Jr2000-11-091-0/+219
* Move all of the file private header files to an arch directory underRyan Bloom2000-11-091-218/+0
* Catch up on some Unicode stuff that I've discovered while yanking aroundWilliam A. Rowe Jr2000-11-081-0/+14
* The Unicode/WinNT APR patch. Note that this may even be faster thanWilliam A. Rowe Jr2000-11-021-8/+18
* Ok here it is: Win32 utf-8 native unicode filename support.William A. Rowe Jr2000-10-251-1/+12
* The start of the canonical name stuff.William A. Rowe Jr2000-10-231-7/+35
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-1/+1
* Force CancelIo() to be late-bound for Win9x folks (who don't have it.)William A. Rowe Jr2000-08-091-0/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-6/+6
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-19/+19
* Win32: First cut at implementing non-blocking pipes with timeout on Windows NT.Bill Stoddard2000-07-031-7/+14
* Cleanup yesterday's patch to make APR use APR namespace protected macros.Ryan Bloom2000-06-221-2/+2
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-221-8/+10
* Win32: Eliminate some warningsBill Stoddard2000-06-191-5/+5
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.William A. Rowe Jr2000-05-261-1/+1
* Win32: Add buffered file I/OBrian Havard2000-05-231-0/+11
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-281-1/+1
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-281-1/+1
* Fix build break. ap_file_t does not use the 'ungetchar' field. I added it forBill Stoddard2000-04-271-4/+7
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-221-1/+1
* ap_set_pipe_timeout() now takes microseconds instead of seconds;Jeff Trawick2000-04-151-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-4/+4
* Win32: Get nonblocking CGI pipe I/O working on Windows NT. Still needBill Stoddard2000-04-121-0/+2
* Get Apache on Windows compiling again after the patch eliminatingBill Stoddard2000-04-071-1/+0
* Fix some of the Windows APR time functions.Bill Stoddard2000-04-041-3/+3
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).Bill Stoddard2000-04-031-1/+1
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-3/+3
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatRyan Bloom2000-04-031-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-31/+30
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Make file I/O and network I/O writev/sendv APIs consistent.Bill Stoddard2000-02-211-5/+0
* Have seperate variable on ap_writev to set the number of iovecs passed inBill Stoddard2000-02-181-1/+1
* Replace missing end-of-comment delimiter.Bill Stoddard2000-01-111-1/+2
* Add some comments to clear up some of the fields to windows' ap_file_t.Ryan Bloom2000-01-051-3/+15
* Make APR compile on Windows again. The changes that I introduced forRyan Bloom1999-12-091-1/+4
* Win32 fileio stuff. Not tested and needs to be reviewed & debugged.Bill Stoddard1999-09-241-8/+7
* Initial revisionRyan Bloom1999-08-171-0/+121