summaryrefslogtreecommitdiff
path: root/misc/win32/start.c
Commit message (Expand)AuthorAgeFilesLines
* TAB police ... get rid of missmatch of TAB and spaces through the codeMladen Turk2021-12-021-44/+44
* Stage 3 in cleaning win95 code ... cleanup headersMladen Turk2021-12-021-51/+44
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-021-5/+1
* win32: Try to avoid loading shell32.dll whenever possible:Ivan Zhakov2019-12-091-1/+1
* ucs2 is a legacy name, the correct encoding namesWilliam A. Rowe Jr2019-10-291-3/+3
* Fix issue 61109: Use LocalFree() instead of GlobalFree() to free result ofIvan Zhakov2019-05-161-1/+1
* Follow-up to r1832203.Christophe Jaillet2018-08-251-1/+1
* Fix a potential usage of an un-init variable. (i.e. 'wch')Christophe Jaillet2018-05-241-7/+5
* Fix VC10 release build running on Windows7/Server 2008 William A. Rowe Jr2011-04-141-21/+26
* Remove ipc init from apr_initialize.Mladen Turk2009-02-231-1/+0
* Add simple parent/child data exchange for APR processesMladen Turk2009-02-211-0/+1
* Proposed;William A. Rowe Jr2007-08-261-1/+4
* Apparently xcompiles on unix are depending on lower case names, and ofWilliam A. Rowe Jr2007-06-011-1/+1
* apr_app_initialize performs manipulation of environment variables (in particularWilliam A. Rowe Jr2007-06-011-1/+5
* Backout R434327, R437115, which...William A. Rowe Jr2006-11-221-63/+0
* Check if the return value from TlsGetValue isMladen Turk2006-08-261-1/+6
* Implement apr_threadkey_private destructors on WIN32Mladen Turk2006-08-241-0/+58
* Tab police + Trim trailing spaces.Mladen Turk2006-08-241-10/+10
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Protect usage of MS VC++ crtdbg.h functionality.Justin Erenkrantz2006-07-121-9/+8
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we wereWilliam A. Rowe Jr2002-11-251-0/+6
* 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
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-3/+3
* 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-091-6/+6
* Correct const'ification of apr_app_initialize and internal relatedWilliam A. Rowe Jr2002-04-131-6/+9
* For CommandLineFromArgvW() if WinNT is defined.William A. Rowe Jr2002-03-171-0/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Ok, unix users should be pleased, we are eliminating start.c win32 cruftWilliam A. Rowe Jr2002-02-181-0/+242
* Merging windows and Unix common misc files.Ryan Bloom2000-05-171-180/+0
* William A. Rowe Jr2000-05-121-80/+0
* Fix various return code problems in APR on Win32. For most ofJeff Trawick2000-05-011-12/+1
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-281-2/+2
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-281-2/+2
* Eliminate redundant calls to initialize the Winsock.Bill Stoddard2000-04-271-15/+16
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-221-1/+1
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withRyan Bloom2000-04-191-2/+2
* Get Windows compiling after the ap_context_t --> ap_pool_t changeBill Stoddard2000-04-141-9/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-7/+7
* Win32: A few more tweaks to the late binding code as suggested by Greg SteinBill Stoddard2000-04-131-1/+1
* Win32: Small tweak to the late binding codeBill Stoddard2000-04-131-3/+4
* Win32: Add code to perform latebinding on functions that mayBill Stoddard2000-04-131-0/+22
* Win32: Fix a bug in ap_get_oslevel which causes GetVersionEx() toBill Stoddard2000-04-071-1/+33