summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag apr 0.9.150.9.15wrowe2007-08-290-0/+0
* Prepare for tagwrowe2007-08-292-3/+3
* Solve win32 inherited pipe leaks by leveraging OS2 port's solution.wrowe2007-08-286-48/+195
* Call out the change to utf8 encodingwrowe2007-08-281-0/+3
* apr_status_t code, not Win32 error code.wrowe2007-08-281-1/+1
* Set up svnmailer to utf-8wrowe2007-08-270-0/+0
* Fix people-name encodingwrowe2007-08-272-10/+11
* Make Win32 consistent with unix, in that we will inherit the defaultwrowe2007-08-231-6/+6
* Sync these utilities to 567139wrowe2007-08-173-344/+453
* insure that an optimizing compiler will re-load the links from memory each timegregames2007-08-161-2/+2
* fixed version string for dev builds; added check for wanted version.fuankg2007-08-131-9/+24
* fixed broken NLM copyright string.fuankg2007-08-131-6/+1
* Revert r442526, r443265:rpluem2007-08-131-20/+12
* In Mac OS X's VFS API file names are, by definition, canonicallyjim2007-08-131-0/+4
* Silence gcc incompatible pointer type warning. The volatile qualifiers aredavi2007-07-291-0/+4
* Backport r559296 from the trunkbojan2007-07-251-0/+3
* Backport revision 558902 from trunk:davi2007-07-252-2/+3
* Bump, after tagwrowe2007-06-043-2/+7
* Prepare to tag 0.9.14wrowe2007-06-042-26/+26
* Noteswrowe2007-06-041-0/+8
* Apparently xcompiles on unix are depending on lower case names, and ofwrowe2007-06-011-1/+1
* Register a cleanup only if APR_FILE_NOCLEANUP was not flagged.wrowe2007-06-012-6/+11
* apr_app_initialize performs manipulation of environment variables (in particularwrowe2007-06-011-1/+5
* include/arch/win32/apr_arch_inherit.h defines macros that are used to implementwrowe2007-06-011-0/+28
* SystemTimeToTzSpecificLocalTime is not implemented on Windows CE and is used inwrowe2007-06-011-2/+2
* The implementation of apr_time_clock_hires calls SetTimerResolution which is notwrowe2007-06-011-1/+8
* apr_proc_mutex_child_init calls unimplemented OpenMutexW and will fail towrowe2007-06-011-0/+9
* apr_env_get, apr_env_set and apr_env_delete to return APR_ENOTIMPL on Windows...wrowe2007-06-011-2/+13
* Eliminate for WinCE the special handling of program files ending in wrowe2007-06-011-0/+4
* WinCE exception to deal with local code page (in unicode, no less)wrowe2007-05-311-2/+14
* Borland specific define for LOGON32_LOGON_NETWORKwrowe2007-05-311-0/+4
* Remove duplicate definition of apr_wchar_t.wrowe2007-05-311-2/+0
* Link to librpcrt4.a.wrowe2007-05-311-1/+2
* Mingw specific defines:wrowe2007-05-311-0/+6
* SetHandleInformation is not supported on WinCE, but the Win 9x code path wrowe2007-05-311-2/+2
* APR_VOID_P_IS_QUAD is not defined anywhere and the usual way iswrowe2007-05-311-1/+1
* Stop undefining __attribute__ for GNUC (only 2.7 and prior might be interestingwrowe2007-05-312-3/+1
* Merge r423435 from trunk:jorton2007-05-291-1/+10
* Backport r540402 from the trunk.bojan2007-05-221-2/+2
* Bring back deprecated but required apr_file_unset_inherit() function.bojan2007-05-211-0/+5
* Backport r538045 from the trunk.bojan2007-05-217-12/+50
* Backport 538266 from the trunk.bojan2007-05-152-0/+41
* Backport r538262 from 1.2.x branch.bojan2007-05-151-1/+1
* Backport r538042 from trunk.bojan2007-05-151-0/+1
* Backport r538009 and r538019 from the trunk.bojan2007-05-156-37/+73
* Backport r537393, r537402 and r537405 from the trunk.bojan2007-05-136-38/+53
* Document fix for PR 40963.bojan2007-05-121-2/+3
* Backport r537066 from the trunk.bojan2007-05-112-0/+122
* * configure.in: Fix comment for apr_off_t=long case.jorton2007-05-031-1/+1
* nl_langinfo() may be transient, pstrdup it.wrowe2007-04-171-1/+1