summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* get apr_os_dso_handle_t defined properly on Darwintrawick2001-08-061-1/+2
* As Mats Nilsson <mats.nilsson@xware.se> points out, we weren't resettingwrowe2001-08-061-4/+8
* Added the .def file used to build the NetWare test NLMsbnicholes2001-08-061-0/+3
* Added the NetWare version of get_system_time()bnicholes2001-08-061-0/+11
* Changed the type of a local variable used in the call to getsockopt() frombnicholes2001-08-061-1/+1
* Added an ifdef for NetWare to call the delay() function and also fixed thebnicholes2001-08-061-2/+6
* Fixed the data types of the local variables used in the calls to ioctlsocket(...bnicholes2001-08-061-2/+2
* Added NetWare version of locks.cbnicholes2001-08-061-0/+313
* Added NETWARE to the #ifdef listbnicholes2001-08-061-2/+2
* access the memset() declarationtrawick2001-08-061-0/+2
* Move the required library autoconf checks before we do the firstjerenkrantz2001-08-053-46/+41
* OS/2: implement apr_lock_tryacquire()bjh2001-08-051-3/+15
* add optional -f parameter to set filename; this is a workaround fortrawick2001-08-041-5/+13
* correct the prototype to eliminate warning.fielding2001-08-031-1/+1
* Added the prototype for apr_thread_yield()bnicholes2001-08-031-0/+6
* Added a stub for apr_thread_yield()bnicholes2001-08-035-2/+20
* Added NETWARE to the WIN32 ifdef listbnicholes2001-08-021-3/+3
* Pool debugging is pretty cool... use build/cvtdsp.pl -d (or from Apache,wrowe2001-08-021-5/+40
* use exit status 0 for success in testdir, testoc, and testproctrawick2001-08-024-6/+10
* rename the temporary scratch directory from testdir to tmpdirtrawick2001-08-021-6/+6
* Adding NetWare specific headersbnicholes2001-08-023-0/+567
* Added the NetWare specific typedef'sbnicholes2001-08-021-0/+12
* server isn't really dependent upon sendfile.lotrawick2001-08-021-1/+1
* NetWare port of the threadproc functionsbnicholes2001-08-025-0/+1080
* Ported the apr_time_now() function to support the NetWare OSbnicholes2001-08-021-0/+7
* Some small changes to the profile options...dreid2001-08-021-0/+6
* don't hang forever on systems which don't report readability ontrawick2001-08-021-2/+2
* fix the exit status of testthread so it is easier to use in antrawick2001-08-021-1/+2
* Modify this semantic to 1. keep in tune with apr return values (althoughwrowe2001-08-023-26/+25
* Add APR_DECLARE to the functions in mmap.crbb2001-08-021-6/+7
* Now I _know_ how long it's been since someone actually was _really_wrowe2001-08-022-3/+3
* It just won't work on win32 that way... need an .m4 test for HAVE__ENDwrowe2001-08-021-2/+8
* Warning Will Robinson, someone's about to trounce youwrowe2001-08-021-1/+1
* Context man, give me contextwrowe2001-08-021-10/+10
* Provide every hash a private, internal iterator for internal reconstructionwrowe2001-08-021-17/+21
* Quell a slow leak. The iterator's allocation is NOT pertinant to the hash!wrowe2001-08-022-6/+7
* Almost used this when I thought our contents were going out of context.wrowe2001-08-012-0/+3
* Forgot to escape the $ in libdir. This breaks the apr-util build withjerenkrantz2001-08-011-1/+1
* change some of the test programs to use exit status 0 fortrawick2001-08-0110-10/+10
* Add ALL_LIBS to the link command for APR since LINK is used for buildingjerenkrantz2001-08-012-1/+7
* free the whole list of addrinfo structures returned bytrawick2001-08-011-3/+4
* if the thread returns NULL instead of the address of an apr_status_ttrawick2001-08-011-1/+1
* get rid of vestigial !APR_HAS_THREADS logictrawick2001-08-011-4/+9
* fix apr_thread_join() on Unix to pick up the correct threadtrawick2001-08-011-1/+3
* Fix the unresolved reference to pthread_sigmask() on Darwin.trawick2001-08-011-1/+1
* Missing fnwrowe2001-07-311-1/+23
* Fix tpyo.jerenkrantz2001-07-311-1/+1
* Remove the dependency on IPv6 for getnameinfo(). A system can havejerenkrantz2001-07-311-1/+1
* Support the AIX, glibc2, and Solaris variants of gethostby{name|addr}_r.jerenkrantz2001-07-315-6/+131
* default to fcntl() for cross-process lockstrawick2001-07-301-2/+2