summaryrefslogtreecommitdiff
path: root/include/arch/os2
Commit message (Expand)AuthorAgeFilesLines
* Axed C++ comments.fuankg2011-02-091-7/+7
* OS/2: Do a proper implementation of apr_file_ungetc().bjh2010-04-041-0/+2
* OS/2: Add an implementation of condition variables, derived from the Win32bjh2010-04-031-0/+5
* OS/2: Remove OS/2 implementations of APR_IMPLEMENT_INHERIT_SET/UNSET macros.bjh2010-03-161-50/+0
* Fix an incorrect comment describing the bufsize member of apr_file_t.bjh2010-03-131-1/+1
* Remove APR_BUFSIZ definition, as it would only be used in one placebojan2008-04-251-6/+0
* Make copy buffer biggerbojan2008-04-241-0/+6
* OS2 fails to fork-for-exec, and therefore doesn't use thewrowe2007-10-151-0/+50
* Fix the typo.jorton2006-08-039-9/+9
* Update license header.jorton2006-08-039-54/+54
* Initial implementation of the variable file-io buffer sizes functions on thecolm2005-10-181-2/+4
* OS/2: Implement apr_file_mtime_set().bjh2005-07-161-0/+2
* Implement pool accessor for socketsmturk2005-06-121-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-049-9/+18
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-011-0/+1
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-139-441/+90
* OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polledbjh2003-11-191-3/+0
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-172-0/+9
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-021-1/+1
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-081-0/+8
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-0/+0
* Finish off the rename of include/archthommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-069-0/+0
* Update copyright notices to 2003.thommay2003-01-019-9/+9
* Fix a problem retrieving the remote socket address for socketstrawick2002-10-251-0/+1
* Add apr_socket_create_ex() to allow protocol to be specified for thetrawick2002-10-181-0/+1
* Remove the apr_pollfd_t structure from OS/2. This structure is no longerrbb2002-07-111-10/+0
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-73/+0
* 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
* Fix a missed cntxt -> pool change.bjh2002-03-211-1/+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-3/+3
* Update our copyright for this year.fielding2002-03-1310-10/+10
* OS/2: Implement apr_proc_mutex*()bjh2002-02-111-0/+3
* OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead ofbjh2001-12-301-2/+2
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-1/+1
* OS/2: Suppress use of mkstemp(), our own gettemp() is better.bjh2001-10-101-0/+6
* New process locking API for APR.rbb2001-09-191-0/+66
* OS/2: Implement read/write locks. As there's no native equivalent in OS/2bjh2001-09-151-0/+3
* Add condition variables to the APR set of locking functions.rbb2001-09-131-0/+66
* OS/2: Implement apr_thread_mutex functions.bjh2001-09-121-0/+1
* Fix the apr_proc_create for win32. In order to do so, this patchwrowe2001-09-091-1/+2
* Add the new thread read/write API to APR. This doesn't change anyrbb2001-09-081-0/+66
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-041-0/+66
* OS/2: Define apr_thread_once_tbjh2001-09-021-0/+5
* OS/2: Get apr_filepath_merge() & friends working, making use of the codebjh2001-09-011-0/+9
* OS/2: Fix thread return value passing.bjh2001-08-311-1/+1
* OS/2: Add support for datagram sockets.bjh2001-07-242-0/+5
* Updated APR to pass the thread worker_function prototypewrowe2001-07-241-2/+0