Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Bring back OS/2 support. Reverses r758929 with a little bit of conflict resolution.
removed useless comments added with r795438.
enabled building gen_test_char for running on build when cross-compiling; this does not change code for any platform unless CROSS_COMPILE is defined.
remove OS/2 platform support
gen_test_char: add double-quote to the list of T_HTTP_TOKEN_STOP. PR: 9727 Submitted by: Ville Skytt <ville.skytta iki.fi>
update license header text
Update the copyright year in all .c, .h and .xml files
No functional Change: Removing trailing whitespace. This also means that "blank" lines consisting of just spaces or tabs are now really blank lines
Update copyright year to 2005 and standardize on current copyright owner line.
general property cleanup
fix name of The Apache Software Foundation
fix copyright dates according to the first check in
apply Apache License, Version 2.0
Make handling of 0 back compatible.
typo
Make forensic logging safe for POST data. The issue with strchr and NUL is a red herring.
Make forensic logging EBCDIC-safe.
update license to 2004.
Minor MMN bump: Forward port: Escape special characters (especially control characters) in mod_log_config to make a clear distinction between client-supplied strings (with special characters) and server-side strings. This was already introduced in version 1.3.25. Obtained from: Patch in 1.3.25-dev by Martin
finished that boring job: update license to 2003. Happy New Year! ;-))
get the strchr() declaration
Compiler/platform bogosity is apr's job.
Err, that was a bit redundant. Eliminate the redundant test [and clean up some tabs I inadvertantly introduced.]
Correct our list of escape characters to include percent and the carriage return on Win32/OS2, and modify the \r \n escaping to account for the fact that Win32/OS2 don't pass these characters through a true argv[] mechansim; replace them with a whitespace since they effectively are for most applications.
Update our copyright for this year.
Sander's Stylistic Submission (de-tab) PR: Obtained from: Submitted by: Reviewed by:
remove unneeded include
Update copyright to 2001
*) Compensate for recent changes in the APR headers. Specifically, some files need to specifically include stdio.h, or a particular apr_*.h header. *) Adjust callers of apr_create_process() to deal with the extra "const" *) Add "const" to args of ap_os_create_privileged_process()
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... see src/lib/apr/apr_compat.h for most details. Also a few minor nits to get Win32 to build. PR: Obtained from: Submitted by: Reviewed by:
Remove all of the ap_is* functions from Apache. They were already in APR, and we all hate duplicate code. :-) This also required adding ap_isascii to APR.
Update to Apache Software License version 1.1
Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is defined correctly in all C files.
Apache 1.3.9 baseline for the Apache 2.0 repository. Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9 Submitted by: Apache Group
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |