| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Replaced use of unsupported function MoveFileEx() with MoveFile() for | wrowe | 2001-01-25 | 1 | -4/+24 |
* | * open.c (apr_open): Fixed deferencing of potentially NULL pointer | wrowe | 2001-01-25 | 1 | -1/+1 |
* | Get OS/2 dir & stat code working with current API. | bjh | 2001-01-25 | 2 | -39/+22 |
* | Fix an error check logic which was broken with 1.43. This caused | trawick | 2001-01-24 | 1 | -1/+1 |
* | Transpose the order of evaluation for APR_LNK on win32 | wrowe | 2001-01-24 | 1 | -5/+5 |
* | get filestat.c to compile again | trawick | 2001-01-24 | 1 | -12/+12 |
* | Fix someone else's typo in Unix | wrowe | 2001-01-24 | 1 | -5/+5 |
* | The last patch to unix/filestat.c added the APR_INCOMPLETE. This patch | wrowe | 2001-01-24 | 1 | -3/+18 |
* | The csize solution does solve BeOS R4.5, so back that out of all unix | wrowe | 2001-01-24 | 1 | -4/+10 |
* | Use a typesafe function for access objects' pools. | gstein | 2001-01-24 | 3 | -0/+5 |
* | include <limits.h> for PATH_MAX (needed on Solaris) | trawick | 2001-01-23 | 1 | -0/+3 |
* | Cleanups and implement a sub-stat for win32 apr_dir_read(), as on unix. | wrowe | 2001-01-23 | 2 | -15/+44 |
* | Add a healthy bit of extra native info to win32's apr_dir_read() | wrowe | 2001-01-23 | 1 | -7/+15 |
* | Fix a declaration of dirent to struct dirent in file_io/unix/dir.c | rbb | 2001-01-23 | 1 | -1/+1 |
* | Get dir.c compiling on FreeBSD | rbb | 2001-01-23 | 1 | -0/+3 |
* | Fix apr_dir_read on Unix. | rbb | 2001-01-23 | 1 | -5/+5 |
* | apr_dir_read now accepts a pointer to the user's apr_finfo_t to gather | wrowe | 2001-01-23 | 5 | -270/+131 |
* | Just combine some common code on Unix. This should make things a bit | rbb | 2001-01-22 | 1 | -46/+31 |
* | Backout apr_get_filename_case. | rbb | 2001-01-21 | 1 | -13/+0 |
* | Fix a couple of typos in wrowe's last commit. | bjh | 2001-01-21 | 1 | -2/+2 |
* | Get APR building on Unix again. This just updates APR for the new | rbb | 2001-01-20 | 1 | -10/+16 |
* | The platform changes in apr to support the APR_FINFO_wanted declaration | wrowe | 2001-01-20 | 11 | -330/+303 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 10 | -52/+77 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 4 | -71/+36 |
* | Stop copying file names that we get from apr_file_t's and apr_dir_t's. | rbb | 2001-01-05 | 3 | -5/+5 |
* | There is no reason to duplicate the string, because we have already | rbb | 2001-01-05 | 1 | -3/+3 |
* | Back out some changes to the file_io stuff that wasn't ready yet. | rbb | 2001-01-05 | 1 | -3/+3 |
* | We need to initialize have_corkable_tcp to 0, otherwise on platforms | rbb | 2001-01-05 | 1 | -3/+3 |
* | Rename the apr_opendir symbol to apr_dir_open. This makes more sense, | rbb | 2000-12-17 | 3 | -3/+3 |
* | Add file locking for OS/2 | bjh | 2000-12-04 | 2 | -0/+76 |
* | Win32 flock arrives | wrowe | 2000-12-04 | 1 | -0/+84 |
* | *) Add functions for file-level locking/unlocking. | gstein | 2000-11-29 | 2 | -0/+151 |
* | Take care of some newer Win32 SDK symbols | wrowe | 2000-11-19 | 1 | -0/+11 |
* | OS/2 changes to the way dependencies are built in APR makefiles | trawick | 2000-11-15 | 1 | -85/+2 |
* | This patch removes the dependencies from Makefile.in. Dependencies | trawick | 2000-11-15 | 1 | -66/+2 |
* | Add apr_get_pipe_timeout() for OS/2. | bjh | 2000-11-14 | 1 | -0/+11 |
* | Rename common.c, there can only be one or they collide when copied into | bjh | 2000-11-14 | 2 | -8/+8 |