summaryrefslogtreecommitdiff
path: root/misc/win32/start.c
Commit message (Expand)AuthorAgeFilesLines
* TAB police ... get rid of missmatch of TAB and spaces through the codemturk2021-12-021-44/+44
* Stage 3 in cleaning win95 code ... cleanup headersmturk2021-12-021-51/+44
* Stage 3 in dismantling _WIN32_WCE ... cleanup codemturk2021-12-021-5/+1
* win32: Try to avoid loading shell32.dll whenever possible:ivan2019-12-091-1/+1
* ucs2 is a legacy name, the correct encoding nameswrowe2019-10-291-3/+3
* Fix issue 61109: Use LocalFree() instead of GlobalFree() to free result ofivan2019-05-161-1/+1
* Follow-up to r1832203.jailletc362018-08-251-1/+1
* Fix a potential usage of an un-init variable. (i.e. 'wch')jailletc362018-05-241-7/+5
* Fix VC10 release build running on Windows7/Server 2008 wrowe2011-04-141-21/+26
* Remove ipc init from apr_initialize.mturk2009-02-231-1/+0
* Add simple parent/child data exchange for APR processesmturk2009-02-211-0/+1
* Proposed;wrowe2007-08-261-1/+4
* Apparently xcompiles on unix are depending on lower case names, and ofwrowe2007-06-011-1/+1
* apr_app_initialize performs manipulation of environment variables (in particularwrowe2007-06-011-1/+5
* Backout R434327, R437115, which...wrowe2006-11-221-63/+0
* Check if the return value from TlsGetValue ismturk2006-08-261-1/+6
* Implement apr_threadkey_private destructors on WIN32mturk2006-08-241-0/+58
* Tab police + Trim trailing spaces.mturk2006-08-241-10/+10
* 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-9/+8
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* 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
* As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we werewrowe2002-11-251-0/+6
* Kill a small and mostly insignificant leak.wrowe2002-09-151-0/+2
* Fix bug reported as PR 11854.wrowe2002-08-201-3/+10
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-101-3/+3
* Hadn't saved the file complete when committing. apr_oslevel_get will nowrowe2002-07-091-1/+1
* apr_oslevel_get() is an internal function. Correct it to no longer passwrowe2002-07-091-6/+6
* Correct const'ification of apr_app_initialize and internal relatedwrowe2002-04-131-6/+9
* For CommandLineFromArgvW() if WinNT is defined.wrowe2002-03-171-0/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Ok, unix users should be pleased, we are eliminating start.c win32 cruftwrowe2002-02-181-0/+242
* Merging windows and Unix common misc files.rbb2000-05-171-180/+0
* Create a true misc.c for ap_get_oslevel and ap_load_dll_func,wrowe2000-05-121-80/+0
* Fix various return code problems in APR on Win32. For most oftrawick2000-05-011-12/+1
* back out APR_ prefix for TRUE,FALSEdougm2000-04-281-2/+2
* prefix TRUE,FALSE with APR_dougm2000-04-281-2/+2
* Eliminate redundant calls to initialize the Winsock.stoddard2000-04-271-15/+16
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-1/+1
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-191-2/+2
* Get Windows compiling after the ap_context_t --> ap_pool_t changestoddard2000-04-141-9/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-7/+7
* Win32: A few more tweaks to the late binding code as suggested by Greg Steinstoddard2000-04-131-1/+1
* Win32: Small tweak to the late binding codestoddard2000-04-131-3/+4
* Win32: Add code to perform latebinding on functions that maystoddard2000-04-131-0/+22
* Win32: Fix a bug in ap_get_oslevel which causes GetVersionEx() tostoddard2000-04-071-1/+33