summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* optimize apr_pstrcat by storing the lengths of the first 6 stringsianh2001-09-281-0/+3
* Add pool accessors to the apr_thread_mutex_t datatype.rbb2001-09-261-0/+3
* Add the apr_file_mktemp function. This creates and opens arbb2001-09-241-0/+5
* Simplify apr_proc_wait_all_procs and consolidate apr_proc_wait.jerenkrantz2001-09-211-0/+5
* Add a test for the new process mutex, and a CHANGES entry about therbb2001-09-191-0/+2
* Add my name to this CHANGES entryrbb2001-09-191-1/+1
* Forgot this CHANGES entry.rbb2001-09-181-0/+2
* Add condition variables to the APR set of locking functions.rbb2001-09-131-0/+4
* Don't search for IPv6 names in apr_sockaddr_info_get() if thetrawick2001-09-121-1/+6
* Undo comments lost in my update (!?!)wrowe2001-09-091-1/+7
* Fix the apr_proc_create for win32. In order to do so, this patchwrowe2001-09-091-5/+13
* Add the new thread read/write API to APR. This doesn't change anyrbb2001-09-081-0/+6
* On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined,jerenkrantz2001-08-311-0/+4
* It's warm tonight in the midwestwrowe2001-08-301-0/+2
* fix a problem with buffered files on unix which was exposedtrawick2001-08-291-0/+2
* Error codes from getaddrinfo() need their own range within thetrawick2001-08-291-0/+2
* Add an apr_thread_once function to allow a program to make sure thatrbb2001-08-271-0/+5
* APR is now Doxygen'edianh2001-08-241-0/+2
* Thanks for the help, Cliff :-)wrowe2001-08-241-0/+2
* at least apr_ungetc() appears to work on Unix :)trawick2001-08-241-0/+3
* i didnt make this change (and sure didnt choose the new name! :)dougm2001-08-191-1/+1
* Rename XtOffset to APR_XtOffset. This namespace protectionrbb2001-08-191-0/+4
* Introduce a new --disable-ipv6 option to disable IPv6 support.trawick2001-08-171-0/+4
* Fix the new shared memory code. We need to pass a pointer torbb2001-08-141-0/+4
* Fix the new shared memory configure script. The APR_DECIDErbb2001-08-141-0/+8
* Move the necessary shared memory code from MM into APR and remove ourjerenkrantz2001-08-131-0/+4
* Get apr_file_lock and apr_file_unlock working on Win9x. Not tested.stoddard2001-08-131-0/+2
* Make all APR pools be allocated out of the permanent pool.rbb2001-08-131-0/+5
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-0/+3
* Non-blocking connects shouldn't be calling connect a secondrbb2001-08-071-0/+6
* Fix apr_dir_rewind() for Win32 to avoid returning a bogus error.trawick2001-08-071-0/+3
* Move the required library autoconf checks before we do the firstjerenkrantz2001-08-051-0/+3
* Support the AIX, glibc2, and Solaris variants of gethostby{name|addr}_r.jerenkrantz2001-07-311-0/+4
* Performance: Add new socket option, APR_INCOMPLETE_READ, that should bestoddard2001-07-301-0/+6
* Fix our installation. We need to install APRVARS and all the MM stuff.rbb2001-07-261-0/+3
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfgregames2001-07-241-0/+4
* Updated APR to pass the thread worker_function prototypewrowe2001-07-241-0/+7
* Add Solaris 8 sendfilev() support.jerenkrantz2001-07-241-0/+4
* Close file descriptor when we are done with fcntl or flock-basedjerenkrantz2001-07-231-0/+4
* getpwnam_safe() must be provided with the struct passwd and chartrawick2001-07-201-1/+3
* include <unistd.h> to get _POSIX_THREAD_SAFE_FUNCTIONS definedtrawick2001-07-201-0/+4
* Add tryacquire function to the apr_lock_* stable.jerenkrantz2001-07-191-0/+4
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-161-0/+7
* Win32: Get apr_connect to correctly handle timeouts.stoddard2001-07-111-0/+3
* apr_connect() on Unix:trawick2001-07-101-0/+3
* Handle the weird case where getpwnam() returns NULL but errno is zero.trawick2001-07-021-0/+3
* *) Add apr_file_flags_get() which returns the flags that were originallyjwoolley2001-06-271-0/+7
* Solaris doesn't have (struct tm *)->tm_gmtoff, so the server logstrawick2001-06-221-0/+4
* apr_pstrcat() optimizations:dougm2001-06-191-0/+1
* Make apr_pool_is_ancestor a non-debug function. This is required forrbb2001-06-131-0/+4