summaryrefslogtreecommitdiff
path: root/misc/win32/misc.c
Commit message (Expand)AuthorAgeFilesLines
* revert part of r1084323 (from 892177), which inadvertently enabledtrawick2011-05-121-1/+0
* grab some Windows/MinGW code tweaks from trunk for quieter gcc buildstrawick2011-03-221-5/+8
* Revert function proto changemturk2008-04-171-1/+1
* Fix compile time warnings by properly casting to 64 or 32 bitsmturk2008-04-171-14/+16
* misc/win32/misc.c depends on _UNICODE not being set and all Windows API callsdavi2007-07-221-8/+20
* Add Windows Vista os version detectionmturk2007-01-081-1/+4
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Protect usage of MS VC++ crtdbg.h functionality.jerenkrantz2006-07-121-1/+0
* Hardcode a hack around WriteFile to the apr_dbg_log internal feature.wrowe2005-05-161-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Added detection for XP_SP1, XP_SP2 and 2003.mturk2005-01-171-1/+9
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* apr_oslevel_get() is an internal function. Correct it to no longer passwrowe2002-07-091-1/+1
* Permit us to use very Win32 specific i18n macros and extensions so thatwrowe2002-06-241-1/+1
* Use apr_ischar() ... especially within apr itself!wrowe2002-06-231-2/+3
* Update our copyright for this year.fielding2002-03-131-1/+1
* Some extra diagnostics I'm using, thought others might enjoy.wrowe2002-03-131-2/+16
* My typos - all builds once againwrowe2002-02-181-3/+1
* A companion patch to apr_dbg_file_handles.h so we can log them.wrowe2002-02-181-2/+66
* A some-platforms-symbol required for apr_app.cwrowe2002-01-301-2/+2
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.wrowe2002-01-281-0/+13
* Never had set the global apr_os_level (outch!) Also improve thewrowe2001-12-301-35/+78
* Substantial optimization of the os_level semantic. Since this is entirelywrowe2001-12-281-5/+6
* Introduce apr_os_level, an apr-private internal value for optimizingwrowe2001-11-271-32/+36
* Update copyright to 2001fielding2001-02-161-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-2/+2
* prefix libapr functions and types with apr_dougm2000-08-021-1/+1
* Create a true misc.c for ap_get_oslevel and ap_load_dll_func,wrowe2000-05-121-0/+137