summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* More path parsing corrections, Win32 path code should now be stable.wrowe2001-10-111-14/+12
* Fixed a compiler problem on NetWare. Metrowerks can't handle the inlinebnicholes2001-10-101-2/+5
* Fix minor typowrowe2001-10-101-1/+1
* Some extra slash correctness for Win32/OS2 (Netware likely needs a patch.)wrowe2001-10-101-19/+45
* Cleanup and speedup the UNC path through wchar->utf-8 filename translationwrowe2001-10-101-4/+2
* Fix macro test (it's a 0/1 macro).bjh2001-10-101-1/+1
* Forgot to update chars to decode and used the wrong buffer remaining varwrowe2001-10-081-2/+2
* Many fixes to apr_file_mktemp when !HAVE_MKSTEMP to (a) make it workjwoolley2001-10-061-65/+29
* Add ASF licensejwoolley2001-10-061-0/+53
* Updated parameter lists due to prototype changes.bnicholes2001-10-041-2/+2
* NetWare versions of pipe.c and filepath.cbnicholes2001-10-042-0/+205
* Simple is nice. :)jwoolley2001-10-022-4/+2
* Even though it's not unusual for temporary files to be unlinked as soon asjwoolley2001-10-012-4/+3
* Fix a potential segfault on Unix when apr_file_close() is called and thejwoolley2001-10-011-7/+2
* Add unix mktemp to OS/2 build.bjh2001-09-303-1/+6
* Convert from the hardcoded Unix file permissions to the APR filerbb2001-09-241-2/+3
* Use the mktemp.c file from unix on Windows as well. This requiresrbb2001-09-241-27/+37
* Add the apr_file_mktemp function. This creates and opens arbb2001-09-241-69/+33
* OS/2: Fix value of protection field so that it matches the definitionsbjh2001-09-191-1/+1
* Added the ability to extract the APR_FINFO_NAME data for NetWarebnicholes2001-09-141-0/+6
* Changed the NetWare deconstruct() if statement to look for a specific error.bnicholes2001-09-141-3/+5
* (apr_filepath_merge): Pass the APR_FILEPATH_NATIVE flag tobrane2001-09-101-3/+8
* fix breakage caused by last updateianh2001-09-091-1/+1
* Fix the apr_proc_create for win32. In order to do so, this patchwrowe2001-09-095-29/+37
* Ok, strict in response, forgiving of the input. This assures we won'twrowe2001-09-051-1/+2
* Matt astutely observed that we were only long-pathing the filename iffwrowe2001-09-051-2/+3
* Work around the fact that GetNamedSecurityInfoW for unicode pathnameswrowe2001-09-051-2/+12
* apr_dir_read (with something like APR_FINFO_TYPE in wanted) will returnrbb2001-09-041-2/+1
* A couple of fixes for the c_is_fnchar mapbjh2001-09-022-7/+7
* Fix a few warnings.bjh2001-09-011-4/+6
* OS/2: Get apr_filepath_merge() & friends working, making use of the codebjh2001-09-013-2/+180
* OS/2: in apr_stat(), fill in finfo->name if it's asked for.bjh2001-08-311-0/+16
* Ugh... that was NOTDIR, not a second NOENT. We are very happy with anywrowe2001-08-301-1/+1
* NetWare port of apr_filepath_root() and apr_filepath_merge()bnicholes2001-08-291-4/+99
* NetWare specific file system functionsbnicholes2001-08-291-0/+128
* fix a problem with buffered files on unix which was exposedtrawick2001-08-291-3/+4
* Split all win32 specific system calls from filepath.c into filesys.cwrowe2001-08-282-213/+281
* on some Unix boxes (e.g., Tru64), a non-blocking fcntl() lock requesttrawick2001-08-281-1/+9
* Fix calculation of new offset after a seek on a buffered file.bjh2001-08-283-3/+3
* OS/2: Fix bug in buffered read where buffer control variables were left inbjh2001-08-281-2/+7
* Found a very ugly reaction to using apr_file_seek(APR_CUR, -value) inwrowe2001-08-282-7/+10
* Here is the near-completion of APR_FILEPATH_TRUENAME for Win32. It reallywrowe2001-08-271-18/+110
* get apr_file_ungetc() for unix working well enough with bufferedtrawick2001-08-241-0/+6
* Yep, httpd serves pages again.jwoolley2001-08-241-1/+1
* The **dir should be advanced over the leading 'root' (/+).wrowe2001-08-241-2/+4
* OS/2: change apr_file_gets() to leave the trailing \n on the string, matchingbjh2001-08-231-1/+3
* Use uniform wrapping for unistd.h, and don't include it if it's aready includ...martin2001-08-222-2/+0
* OS/2: Fix storing of new offset in offset arg to apr_file_seek().bjh2001-08-211-1/+1
* OS/2: When a file is opened in append mode, make sure all writes go at thebjh2001-08-181-1/+10
* fix some homophonic issues in comments, as well as sometrawick2001-08-151-1/+1