| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 9 | -9/+9 |
* | Fix a problem retrieving the remote socket address for sockets | trawick | 2002-10-25 | 1 | -0/+1 |
* | Add apr_socket_create_ex() to allow protocol to be specified for the | trawick | 2002-10-18 | 1 | -0/+1 |
* | Remove the apr_pollfd_t structure from OS/2. This structure is no longer | rbb | 2002-07-11 | 1 | -10/+0 |
* | ** DEPRECATE old lock API: apr_lock.h ** | aaron | 2002-04-09 | 1 | -73/+0 |
* | rename internal function apr_set_sockaddr_vars() to apr_sockaddr_vars_set() | trawick | 2002-04-01 | 1 | -1/+1 |
* | clean up the unix networking code by creating a new function | trawick | 2002-03-28 | 1 | -0/+1 |
* | Fix a missed cntxt -> pool change. | bjh | 2002-03-21 | 1 | -1/+1 |
* | Rename the "cntxt" members of the fileio structures to "pool". | striker | 2002-03-20 | 1 | -2/+2 |
* | Rename all the "cntxt" members of the thread and proc structures to | striker | 2002-03-19 | 1 | -3/+3 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 10 | -10/+10 |
* | OS/2: Implement apr_proc_mutex*() | bjh | 2002-02-11 | 1 | -0/+3 |
* | OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead of | bjh | 2001-12-30 | 1 | -2/+2 |
* | Convert apr_thread_exit(..., apr_status_t *retval) to | aaron | 2001-12-27 | 1 | -1/+1 |
* | OS/2: Suppress use of mkstemp(), our own gettemp() is better. | bjh | 2001-10-10 | 1 | -0/+6 |
* | New process locking API for APR. | rbb | 2001-09-19 | 1 | -0/+66 |
* | OS/2: Implement read/write locks. As there's no native equivalent in OS/2 | bjh | 2001-09-15 | 1 | -0/+3 |
* | Add condition variables to the APR set of locking functions. | rbb | 2001-09-13 | 1 | -0/+66 |
* | OS/2: Implement apr_thread_mutex functions. | bjh | 2001-09-12 | 1 | -0/+1 |
* | Fix the apr_proc_create for win32. In order to do so, this patch | wrowe | 2001-09-09 | 1 | -1/+2 |
* | Add the new thread read/write API to APR. This doesn't change any | rbb | 2001-09-08 | 1 | -0/+66 |
* | Add the new thread_lock API to APR. This is the first step to breaking | rbb | 2001-09-04 | 1 | -0/+66 |
* | OS/2: Define apr_thread_once_t | bjh | 2001-09-02 | 1 | -0/+5 |
* | OS/2: Get apr_filepath_merge() & friends working, making use of the code | bjh | 2001-09-01 | 1 | -0/+9 |
* | OS/2: Fix thread return value passing. | bjh | 2001-08-31 | 1 | -1/+1 |
* | OS/2: Add support for datagram sockets. | bjh | 2001-07-24 | 2 | -0/+5 |
* | Updated APR to pass the thread worker_function prototype | wrowe | 2001-07-24 | 1 | -2/+0 |
* | In order to use this IMPLEMENT_SET/UNSET schema, this has got to be a | wrowe | 2001-07-16 | 1 | -1/+1 |
* | If this platform will support 'da inherit bit, needs the flag | wrowe | 2001-07-16 | 1 | -0/+1 |
* | This is a much larger commit than I meant to have, but a lot has | dreid | 2001-06-06 | 1 | -6/+0 |
* | A couple of changes... | dreid | 2001-06-05 | 1 | -1/+1 |
* | OK, this basically adds a function that allows us to create | dreid | 2001-06-05 | 1 | -0/+6 |
* | OS/2: Get rid of old setup_lock() cruft. | bjh | 2001-03-19 | 1 | -2/+0 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 1 | -1/+1 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 6 | -6/+6 |
* | OS2 was chasing os2errno.h which we hid in a private platform directory, | wrowe | 2001-01-28 | 5 | -61/+1 |
* | Add code to allow APR to track the socket options it has set. This | dreid | 2001-01-25 | 1 | -0/+1 |
* | apr_dir_read now accepts a pointer to the user's apr_finfo_t to gather | wrowe | 2001-01-23 | 1 | -0/+1 |
* | Get OS/2 closer to building with updated network_io API. | trawick | 2000-11-16 | 1 | -0/+3 |
* | port initial set of David Reid's IPv6 support to OS/2 | trawick | 2000-11-16 | 1 | -3/+2 |
* | Fix OS/2 build after the move of private APR headers to the include/arch/ | bjh | 2000-11-14 | 1 | -0/+6 |
* | Sort out OS/2 APR error handling with new canonical test macro. | bjh | 2000-10-09 | 2 | -48/+52 |
* | OS/2: Avoid unnecessary calls to set pipe blocking state. | bjh | 2000-08-06 | 1 | -0/+1 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | wrowe | 2000-08-06 | 1 | -1/+2 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 5 | -38/+38 |
* | OS/2: Provide native implementation of ap_rename_file(). | bjh | 2000-07-07 | 1 | -0/+1 |
* | Fix building with DSO support. If any module is configured to be | rbb | 2000-06-01 | 1 | -0/+5 |
* | Rework DSO error reporting to be more flexible & informative. | bjh | 2000-05-31 | 1 | -0/+1 |
* | OS/2: Adapt to new ap_proc_t type & add missing ap_setprocattr_child* | bjh | 2000-05-25 | 1 | -7/+0 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | rbb | 2000-04-22 | 2 | -2/+2 |