summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_27(no author)2001-10-294-439/+0
* Updated NetWare project filebnicholes2001-10-291-0/+0
* Added the NetWare delay() call to apr_sleep()bnicholes2001-10-291-0/+2
* Tidy up the thread test output and change to use a single thread functiondreid2001-10-291-85/+37
* BeOS threads can exit in strange orders, even in testthread they will oftendreid2001-10-292-1/+11
* Introduce the apr_pool_userdata_setn() variant that doesn't strdup the key.wrowe2001-10-293-2/+43
* autoconf 2.52 creates a temporary 'autom4te.cache' directory.striker2001-10-292-1/+7
* Some more tidying up for the beos code and get it building again.dreid2001-10-282-32/+42
* Add the actual code for most of the new lock methods. Just the conditionaldreid2001-10-283-21/+300
* Add the new lock structures...dreid2001-10-283-1/+25
* The previous patch was the wrong test. If file_as_socket was unset (emptygstein2001-10-271-1/+1
* Fix a small snafu in configure.indreid2001-10-271-1/+1
* back out previous change so that mod_cgid works again; addtrawick2001-10-271-3/+11
* apr_proc_create():trawick2001-10-261-2/+6
* OS/2: Implement exitcode/exitwhy enhancements in apr_proc_wait*bjh2001-10-261-8/+64
* More cleanup on the pre-build scriptsbnicholes2001-10-251-14/+15
* Change proc_mutex_fcntl_create() to remove the lock file. There wastrawick2001-10-251-1/+6
* Updated to the LibC NLM startup codebnicholes2001-10-231-4/+33
* Updated to match the build procedurebnicholes2001-10-232-10/+4
* apr_file_mkstemp() already returned the error that we were interested in,aaron2001-10-231-3/+1
* It is dangerous to use the identifier "stat" when there is a function ofaaron2001-10-231-67/+67
* Win32: Fix compile break caused by last patch to proc.cstoddard2001-10-231-1/+1
* return the error that caused the operation to fail, not the currenttrawick2001-10-231-1/+1
* Fix the reporting for child processes that die. This removesrbb2001-10-2311-55/+111
* Get the apr.exp target working under Solaris make.aaron2001-10-221-0/+1
* Code Warrior project file for building APR for NetWarebnicholes2001-10-221-0/+0
* Stop using the name of a standard system function for a variable.fielding2001-10-221-52/+40
* OS/2: Return a proper error code from apr_dso_sym() & prevent NULL dereferencebjh2001-10-211-5/+11
* OS/2: need -lbsd to get random()bjh2001-10-211-0/+1
* add apr_os_dso_handle_put for win32dougm2001-10-201-0/+10
* Come on Aaron, you can think of a better commit log message than this!aaron2001-10-191-0/+4
* Implement portable accessors for proc mutex. These are equivalent toaaron2001-10-196-4/+170
* NLM startup codebnicholes2001-10-191-0/+25
* No longer needed. This file is generated by make_nw_export.awk.bnicholes2001-10-191-316/+0
* Added the export definitions for the linkerbnicholes2001-10-191-1/+2
* Added the expat global definesbnicholes2001-10-191-0/+11
* Scripts for configuring the build environment on NetWarebnicholes2001-10-192-0/+138
* Solve Win32 byteranges (horray!)wrowe2001-10-191-1/+1
* Removed HAVE_MKSTEMP from the NetWare buildbnicholes2001-10-181-1/+0
* Added NETWARE to the #if defined listbnicholes2001-10-181-1/+1
* If building with VPATH, then we have to install the headers from therbb2001-10-181-0/+2
* Implemented two functions for NetWarebnicholes2001-10-171-4/+0
* Remove FIXME comment. Yes, OS/2 native locks support nesting.bjh2001-10-171-1/+0
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-1710-25/+117
* Added the default file attributes for NetWarebnicholes2001-10-161-0/+4
* Moved to apr/include/apr.hnwbnicholes2001-10-161-342/+0
* Apr.h for NetWarebnicholes2001-10-161-0/+342
* Added a Winsock cleanup call required by NetWarebnicholes2001-10-161-0/+3
* read_with_timeout in apr/file_io/win32/readwrite.c incorrectlytrawick2001-10-162-1/+7
* The pipe creation code used by mod_cgi in Apache 2.0trawick2001-10-162-0/+10