| Commit message (Expand) | Author | Age | Files | Lines |
* | Added NETWARE to the #if defined list | bnicholes | 2001-10-18 | 1 | -1/+1 |
* | Implemented two functions for NetWare | bnicholes | 2001-10-17 | 1 | -4/+0 |
* | Added the default file attributes for NetWare | bnicholes | 2001-10-16 | 1 | -0/+4 |
* | read_with_timeout in apr/file_io/win32/readwrite.c incorrectly | trawick | 2001-10-16 | 1 | -1/+1 |
* | The pipe creation code used by mod_cgi in Apache 2.0 | trawick | 2001-10-16 | 1 | -0/+4 |
* | More path parsing corrections, Win32 path code should now be stable. | wrowe | 2001-10-11 | 1 | -14/+12 |
* | Fixed a compiler problem on NetWare. Metrowerks can't handle the inline | bnicholes | 2001-10-10 | 1 | -2/+5 |
* | Fix minor typo | wrowe | 2001-10-10 | 1 | -1/+1 |
* | Some extra slash correctness for Win32/OS2 (Netware likely needs a patch.) | wrowe | 2001-10-10 | 1 | -19/+45 |
* | Cleanup and speedup the UNC path through wchar->utf-8 filename translation | wrowe | 2001-10-10 | 1 | -4/+2 |
* | Fix macro test (it's a 0/1 macro). | bjh | 2001-10-10 | 1 | -1/+1 |
* | Forgot to update chars to decode and used the wrong buffer remaining var | wrowe | 2001-10-08 | 1 | -2/+2 |
* | Many fixes to apr_file_mktemp when !HAVE_MKSTEMP to (a) make it work | jwoolley | 2001-10-06 | 1 | -65/+29 |
* | Add ASF license | jwoolley | 2001-10-06 | 1 | -0/+53 |
* | Updated parameter lists due to prototype changes. | bnicholes | 2001-10-04 | 1 | -2/+2 |
* | NetWare versions of pipe.c and filepath.c | bnicholes | 2001-10-04 | 2 | -0/+205 |
* | Simple is nice. :) | jwoolley | 2001-10-02 | 2 | -4/+2 |
* | Even though it's not unusual for temporary files to be unlinked as soon as | jwoolley | 2001-10-01 | 2 | -4/+3 |
* | Fix a potential segfault on Unix when apr_file_close() is called and the | jwoolley | 2001-10-01 | 1 | -7/+2 |
* | Add unix mktemp to OS/2 build. | bjh | 2001-09-30 | 3 | -1/+6 |
* | Convert from the hardcoded Unix file permissions to the APR file | rbb | 2001-09-24 | 1 | -2/+3 |
* | Use the mktemp.c file from unix on Windows as well. This requires | rbb | 2001-09-24 | 1 | -27/+37 |
* | Add the apr_file_mktemp function. This creates and opens a | rbb | 2001-09-24 | 1 | -69/+33 |
* | OS/2: Fix value of protection field so that it matches the definitions | bjh | 2001-09-19 | 1 | -1/+1 |
* | Added the ability to extract the APR_FINFO_NAME data for NetWare | bnicholes | 2001-09-14 | 1 | -0/+6 |
* | Changed the NetWare deconstruct() if statement to look for a specific error. | bnicholes | 2001-09-14 | 1 | -3/+5 |
* | (apr_filepath_merge): Pass the APR_FILEPATH_NATIVE flag to | brane | 2001-09-10 | 1 | -3/+8 |
* | fix breakage caused by last update | ianh | 2001-09-09 | 1 | -1/+1 |
* | Fix the apr_proc_create for win32. In order to do so, this patch | wrowe | 2001-09-09 | 5 | -29/+37 |
* | Ok, strict in response, forgiving of the input. This assures we won't | wrowe | 2001-09-05 | 1 | -1/+2 |
* | Matt astutely observed that we were only long-pathing the filename iff | wrowe | 2001-09-05 | 1 | -2/+3 |
* | Work around the fact that GetNamedSecurityInfoW for unicode pathnames | wrowe | 2001-09-05 | 1 | -2/+12 |
* | apr_dir_read (with something like APR_FINFO_TYPE in wanted) will return | rbb | 2001-09-04 | 1 | -2/+1 |
* | A couple of fixes for the c_is_fnchar map | bjh | 2001-09-02 | 2 | -7/+7 |
* | Fix a few warnings. | bjh | 2001-09-01 | 1 | -4/+6 |
* | OS/2: Get apr_filepath_merge() & friends working, making use of the code | bjh | 2001-09-01 | 3 | -2/+180 |
* | OS/2: in apr_stat(), fill in finfo->name if it's asked for. | bjh | 2001-08-31 | 1 | -0/+16 |
* | Ugh... that was NOTDIR, not a second NOENT. We are very happy with any | wrowe | 2001-08-30 | 1 | -1/+1 |
* | NetWare port of apr_filepath_root() and apr_filepath_merge() | bnicholes | 2001-08-29 | 1 | -4/+99 |
* | NetWare specific file system functions | bnicholes | 2001-08-29 | 1 | -0/+128 |
* | fix a problem with buffered files on unix which was exposed | trawick | 2001-08-29 | 1 | -3/+4 |
* | Split all win32 specific system calls from filepath.c into filesys.c | wrowe | 2001-08-28 | 2 | -213/+281 |
* | on some Unix boxes (e.g., Tru64), a non-blocking fcntl() lock request | trawick | 2001-08-28 | 1 | -1/+9 |
* | Fix calculation of new offset after a seek on a buffered file. | bjh | 2001-08-28 | 3 | -3/+3 |
* | OS/2: Fix bug in buffered read where buffer control variables were left in | bjh | 2001-08-28 | 1 | -2/+7 |
* | Found a very ugly reaction to using apr_file_seek(APR_CUR, -value) in | wrowe | 2001-08-28 | 2 | -7/+10 |
* | Here is the near-completion of APR_FILEPATH_TRUENAME for Win32. It really | wrowe | 2001-08-27 | 1 | -18/+110 |
* | get apr_file_ungetc() for unix working well enough with buffered | trawick | 2001-08-24 | 1 | -0/+6 |
* | Yep, httpd serves pages again. | jwoolley | 2001-08-24 | 1 | -1/+1 |
* | The **dir should be advanced over the leading 'root' (/+). | wrowe | 2001-08-24 | 1 | -2/+4 |