- Apr 27, 1998
-
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81050 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
chunks of 50 commands. PR: 2136 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81049 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
wrong if-statement for Solaris) and add additional SOCKS5 support. PR: 2140 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81048 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
because they are #defines: bputc -> ap_bputc bgetc -> ap_bgetc piped_log_write_fd -> ap_piped_log_write_fd piped_log_read_fd -> ap_piped_log_read_fd Thanks to Dean for discovering them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81047 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 26, 1998
-
-
Ralf S. Engelschall authored
braindead AWK's (like Solaris 2.6 awk) dislike. PR: 2139 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81045 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81044 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
source tree where I'm currently working on an incremental configuration variant. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81043 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 25, 1998
-
-
Ralf S. Engelschall authored
2. Make sure we do NOT use the nice tar-based tree copy for includes because this does the wrong when --shadow is used: Symlinks! 3. Make sure the correct umask is active when "cp" is used. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81042 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81041 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Submitted by: Lars Eilebrecht git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81038 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81036 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81035 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 24, 1998
-
-
Roy T. Fielding authored
AG needs a volunteer to submit the data "officially" (stupid form). I'll send it to the editors unofficially. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81033 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 23, 1998
-
-
brian authored
syncing with -core membership. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81032 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
oops, forgot. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81028 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
per request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81027 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81025 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
this morning. Drat. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81024 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
My first stab at a rewrite; I took a lot out, but some can be put back in. I basically wanted to quickly make the distinction between two approaches without disparaging either, and solicited comments. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81023 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 22, 1998
-
-
brian authored
The bug_report.html page gives an email address to contact. And who's using a forms-free browser these days anyways? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81022 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Submitted by: David MacKenzie <djm@va.pubnix.com> Reviewed by: Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81021 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
- use the .install.* files under $(SRC) as already done with build-ok-file to avoid conflicts when using a shadow tree, i.e. .install.tmp -> $(SRC)/.apaci.install.tmp .install.conf -> $(SRC)/.apaci.install.conf - use same tree copy variants for includes as already done for htdocs, etc.: CP -> $(TAR)+find, etc. - show real source filenames (but with an "[*]" mark to indicate that the source is on-the-fly adjusted) instead of the unmeaningly filename of the temporary file. - more parameter usage for commands: "ln" -> $(LN), "rm -f" -> $(RM) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81020 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81019 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
explicitly initializing IFS for every loop and restoring it after the loop. Submitted by: Ralf S. Engelschall Reviewed by: Rasmus Lerdorf, Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81018 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81017 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
is inside some of the flags than a percent char. (GNU Autoconf does the same when substituting flags) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81016 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
BTW: The cool thing about this is that this was possible through the nifty Perl-fallback feature in src/Configure we recently introduced especially for this situation: Platforms were we do not have access and need feedback from the users ;-) PR: 2109 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81015 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81014 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 21, 1998
-
-
Jim Jagielski authored
is used per IP:port pair git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81013 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81011 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
have an entry in conf.h for the OS... what the hell, give it a try and continue with the build process. We may get lucky. And even if we don't, we're in no worse shape than before. Besides, we covered-our-asses because we told them all bets were off git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81010 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81009 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81008 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81007 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
of the link, since it's quite likely that some extries in there will be found in LIBS1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81006 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
so we get the right header files, etc... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81005 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
no one else noticed that support's Makefile includes ./src/include or else this would have been fixed a long time ago, I'm sure git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81004 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
out (hopefully) the right header files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81003 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
fixed his as well... Good boy :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81002 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
PR: 2105 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81001 13f79535-47bb-0310-9956-ffa450edef68
-