summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'APR_0_9_4'.APR_0_9_4(no author)2003-09-2611-276/+54
* Remove APR_CHECK_SOCKADDR_SA_LEN which survived since the firstjorton2003-09-022-33/+0
* Use correct _len field in APR_CHECK_WORKING_GETNAMEINFO.jorton2003-09-021-1/+1
* Toss the assert for now.jerenkrantz2003-08-311-1/+0
* Attempt to put this Darwin getnameinfo() sillyness behind us forever. Ifjerenkrantz2003-08-314-20/+100
* Include apr_temp_dir_get() in OS/2 build.bjh2003-08-292-1/+3
* Add the path to the NetWare TMP directory to the list of test directories.bnicholes2003-08-251-0/+8
* Merge the apu_want.hnw header processing into the NetWare buildbnicholes2003-08-253-0/+3
* Add an --experimental-libtool option that allows the user to specify anjerenkrantz2003-08-241-6/+21
* Don't prefix $(SHELL) on the apr-libtool argument, as we're not guaranteedjerenkrantz2003-08-241-2/+2
* Re-enable IPv6 on Darwin 6.6 and beyond as it looks like getaddrinfo() nowjerenkrantz2003-08-242-3/+14
* oops, need a CHANGES entrythommay2003-08-231-0/+3
* Add apr_temp_dir_get(), a function to get the most suitable directory to placethommay2003-08-236-1/+193
* Set the hostnames on all apr_sockaddr_t's returned.jerenkrantz2003-08-151-0/+2
* If we don't have IPv6 enabled within APR (even if the OS supports it), wejerenkrantz2003-08-141-1/+11
* Make the getaddrinfo (IPv6) and gethostbyname (IPv4) implementationsjerenkrantz2003-08-141-2/+7
* Modify apr_sockaddr_info_get to call the resolver when we do not have ajerenkrantz2003-08-132-17/+25
* ha, then i go to try to use the thing and find out what APR_RING_CHECK_ELEM()jwoolley2003-08-131-2/+17
* seemed like a handy tool.jwoolley2003-08-131-0/+25
* rename "this" to "here" since "this" is a reserved word in c++jwoolley2003-08-131-12/+12
* axe a mysterious rbb line that ignored user-specified CFLAGS whentrawick2003-08-111-2/+0
* HP-UX:trawick2003-08-111-1/+5
* Thanks to Jeff for pointing out I didn't point to the atomics.wrowe2003-08-081-3/+3
* Worth noting in case they had bitten anyone.wrowe2003-08-071-0/+9
* Revamp apr_thread_mutex to be as thread safe, and occasionallywrowe2003-08-072-25/+60
* Introduce the proc_mutex_no_tryacquire stub, returning APR_ENOTIMPL,wrowe2003-08-061-5/+9
* Invert the order of marking the lock as released. Since we firstwrowe2003-08-061-5/+5
* leave a comment about an interesting and possibly unexpectedtrawick2003-08-011-0/+8
* Add the multi-load flag to the proc_child test binary.bnicholes2003-07-311-1/+1
* Increate the stack size of the apr test application to support some of the largebnicholes2003-07-311-1/+2
* Indicate that NetWare has the necessary environment functions to supportbnicholes2003-07-311-0/+4
* * memory/unix/apr_pools.cstriker2003-07-181-1/+1
* Use AI_ADDRCONFIG flag by default, where available.jorton2003-07-171-0/+15
* Implemented apr_file_mtime_set() for NetWarebnicholes2003-07-142-2/+43
* Fix previous commit: HAVE_DECL_* is always defined, to 0 or 1.jorton2003-07-141-1/+1
* it's confusing as hell to get an allocated object back that's all zeros.jwoolley2003-07-141-0/+2
* add a test that concentrates on APR_TRUNCATEtrawick2003-07-101-0/+40
* Finish the new timestamp-setting API, thanks to helpful tips fromsussman2003-07-084-7/+44
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-088-11/+139
* Added a note to the apr_file_open_flags about the range of valuesbrane2003-07-081-14/+17
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-076-5/+129
* Pick up the result of the AC_DECL_SYS_SIGLIST macro correctly withjorton2003-07-071-4/+5
* Silence a compiler warning on BeOS.dreid2003-07-061-0/+9
* Move testprocmutex from the nonportable list to testall.exe dependencies.brane2003-07-041-2/+1
* - more cleanups, add more error checkingjorton2003-07-031-18/+38
* Pass NULL to apr_proc_mutex_create rather than the invented filenamejorton2003-07-021-2/+1
* Fix typo.jorton2003-07-021-1/+1
* CuTest-ify and clean up the testprocmutex test:jorton2003-07-024-91/+56
* Donestoddard2003-06-261-3/+3
* move serf's pool-design.txt here as part of the actual APR docs.gstein2003-06-251-0/+100