- Apr 28, 1998
-
-
Ralf S. Engelschall authored
Dynamic Shared Object (DSO) support for IBM's AIX. This is accomplished by using DSO emulation code because AIX <= 4.2 don't have dlopen() and AIX 4.2 has a broken one. But with the emulation code it works great. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81062 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
NET_SIZE_T=size_t according to the include files and not NET_SIZE_T=int as the manual pages of getsockname() etc. indicate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81061 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81060 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Submitted by: Roy Fielding Reviewed by: Brian Behlendorf Fix two select bugs in http_main. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81059 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Add a bug noticed by Dean. Hmm, probably not a showstopper for a 1.3.0 release though. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81058 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 27, 1998
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81057 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
is unset (as it is in situations like timeouts) where it is unclear whether errno is set or not. It is questionable whether the ap_log_error() timeout calls in http_protocol should not have an APLOG_NOERRNO as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81056 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81055 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81054 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
--proxycachedir) to provide the possibility to adjust paths more granular. This is especially important for package maintainers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81053 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81052 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
package authors. This way an Apache package tarball can be rolled via $ ./configure --prefix=/usr/local ... $ make $ make install root=/tmp/apache-root by just assembling the files from /tmp/apache-root instead of fishing them out from /usr/local. This is the way Debian and RedHat already do their packages most of the time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81051 13f79535-47bb-0310-9956-ffa450edef68
-
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
-