summaryrefslogtreecommitdiff
path: root/file_io/unix/seek.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Fix sign error in apr_file_seek().trawick2004-05-041-1/+1
* Add LFS support:jorton2004-03-271-13/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Clean up some 32 bit/64 bit type incompatibilities that cause problems when l...bnicholes2003-12-151-2/+14
* style policejwoolley2003-09-031-1/+2
* 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/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* fix a problem in apr_file_seek on Unix for buffered filestrawick2002-03-111-0/+1
* Fix calculation of new offset after a seek on a buffered file.bjh2001-08-281-1/+1
* Use uniform wrapping for unistd.h, and don't include it if it's aready includ...martin2001-08-221-1/+0
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-1/+1
* Add a function to truncate a file without having to close and re-openrbb2001-05-231-0/+9
* 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-1/+1
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-1/+1
* Move all of the file private header files to an arch directory underrbb2000-11-091-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-6/+6
* one last attempt to fix rc handling in setptr()trawick2000-04-181-0/+3
* This should work better than the last so-called fix :)trawick2000-04-181-1/+1
* fix bug setting rc from errno in setptr()trawick2000-04-181-1/+1
* Add buffered I/O back into APR's file I/O on unix. This code comes fromrbb2000-04-141-8/+63
* more documentation movingdgaudet2000-04-141-13/+0
* Remove all the buffered I/O code from APR. APR supports buffered I/O onlyrbb2000-04-061-6/+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 the docs for all of the file I/O functions. Also added variable names torbb2000-03-141-1/+2
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-4/+0
* Fix a couple of warnings that were caused by the APR leak problem. Theserbb1999-12-021-0/+1
* Initial revisionrbb1999-08-171-0/+90