- Apr 27, 2006
-
-
William A. Rowe Jr authored
This resource /D syntax was pretty horridly imported into VS 2005, change the quotation to ensure a peaceful transition to sln/vcproj files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@397647 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* support/fcgistarter.c (usage): Fix prototype. (main): Remove unused variable; pass argv[0] to execl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@397570 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Remove all /machine:I386 references, these are getting in the way of switching linkers from the x86 (default linker) to x64 or other possible target platforms. (Also, this commit cleans up lingering /GX switches from the 'BASE' options that are supposed to be unused). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@397407 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Make clean was -borked-! Too many extra target specifiers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@397397 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 24, 2006
-
-
William A. Rowe Jr authored
Move flex/bison/sed steps into a "mod_ssl - Win32 Lexical" grammer build, outside of the normal "mod_ssl - Win32 Debug|Release" builds. Continues on the path of eliminating external dependencies, we strongly expect users to never modify the grammers during normal builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@396670 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 23, 2006
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@396310 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@396300 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
PR: 39380 Submitted by: Niklas Edmundsson <nikke acc.umu.se> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@396252 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 22, 2006
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@396137 13f79535-47bb-0310-9956-ffa450edef68
-
Garrett Rooney authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@396073 13f79535-47bb-0310-9956-ffa450edef68
-
Garrett Rooney authored
(main): Oops, we need to detach before the fork, otherwise this all totally fails to work... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@396069 13f79535-47bb-0310-9956-ffa450edef68
-
Garrett Rooney authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@396064 13f79535-47bb-0310-9956-ffa450edef68
-
Garrett Rooney authored
mod_proxy. This log message is just a summary of the changes, for the full original log messages see r357431:393955 in branches/fcgi-proxy-dev. * modules/proxy/mod_proxy_fcgi.c: New file, holds the impementation of our new fcgi backend for mod_proxy. * modules/proxy/fcgi_protocol.h: New file, holds constants and structures for the fcgi protocol. * modules/proxy/mod_proxy_balancer.c (proxy_balancer_canon): Set up r->path_info, so the PATH_INFO env variable is correctly passed on to balancer workers. * modules/proxy/config.m4: Build the new mod_proxy_fcgi module. * support: Add fcgistarter to svn:ignore. * support/Makefile.in: Build the new fcgistarter program. * support/fcgistarter.c: New program, a helper for starting fcgi worker processes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@396063 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 20, 2006
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395622 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
gcc strict-aliasing warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395552 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ahhh, this was missed in 395432, and the addition of httpd.rc needs to occur on each branch backported to (paying close attn to whether or not our IS_DEV flag is a boolean, or a define/undef). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395462 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 19, 2006
-
-
William A. Rowe Jr authored
Not for backport; our boolean state is 1/0, not defined/undef. Remove win32ver.awk, it's now unused (but should be preserved on the 2.0 tree for anyone who leveraged it.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395432 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395423 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395421 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
s|/GX |/EHsc | because they were always synonyms, and Visual Studio 2005 edition complains bitterly and loudly that /GX is deprecated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395419 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Remove a host of dependencies upon awk, using the same template for nearly every .rc compilation (giving the output .res file a different name for each component). Adds AP_SERVER_BASEPROJECT to ap_revision.h so we can display the proper name of "Apache HTTP Server" as opposed to AP_SERVER_BASEPRODUCT (which is, and should remain, simply "Apache" for the server string tokens.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395418 13f79535-47bb-0310-9956-ffa450edef68
-
Noirin Plunkett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395411 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
As a -fallback- install the release flavor of openssl when building the debug flavor of apache httpd mod_ssl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395397 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
With all the fun new features, mod_proxy's size (when built in debug mode) has grown a bit :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395395 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
colm in the backport to 2.0.x (r395197). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395381 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395308 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395307 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395229 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395228 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
bundled copies of APR and APR-util. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395211 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395180 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Temme authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395140 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 18, 2006
-
-
Colm MacCarthaigh authored
ap_is_initial_req() returns false for internal redirects. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395079 13f79535-47bb-0310-9956-ffa450edef68
-
Mark J. Cox authored
cross-site scripting flaw because the Expect header error message isn't escaped. We couldn't find a way that this could be used by an attacker however, as they can't influence the Expect header a victim will send to a target site. Thiago agreed and we're therefore not treating this as a security flaw, but it is a bug that ought to get fixed. I'll add to STATUS for 1.3/2.0/2.2 shortly for acks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@394965 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 17, 2006
-
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@394765 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 16, 2006
-
-
Colm MacCarthaigh authored
releases. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@394522 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
PR: 38227, 39267 Submitted by: James A. Robinson <jim.robinson stanford.edu> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@394446 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 15, 2006
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@394390 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 14, 2006
-
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@394116 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@394092 13f79535-47bb-0310-9956-ffa450edef68
-