| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify apr_sockaddr_info_get to call the resolver when we do not have a | jerenkrantz | 2003-08-13 | 1 | -0/+5 |
* | Worth noting in case they had bitten anyone. | wrowe | 2003-08-07 | 1 | -0/+9 |
* | apr_socket_data_set(): allow the same key to be used for | trawick | 2003-07-08 | 1 | -0/+4 |
* | document the addition of apr_table_compress() | brianp | 2003-06-22 | 1 | -0/+4 |
* | Win32: Adopt Brian Havard's OS/2 rwlock implementation. | stoddard | 2003-06-18 | 1 | -0/+2 |
* | Add proc_mutex_lockfile() for retrieving the name of the file | trawick | 2003-06-07 | 1 | -0/+3 |
* | Don't require the lock file name to be passed into | trawick | 2003-06-07 | 1 | -0/+6 |
* | When using a temporary file for flock- and fcntl-based mutexes, | trawick | 2003-06-07 | 1 | -0/+10 |
* | When writing to pipes with a timeout set, handle the situation | trawick | 2003-06-05 | 1 | -0/+7 |
* | Define _THREAD_SAFE for all compilations on AIX. Previously | trawick | 2003-06-02 | 1 | -0/+6 |
* | For apr_proc_detach(APR_PROC_DETACH_FOREGROUND), don't treat | trawick | 2003-06-02 | 1 | -0/+5 |
* | Fix some problems with non-blocking socket handling on unix | trawick | 2003-05-30 | 1 | -0/+5 |
* | Fix a bug in socket timeout handling on unix that left the | trawick | 2003-05-30 | 1 | -0/+4 |
* | Add back in an entry that was temporarily removed. | jerenkrantz | 2003-05-28 | 1 | -0/+3 |
* | Fixed a bug that could be triggered remotely through mod_dav and possibly other | jerenkrantz | 2003-05-28 | 1 | -2/+6 |
* | Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" file | brane | 2003-05-24 | 1 | -0/+3 |
* | (apr_proc_wait): Handle interrupted waitpid(2) calls by calling | thommay | 2003-05-08 | 1 | -0/+4 |
* | removed the solaris specific atomic code. | ianh | 2003-05-03 | 1 | -0/+4 |
* | apr_file_gets(): Return APR_SUCCESS if any characters are | trawick | 2003-05-01 | 1 | -0/+6 |
* | apr_proc_create() on Unix: Make the APR_SHELLCMD mode work | trawick | 2003-04-21 | 1 | -0/+4 |
* | Add --cc and --cpp flags to apr-config. | trawick | 2003-04-21 | 1 | -0/+2 |
* | Don't segfault trying to close a file in error paths of flock | trawick | 2003-04-19 | 1 | -0/+3 |
* | Add %pT support to apr_snprintf() for printing an apr_os_thread_t. | trawick | 2003-04-17 | 1 | -0/+3 |
* | Add APR_TCP_NODELAY_INHERITED & APR_O_NONBLOCK_INHERITED to apr.hw | ake | 2003-04-15 | 1 | -0/+3 |
* | implement APR_UINT64_T_HEX_FMT | trawick | 2003-04-15 | 1 | -0/+2 |
* | Note bjh's patch | wrowe | 2003-04-11 | 1 | -0/+5 |
* | Add parameter to APR_SUBDIR_CONFIG to drop options passed to configure | jerenkrantz | 2003-04-05 | 1 | -0/+4 |
* | Implement APR_SO_RCVBUF socket option on Unix. | trawick | 2003-04-04 | 1 | -0/+3 |
* | Don't add the math library (-lm) if the modf() function | fielding | 2003-04-01 | 1 | -0/+3 |
* | Solaris cc: Don't use the -mt option for threaded builds. That | trawick | 2003-04-01 | 1 | -1/+4 |
* | 0.9.3 was here, on to 0.9.4-dev | wrowe | 2003-03-31 | 1 | -0/+4 |
* | Note the 2 posixsem patches | jim | 2003-03-27 | 1 | -0/+5 |
* | Ignore the availablity of threads on HPUX, they aren't trustworthy | wrowe | 2003-03-24 | 1 | -0/+5 |
* | Fix error in apr-config when symlinks are involved. | jerenkrantz | 2003-03-23 | 1 | -1/+2 |
* | On to 0.9.3-dev | wrowe | 2003-03-22 | 1 | -0/+4 |
* | Quick entry about the inheritence issues. | wrowe | 2003-03-20 | 1 | -0/+5 |
* | Define a printf format and format length for apr_uint64_t. | brane | 2003-03-18 | 1 | -0/+3 |
* | Hmmm... said docs exist now. | wrowe | 2003-03-10 | 1 | -2/+1 |
* | A very fast pass through the new debugging symbols and top level projects. | wrowe | 2003-03-10 | 1 | -4/+2 |
* | Some sort of ctrl char bogosity to eliminate | wrowe | 2003-03-10 | 1 | -1/+1 |
* | Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longer | wrowe | 2003-03-04 | 1 | -0/+4 |
* | As near as I can tell, Win32 will now correspond to Unix in terms of the | wrowe | 2003-02-27 | 1 | -0/+4 |
* | A few fewer undecorated names | wrowe | 2003-02-24 | 1 | -0/+6 |
* | When we generate our own semaphore name (internally) when using | jim | 2003-02-23 | 1 | -0/+3 |
* | Added a new module, apr_env, for manipulating the environment. The new | brane | 2003-02-17 | 1 | -0/+3 |
* | Fix APR_LAYOUT to work with layout files with no preceding blank lines | jerenkrantz | 2003-02-17 | 1 | -0/+4 |
* | Added two new functions, apr_filepath_list_split and apr_filepath_list_merge, | brane | 2003-02-12 | 1 | -0/+3 |
* | add apr_procattr_error_check_set() for telling apr_proc_create() to | trawick | 2003-02-07 | 1 | -5/+4 |
* | *) Introduce Release mode debugging symbols for Win32 builds of apr. | wrowe | 2003-02-06 | 1 | -0/+8 |
* | Allow apr_proc_create() to call an app-provided error reporting | trawick | 2003-02-06 | 1 | -0/+6 |