summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* Now that hurts... fix of my patch from Barry Pederson <barryp@yahoo.com>William A. Rowe Jr2001-11-281-2/+2
* Sorry Justin.Ian Holsman2001-11-271-2/+0
* remove a big nasty strdup for apr_filepath_mergeIan Holsman2001-11-271-7/+18
* Final comments r.e. Win9x unsupported functionsWilliam A. Rowe Jr2001-11-271-0/+4
* Optimize the win32 code with the (apr-internal) global apr_os_level,William A. Rowe Jr2001-11-272-35/+36
* Convert Win32 to apr_thread_mutex locking, rather than apr_lock.William A. Rowe Jr2001-11-272-7/+11
* Conversion of the file_io routines from INTRAPROCESS apr_lock_tAaron Bannert2001-11-213-10/+12
* Fix result of apr_filepath_root() when given a drive-less absolute path. WasBrian Havard2001-11-181-1/+1
* This is a fix for the SymLink tests on Win2k, that is required by theWilliam A. Rowe Jr2001-11-122-6/+16
* Don't mix tabs and spaces in the same code segment.Justin Erenkrantz2001-11-111-6/+6
* Added NETWARE to the #if defined listBradley Nicholes2001-10-181-1/+1
* Implemented two functions for NetWareBradley Nicholes2001-10-171-4/+0
* Added the default file attributes for NetWareBradley Nicholes2001-10-161-0/+4
* read_with_timeout in apr/file_io/win32/readwrite.c incorrectlyJeff Trawick2001-10-161-1/+1
* The pipe creation code used by mod_cgi in Apache 2.0Jeff Trawick2001-10-161-0/+4
* More path parsing corrections, Win32 path code should now be stable.William A. Rowe Jr2001-10-111-14/+12
* Fixed a compiler problem on NetWare. Metrowerks can't handle the inlineBradley Nicholes2001-10-101-2/+5
* Fix minor typoWilliam A. Rowe Jr2001-10-101-1/+1
* Some extra slash correctness for Win32/OS2 (Netware likely needs a patch.)William A. Rowe Jr2001-10-101-19/+45
* Cleanup and speedup the UNC path through wchar->utf-8 filename translationWilliam A. Rowe Jr2001-10-101-4/+2
* Fix macro test (it's a 0/1 macro).Brian Havard2001-10-101-1/+1
* Forgot to update chars to decode and used the wrong buffer remaining varWilliam A. Rowe Jr2001-10-081-2/+2
* Many fixes to apr_file_mktemp when !HAVE_MKSTEMP to (a) make it workCliff Woolley2001-10-061-65/+29
* Add ASF licenseCliff Woolley2001-10-061-0/+53
* Updated parameter lists due to prototype changes.Bradley Nicholes2001-10-041-2/+2
* NetWare versions of pipe.c and filepath.cBradley Nicholes2001-10-042-0/+205
* Simple is nice. :)Cliff Woolley2001-10-022-4/+2
* Even though it's not unusual for temporary files to be unlinked as soon asCliff Woolley2001-10-012-4/+3
* Fix a potential segfault on Unix when apr_file_close() is called and theCliff Woolley2001-10-011-7/+2
* Add unix mktemp to OS/2 build.Brian Havard2001-09-303-1/+6
* Convert from the hardcoded Unix file permissions to the APR fileRyan Bloom2001-09-241-2/+3
* Use the mktemp.c file from unix on Windows as well. This requiresRyan Bloom2001-09-241-27/+37
* Add the apr_file_mktemp function. This creates and opens aRyan Bloom2001-09-241-69/+33
* OS/2: Fix value of protection field so that it matches the definitionsBrian Havard2001-09-191-1/+1
* Added the ability to extract the APR_FINFO_NAME data for NetWareBradley Nicholes2001-09-141-0/+6
* Changed the NetWare deconstruct() if statement to look for a specific error.Bradley Nicholes2001-09-141-3/+5
* (apr_filepath_merge): Pass the APR_FILEPATH_NATIVE flag toBranko Čibej2001-09-101-3/+8
* fix breakage caused by last updateIan Holsman2001-09-091-1/+1
* Fix the apr_proc_create for win32. In order to do so, this patchWilliam A. Rowe Jr2001-09-095-29/+37
* Ok, strict in response, forgiving of the input. This assures we won'tWilliam A. Rowe Jr2001-09-051-1/+2
* Matt astutely observed that we were only long-pathing the filename iffWilliam A. Rowe Jr2001-09-051-2/+3
* Work around the fact that GetNamedSecurityInfoW for unicode pathnamesWilliam A. Rowe Jr2001-09-051-2/+12
* apr_dir_read (with something like APR_FINFO_TYPE in wanted) will returnRyan Bloom2001-09-041-2/+1
* A couple of fixes for the c_is_fnchar mapBrian Havard2001-09-022-7/+7
* Fix a few warnings.Brian Havard2001-09-011-4/+6
* OS/2: Get apr_filepath_merge() & friends working, making use of the codeBrian Havard2001-09-013-2/+180
* OS/2: in apr_stat(), fill in finfo->name if it's asked for.Brian Havard2001-08-311-0/+16
* Ugh... that was NOTDIR, not a second NOENT. We are very happy with anyWilliam A. Rowe Jr2001-08-301-1/+1
* NetWare port of apr_filepath_root() and apr_filepath_merge()Bradley Nicholes2001-08-291-4/+99
* NetWare specific file system functionsBradley Nicholes2001-08-291-0/+128