summaryrefslogtreecommitdiff
path: root/include/arch/beos
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in all *.h.ivan2022-11-193-8/+8
* apr_thread: Provide apr_threadattr_max_free_set().ylavic2022-07-141-0/+1
* Replace tabs to spaces.ivan2022-07-081-10/+10
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.ylavic2020-12-031-0/+1
* Fix the typo.jorton2006-08-036-6/+6
* Update license header.jorton2006-08-036-36/+36
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-046-6/+12
* 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