- Aug 16, 2001
-
-
William A. Rowe Jr authored
Replacing label after pushing tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90240 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Push back CHANGES to document the complete mod_mime segfault solution. Rounded out the mod_mime Add/Remove pairs by adding RemoveLanguage and RemoveCharset directives, and rolled in the remove_items handling. This is (effectively) my complete patch, sans pool optimizations. [William Rowe] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90239 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
static nor prototyped, char * vs. const char *, etc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90238 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Build on Greg's fix for the hash copy, and always copy the exinfo elements as well. This should sufficiently demonstrate in benchmarking why we either must optimize, or revert to tables. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90237 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix the 'never disappearing' popup menu - anchor it to our (hidden) global window, which allows TrackPopupMenu to lose focus when any other window is selected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90236 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
thus, AP_DEBUG flavor of strstr() should declare 2nd parm as const char *, not char *; this eliminates a warning in mod_ssl-land git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90235 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A bit overboard - this registered window message only needs to be retrieved once git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90234 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Wipe out some resource leakage. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90233 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Revised patch to clean up timer and other issues Submitted by: Mladen Turk <mturk@mappingsoft.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90232 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90229 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90227 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Bug fix to the WM_TIMER that was not properly called after it was moved to WndProc. (The message is WM_TIMER and wParam is timer event) Enhancement to left button click which now displays the popup menu with all Apache's installed, and to each installed service adds the submenu with the options to start, stop or restart the service. Submitted by: Mladen Turk <mturk@mappingsoft.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90226 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90225 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Chris Pepper, Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90218 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90217 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90216 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90215 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
be thread safe. Submitted by: Greg Marr <gregm@alum.wpi.edu> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90214 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
processes to use the accept mutex when starting as root and using SysV sems for the accept mutex. Previously, this combination would lead to fatal errors in the child server processes. perchild can't use SysV sems because of security issues. translation: steal apache 1.3 code to call semop(IPC_SET) on the semaphore to set permissions and uid/gid git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90213 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
directories git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90212 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(note that when AP_DEBUG is on, strchr() maps to ap_strchr() so we find abuses of the broken strchr() interface) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90211 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Just rambling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90210 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Now that it's apr'ized, ab is most definately in a 2.0 revision cycle, and definately needs to track the Apache revision (especially because of apr and apr-util!) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90209 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More Versioning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90208 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Nothing here to ignore, go away :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90207 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Toss win32 version stamps on these git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90206 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add auto-generated Win32 versioning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90205 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reorder OS_VERSION(s) so >= OS_VERSION_WINNT, etc, tests correctly. [Mladen Turk <mladen.turk@mail.inet.hr>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90204 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Access the (generated) ApacheMonitor.ver version resource. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90203 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Goodness git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90201 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
ApacheMonitor versioning needs to click in with the httpd version. Also remove the icons deprecated by Mladen late last week from the IDE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90200 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Autogen the win32 resource descriptor (icon + version) for Apache.exe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90199 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Picky versioning. Must have 1) a real language/charset in the versioning, and 2) fixes the Copyright (which effectively runs on too far) by placing the 'see other' stuff in the Comments. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90198 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Duplicates (and is stale to) the copy in srclib/apr/build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90197 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A first step at auto-generating the version resource for all win32 binaries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90193 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90191 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90190 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: Cody Sherr <csherr@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90189 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90188 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
add support for renegotiation during the Access hook this requires hooking into the read and write SSL BIOs in order to flush data to the client and read from the filter chain this also requires that the ssl filters become "aware" that renegotitation is in progress so that the BIOs are left alone for SSL_renegotiate/SSL_do_handshake in ssl_hook_Access to deal with PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90185 13f79535-47bb-0310-9956-ffa450edef68
-