summaryrefslogtreecommitdiff
path: root/file_io/win32/seek.c
Commit message (Expand)AuthorAgeFilesLines
* On 'xmllite' branch: Merge changes from trunk.ivan2019-05-201-26/+21
* Address some warnings raised by MSVC-32/64.ylavic2019-04-031-1/+1
* Fix two issues with apr_file_trunc() for buffered files:ivan2017-03-271-4/+30
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsminfrin2010-03-011-2/+2
* Cleanups for various gcc warnings, conditional assignment and type errorswrowe2009-12-181-2/+2
* Here is the correct cast for signed-ness where size_t is off_twrowe2007-10-141-1/+1
* Fix bug identified by testlfs; Win32 didn't handle bufferedwrowe2007-10-141-3/+2
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix up Win32-private includes to bring it in line with all other platforms.jerenkrantz2006-07-121-1/+1
* Fix with additional notes for older PSDK winbase.h headers.wrowe2006-03-231-3/+4
* The original value before seek() certainly could be at the upper boundswrowe2006-03-231-2/+9
* Distinguish rc from rv (DWORD v.s. apr_status_t) - a 64bit-ism.wrowe2006-03-131-6/+5
* Similar to the patches for unix/netware/os - percolate thewrowe2006-03-131-1/+5
* Fix bug #38438, seeks are broken for files opened for append in xthreadrooneg2006-01-301-2/+2
* Fix an extranious emit, the file is huge (off_t) but thewrowe2005-09-011-1/+5
* Internal flaws, don't null out QWORD and DWORD values in the same pass,wrowe2005-05-161-3/+5
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Win32: Fix bug in tracking the file pointer in files opened for overlapped/xt...stoddard2004-07-191-2/+5
* Fix sign error in apr_file_seek().trawick2004-05-041-1/+1
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fix apr_file_seek() to unset the eof_hit flag.jwoolley2002-06-191-0/+2
* 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-131-1/+1
* Fix calculation of new offset after a seek on a buffered file.bjh2001-08-281-1/+1
* Found a very ugly reaction to using apr_file_seek(APR_CUR, -value) inwrowe2001-08-281-1/+1
* Missing fnwrowe2001-07-311-1/+23
* Default to success.wrowe2001-06-061-1/+7
* *) Complete the implementation of LARGEFILE support on Win32, althoughwrowe2001-06-061-37/+57
* More /w4 emit cleanups for uninit data errorswrowe2001-04-121-12/+14
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-3/+3
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-201-2/+2
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-1/+1
* Move all of the file private header files to an arch directory underrbb2000-11-091-1/+1
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-061-2/+2
* prefix libapr functions and types with apr_dougm2000-08-021-5/+5
* Win32: Add buffered file I/Objh2000-05-231-22/+75
* Fix various return code problems in APR on Win32. For most oftrawick2000-05-011-1/+1
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-1/+1
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatrbb2000-04-031-1/+1
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Fix indentingstoddard2000-02-011-16/+16
* Initial revisionrbb1999-08-171-0/+90