summaryrefslogtreecommitdiff
path: root/misc/win32
Commit message (Expand)AuthorAgeFilesLines
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-138-392/+80
* Time to turn on the protocol member for APR 1.0.William A. Rowe Jr2003-10-151-4/+0
* Added a new module, apr_env, for manipulating the environment. The newBranko Čibej2003-02-171-0/+207
* While this is a 'proper' change, it breaks 64 bit platforms.William A. Rowe Jr2003-01-131-0/+4
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-074-4/+4
* Namespace protection for include/arch/ header filesThom May2003-01-066-10/+10
* Update copyright notices to 2003.Thom May2003-01-017-7/+7
* Update the definition apr_generate_random_bytes to match jorton's prototypeBranko Čibej2002-12-161-1/+1
* As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we wereWilliam A. Rowe Jr2002-11-251-0/+6
* Introduced apr_os_default_encoding and apr_os_locale_encoding, withBranko Čibej2002-11-121-0/+81
* Kill a small and mostly insignificant leak.William A. Rowe Jr2002-09-151-0/+2
* Fix bug reported as PR 11854.William A. Rowe Jr2002-08-201-3/+10
* Outch. The most important part, stop dragging in troublesome includes.William A. Rowe Jr2002-07-171-3/+1
* A few semirandom fixes to a mode that isn't used by much of anyone yet.William A. Rowe Jr2002-07-171-1/+1
* Skip the entire CoAPI garbage and go right for UuidCreate(), which onWilliam A. Rowe Jr2002-07-171-2/+5
* Move UUID. Not the simplest thing in the world. Note that almostWilliam A. Rowe Jr2002-07-172-82/+22
* Move the win32-only utf8 support [for the Unicode filesystem] out ofWilliam A. Rowe Jr2002-07-171-0/+292
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-102-8/+8
* Hadn't saved the file complete when committing. apr_oslevel_get will noWilliam A. Rowe Jr2002-07-091-1/+1
* apr_oslevel_get() is an internal function. Correct it to no longer passWilliam A. Rowe Jr2002-07-092-7/+7
* Permit us to use very Win32 specific i18n macros and extensions so thatWilliam A. Rowe Jr2002-06-241-1/+1
* Use apr_ischar() ... especially within apr itself!William A. Rowe Jr2002-06-231-2/+3
* Fix apr_generate_random_bytes() for Win32 on Win NT or 9x byWilliam A. Rowe Jr2002-05-291-2/+6
* Correct const'ification of apr_app_initialize and internal relatedWilliam A. Rowe Jr2002-04-132-7/+11
* For CommandLineFromArgvW() if WinNT is defined.William A. Rowe Jr2002-03-171-0/+1
* Update our copyright for this year.Roy T. Fielding2002-03-136-6/+6
* Some extra diagnostics I'm using, thought others might enjoy.William A. Rowe Jr2002-03-131-2/+16
* My typos - all builds once againWilliam A. Rowe Jr2002-02-182-4/+4
* Ok, unix users should be pleased, we are eliminating start.c win32 cruftWilliam A. Rowe Jr2002-02-181-0/+242
* Simplification - code moving to internal.c for sharing, and misc.c forWilliam A. Rowe Jr2002-02-181-184/+6
* A new source to hide statics on Win32 that are purely internal. TheyWilliam A. Rowe Jr2002-02-181-0/+137
* A companion patch to apr_dbg_file_handles.h so we can log them.William A. Rowe Jr2002-02-181-2/+66
* Vetoed by GStein, there is a better 'alternate' implementation availableWilliam A. Rowe Jr2002-02-131-10/+0
* We can't use strerror() or CoCreateGuid() on WinCE.William A. Rowe Jr2002-02-121-0/+10
* Place a trailing newlineWilliam A. Rowe Jr2002-02-121-1/+1
* Introduce apr_app_main() for global consumption.William A. Rowe Jr2002-01-301-4/+12
* apr_app_main() seems like a decent enough re-entry point, but this isWilliam A. Rowe Jr2002-01-301-1/+1
* Final tests still required, but here goes the basic concept. The initWilliam A. Rowe Jr2002-01-301-0/+31
* The 'second way' - not yet published in a .h file. This would allowWilliam A. Rowe Jr2002-01-301-7/+91
* A some-platforms-symbol required for apr_app.cWilliam A. Rowe Jr2002-01-301-2/+2
* Rejigger the API so we pass _DEBUG mode in Win32. MSVCRT believes itWilliam A. Rowe Jr2002-01-291-5/+28
* Allocate the correct number of elementsWilliam A. Rowe Jr2002-01-291-1/+1
* Had rethought the args for clarity but hadn't brought them into syncWilliam A. Rowe Jr2002-01-291-1/+1
* Not ready for it's own prime time slot in any build - note the purposeWilliam A. Rowe Jr2002-01-291-3/+17
* Start from the outside in. This little applet, combined with theWilliam A. Rowe Jr2002-01-291-0/+136
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.William A. Rowe Jr2002-01-281-0/+13
* Never had set the global apr_os_level (outch!) Also improve theWilliam A. Rowe Jr2001-12-301-35/+78
* Seems this symbol is simply too new, use it's hardcode value.William A. Rowe Jr2001-12-301-1/+3
* Tickle the Win32 rand generator so it works on W2KWilliam A. Rowe Jr2001-12-291-2/+3
* Substantial optimization of the os_level semantic. Since this is entirelyWilliam A. Rowe Jr2001-12-281-5/+6