summaryrefslogtreecommitdiff
path: root/include/arch/os2
Commit message (Expand)AuthorAgeFilesLines
* 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
* In order to use this IMPLEMENT_SET/UNSET schema, this has got to be awrowe2001-07-161-1/+1
* If this platform will support 'da inherit bit, needs the flagwrowe2001-07-161-0/+1
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-061-6/+0
* A couple of changes...dreid2001-06-051-1/+1
* OK, this basically adds a function that allows us to createdreid2001-06-051-0/+6
* OS/2: Get rid of old setup_lock() cruft.bjh2001-03-191-2/+0
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-1/+1
* Update copyright to 2001fielding2001-02-166-6/+6
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-285-61/+1
* Add code to allow APR to track the socket options it has set. Thisdreid2001-01-251-0/+1
* apr_dir_read now accepts a pointer to the user's apr_finfo_t to gatherwrowe2001-01-231-0/+1
* Get OS/2 closer to building with updated network_io API.trawick2000-11-161-0/+3
* port initial set of David Reid's IPv6 support to OS/2trawick2000-11-161-3/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-0/+6
* Sort out OS/2 APR error handling with new canonical test macro.bjh2000-10-092-48/+52
* OS/2: Avoid unnecessary calls to set pipe blocking state.bjh2000-08-061-0/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-1/+2
* prefix libapr functions and types with apr_dougm2000-08-025-38/+38
* OS/2: Provide native implementation of ap_rename_file().bjh2000-07-071-0/+1
* Fix building with DSO support. If any module is configured to berbb2000-06-011-0/+5
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-311-0/+1
* OS/2: Adapt to new ap_proc_t type & add missing ap_setprocattr_child*bjh2000-05-251-7/+0
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-222-2/+2