summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the pool debug code. A pool clear destroys the pools mutex.striker2002-05-301-0/+31
* Renames:striker2002-05-303-18/+18
* Don't inline and export functions at the same time.striker2002-05-291-16/+24
* Forgot to commit [actually explicitly committed, but forgotwrowe2002-05-291-0/+4
* Fix apr_generate_random_bytes() for Win32 on Win NT or 9x bywrowe2002-05-291-2/+6
* Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTEDwrowe2002-05-297-16/+105
* Reimplemented apr_proc_create() on NetWare to use the new processve()bnicholes2002-05-291-130/+23
* Reimplemented apr_file_pipe_create() on NetWare using the standardbnicholes2002-05-292-56/+25
* Added --with-devrandom=[DEV] configure flag which allows a particularjwoolley2002-05-282-19/+48
* The 'reuse' patch. This will make pools a bit more carefull aboutstriker2002-05-262-30/+151
* The hi free patch. This will add the ability for a developer tostriker2002-05-262-2/+64
* That cut-and-paste job was a bit too literal.jerenkrantz2002-05-251-2/+2
* The doc doesn't match implementation. Make it consistent with write_full.jerenkrantz2002-05-251-2/+3
* Fair warning, as this keeps coming up over and over. We're not usingjwoolley2002-05-251-2/+8
* Both of these issues have been taken care of. The old locks are goneaaron2002-05-241-8/+1
* We appear to never have had any complaints about copy srcname dstnamewrowe2002-05-242-12/+8
* Fix a copy-and-paste error in pipe.crbb2002-05-231-1/+1
* OS/2: Check more return codes when locking the file for appending.bjh2002-05-231-4/+11
* Implement apr_thread_yield() on OS/2.bjh2002-05-221-0/+1
* Win32: WTF was I thinking with that last commit? this is right (I hope :-)stoddard2002-05-221-12/+10
* Win32: Fix bug introduced by the commit that added GetOverlappedResults()stoddard2002-05-221-12/+17
* Win32: Rearrange code for claritystoddard2002-05-221-14/+12
* Darwin/Mac OS X: There is apparently no convenient way to keep deceasedtrawick2002-05-222-0/+25
* Fix two serious holes in the time calculations. The first patch was awrowe2002-05-221-2/+2
* Get aprtest to build from scratch, once againwrowe2002-05-212-2/+2
* Added strmatch to the project build for NetWarebnicholes2002-05-201-0/+0
* Win32: Rather pointless to call GetOverlappedResults() on a socket westoddard2002-05-201-2/+4
* Win32: Need to check for WSA_IO_PENDING.stoddard2002-05-201-1/+2
* NEVER default to ALTERNATE_SEARCH_PATH!!! It's a great last resort,wrowe2002-05-201-2/+2
* Win32: Call GetOverlappedResults to get the results of an asyncstoddard2002-05-202-8/+20
* Win32:stoddard2002-05-201-0/+1
* Whoops, meant to note that in CHANGESjwoolley2002-05-181-0/+3
* Renames:jwoolley2002-05-183-8/+21
* FreeBSD sendfile: return an error if the kernel returns 0 & no bytes sent.gregames2002-05-171-10/+21
* This particular code fragment gets an award for obfuscated code to save ajerenkrantz2002-05-171-1/+6
* It doesn't really *have to* be in fcntl.h, it just probably will bejwoolley2002-05-171-1/+1
* We must respect the APR_BINARY flag on the Unix implementation ofjwoolley2002-05-172-0/+10
* linux sendfile: exit with an error if the file gets smaller in the middle ofgregames2002-05-171-7/+19
* Remove a few stray tabs.jerenkrantz2002-05-171-7/+7
* don't check for malloc() failure in our strdup() replacementtrawick2002-05-171-3/+1
* axe a commented-out call to Apache's logging routinetrawick2002-05-171-5/+0
* Make it so that the installed programs must explicitly set a value injerenkrantz2002-05-161-14/+17
* Some platforms require the definitions from <sys/ipc.h> to be included before...martin2002-05-161-0/+3
* fix a mispelling of shared in a help messagetrawick2002-05-151-1/+1
* expose the name of the shared library path variabletrawick2002-05-151-0/+5
* Enable autoconf/autoheader to be redefined by users.sascha2002-05-152-4/+4
* Added apr_strmatch.h to the precompile list that generates the final exportbnicholes2002-05-151-0/+1
* Revert and fix ala gstein.jerenkrantz2002-05-141-2/+15
* As a safeguard, call the new APR_MKDIR_P_CHECK macro. If APR were tojerenkrantz2002-05-141-0/+3
* Add APR_MKDIR_P_CHECK macro based on httpd-2.0's APACHE_MKDIR_P_CHECK.jerenkrantz2002-05-141-0/+20