summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Belongs to trunk, not to the released branchwrowe2007-10-132-145/+0
* zero bytes is a LEGAL length of an envvar valuewrowe2007-10-121-4/+1
* Group of two changes; we must keep file->flags in sync whenwrowe2007-10-122-38/+40
* fix several trivial typostrawick2007-10-051-3/+3
* Use the correct name in the commentswrowe2007-10-051-2/+2
* Revert to 0.9.14 behavior; only sane recourse if thiswrowe2007-10-053-75/+51
* Backport r580484; the patchset to teach APR dup2 to hook up stdiowrowe2007-10-016-75/+164
* Quiet a warning on OS X about cur.len being used without initialization.fielding2007-09-071-3/+1
* We are at 0.9.17-devwrowe2007-09-043-2/+7
* Prepare for APR 0.9.16wrowe2007-09-042-7/+7
* Not entirely empty; something happenedwrowe2007-09-041-0/+4
* Fix cut and paste typo which scuttled the last release, thiswrowe2007-09-041-2/+2
* Correctly handle completion-based read-to-EOF case.wrowe2007-09-011-0/+3
* Fix compile breakage in 0.9. Hopefully, can reroll 0.9.17wrowe2007-08-311-1/+0
* Bump after tagwrowe2007-08-293-2/+7
* 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