| Commit message (Expand) | Author | Age | Files | Lines |
* | Further problems to resolve for Win32 in VC98; reported by Bill Stoddard | wrowe | 2001-04-13 | 1 | -1/+2 |
* | More /w4 emit cleanups for uninit data errors | wrowe | 2001-04-12 | 2 | -14/+18 |
* | Still needs one more piece of work. While this ought to have worked, | wrowe | 2001-04-12 | 1 | -23/+69 |
* | Uninitialized data error. | wrowe | 2001-04-12 | 1 | -1/+4 |
* | Fix two minor bogosities, the case folding of directory names and my | wrowe | 2001-04-10 | 1 | -3/+10 |
* | Implement specific to win32, validate the actual root requested (to avoid | wrowe | 2001-04-10 | 1 | -119/+462 |
* | Add working apr_filepath_get/set and apr_filepath_parseroot ports for | wrowe | 2001-04-08 | 1 | -0/+501 |
* | Per the suggestions of Greg Stein [thanks Greg] although I took some more | wrowe | 2001-04-02 | 1 | -45/+52 |
* | A last pesky emit | wrowe | 2001-04-02 | 1 | -1/+1 |
* | OS/2: Use unix implementation of filepath stuff for now. | bjh | 2001-04-02 | 2 | -1/+3 |
* | flush unwritten buffered data in the file cleanup routine, not in | trawick | 2001-03-31 | 1 | -13/+12 |
* | Flush any data still unwritten when the file is closed. | trawick | 2001-03-31 | 1 | -1/+6 |
* | get filepath.c to compile on Linux/FreeBSD/etc. by dropping the | trawick | 2001-03-31 | 1 | -11/+6 |
* | First draft implementation of unix apr_filepath_ get, set, merge, and | wrowe | 2001-03-31 | 2 | -0/+318 |
* | Remove long since defunct function apr_file_error() (marked for death nearly a | bjh | 2001-03-29 | 1 | -8/+0 |
* | Don't alloc the buffer if the file is opened for non-buffered i/o | stoddard | 2001-03-23 | 1 | -1/+1 |
* | OS/2: add an assortment of misc helper functions that were missing so | bjh | 2001-03-19 | 1 | -0/+20 |
* | mode_t works better than int for the mode, since on SGI mode_t is wider | trawick | 2001-03-02 | 1 | -1/+1 |
* | apr_private.h is included from fileio.h so we don't need to specify | dreid | 2001-03-01 | 1 | -2/+1 |
* | Fix hand-patched typos (sorry guys) | wrowe | 2001-02-25 | 1 | -1/+1 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 4 | -5/+5 |
* | change mkstemp() to apr_mkstemp() so we don't pollute somebody else's | trawick | 2001-02-23 | 1 | -3/+16 |
* | fix for ReliantUNIX and other platforms with no mkstemp() routine: | trawick | 2001-02-23 | 1 | -4/+4 |
* | OS/2: use unix implementation of apr_file_read_full/apr_file_write_full. | bjh | 2001-02-22 | 2 | -1/+3 |
* | don't compile mktemp.c unless we have to; it doesn't compile everywhere | trawick | 2001-02-21 | 1 | -0/+6 |
* | Add mktemp() and mkstemp() emulation for systems which don't have it. | martin | 2001-02-21 | 2 | -1/+219 |
* | Unregister the cleanup, regardless of the success of failure of the | stoddard | 2001-02-21 | 1 | -7/+2 |
* | WIN32: Kill the dir cleanup on a directory close. Clean-up the code a bit. | stoddard | 2001-02-21 | 1 | -5/+2 |
* | Stop warning about implicit declaration of apr_vsnprintf. | bjh | 2001-02-19 | 1 | -0/+1 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 28 | -28/+28 |
* | doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo... | dougm | 2001-02-13 | 3 | -6/+6 |
* | Define APR_PATH_MAX to solve a minor portability aggravation. Win32 | trawick | 2001-02-13 | 1 | -5/+1 |
* | OS/390 has _POSIX_PATH_MAX but not PATH_MAX (did I hear a little bird | trawick | 2001-02-12 | 1 | -0/+4 |
* | Fix a bad rename: apr_file_read_file should be apr_file_read_full | gstein | 2001-02-12 | 1 | -6/+7 |
* | AYCB on win32. | wrowe | 2001-02-11 | 1 | -0/+1 |
* | Moved the prototypes for apr_snprintf and apr_vsnprintf to the | rbb | 2001-02-11 | 1 | -0/+1 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 26 | -203/+203 |
* | - refactored out the common APR_FINFO_MIN setup into a single fillin | wrowe | 2001-02-01 | 2 | -158/+138 |
* | apr_stat() in http_request.c only needs size, type, mtime, ctime & atime valu... | stoddard | 2001-01-31 | 1 | -3/+13 |
* | This fixes a funky compile problem for me. | stoddard | 2001-01-29 | 1 | -1/+1 |
* | Refactor out the 'extras' [not returned by the atomic get info call] | wrowe | 2001-01-29 | 2 | -200/+262 |
* | User and Group (which is nearly always 'None') now works. | wrowe | 2001-01-28 | 1 | -33/+30 |
* | OS2 was chasing os2errno.h which we hid in a private platform directory, | wrowe | 2001-01-28 | 6 | -15/+1 |
* | Yeah, it was right, but this gets rid of some compiler warnings too as OS/2's | bjh | 2001-01-28 | 1 | -2/+2 |
* | Return to a GetFileAttributesEx() call for WinNT stat() calls. | wrowe | 2001-01-28 | 1 | -120/+219 |
* | Clean up drivel, and handle both int and huge apr_off_t sizes | wrowe | 2001-01-28 | 1 | -4/+10 |
* | This patch sets the server running once again, except in cases where | wrowe | 2001-01-27 | 3 | -124/+111 |
* | Add apr_open_stdout. This mirrors apr_open_stderr, except it works | rbb | 2001-01-27 | 3 | -15/+33 |
* | Clean up some uglyness ... here's what the flags now mean: | wrowe | 2001-01-27 | 1 | -12/+8 |
* | apr_put_os_file() expected the caller to have an existing file or init to | gstein | 2001-01-26 | 3 | -42/+16 |