index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
os
/
win32
/
os.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-3
/
+3
*
Correct Win64 Servername Identification
William A. Rowe Jr
2011-05-18
1
-0
/
+4
*
include <stdlib.h> to ensure that the exit() prototype has been
Jeff Trawick
2011-04-08
1
-3
/
+1
*
gcc compatibility
Jeff Trawick
2011-04-07
1
-1
/
+1
*
cleanups to function signatures, prototypes, visibility
Jeff Trawick
2011-04-06
1
-1
/
+1
*
Axed C++ comments and tabs.
Guenter Knauf
2011-02-26
1
-5
/
+5
*
stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...
Jeff Trawick
2009-03-31
1
-4
/
+0
*
Core can specify a platform-specific rewrite args hook. Use that on Unix.
Jeff Trawick
2009-03-29
1
-0
/
+7
*
Axe a completely bogus internal helper function.
William A. Rowe Jr
2007-09-06
1
-3
/
+0
*
On mingw32, the APACHE_MPM_DIR is defined from the autoconf generated files.
Paul Querna
2006-07-15
1
-0
/
+2
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-29
1
-0
/
+12
*
80 col style fix, no code harmed.
William A. Rowe Jr
2005-02-18
1
-3
/
+3
*
fix compile break with recent rename of real_exit_code to ap_real_exit_code
Bill Stoddard
2005-02-18
1
-3
/
+3
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
A comment which no longer applies (proper AP_DECLARE_DATA voided the
William A. Rowe Jr
2002-11-08
1
-2
/
+1
*
Restrict Win32 API replacements from interfering with 3rd-party builders
William A. Rowe Jr
2002-09-18
1
-1
/
+5
*
Refactor out the child behavior from mpm_winnt. This is the first
William A. Rowe Jr
2002-07-29
1
-0
/
+55
*
Add ap_os_proc_filepath and clean up the win32/os.h file structure.
William A. Rowe Jr
2002-07-01
1
-14
/
+18
*
Finish the -w keep-console-open-on-error patch.
William A. Rowe Jr
2002-06-23
1
-3
/
+16
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
This flag is no more
William A. Rowe Jr
2001-08-24
1
-1
/
+0
*
Eliminated ap_os_[systemcase|[case_]canonical]_filename() and
William A. Rowe Jr
2001-08-23
1
-41
/
+3
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
En route to httpd-2.0/modules/... in their appropriate places.
William A. Rowe Jr
2000-12-05
1
-3
/
+0
*
clean up some really bad typedefs - and move one into mpm_winnt.c since
William A. Rowe Jr
2000-11-29
1
-4
/
+0
*
Killing ap_os_is_filename_valid. Left actual win32 code, since it is
William A. Rowe Jr
2000-11-10
1
-1
/
+0
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-4
/
+4
*
Eliminating a bunch-o-junk from the Win32 os.h header that now lives
William A. Rowe Jr
2000-10-15
1
-26
/
+1
*
Move more path parsing fixes forward from 1.3
William A. Rowe Jr
2000-10-12
1
-3
/
+5
*
New symbol for HAVE_URL_PATHS reminds me we need to prefix a bunch more
William A. Rowe Jr
2000-10-11
1
-0
/
+1
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-3
/
+3
*
Get Win32 building after yesterday's patch to make MPM's explain
Allan K. Edwards
2000-06-22
1
-0
/
+2
*
Time for these to be gone? I'd say it's long past :)
William A. Rowe Jr
2000-06-17
1
-1
/
+0
*
Remove the final vestiges of stat.h from Apache 2.0. All calls are now to
Ryan Bloom
2000-06-12
1
-2
/
+0
*
Cleanup more of the Apache configuration. This removes all of the shared
Ryan Bloom
2000-06-10
1
-1
/
+0
*
Remove a bunch of string functions from Apache. These are basically
Ryan Bloom
2000-06-09
1
-7
/
+0
*
Remove all occurances of strerror from Apache. ap_strerror works just
Ryan Bloom
2000-06-09
1
-1
/
+0
*
Cleanup APR header files a bit. Basically, this splits ap_table_t related
Ryan Bloom
2000-06-08
1
-1
/
+0
*
Remove all occurances of gettimeofday. Replace it with ap_now which
Ryan Bloom
2000-06-08
1
-1
/
+0
*
William A. Rowe Jr
2000-05-27
1
-22
/
+0
*
PR:
William A. Rowe Jr
2000-05-26
1
-11
/
+13
*
William A. Rowe Jr
2000-05-17
1
-1
/
+6
*
PR:
William A. Rowe Jr
2000-05-17
1
-1
/
+1
[next]