| Commit message (Expand) | Author | Age | Files | Lines |
* | style police | jwoolley | 2003-09-03 | 1 | -1/+2 |
* | Remove APR_CHECK_SOCKADDR_SA_LEN which survived since the first | jorton | 2003-09-02 | 2 | -33/+0 |
* | Use correct _len field in APR_CHECK_WORKING_GETNAMEINFO. | jorton | 2003-09-02 | 1 | -1/+1 |
* | Toss the assert for now. | jerenkrantz | 2003-08-31 | 1 | -1/+0 |
* | Attempt to put this Darwin getnameinfo() sillyness behind us forever. If | jerenkrantz | 2003-08-31 | 4 | -20/+100 |
* | Include apr_temp_dir_get() in OS/2 build. | bjh | 2003-08-29 | 2 | -1/+3 |
* | Add the path to the NetWare TMP directory to the list of test directories. | bnicholes | 2003-08-25 | 1 | -0/+8 |
* | Merge the apu_want.hnw header processing into the NetWare build | bnicholes | 2003-08-25 | 3 | -0/+3 |
* | Add an --experimental-libtool option that allows the user to specify an | jerenkrantz | 2003-08-24 | 1 | -6/+21 |
* | Don't prefix $(SHELL) on the apr-libtool argument, as we're not guaranteed | jerenkrantz | 2003-08-24 | 1 | -2/+2 |
* | Re-enable IPv6 on Darwin 6.6 and beyond as it looks like getaddrinfo() now | jerenkrantz | 2003-08-24 | 2 | -3/+14 |
* | oops, need a CHANGES entry | thommay | 2003-08-23 | 1 | -0/+3 |
* | Add apr_temp_dir_get(), a function to get the most suitable directory to place | thommay | 2003-08-23 | 6 | -1/+193 |
* | Set the hostnames on all apr_sockaddr_t's returned. | jerenkrantz | 2003-08-15 | 1 | -0/+2 |
* | If we don't have IPv6 enabled within APR (even if the OS supports it), we | jerenkrantz | 2003-08-14 | 1 | -1/+11 |
* | Make the getaddrinfo (IPv6) and gethostbyname (IPv4) implementations | jerenkrantz | 2003-08-14 | 1 | -2/+7 |
* | Modify apr_sockaddr_info_get to call the resolver when we do not have a | jerenkrantz | 2003-08-13 | 2 | -17/+25 |
* | ha, then i go to try to use the thing and find out what APR_RING_CHECK_ELEM() | jwoolley | 2003-08-13 | 1 | -2/+17 |
* | seemed like a handy tool. | jwoolley | 2003-08-13 | 1 | -0/+25 |
* | rename "this" to "here" since "this" is a reserved word in c++ | jwoolley | 2003-08-13 | 1 | -12/+12 |
* | axe a mysterious rbb line that ignored user-specified CFLAGS when | trawick | 2003-08-11 | 1 | -2/+0 |
* | HP-UX: | trawick | 2003-08-11 | 1 | -1/+5 |
* | Thanks to Jeff for pointing out I didn't point to the atomics. | wrowe | 2003-08-08 | 1 | -3/+3 |
* | Worth noting in case they had bitten anyone. | wrowe | 2003-08-07 | 1 | -0/+9 |
* | Revamp apr_thread_mutex to be as thread safe, and occasionally | wrowe | 2003-08-07 | 2 | -25/+60 |
* | Introduce the proc_mutex_no_tryacquire stub, returning APR_ENOTIMPL, | wrowe | 2003-08-06 | 1 | -5/+9 |
* | Invert the order of marking the lock as released. Since we first | wrowe | 2003-08-06 | 1 | -5/+5 |
* | leave a comment about an interesting and possibly unexpected | trawick | 2003-08-01 | 1 | -0/+8 |
* | Add the multi-load flag to the proc_child test binary. | bnicholes | 2003-07-31 | 1 | -1/+1 |
* | Increate the stack size of the apr test application to support some of the large | bnicholes | 2003-07-31 | 1 | -1/+2 |
* | Indicate that NetWare has the necessary environment functions to support | bnicholes | 2003-07-31 | 1 | -0/+4 |
* | * memory/unix/apr_pools.c | striker | 2003-07-18 | 1 | -1/+1 |
* | Use AI_ADDRCONFIG flag by default, where available. | jorton | 2003-07-17 | 1 | -0/+15 |
* | Implemented apr_file_mtime_set() for NetWare | bnicholes | 2003-07-14 | 2 | -2/+43 |
* | Fix previous commit: HAVE_DECL_* is always defined, to 0 or 1. | jorton | 2003-07-14 | 1 | -1/+1 |
* | it's confusing as hell to get an allocated object back that's all zeros. | jwoolley | 2003-07-14 | 1 | -0/+2 |
* | add a test that concentrates on APR_TRUNCATE | trawick | 2003-07-10 | 1 | -0/+40 |
* | Finish the new timestamp-setting API, thanks to helpful tips from | sussman | 2003-07-08 | 4 | -7/+44 |
* | apr_socket_data_set(): allow the same key to be used for | trawick | 2003-07-08 | 8 | -11/+139 |
* | Added a note to the apr_file_open_flags about the range of values | brane | 2003-07-08 | 1 | -14/+17 |
* | New apr_file_mtime_set() API, implemented in unix and win32. | sussman | 2003-07-07 | 6 | -5/+129 |
* | Pick up the result of the AC_DECL_SYS_SIGLIST macro correctly with | jorton | 2003-07-07 | 1 | -4/+5 |
* | Silence a compiler warning on BeOS. | dreid | 2003-07-06 | 1 | -0/+9 |
* | Move testprocmutex from the nonportable list to testall.exe dependencies. | brane | 2003-07-04 | 1 | -2/+1 |
* | - more cleanups, add more error checking | jorton | 2003-07-03 | 1 | -18/+38 |
* | Pass NULL to apr_proc_mutex_create rather than the invented filename | jorton | 2003-07-02 | 1 | -2/+1 |
* | Fix typo. | jorton | 2003-07-02 | 1 | -1/+1 |
* | CuTest-ify and clean up the testprocmutex test: | jorton | 2003-07-02 | 4 | -91/+56 |
* | Done | stoddard | 2003-06-26 | 1 | -3/+3 |
* | move serf's pool-design.txt here as part of the actual APR docs. | gstein | 2003-06-25 | 1 | -0/+100 |