summaryrefslogtreecommitdiff
path: root/misc/win32/apr_app.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
* * misc/win32/apr_app.c: Cleanup unused #include directives.Ivan Zhakov2022-06-191-2/+1
* win32: Fix double free on exit when apr_app is used on Windows. [Ivan Zhakov]Ivan Zhakov2022-06-191-2/+4
* win32: Fix attempt to free invalid memory on exit when apr_app is used.Ivan Zhakov2022-06-191-5/+27
* Save the user a step by providing the entry pointWilliam A. Rowe Jr2007-10-181-8/+9
* 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-3/+2
* 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
* A few semirandom fixes to a mode that isn't used by much of anyone yet.William A. Rowe Jr2002-07-171-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Simplification - code moving to internal.c for sharing, and misc.c forWilliam A. Rowe Jr2002-02-181-184/+6
* Place a trailing newlineWilliam A. Rowe Jr2002-02-121-1/+1
* Introduce apr_app_main() for global consumption.William A. Rowe Jr2002-01-301-4/+12
* apr_app_main() seems like a decent enough re-entry point, but this isWilliam A. Rowe Jr2002-01-301-1/+1
* Final tests still required, but here goes the basic concept. The initWilliam A. Rowe Jr2002-01-301-0/+31
* The 'second way' - not yet published in a .h file. This would allowWilliam A. Rowe Jr2002-01-301-7/+91
* Rejigger the API so we pass _DEBUG mode in Win32. MSVCRT believes itWilliam A. Rowe Jr2002-01-291-5/+28
* Allocate the correct number of elementsWilliam A. Rowe Jr2002-01-291-1/+1
* Had rethought the args for clarity but hadn't brought them into syncWilliam A. Rowe Jr2002-01-291-1/+1
* Not ready for it's own prime time slot in any build - note the purposeWilliam A. Rowe Jr2002-01-291-3/+17
* Start from the outside in. This little applet, combined with theWilliam A. Rowe Jr2002-01-291-0/+136