summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Check for nl_langinfo and friends at configure time, and includebrane2003-03-072-0/+7
* don't compile for a test when preprocessing is sufficienttrawick2003-03-071-4/+6
* * memory/unix/apr_pools.cstriker2003-03-071-1/+4
* change APR_CHECK_APR_DEFINE to find header files viatrawick2003-03-071-7/+8
* un-rearrange some of the header file includestrawick2003-03-071-2/+3
* Consistently fail on all platforms.striker2003-03-062-0/+6
* Eliminate a local variable in apr_unix_file_cleanup.jorton2003-03-061-3/+1
* Fix the 'test_buffered_write_size' test by ensuring that bufferedjorton2003-03-061-0/+6
* Make apr_file_inherit_set/unset work for pipes created by Unixjorton2003-03-061-0/+4
* Outch, these shouldn't vary, should be in alpha order, and most importantly,wrowe2003-03-062-2/+42
* Add --installbuilddir option to apr-configjerenkrantz2003-03-061-0/+12
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-0539-686/+894
* Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longerwrowe2003-03-043-6/+6
* Default the current directory in the proc_attr structure since the NetWare OSbnicholes2003-03-041-0/+2
* Implemented the functionality for the APR_FILEPATH_NATIVE flag inbnicholes2003-03-041-0/+6
* Even if the build doesn't support OTHER_CHILD functionality, we still need thebnicholes2003-03-042-5/+3
* Add the otherchild functions to the NetWare build so that the linker will bebnicholes2003-03-041-0/+1
* Brad Nicholes points out that I unconditionally stubbed the functionswrowe2003-03-031-2/+4
* OS/2: Don't return the apr_file_t if the open failed.bjh2003-03-021-1/+2
* Fix two problems in apr_thread_cond_timedwait, the first observed bywrowe2003-02-271-2/+3
* As near as I can tell, Win32 will now correspond to Unix in terms of thewrowe2003-02-274-25/+25
* Better documentation of what/how/where we deal with hproc, and note a realwrowe2003-02-271-2/+9
* A silly little patch - the uses of 'pid' as the apr_proc_t* name are reallywrowe2003-02-271-12/+13
* fix a typo in a commenttrawick2003-02-271-1/+1
* Include filepath_util.c in OS/2 build.bjh2003-02-262-0/+2
* Once we apr_proc_kill on Unix, we don't expect to be able to recover anwrowe2003-02-251-1/+2
* If we no longer have proc->hproc, the proc itself is now useless.wrowe2003-02-251-0/+2
* Our exit codes are ugly, this should help some of them and tell us whatwrowe2003-02-241-6/+28
* This is what Unix does, but I'm revisiting the entire ->hprocwrowe2003-02-241-2/+4
* A few fewer undecorated nameswrowe2003-02-242-14/+13
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-244-35/+35
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-242-13/+25
* MAXIMUM_WAIT_OBJECTS has no basis in APR, and is defined for Win32 withinwrowe2003-02-241-12/+0
* We don't guard against NULL args.wrowe2003-02-241-7/+0
* And with the last commit, we aught to have Win32 otherchildren once againwrowe2003-02-241-1/+1
* Several good changes. We replaced the following functions:wrowe2003-02-242-84/+168
* APR_NOPROC is sort of bogus (we don't check args, remember?) but it reallywrowe2003-02-242-0/+7
* When we generate our own semaphore name (internally) when usingjim2003-02-232-7/+26
* If we have realpath available, we need to transform APR_SOURCE_DIR too.jerenkrantz2003-02-221-0/+1
* After consulting with the APR list, it was decided that /map file creationwrowe2003-02-203-13/+13
* make a few changes to warnings with native compiler for AIX:trawick2003-02-192-2/+2
* Added the apr_env test to the NetWare test buildbnicholes2003-02-181-0/+1
* Added the apr_env functions to the NetWare buildbnicholes2003-02-182-0/+2
* fix a typo in a commenttrawick2003-02-181-1/+1
* clarify where the storage comes from with apr_sockaddr_ip_get()trawick2003-02-171-1/+2
* Added a new module, apr_env, for manipulating the environment. The newbrane2003-02-1713-3/+604
* Fix APR_LAYOUT to work with layout files with no preceding blank linesjerenkrantz2003-02-172-7/+15
* Move the apr_filepath_list_split_impl and apr_filepath_list_merge_implbrane2003-02-168-18/+95
* Clarify the changeover with APR 1.0wrowe2003-02-161-2/+4
* Just an interesting observation to Win32 IPV6 hackers.wrowe2003-02-161-0/+3