summaryrefslogtreecommitdiff
path: root/misc/win32/start.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-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
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-2/+2
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).stoddard2000-04-031-1/+1
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-2/+2
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Tweaked APR initialization and termination so that the lifetimetrawick2000-03-281-2/+9
* Fix indentingstoddard2000-03-141-22/+22
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Make APR compile on Windows again. The changes that I introduced forrbb1999-12-091-1/+1
* Fix some Windows compile breaksstoddard1999-11-291-2/+5
* Plug some memory leaks, and eliminate a little redundant code.manoj1999-11-051-7/+2
* Make sure to use ap_null_cleanup instead of NULL when setting an emptymanoj1999-10-121-1/+1
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-3/+4
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-2/+2
* More syncing with the unix tree. There really should be a 'common' treestoddard1999-09-221-19/+49
* Update argument liststoddard1999-09-221-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-311-3/+3
* Fix compilation bugs in APR. Move compiled libraries into a common libsrbb1999-08-271-26/+0
* Initial revisionrbb1999-08-171-0/+212