- May 07, 2011
-
-
William A. Rowe Jr authored
maniuplate it. Backports: r1100443 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100444 13f79535-47bb-0310-9956-ffa450edef68
-
- May 06, 2011
-
-
William A. Rowe Jr authored
Visual Studio 2010 users cannot convert our .dsp files, and ddk toolchain users couldn't either. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100294 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100264 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
r1091079 fix const-ness mismatch in call to mpm_nt_eventlog_stderr_open() r1091076 match expected type of arg to StartService() r1089600 cleanups to function signatures, prototypes, visibility r1089605 yank some dead code and variables (only a small part of the patch to service.c was applicable) r1089614 Log the OS socket (int) instead of the apr_socket_t *. r1089624 can't format time_t with %d; cast this small interval time to int r1089639 HANDLE is PVOID which is reasonably formatted by %pp, but not by %d r1089659 format string fixes: DWORD is unsigned long and needs %lu instead of %d or %i r1089688 axe ap_registry_get_server_root(), which seems to have been unused after httpd 1.3 r1089689 get prototype for ap_os_create_privileged_process() r1089690 axe a couple of unused vars, mark a function as static r1089857-equivalent Fix format string for pid in "Child: <pid>" messages r1040220 subset (fuangk) Fixed some win32 types. mod_win32.c changes aren't needed "DWORD tid" is "unsigned tid" due to use of different thread create fn r1025492 subset (fuangk) get prototypes for time(), _beginthreadex() remove cast from apr_getopt_init() call to fix warning, fix const-ness of service_name r983412 (fuangk) ap_regkey.c: Added casts to silent compiler warnings. No direct trunk equiv since code was rewritten or removed: . util_script.c warnings for assignent+truth value . missing const from signature of set_disable_acceptex() Reviewed by: wrowe, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100216 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
don't try to shut down child if it wasn't created (or, fix warning about reference to uninitialized variable child_exit_event) Reviewed by: wrowe, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100211 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
Reviewed By: sf, trawick, covener core: Treat timeout reading request as 408 error, not 400. Log 408 errors in access log as was done in Apache 1.3.x. PR: 39785 Submitted by: Nobutaka Mantani, Stefan Fritsch Reviewed and added to by: Dan Poirier * Only log a 408 if it is no keepalive timeout. PR: 39785 Submitted by: Mark Montague <markmont umich.edu>, rpluem Reviewed by: rpluem PR49167, unexpected 413 and double-errordoc during a timeout reading a chunk-size. Use the more specific 408 (timed out) instead of a generic 400 during a timeout reading a chunk-length. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100200 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100196 13f79535-47bb-0310-9956-ffa450edef68
-
- May 05, 2011
-
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1099787 13f79535-47bb-0310-9956-ffa450edef68
-
- May 03, 2011
-
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1099229 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1099223 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1099029 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
mention mod_expires bailing out when the handler has set an Expires header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1098875 13f79535-47bb-0310-9956-ffa450edef68
-
- May 01, 2011
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1098362 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 30, 2011
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1098105 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Core HTTP: disable keepalive when the Client has sent Expect: 100-continue but we respond directly with a non-100 response. Keepalive here led to data from clients continuing being treated as a new request. PR: 47087 Submitted by: niq Reviewed by: wrowe, sf, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1098104 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 25, 2011
-
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1096618 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
- propose - remove old failed proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1096558 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 18, 2011
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094649 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094566 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 17, 2011
-
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094189 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094188 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
This includes a couple of backports / fixes: r826805, r826822, r829162, r829355, r829431. The default algorithm is now md5 on all platforms. All patches by sf; backport reviewed by fuankg, wrowe, trawick. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094184 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
Backport of r1054347 from trunk; reviewed by wrowe, trawick. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094174 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 16, 2011
-
-
Stefan Fritsch authored
Fix link errors for crypt() with --no-add-needed/--no-copy-dt-needed-entries, which is the default for the gold linker. Reviewed by: sf, trawick, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094029 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094004 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094003 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094001 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1093990 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 15, 2011
-
-
Richard Bowen authored
or the cookie doesn't get set. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092802 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092682 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 14, 2011
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092444 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092401 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
r422306: gen_test_char doesn't need util_debug r1089950: don't build checkgid on MinGW r1089951: rework choice of CGI implementation r1089954: gcc compatibility of win32/os.h r1090417: include <stdlib.h> in win32/os.h before creating exit() macro a few other tiny bits of code and svn:ignore entries Submitted by: John Vandenberg <jayvdb gmail.com>, others Reviewed by: trawick, fuangk, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092390 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Avoid need for --disable-v4-mapped on MinGW Submitted by: trawick Reviewed by: wrowe, fuangk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092377 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092357 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Fix location of initgroups prototype, outside of AP_MPM_USES_POD check. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092275 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: sf Reviewed by: trawick, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092246 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
mpm_common.h: Add prototype for initgroups() Submitted by: fuankg Reviewed by: wrowe, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092235 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092011 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1091978 13f79535-47bb-0310-9956-ffa450edef68
-