- Aug 30, 1999
-
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83845 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 28, 1999
-
-
Jim Jagielski authored
warnings. Avoid some possible confusion as well :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83840 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83839 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
so rename it to ap_clean_child_exit(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83838 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
egcc -c -I../../../os/unix -I../../../include -I../../../modules/mpm/dexter -pipe -O2 -pedantic -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wno-long-long -funsigned-char -DTARGET=\"apache\" -DUSE_EXPAT -I../../../lib/expat-lite `../../../apaci` dexter.c dexter.c:188: warning: no previous prototype for `clean_child_exit' dexter.c:491: warning: no previous prototype for `ap_start_shutdown' dexter.c:504: warning: no previous prototype for `ap_start_restart' dexter.c:682: warning: declaration of `pconf' shadows global declaration dexter.c: In function `setup_listeners': dexter.c:683: warning: declaration of `pconf' shadows global declaration dexter.c: In function `process_socket': dexter.c:744: warning: pointer targets in passing arg 3 of `getsockname' differ in signedness dexter.c: In function `worker_thread': dexter.c:932: warning: pointer targets in passing arg 3 of `accept' differ in signedness dexter.c: In function `ap_mpm_run': dexter.c:1365: warning: declaration of `i' shadows previous local dexter.c: At top level: dexter.c:1404: warning: declaration of `pconf' shadows global declaration dexter.c: In function `dexter_pre_config': dexter.c:1405: warning: declaration of `pconf' shadows global declaration git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83837 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
GCC 2.95.1 happy by avoiding various warnings... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83836 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83833 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83830 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83829 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83828 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 27, 1999
-
-
Roy T. Fielding authored
for a wildcard handler. Gee, you'd think someone would have fixed it before seven PRs. PR: 2584, 3349, 3436, 3548, 4384, 4795, 4807 Submitted by: Dirk <dirkm@teleport.com>, Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83825 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
mod_isapi and mod_so don't work so I am not making them. Moved a lot of code out of multithread.* and into os.* (didn't want to add multithread to the new repository). Much of this can be cleaned up when APR is stable. And Dean's gonna but me for sure for the http_main hit. It's may be possible to name a DLL entry point 'main()'. Just havent tried it yet. Enjoy! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83822 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
that was discovered while rebuilding the repository. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83821 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
- The scoreboard is gond, so we don't call it that anymore - We were accessing the child table through a weird combination of wrappers and direct access; just switch to direct access and get rid of scoreboard.[ch] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83820 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
rebuilding the repository. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83819 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
SERVER_DEAD instead of pid = 0. I don't think this actually caused any bugs, but just in case... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83818 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
that a child has died in some cases. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83817 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
somewhere along the way. Adding them back... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83816 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
culture, and spoons. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83814 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
add/rearrange your pet projects git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83813 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
also say this in his Server headers while testing. Those who dislike numbers: feel free to name it "foo" or whatever meaningless if it's important that we still do not use numbers. I just want that the version corresponds to the repository area, because I often get confused by running different Apache versions on my development box. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83803 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 26, 1999
-
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83801 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83800 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
and NO_RELIABLE_PIPED_LOGS. Submitted by: Ryan Bloom, Manoj Kasichainula git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83799 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Submitted by: Ryan Bloom, Manoj Kasichainula git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83798 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Submitted by: MPM leftovers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83797 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
the OS/2 API call. Unfortunately this only works on socket handles which will break probe_writable_fds() so I'll have to find a way to fix that too. Submitted by: Brian Havard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83796 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Submitted by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83795 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
and reported properly. Submitted by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83794 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Submitted by: Manoj Kasichainula git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83793 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
for now anyway. Likewise for run mode, which is now obsolete. Submitted by: Manoj Kasichainula git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83792 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Submitted by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83791 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Submitted by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83790 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
but no guarantees. I haven't verified it will always give a unique ID, but the logic is good. I'll write some test cases to see if I can make it fail later. Submitted by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83789 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Submitted by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83788 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Submitted by: Ben Laurie git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83787 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Replace pre_connection module call with a register_hook call and implement pre_connection as a hook. The intent is that these hooks will be extended to allow Apache to be multi-protocol, and also to allow the calling order to be specified on a per-hook/per-module basis. [Ben Laurie] Port a bunch of modules to the new module structure. ["Michael H. Voase" <mvoase@midcoast.com.au>] Submitted by: Ben Laurie git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83786 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Submitted by: Brian Havard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83785 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Submitted by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83784 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Submitted by: Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83783 13f79535-47bb-0310-9956-ffa450edef68
-