| Commit message (Expand) | Author | Age | Files | Lines |
* | Solve the linkage issue with a native-C (nonstd convention) declaration | wrowe | 2001-06-06 | 1 | -1/+6 |
* | * Remove the unnecessary parameter checks and the extra error codes that | jwoolley | 2001-06-04 | 1 | -4/+0 |
* | Some more tidying up. | dreid | 2001-05-19 | 1 | -3/+0 |
* | More cleanup and improvement of the memory code... | dreid | 2001-05-19 | 1 | -1/+8 |
* | Add APR_HAS_OTHER_CHILD support to Win32 | stoddard | 2001-05-17 | 1 | -1/+39 |
* | Remove apr_proc_probe_writable_fds | stoddard | 2001-05-16 | 1 | -50/+0 |
* | Automatically remove other-child registrations when the | trawick | 2001-05-16 | 1 | -8/+29 |
* | Sing, "we are apr"... and make all hash functions accept apr_ssize_t | wrowe | 2001-05-16 | 1 | -1/+1 |
* | Those aren't DWORDs, they are apr_size_t. | wrowe | 2001-05-16 | 1 | -3/+2 |
* | get otherchild.c to compile when !APR_HAS_OTHER_CHILD | trawick | 2001-05-04 | 1 | -0/+5 |
* | *) Make the apr_pool_t structure private. | gstein | 2001-04-26 | 1 | -6/+0 |
* | Further problems to resolve for Win32 in VC98; reported by Bill Stoddard | wrowe | 2001-04-13 | 1 | -9/+2 |
* | Point out a possible issue, and clean up the includes sequence. | wrowe | 2001-04-12 | 1 | -2/+18 |
* | Hmmm... some missing messages (my bad) | wrowe | 2001-04-08 | 1 | -6/+15 |
* | Add apr_ipsubnet_create() and apr_ipsubnet_test() for testing | trawick | 2001-03-15 | 1 | -0/+4 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 3 | -3/+3 |
* | OS/2: Add a crypto strength randomness generator. | bjh | 2001-02-24 | 2 | -0/+173 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 10 | -10/+10 |
* | *) add apr_signal_get_description() to that platforms (which have signals) | gstein | 2001-02-11 | 1 | -2/+8 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 6 | -16/+16 |
* | OS2 was chasing os2errno.h which we hid in a private platform directory, | wrowe | 2001-01-28 | 1 | -2/+0 |
* | Eliminate another warning. | fielding | 2001-01-28 | 1 | -0/+3 |
* | Eliminate warning and redundant exit conditions. | fielding | 2001-01-28 | 1 | -7/+9 |
* | No longer needed, we don't build libapr.dll from apr.lib anymore | wrowe | 2001-01-18 | 1 | -7/+0 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 5 | -8/+11 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 2 | -24/+10 |
* | Begin to remove the ability to allocate out of NULL pools. The first | rbb | 2000-12-31 | 1 | -3/+7 |
* | These two patches for apr and apr-util fix compile warnings on Solaris for | trawick | 2000-12-22 | 1 | -1/+1 |
* | Cleanup a group of apr compil warnings on Solaris | rbb | 2000-12-21 | 1 | -0/+3 |
* | The Win32 overhaul, in summary; | wrowe | 2000-12-21 | 1 | -7/+0 |
* | 2000-12-19 Bill Tutt <rassilon@lima.mudlib.org> | brane | 2000-12-21 | 1 | -2/+5 |
* | put the pool functions in the pool code. | gstein | 2000-12-06 | 1 | -58/+6 |
* | fix apr_get_userdata(): return NULL if the userdata hash table isn't there | gstein | 2000-12-06 | 1 | -2/+5 |
* | Remove canonerr.c | rbb | 2000-12-05 | 1 | -1/+1 |
* | Eliminate apr_canonical_error as an apr symbol ... it still exists as | wrowe | 2000-12-05 | 2 | -69/+2 |
* | My imagination, or was this a bad thing? | wrowe | 2000-12-05 | 1 | -1/+1 |
* | When creating a sub-pool, we should inherit the parent pool's apr_abort | rbb | 2000-12-03 | 1 | -2/+6 |
* | Increment "initialize" every time a new APR user starts, so locks aren't | gregames | 2000-11-29 | 1 | -2/+1 |
* | Add an extra const into the getopt functions. We never attempt to modify any | gstein | 2000-11-29 | 1 | -6/+4 |
* | Fix recent header reorg break on win32 | wrowe | 2000-11-29 | 1 | -1/+4 |
* | Make apr_pool_t's use hashes instead of the hacked up datastruct that | rbb | 2000-11-29 | 1 | -44/+15 |
* | apr_initialize should only setup apr if this is the first call, and | rbb | 2000-11-27 | 1 | -3/+16 |
* | (apr_initopt): null-terminate the copy of argv. Again, from Greg | kfogel | 2000-11-25 | 1 | -1/+2 |
* | More changes from Greg Hudson <ghudson@mit.edu>, w/ small doc tweaks | kfogel | 2000-11-25 | 1 | -5/+15 |
* | Changes from Greg Hudson <ghudson@mit.edu> (with minor meddling from | kfogel | 2000-11-25 | 1 | -81/+153 |
* | Add "const" to keep the working set smaller. | gstein | 2000-11-21 | 1 | -2/+2 |
* | As reported by Jeff Trawick, winsock errors simply don't run through | wrowe | 2000-11-20 | 1 | -1/+67 |
* | include/apr_getopt.h: | gstein | 2000-11-17 | 1 | -11/+101 |
* | This patch removes the dependencies from Makefile.in. Dependencies | trawick | 2000-11-15 | 1 | -77/+2 |
* | Fix OS/2 build after the move of private APR headers to the include/arch/ | bjh | 2000-11-14 | 1 | -15/+17 |