summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_20(no author)2001-07-096-498/+277
* Allow all parts of Apache 2.0 to build when --srcdir is used. Thisrbb2001-07-092-0/+2
* Thinko.jerenkrantz2001-07-081-1/+1
* Add an option to configure to add -pg if we're using gcc to add profilingdreid2001-07-081-2/+8
* We are setting a simple bitmask. Calling a function to do that is farrbb2001-07-072-15/+10
* This function is only used if we are debugging the code, so we shouldrbb2001-07-071-2/+2
* Get us building again. David changed the header files, but not the .cjerenkrantz2001-07-071-1/+1
* When David moved the code from lib/ to memory/unix, they made thesejerenkrantz2001-07-071-14/+14
* (apr_table_do): Trivial grammar fix to doc string.kfogel2001-07-071-1/+1
* well i don't know if this is the right fix, but at least i can compile now.dgaudet2001-07-071-1/+2
* FreeBSD doesn't use threads so this didn't show up on my system,dreid2001-07-071-0/+1
* Remove an uneeded cast.dreid2001-07-071-1/+1
* Whoops, meant to add testsockets as well.dreid2001-07-071-0/+1
* Update cvsignore for testud and add .core. Don't know about others, butdreid2001-07-071-1/+2
* Few changes, mainly to add more support for sms :)dreid2001-07-075-25/+89
* Add the abort function into sms. This is largely to keep compatabilitydreid2001-07-074-28/+35
* Add a simple test that creates a number of sockets of different typesdreid2001-07-072-0/+155
* This basically addsdreid2001-07-071-2/+20
* s/cont/pool/gdreid2001-07-072-28/+28
* As far as Sander and I can tell the num_bytes functions aredreid2001-07-071-5/+6
* So I think I've moved apr_pools.c succesfully, so now we'll builddreid2001-07-073-4/+5
* Fix the _np lock define for beos...dreid2001-07-071-0/+4
* Constify the data in the sms cleanups.dreid2001-07-072-16/+25
* Move the thread registration functions from the apr_sms header intodreid2001-07-073-24/+18
* Add some documentation for the os_thread functions recently addeddreid2001-07-071-3/+14
* Document what the function passed to apr_table_[v]do() should returnjwoolley2001-07-071-2/+2
* Win32: Add apr_os_thread_current()stoddard2001-07-061-0/+5
* No code changes.jerenkrantz2001-07-061-18/+47
* Added a cleanup type check that was missed earlier on.striker2001-07-052-7/+8
* We seemed to have jumped the gun a bit in a previous commit. The problemstriker2001-07-052-7/+8
* Stop trying to provide cross-process pthread mutexes on systems wheretrawick2001-07-052-2/+26
* Fixed a stupid typo that caused the realloc to segfault.striker2001-07-041-32/+30
* Change the way we do the cleanups slightly. We now have just 2dreid2001-07-042-7/+8
* Sander pointed out that this is declared in the header file and it shoulddreid2001-07-041-6/+7
* Remove a bunch of warning from the trivial sms.dreid2001-07-041-11/+13
* Added a realloc function.striker2001-07-041-16/+52
* Cleaned up the tracking sms. Brought it into the same style as blocks andstriker2001-07-031-104/+74
* Noticed too late that I wasn't setting the return value instriker2001-07-031-1/+1
* Second pass at implementing dynamic locking in the sms code.striker2001-07-035-20/+68
* apr_sms_trivial_thread_[un]register() got warnings since it wastrawick2001-07-031-4/+4
* apr_sms_thread_unregister() needs to return somethingtrawick2001-07-031-0/+2
* fix some apr_filepath_root() doctrawick2001-07-031-1/+1
* First step in adding dynamic locking to sms. The framework now startsstriker2001-07-034-10/+124
* This adds another somewhat drastic debugging mode, but it has alreadydreid2001-07-022-0/+65
* set the int interprocess lock handle to -1 at init in casetrawick2001-07-021-0/+3
* include stdlib.h for malloc() and free() prototypes (Darwin)trawick2001-07-021-1/+4
* get APR_SSIZE_T_FMT and APR_SIZE_T_FMT defined properly on Darwintrawick2001-07-021-0/+4
* tighten up the checking for sysV semaphore support...trawick2001-07-022-2/+4
* REALLY flip the order of the pthread_mutex_t and fcntl() decision.jerenkrantz2001-07-021-3/+3
* fcntl() should be our preference for the short-term.jerenkrantz2001-07-021-1/+1