| Commit message (Expand) | Author | Age | Files | Lines |
* | some whitespace. | gstein | 2001-02-05 | 1 | -0/+8 |
* | fix a typo | trawick | 2001-02-02 | 1 | -1/+1 |
* | another style nit caught by C::Scan | dougm | 2001-02-02 | 1 | -2/+2 |
* | be consistent with 'const char * const *' spacing (noticed when parsing the t... | dougm | 2001-02-02 | 2 | -3/+3 |
* | Keep expecting header updates to fly with the source branch :-/ | wrowe | 2001-02-01 | 1 | -0/+4 |
* | Absolutely explicit that finfo.filetype APR_NOFILE is 0 (or false). | wrowe | 2001-01-31 | 1 | -1/+1 |
* | apr_stat() in http_request.c only needs size, type, mtime, ctime & atime valu... | stoddard | 2001-01-31 | 1 | -1/+1 |
* | get rid of the bzero() macro which we spit out on platforms | trawick | 2001-01-31 | 1 | -4/+0 |
* | use a form of preprocessing which buildexports.awk can handle; | trawick | 2001-01-29 | 1 | -2/+2 |
* | Larger volume structures can have more than 2^16 hardlinks to a single | wrowe | 2001-01-29 | 1 | -1/+2 |
* | Refactor out the 'extras' [not returned by the atomic get info call] | wrowe | 2001-01-29 | 1 | -0/+12 |
* | User and Group goodness. If anyone objects to the non-typesafe unix | wrowe | 2001-01-28 | 1 | -0/+28 |
* | Ignore files saved by configure. | ben | 2001-01-28 | 2 | -0/+2 |
* | OS2 was chasing os2errno.h which we hid in a private platform directory, | wrowe | 2001-01-28 | 8 | -65/+55 |
* | Revert last change and solve warning by explicit cast. The need would | fielding | 2001-01-28 | 1 | -2/+2 |
* | Eliminate the APR_SIG* aliases for standard signal names, | fielding | 2001-01-28 | 1 | -91/+0 |
* | Remove compiler warnings due to lack of string.h and bad const on | fielding | 2001-01-28 | 1 | -2/+2 |
* | Enable for user/group win32 (as PSIDs) and fix a small typo | wrowe | 2001-01-28 | 2 | -3/+3 |
* | Add groupinfo.c for apr_get_groupname... win32 commit to follow in a | wrowe | 2001-01-28 | 2 | -10/+29 |
* | Get the new userinfo stuff to compile cleanly. | rbb | 2001-01-28 | 2 | -6/+8 |
* | Added apr_get_username to the former homedir.c (now userinfo.c). | wrowe | 2001-01-28 | 1 | -3/+13 |
* | This patch sets the server running once again, except in cases where | wrowe | 2001-01-27 | 3 | -0/+7 |
* | Add apr_open_stdout. This mirrors apr_open_stderr, except it works | rbb | 2001-01-27 | 1 | -0/+9 |
* | Add code to allow APR to track the socket options it has set. This | dreid | 2001-01-25 | 4 | -0/+10 |
* | Solve a break, now that we don't do anything with INODE from a readdir | wrowe | 2001-01-24 | 1 | -1/+1 |
* | The csize solution does solve BeOS R4.5, so back that out of all unix | wrowe | 2001-01-24 | 1 | -4/+1 |
* | get rid of the extra semicolon, as it leads to a bazillion | trawick | 2001-01-24 | 1 | -1/+1 |
* | add a general-failure error code, for when a more specific code doesn't | gstein | 2001-01-24 | 1 | -2/+3 |
* | Use a typesafe function for access objects' pools. | gstein | 2001-01-24 | 3 | -14/+39 |
* | fix typo | gstein | 2001-01-24 | 1 | -1/+1 |
* | New constants for win32 - perhaps these are better setup for all | wrowe | 2001-01-23 | 1 | -0/+7 |
* | remove dead code now that btable is gone | dougm | 2001-01-23 | 1 | -15/+0 |
* | apr_dir_read now accepts a pointer to the user's apr_finfo_t to gather | wrowe | 2001-01-23 | 4 | -45/+29 |
* | Backout apr_get_filename_case. | rbb | 2001-01-21 | 1 | -4/+0 |
* | Get APR building on Unix again. This just updates APR for the new | rbb | 2001-01-20 | 2 | -1/+5 |
* | Fix a simple compile break. apr_file_t was being declared in two files, | rbb | 2001-01-20 | 1 | -3/+1 |
* | The platform changes in apr to support the APR_FINFO_wanted declaration | wrowe | 2001-01-20 | 2 | -83/+23 |
* | The APR_FINFO_wanted declaration changes for apr_stat/lstat/getfileinfo. | wrowe | 2001-01-20 | 2 | -11/+58 |
* | initial cut at a feature-based include system (rather than file-based) | gstein | 2001-01-20 | 2 | -7/+119 |
* | yes, you *will* use a hash instead. any questions can be directed to Bubba. | gstein | 2001-01-20 | 1 | -159/+0 |
* | This have become to danged harry, time for a split. | wrowe | 2001-01-19 | 2 | -228/+312 |
* | watch out for a double-unload. one manually from apr_dso_unload(), followed | gstein | 2001-01-19 | 1 | -0/+1 |
* | The big change. This is part 3 of the apr-util symbols rename, please | wrowe | 2001-01-19 | 2 | -4/+8 |
* | fix typo in recent APR_DECLARE work | gstein | 2001-01-18 | 1 | -2/+1 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 21 | -498/+666 |
* | Back out the inadvertent inclusion of the Win32 apr_set_os_error() in | trawick | 2001-01-18 | 1 | -2/+0 |
* | Update the error documentation. | wrowe | 2001-01-18 | 1 | -10/+73 |
* | Missing a few @deffunc's | wrowe | 2001-01-18 | 1 | -1/+4 |
* | Add linkage declarations to the DSO functions. | rbb | 2001-01-12 | 1 | -6/+8 |
* | heh. there is a simpler way to do this... | gstein | 2001-01-11 | 1 | -3/+3 |