summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_13(no author)2001-02-255-1733/+0
* Move the check for threads to a point earlier in the configuretrawick2001-02-251-112/+112
* Correctly set the formats to use and hence reduce the number of warningsdreid2001-02-251-0/+4
* APR_HAVE_SIGWAIT is now always defined, so the previous test failed on BeOS,dreid2001-02-251-1/+2
* Need to use the correct macro for APR_HAVE_SIGWAITrbb2001-02-251-1/+1
* We have to substitute the have_sigwait variable, or nothing will work.rbb2001-02-251-2/+3
* Don't define the signal thread logic is sigwait isn't defined. Hopefullyrbb2001-02-254-2/+5
* Refresh all .mak files should we choose to roll again shortly.wrowe2001-02-252-0/+130
* if we don't have the prototype, we shouldn't have the function eithertrawick2001-02-251-83/+0
* compat tweakgstein2001-02-241-1/+1
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andgstein2001-02-243-13/+6
* OS/2: Add a crypto strength randomness generator.bjh2001-02-243-5/+188
* toss ENUM_BITFIELD. used in one place (but didn't need to be used), and itgstein2001-02-242-3/+0
* fix a typo which broke the check for whether share memory is file basedtrawick2001-02-231-1/+1
* change mkstemp() to apr_mkstemp() so we don't pollute somebody else'strawick2001-02-233-5/+21
* fix for ReliantUNIX and other platforms with no mkstemp() routine:trawick2001-02-231-4/+4
* Don't define the thread functions if threads haven't been included in therbb2001-02-231-0/+4
* apr_setup_signal_thread() & apr_create_signal_thread() aren't implemented onbjh2001-02-231-1/+1
* Clean up a warning.wrowe2001-02-231-1/+1
* These are a bit too unix specific for OS/2 (pthread/sigwait).bjh2001-02-231-1/+1
* Remove some duplicate calls to strchr(), and remove a typo as a side-effectjwoolley2001-02-222-7/+8
* Add a couple of GCC attribute tags to printf style functions. This alsorbb2001-02-221-1/+2
* OS/2: use unix implementation of apr_file_read_full/apr_file_write_full.bjh2001-02-222-1/+3
* Missing the apr_pool_t arg required for more complex queries of uid/gidwrowe2001-02-214-6/+39
* Add apr_sigwait to the apr_private.h file. This allows us to removerbb2001-02-212-6/+7
* don't compile mktemp.c unless we have to; it doesn't compile everywheretrawick2001-02-213-7/+7
* Added apr_get_userid() as a companion to apr_get_username().jwoolley2001-02-213-15/+62
* Add mktemp() and mkstemp() emulation for systems which don't have it.martin2001-02-214-1/+226
* Unregister the cleanup, regardless of the success of failure of thestoddard2001-02-211-7/+2
* WIN32: Kill the dir cleanup on a directory close. Clean-up the code a bit.stoddard2001-02-211-5/+2
* disable sendfile() support on s390 linux due to a system problem.trawick2001-02-211-0/+3
* Get APR apps building on FreeBSD when --enable-threads isn't specified.trawick2001-02-212-1/+7
* fix another glitch: It is APR which uses the result oftrawick2001-02-211-0/+2
* Fix the name of the foo_CHECK_SIGWAIT_ONE_ARG macro. Ittrawick2001-02-211-1/+1
* get APR apps to build again by fixing the unresolve reference totrawick2001-02-211-2/+10
* Add some functions to APR's thread/processes support to allow a singlerbb2001-02-213-0/+93
* In apr_shm_init(), check the retcode from mm_malloc(). Previously,trawick2001-02-202-0/+11
* make rules (rules.mk) will be in the builddir for vpath, so includingfielding2001-02-201-3/+6
* Name protected the autoconf macros defined by APR. Moved thefielding2001-02-206-175/+164
* Cope with BSDi installations where the default make has beentrawick2001-02-192-1/+10
* Remove a useless test.jwoolley2001-02-191-5/+2
* get "make clean" to get rid of the programs in thetrawick2001-02-191-1/+3
* apr_sendfile() for HP-UX: handle the unexpected case where the callertrawick2001-02-191-4/+4
* Stop warning about implicit declaration of apr_vsnprintf.bjh2001-02-191-0/+1
* rename miss: s/apr_clear_pool/apr_pool_clear/gdougm2001-02-194-9/+9
* Removing obsolete files that aren't being used.fielding2001-02-185-148/+0
* Moved to ../build/fielding2001-02-1814-4822/+0
* Enable use of the new build directory.fielding2001-02-186-21/+31
* Moved from apr/helpers to apr/build (without changes).fielding2001-02-182-0/+115
* Fix some old comments. Why is this file here? It should be a make target.fielding2001-02-181-7/+7