summaryrefslogtreecommitdiff
path: root/include/arch/beos
Commit message (Expand)AuthorAgeFilesLines
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-136-294/+60
* Modify the beos dso code to always return a structure, adding the errormsgdreid2003-11-231-0/+3
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Finish off the rename of include/archthommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-066-0/+0
* Update copyright notices to 2003.thommay2003-01-016-6/+6
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-88/+0
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-191-4/+4
* Update our copyright for this year.fielding2002-03-137-7/+7
* Change the conditional code for BeOS,dreid2001-12-231-6/+8
* The first pass at adding conditionals for BeOS. These are heavily baseddreid2001-12-111-0/+11
* BeOS threads can exit in strange orders, even in testthread they will oftendreid2001-10-291-0/+1
* Add the new lock structures...dreid2001-10-283-1/+25
* New process locking API for APR.rbb2001-09-191-0/+71
* Add condition variables to the APR set of locking functions.rbb2001-09-131-0/+71
* Tidy up to get us working again...dreid2001-09-111-0/+5
* Add the new thread read/write API to APR. This doesn't change anyrbb2001-09-081-0/+71
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-041-0/+71
* Updated APR to pass the thread worker_function prototypewrowe2001-07-241-0/+2
* Include the pools header.dreid2001-06-291-0/+1
* Add a read/write locking implementation for BeOS.dreid2001-06-171-2/+12
* Update the include files inline with the recent changes to lockingdreid2001-06-111-19/+3
* Fix a couple of errors that slipped through earlier...dreid2001-06-061-1/+2
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-061-6/+2
* A couple of changes...dreid2001-06-051-1/+1
* Fix a silly typo and add support for apr_lock_sms_create to BeOS.dreid2001-06-051-1/+1
* OK, this basically adds a function that allows us to createdreid2001-06-051-0/+5
* More pools instead of contexts...dreid2001-04-291-2/+2
* Update copyright to 2001fielding2001-02-163-3/+3
* Various bits of tidying up mainly for locking, but a few thread bits as well.dreid2000-12-311-3/+1
* Change the includes in the "correct" way to allow building ondreid2000-12-101-1/+1
* Get this building on BeOS again.dreid2000-12-091-1/+1
* BeOS should now be using the unix networkio.h, so the existance of this wasdreid2000-12-021-119/+0
* Small change to get BeOS building again.dreid2000-11-181-1/+1
* I'm pretty sure we only need to include this once...dreid2000-10-301-1/+0
* prefix libapr functions and types with apr_dougm2000-08-024-38/+38
* Tidy up a definition to stop a warning.dreid2000-06-261-1/+1
* Continuing the cleanup of beos code.dreid2000-06-172-8/+20
* Tidy up some warnings in the threadproc directory.dreid2000-06-171-1/+2
* This takes the BeOS defines to include the networking code. Removed some une...dreid2000-06-131-5/+7
* 2 weeks and so many changes to catch up on...dreid2000-06-011-10/+1
* Fix building with DSO support. If any module is configured to berbb2000-06-011-0/+5
* Put the BeOS network code back into APR. According the David Reid,rbb2000-05-301-0/+117
* Remove the beos network I/O code and merge it with the unix code. Mostrbb2000-05-161-117/+0
* First commit to allow Apache to build with the latest BeOS version.dreid2000-05-121-1/+6
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-1/+1
* APR_SO_TIMEOUT now takes microseconds instead of seconds. (The newtrawick2000-04-161-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-144-9/+9
* Add more code sharing arrangements and a few minor updates/tweaks.dreid2000-04-051-2/+1
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-034-11/+11