| Commit message (Expand) | Author | Age | Files | Lines |
* | This helper stub will get us the appropriate Win32 wchar* or char*, | William A. Rowe Jr | 2002-01-08 | 1 | -0/+83 |
* | get the prototype for apr_os_file_put() | Jeff Trawick | 2002-01-08 | 1 | -0/+1 |
* | Fix a compile break that I just committed. Having multiple OSes is a good | Ryan Bloom | 2002-01-08 | 1 | -1/+3 |
* | Add the ability to pass flags to both apr_file_open and apr_mktemp. | Ryan Bloom | 2002-01-08 | 4 | -23/+21 |
* | Still, the problem lingers. There is nothing wrong, AFAICT, with leaving | William A. Rowe Jr | 2002-01-08 | 1 | -4/+4 |
* | Missed one. | Aaron Bannert | 2002-01-08 | 1 | -1/+1 |
* | Ok, that was borked... here should compile :-/ | William A. Rowe Jr | 2002-01-08 | 1 | -1/+1 |
* | We cannot close-on-fork any fd 0 through 2 (stdin, stdout, stderr)!!! | William A. Rowe Jr | 2002-01-08 | 1 | -4/+13 |
* | Tighter localization of some variables... found experimenting in other | William A. Rowe Jr | 2002-01-05 | 1 | -6/+6 |
* | Doug MacEachern commented to me that perl, and some other apps, are | William A. Rowe Jr | 2001-12-30 | 1 | -14/+28 |
* | OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead of | Brian Havard | 2001-12-30 | 2 | -7/+6 |
* | roll the extra apr_lock_create_np() functionality into apr_lock_create() | Jeff Trawick | 2001-12-29 | 1 | -1/+2 |
* | Fix some stray tabs and wrap long lines. | Justin Erenkrantz | 2001-12-29 | 1 | -11/+21 |
* | Substantial optimization of the os_level semantic. Since this is entirely | William A. Rowe Jr | 2001-12-28 | 5 | -30/+17 |
* | Tabs are evil, 4width doubly so | William A. Rowe Jr | 2001-12-28 | 1 | -45/+46 |
* | FS3_to_finfo already assigns the initial valid bits. | William A. Rowe Jr | 2001-12-28 | 1 | -4/+3 |
* | When in Rome... or better put... eat our own dogfood. | William A. Rowe Jr | 2001-12-13 | 2 | -5/+7 |
* | Do the right thing when setting pipe timeouts for the latest BONE beta. | David Reid | 2001-12-11 | 1 | -24/+36 |
* | Fix a problem in Unix apr_file_dup() which caused 0 to be returned | Jeff Trawick | 2001-12-06 | 1 | -0/+2 |
* | Now that hurts... fix of my patch from Barry Pederson <barryp@yahoo.com> | William A. Rowe Jr | 2001-11-28 | 1 | -2/+2 |
* | Sorry Justin. | Ian Holsman | 2001-11-27 | 1 | -2/+0 |
* | remove a big nasty strdup for apr_filepath_merge | Ian Holsman | 2001-11-27 | 1 | -7/+18 |
* | Final comments r.e. Win9x unsupported functions | William A. Rowe Jr | 2001-11-27 | 1 | -0/+4 |
* | Optimize the win32 code with the (apr-internal) global apr_os_level, | William A. Rowe Jr | 2001-11-27 | 2 | -35/+36 |
* | Convert Win32 to apr_thread_mutex locking, rather than apr_lock. | William A. Rowe Jr | 2001-11-27 | 2 | -7/+11 |
* | Conversion of the file_io routines from INTRAPROCESS apr_lock_t | Aaron Bannert | 2001-11-21 | 3 | -10/+12 |
* | Fix result of apr_filepath_root() when given a drive-less absolute path. Was | Brian Havard | 2001-11-18 | 1 | -1/+1 |
* | This is a fix for the SymLink tests on Win2k, that is required by the | William A. Rowe Jr | 2001-11-12 | 2 | -6/+16 |
* | Don't mix tabs and spaces in the same code segment. | Justin Erenkrantz | 2001-11-11 | 1 | -6/+6 |
* | Added NETWARE to the #if defined list | Bradley Nicholes | 2001-10-18 | 1 | -1/+1 |
* | Implemented two functions for NetWare | Bradley Nicholes | 2001-10-17 | 1 | -4/+0 |
* | Added the default file attributes for NetWare | Bradley Nicholes | 2001-10-16 | 1 | -0/+4 |
* | read_with_timeout in apr/file_io/win32/readwrite.c incorrectly | Jeff Trawick | 2001-10-16 | 1 | -1/+1 |
* | The pipe creation code used by mod_cgi in Apache 2.0 | Jeff Trawick | 2001-10-16 | 1 | -0/+4 |
* | More path parsing corrections, Win32 path code should now be stable. | William A. Rowe Jr | 2001-10-11 | 1 | -14/+12 |
* | Fixed a compiler problem on NetWare. Metrowerks can't handle the inline | Bradley Nicholes | 2001-10-10 | 1 | -2/+5 |
* | Fix minor typo | William A. Rowe Jr | 2001-10-10 | 1 | -1/+1 |
* | Some extra slash correctness for Win32/OS2 (Netware likely needs a patch.) | William A. Rowe Jr | 2001-10-10 | 1 | -19/+45 |
* | Cleanup and speedup the UNC path through wchar->utf-8 filename translation | William A. Rowe Jr | 2001-10-10 | 1 | -4/+2 |
* | Fix macro test (it's a 0/1 macro). | Brian Havard | 2001-10-10 | 1 | -1/+1 |
* | Forgot to update chars to decode and used the wrong buffer remaining var | William A. Rowe Jr | 2001-10-08 | 1 | -2/+2 |
* | Many fixes to apr_file_mktemp when !HAVE_MKSTEMP to (a) make it work | Cliff Woolley | 2001-10-06 | 1 | -65/+29 |
* | Add ASF license | Cliff Woolley | 2001-10-06 | 1 | -0/+53 |
* | Updated parameter lists due to prototype changes. | Bradley Nicholes | 2001-10-04 | 1 | -2/+2 |
* | NetWare versions of pipe.c and filepath.c | Bradley Nicholes | 2001-10-04 | 2 | -0/+205 |
* | Simple is nice. :) | Cliff Woolley | 2001-10-02 | 2 | -4/+2 |
* | Even though it's not unusual for temporary files to be unlinked as soon as | Cliff Woolley | 2001-10-01 | 2 | -4/+3 |
* | Fix a potential segfault on Unix when apr_file_close() is called and the | Cliff Woolley | 2001-10-01 | 1 | -7/+2 |
* | Add unix mktemp to OS/2 build. | Brian Havard | 2001-09-30 | 3 | -1/+6 |
* | Convert from the hardcoded Unix file permissions to the APR file | Ryan Bloom | 2001-09-24 | 1 | -2/+3 |