| Commit message (Expand) | Author | Age | Files | Lines |
* | TAB police ... get rid of missmatch of TAB and spaces through the code | mturk | 2021-12-02 | 1 | -44/+44 |
* | Stage 3 in cleaning win95 code ... cleanup headers | mturk | 2021-12-02 | 1 | -51/+44 |
* | Stage 3 in dismantling _WIN32_WCE ... cleanup code | mturk | 2021-12-02 | 1 | -5/+1 |
* | win32: Try to avoid loading shell32.dll whenever possible: | ivan | 2019-12-09 | 1 | -1/+1 |
* | ucs2 is a legacy name, the correct encoding names | wrowe | 2019-10-29 | 1 | -3/+3 |
* | Fix issue 61109: Use LocalFree() instead of GlobalFree() to free result of | ivan | 2019-05-16 | 1 | -1/+1 |
* | Follow-up to r1832203. | jailletc36 | 2018-08-25 | 1 | -1/+1 |
* | Fix a potential usage of an un-init variable. (i.e. 'wch') | jailletc36 | 2018-05-24 | 1 | -7/+5 |
* | Fix VC10 release build running on Windows7/Server 2008 | wrowe | 2011-04-14 | 1 | -21/+26 |
* | Remove ipc init from apr_initialize. | mturk | 2009-02-23 | 1 | -1/+0 |
* | Add simple parent/child data exchange for APR processes | mturk | 2009-02-21 | 1 | -0/+1 |
* | Proposed; | wrowe | 2007-08-26 | 1 | -1/+4 |
* | Apparently xcompiles on unix are depending on lower case names, and of | wrowe | 2007-06-01 | 1 | -1/+1 |
* | apr_app_initialize performs manipulation of environment variables (in particular | wrowe | 2007-06-01 | 1 | -1/+5 |
* | Backout R434327, R437115, which... | wrowe | 2006-11-22 | 1 | -63/+0 |
* | Check if the return value from TlsGetValue is | mturk | 2006-08-26 | 1 | -1/+6 |
* | Implement apr_threadkey_private destructors on WIN32 | mturk | 2006-08-24 | 1 | -0/+58 |
* | Tab police + Trim trailing spaces. | mturk | 2006-08-24 | 1 | -10/+10 |
* | Fix the typo. | jorton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | jorton | 2006-08-03 | 1 | -6/+6 |
* | Protect usage of MS VC++ crtdbg.h functionality. | jerenkrantz | 2006-07-12 | 1 | -9/+8 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 1 | -49/+10 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | thommay | 2003-01-07 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -2/+2 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we were | wrowe | 2002-11-25 | 1 | -0/+6 |
* | Kill a small and mostly insignificant leak. | wrowe | 2002-09-15 | 1 | -0/+2 |
* | Fix bug reported as PR 11854. | wrowe | 2002-08-20 | 1 | -3/+10 |
* | Continue the Bill Rowe apr_size_t crusade. | orlikowski | 2002-07-10 | 1 | -3/+3 |
* | Hadn't saved the file complete when committing. apr_oslevel_get will no | wrowe | 2002-07-09 | 1 | -1/+1 |
* | apr_oslevel_get() is an internal function. Correct it to no longer pass | wrowe | 2002-07-09 | 1 | -6/+6 |
* | Correct const'ification of apr_app_initialize and internal related | wrowe | 2002-04-13 | 1 | -6/+9 |
* | For CommandLineFromArgvW() if WinNT is defined. | wrowe | 2002-03-17 | 1 | -0/+1 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | Ok, unix users should be pleased, we are eliminating start.c win32 cruft | wrowe | 2002-02-18 | 1 | -0/+242 |
* | Merging windows and Unix common misc files. | rbb | 2000-05-17 | 1 | -180/+0 |
* | Create a true misc.c for ap_get_oslevel and ap_load_dll_func, | wrowe | 2000-05-12 | 1 | -80/+0 |
* | Fix various return code problems in APR on Win32. For most of | trawick | 2000-05-01 | 1 | -12/+1 |
* | back out APR_ prefix for TRUE,FALSE | dougm | 2000-04-28 | 1 | -2/+2 |
* | prefix TRUE,FALSE with APR_ | dougm | 2000-04-28 | 1 | -2/+2 |
* | Eliminate redundant calls to initialize the Winsock. | stoddard | 2000-04-27 | 1 | -15/+16 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | rbb | 2000-04-22 | 1 | -1/+1 |
* | APR_ENOCONT doesn't make any sense without contexts. Replaced them all with | rbb | 2000-04-19 | 1 | -2/+2 |
* | Get Windows compiling after the ap_context_t --> ap_pool_t change | stoddard | 2000-04-14 | 1 | -9/+3 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | rbb | 2000-04-14 | 1 | -7/+7 |
* | Win32: A few more tweaks to the late binding code as suggested by Greg Stein | stoddard | 2000-04-13 | 1 | -1/+1 |
* | Win32: Small tweak to the late binding code | stoddard | 2000-04-13 | 1 | -3/+4 |
* | Win32: Add code to perform latebinding on functions that may | stoddard | 2000-04-13 | 1 | -0/+22 |
* | Win32: Fix a bug in ap_get_oslevel which causes GetVersionEx() to | stoddard | 2000-04-07 | 1 | -1/+33 |