| Commit message (Expand) | Author | Age | Files | Lines |
* | result(?) What result? Stop mauling the size_t arg and overwrite the | wrowe | 2001-02-11 | 1 | -0/+3 |
* | Moved the prototypes for apr_snprintf and apr_vsnprintf to the | rbb | 2001-02-11 | 1 | -0/+4 |
* | Change the macro name to APR_COMPILE_NO_WARNING and make it | fielding | 2001-02-09 | 1 | -3/+3 |
* | Add APR_TRY_GCC_WARNING macro to dynamically test the iconv prototype | fielding | 2001-02-09 | 1 | -0/+5 |
* | Fix a problem in configure with the getaddrinfo check. We need to include | rbb | 2001-02-07 | 1 | -0/+4 |
* | Win32: (IsLeapYear): New macro for quickly figgerin' out if a given year is a | stoddard | 2001-02-02 | 1 | -0/+6 |
* | Refactor out the 'extras' [not returned by the atomic get info call] | wrowe | 2001-01-29 | 1 | -0/+2 |
* | Document these here, where I should have put them in the first place &-/ | wrowe | 2001-01-28 | 1 | -0/+10 |
* | User and Group goodness. If anyone objects to the non-typesafe unix | wrowe | 2001-01-28 | 1 | -1/+6 |
* | Remove --with-optim option in favor of OPTIM env variable. | fielding | 2001-01-28 | 1 | -0/+4 |
* | Time to clean my contacts. | fielding | 2001-01-28 | 1 | -1/+1 |
* | Eliminate the APR_SIG* aliases for standard signal names, | fielding | 2001-01-28 | 1 | -0/+3 |
* | Some win32 user and group handling functions | wrowe | 2001-01-28 | 1 | -1/+25 |
* | Add apr_open_stdout. This mirrors apr_open_stderr, except it works | rbb | 2001-01-27 | 1 | -0/+3 |
* | Fix a declaration of dirent to struct dirent in file_io/unix/dir.c | rbb | 2001-01-23 | 1 | -0/+7 |
* | The APR_FINFO_wanted declaration changes for apr_stat/lstat/getfileinfo. | wrowe | 2001-01-20 | 1 | -0/+5 |
* | Fix make depend. | rbb | 2001-01-19 | 1 | -0/+2 |
* | All platforms now register a cleanup when a DSO is loaded. This just | rbb | 2001-01-19 | 1 | -0/+5 |
* | Add linkage declarations to the DSO functions. | rbb | 2001-01-12 | 1 | -0/+3 |
* | Document that we honor CFLAGS in the normal autoconf way | jim | 2001-01-12 | 1 | -0/+3 |
* | Add APR_DECLARE to some of APR's function declarations. This helps with | rbb | 2001-01-11 | 1 | -0/+3 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 1 | -0/+3 |
* | We don't actually use os_cork or os_uncork on FreeBSD, so we shouldn't | rbb | 2001-01-07 | 1 | -0/+5 |
* | Keep apr_terminate from seg faulting on terminate. This is | rbb | 2001-01-06 | 1 | -0/+7 |
* | Remove the ability to allocate out of a NULL pool. This was always a bad | rbb | 2001-01-02 | 1 | -0/+3 |
* | Add an APR_GET_POOL macro to get a pool from any APR type that has | rbb | 2001-01-02 | 1 | -0/+4 |
* | Begin to remove the ability to allocate out of NULL pools. The first | rbb | 2000-12-31 | 1 | -0/+9 |
* | Fix a couple of places where copied code wasn't modified correctly. This | rbb | 2000-12-30 | 1 | -0/+3 |
* | FreeBSD's sendfile does not work if the FreeBSD version is less than | rbb | 2000-12-28 | 1 | -0/+4 |
* | On FreeBSD, it is possible for the first call to sendfile to | rbb | 2000-12-22 | 1 | -0/+8 |
* | Cleanups so that the support programs build cleanly. The Win32 values | rbb | 2000-12-22 | 1 | -1/+4 |
* | Cleanup a group of apr compil warnings on Solaris | rbb | 2000-12-21 | 1 | -0/+4 |
* | apr_getaddrinfo() can now return multiple addresses for a host via | trawick | 2000-12-18 | 1 | -0/+3 |
* | Axe apr_get_hostname(). Use apr_getnameinfo() instead. | trawick | 2000-12-18 | 1 | -1/+1 |
* | Tighten up the check for getaddrinfo(). If it can't figure out | trawick | 2000-12-17 | 1 | -0/+5 |
* | Rename the apr_opendir symbol to apr_dir_open. This makes more sense, | rbb | 2000-12-17 | 1 | -0/+1 |
* | apr_snprintf()'s %pI format string now takes apr_sockaddr_t * | trawick | 2000-12-16 | 1 | -0/+3 |
* | Fix a bug in apr_accept() for Win32 and Unix where the local | trawick | 2000-12-14 | 1 | -0/+5 |
* | Add apr_getnameinfo(), which uses getnameinfo() when APR_HAVE_IPV6 is | trawick | 2000-12-13 | 1 | -0/+6 |
* | Just a forward pointer | wrowe | 2000-12-12 | 1 | -0/+5 |
* | Only support IPv6 if getaddrinfo() exists, because that is the | trawick | 2000-12-12 | 1 | -0/+3 |
* | Add apr_parse_addr_port() for parsing the hostname:port portion of | trawick | 2000-12-07 | 1 | -0/+2 |
* | Implement Win32 MMAP support. | wrowe | 2000-12-07 | 1 | -0/+3 |
* | Allow APR programmers to determine if an MMAP is read-only or if it should | rbb | 2000-12-07 | 1 | -0/+4 |
* | Check more carefully for getaddrinfo(). Accept those that | trawick | 2000-12-05 | 1 | -0/+4 |
* | Add apr_make_os_sock() for constructing a fully-capable APR | trawick | 2000-12-04 | 1 | -0/+3 |
* | MPMs that require multiple segments of shared memory now just use two | rbb | 2000-12-02 | 1 | -0/+5 |
* | Add APR_SIZE_T_FMT to help work around the fact that apr_size_t/ | trawick | 2000-12-01 | 1 | -0/+3 |
* | Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), and | trawick | 2000-12-01 | 1 | -0/+3 |
* | New config variable apr_process_lock_is_global specifies that the selected | trawick | 2000-12-01 | 1 | -1/+5 |