summaryrefslogtreecommitdiff
path: root/file_io/os2
Commit message (Expand)AuthorAgeFilesLines
* OS/2: Add proper error handling when internal calls to apr_file_flush() failbjh2006-02-232-2/+17
* Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPENDbjh2005-07-041-6/+4
* OS/2: Using apr_file_rename() to replace one file with another doesn't workbjh2005-06-291-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0412-12/+24
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-201-4/+0
* Simplify excessive copies when the string isn't transformed to upper.wrowe2004-06-281-6/+7
* OS/2: Include APR_FINFO_LINK in the valid flags by default. As OS/2 doesn'tbjh2004-05-221-1/+1
* OS/2: In apr_file_info_get(), flush any unwritten buffered data before queryingbjh2004-05-221-1/+10
* OS/2: Fix incorrect return of APR_EOF when a 0 length read is requestedbjh2004-05-221-1/+1
* Fix sign error in apr_file_seek().trawick2004-05-041-1/+1
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-1312-541/+123
* Add apr_os_pipe_put_ex(), which allows the caller to tell APRstriker2003-10-241-3/+18
* Include apr_temp_dir_get() in OS/2 build.bjh2003-08-292-1/+3
* Finish the new timestamp-setting API, thanks to helpful tips fromsussman2003-07-081-0/+9
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" filebrane2003-05-241-1/+16
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-011-0/+6
* OS/2: apr_stat() fixesbjh2003-03-311-5/+9
* Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longerwrowe2003-03-041-3/+1
* OS/2: Don't return the apr_file_t if the open failed.bjh2003-03-021-1/+2
* Include filepath_util.c in OS/2 build.bjh2003-02-262-0/+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-12/+12
* OS/2: Return APR_TIMEUP from apr_file_read() when a pipe times out.bjh2003-01-021-1/+6
* OS/2: Fill in finfo->fname, was being left uninitialized.bjh2003-01-021-0/+2
* Update copyright notices to 2003.thommay2003-01-0111-11/+11
* OS/2: Fix file open flag manipulation so that APR_EXCL actually works. Thisbjh2002-12-261-1/+1
* Brian, for your review. Start catching those scenarios which are UNKFILEwrowe2002-12-171-0/+7
* OS/2: Add implementation of apr_os_pipe_put().bjh2002-10-191-0/+18
* Missed one transformwrowe2002-10-131-1/+1
* Prepare to eliminate a platform specificwrowe2002-10-136-29/+29
* Add APR_BUFFERED support to apr_file_os_put() calls.jerenkrantz2002-07-161-1/+11
* OS/2: Add implementation of apr_file_setaside().bjh2002-07-101-0/+43
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-101-1/+1
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andwrowe2002-06-281-1/+2
* Fix apr_file_seek() to unset the eof_hit flag.jwoolley2002-06-191-0/+2
* OS/2: Fix build breakage due to missing apr_dir_make_recursive().bjh2002-06-111-0/+8
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-081-2/+2
* OS/2: Check more return codes when locking the file for appending.bjh2002-05-231-4/+11
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-204-45/+45
* Update our copyright for this year.fielding2002-03-1311-11/+11
* Add the APR_FILE_NOCLEANUP flag to apr_file_open().stoddard2002-03-061-1/+4
* apr_file_attrs_set takes a new parameter, attr_mask, that defines whichbrane2002-02-111-4/+8
* OS/2: Implement apr_file_attrs_set() & other minor build fixes for thebjh2002-02-023-1/+29
* Change the new_file parameter of apr_file_dup2() so that it is perfectlyaaron2002-01-241-6/+2
* OS/2: Add apr_file_dup2().bjh2002-01-201-1/+24
* Add the ability to pass flags to both apr_file_open and apr_mktemp.rbb2002-01-081-5/+5
* OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead ofbjh2001-12-302-7/+6
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-1/+2