summaryrefslogtreecommitdiff
path: root/file_io/os2
Commit message (Expand)AuthorAgeFilesLines
...
* OS/2: Implement apr_file_mtime_set().Brian Havard2005-07-161-1/+12
* OS/2: Using apr_file_rename() to replace one file with another doesn't workBrian Havard2005-06-291-1/+1
* Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPENDBrian Havard2005-06-041-6/+4
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0413-13/+26
* property cleanupAndré Malo2004-11-241-85/+85
* OS/2: Add implementation of apr_dir_make_recursive().Brian Havard2004-11-242-8/+85
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Simplify excessive copies when the string isn't transformed to upper.William A. Rowe Jr2004-06-281-6/+7
* OS/2: In apr_file_info_get(), flush any unwritten buffered data before queryingBrian Havard2004-05-221-1/+10
* OS/2: Fix incorrect return of APR_EOF when a 0 length read is requestedBrian Havard2004-05-221-1/+1
* Fix sign error in apr_file_seek().Jeff Trawick2004-05-041-1/+1
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-1312-541/+123
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-31/+0
* OS/2: Include APR_FINFO_LINK in the valid flags by default. As OS/2 doesn'tBrian Havard2003-11-191-1/+1
* OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polledBrian Havard2003-11-193-19/+0
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functionGreg Stein2003-11-173-0/+21
* Forward port from APR_0_9_BRANCH:Sander Striker2003-10-261-3/+18
* remove these interfaces:Jeff Trawick2003-09-031-8/+0
* Include apr_temp_dir_get() in OS/2 build.Brian Havard2003-08-292-1/+3
* Finish the new timestamp-setting API, thanks to helpful tips fromBen Collins-Sussman2003-07-081-0/+9
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" fileBranko Čibej2003-05-241-1/+16
* apr_file_gets(): Return APR_SUCCESS if any characters areJeff Trawick2003-05-011-0/+6
* OS/2: apr_stat() fixesBrian Havard2003-03-311-5/+9
* Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longerWilliam A. Rowe Jr2003-03-041-3/+1
* OS/2: Don't return the apr_file_t if the open failed.Brian Havard2003-03-021-1/+2
* Include filepath_util.c in OS/2 build.Brian Havard2003-02-262-0/+2
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-0710-10/+10
* Namespace protection for include/arch/ header filesThom May2003-01-0610-12/+12
* OS/2: Return APR_TIMEUP from apr_file_read() when a pipe times out.Brian Havard2003-01-021-1/+6
* OS/2: Fill in finfo->fname, was being left uninitialized.Brian Havard2003-01-021-0/+2
* Update copyright notices to 2003.Thom May2003-01-0111-11/+11
* OS/2: Fix file open flag manipulation so that APR_EXCL actually works. ThisBrian Havard2002-12-261-1/+1
* Brian, for your review. Start catching those scenarios which are UNKFILEWilliam A. Rowe Jr2002-12-171-0/+7
* OS/2: Add implementation of apr_os_pipe_put().Brian Havard2002-10-191-0/+18
* Missed one transformWilliam A. Rowe Jr2002-10-131-1/+1
* Prepare to eliminate a platform specificWilliam A. Rowe Jr2002-10-136-29/+29
* Add APR_BUFFERED support to apr_file_os_put() calls.Justin Erenkrantz2002-07-161-1/+11
* OS/2: Add implementation of apr_file_setaside().Brian Havard2002-07-101-0/+43
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-1/+1
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andWilliam A. Rowe Jr2002-06-281-1/+2
* Fix apr_file_seek() to unset the eof_hit flag.Cliff Woolley2002-06-191-0/+2
* OS/2: Fix build breakage due to missing apr_dir_make_recursive().Brian Havard2002-06-111-0/+8
* Last for today (compiles clean on Win32, hope the same for the rest ofWilliam A. Rowe Jr2002-06-081-2/+2
* OS/2: Check more return codes when locking the file for appending.Brian Havard2002-05-231-4/+11
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Rename the "cntxt" members of the fileio structures to "pool".Sander Striker2002-03-204-45/+45
* Update our copyright for this year.Roy T. Fielding2002-03-1311-11/+11
* Add the APR_FILE_NOCLEANUP flag to apr_file_open().Bill Stoddard2002-03-061-1/+4
* apr_file_attrs_set takes a new parameter, attr_mask, that defines whichBranko Čibej2002-02-111-4/+8