summaryrefslogtreecommitdiff
path: root/include/arch/unix
Commit message (Expand)AuthorAgeFilesLines
* Register the proc_mutex cleanup with an exported API. Most of thisrbb2002-11-201-1/+1
* Rip out buggy nested-mutex code from apr_proc_mutex. This should fix subtleaaron2002-11-181-7/+0
* Remove a stale comment.jorton2002-11-141-1/+0
* Fix a problem retrieving the remote socket address for socketstrawick2002-10-251-0/+1
* map the TCP_NODELAY socket option to SCTP_NODELAY as appropriatetrawick2002-10-221-0/+6
* Add apr_socket_create_ex() to allow protocol to be specified for thetrawick2002-10-181-0/+1
* Move the win32-only utf8 support [for the Unicode filesystem] out ofwrowe2002-07-171-93/+0
* Fix the parameter name in the inherit_set/unset functions so thatjwoolley2002-07-161-12/+14
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-30/+0
* added support for changing the limit on file descriptors per processbrianp2002-07-091-0/+3
* Changed the return values of the apr_*_inherit_(un)set functions frombrane2002-07-051-3/+5
* Fix the definition of union semun so that it is valid on systemstrawick2002-06-281-1/+1
* Already exported on unix, we need this exported to write WinNT accessorswrowe2002-06-241-4/+8
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-081-4/+14
* Added 2 additional lock functions: apr_proc_mutex_name andjim2002-06-071-0/+1
* don't use "pipe" as a field name; some platforms redefinetrawick2002-05-311-1/+1
* Some platforms require the definitions from <sys/ipc.h> to be included before...martin2002-05-161-0/+3
* Address PR 8963wrowe2002-05-101-5/+5
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-092-179/+0
* Support for Posix semaphores for locking has been added. This usesjim2002-04-042-0/+12
* rename internal function apr_set_sockaddr_vars() to apr_sockaddr_vars_set()trawick2002-04-011-1/+1
* clean up the unix networking code by creating a new functiontrawick2002-03-281-0/+1
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-2/+2
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-191-4/+4
* Update our copyright for this year.fielding2002-03-1315-15/+15
* Make apr_global_mutex_t work on systems w/o APR_HAS_THREADS.aaron2002-02-181-0/+2
* Add a new lock API: apr_global_mutex_taaron2002-02-181-0/+73
* In respect to Jeff's earlier comments, these fns will never be publiclywrowe2002-01-291-4/+4
* Major updates to the Unix shmem implementation:aaron2002-01-231-6/+0
* AIX does not define MAP_FAILED, but it's just a (void *)-1.aaron2002-01-221-0/+6
* This patch basically allows BeOS R5's apr_poll to work like it should do!dreid2002-01-141-0/+4
* Can't forget this one!aaron2002-01-101-0/+105
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-0/+1
* Clean up a _whole_ lot of win32 specific cruft here.wrowe2001-11-211-88/+0
* Conversion of the file_io routines from INTRAPROCESS apr_lock_taaron2001-11-211-1/+2
* I have _no_ fing idea why all this cruft accumulated in a unix/misc.hwrowe2001-11-201-0/+14
* Fix the Unix HAVE_POLL flavor of apr_poll_socket_mask() so thattrawick2001-11-131-2/+1
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-0/+1
* Add support for QNX 6.trawick2001-10-161-2/+1
* This structure needs a pool, or the pool accessors will failrbb2001-09-291-0/+1
* Remove SMS and all references.striker2001-09-282-25/+0
* Add the apr_file_mktemp function. This creates and opens arbb2001-09-243-4/+4
* Use the apr_proc_t, rather than some goofy pid/tid/handle value,wrowe2001-09-201-1/+1
* New process locking API for APR.rbb2001-09-192-9/+166
* Just because we have pthreads, that doesn't mean we have pthread_rwlock.rbb2001-09-141-0/+9
* Add condition variables to the APR set of locking functions.rbb2001-09-131-0/+80
* Add the new thread read/write API to APR. This doesn't change anyrbb2001-09-081-0/+77
* Cleanup some of the thread lock work. Remove some unnecessaryrbb2001-09-051-3/+0
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-041-0/+81
* On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined,jerenkrantz2001-08-311-0/+62