summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_23(no author)2001-08-084-436/+0
* Fix a segfault on Win32 when hostname resolution fails. We were lookingjwoolley2001-08-081-1/+1
* Clean up two warnings:jwoolley2001-08-081-2/+2
* get sockets.c to compile and fix a bug in the error pathtrawick2001-08-081-2/+3
* Finish the fix for the non-blocking connect. Basically, we need torbb2001-08-071-0/+8
* Fixed the apr_get_netos_error() macro to allow it to handle Winsock errorsbnicholes2001-08-071-1/+1
* Fixed apr_os_strerror() to allow it to handle Winsock errors for NetWarebnicholes2001-08-071-2/+4
* Added the NetWare specific calls to enable get_random_info()bnicholes2001-08-071-6/+11
* Turned off APR_HAS_RANDOM for NetWarebnicholes2001-08-071-1/+1
* Non-blocking connects shouldn't be calling connect a secondrbb2001-08-072-10/+9
* Fix apr_dir_rewind() for Win32 to avoid returning a bogus error.trawick2001-08-073-15/+7
* fix the type of the length parameter to apr_hash_this()trawick2001-08-071-3/+3
* fix the APR_TEST_* macros to retrieve the proper APR error stringtrawick2001-08-071-1/+1
* Ramblingswrowe2001-08-071-1/+8
* Update for the 2.0.23 tagwrowe2001-08-072-132/+66
* add a comment to apr_file_lock() for Win32 about an issue detectingtrawick2001-08-071-0/+5
* add some simple diagnostics for apr_send() failurestrawick2001-08-071-2/+3
* mention some problems with apr_dir_rewind() for Win32trawick2001-08-071-0/+6
* Added a #define for the NetWare version of apr_get_netos_error() thatbnicholes2001-08-061-1/+3
* Added stubs for the unsupported signals on NetWarebnicholes2001-08-061-32/+37
* Added the NetWare supported signal descriptionsbnicholes2001-08-061-1/+19
* gotta close the dir before it can be removed (at least on Win32);trawick2001-08-061-0/+3
* 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