Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2002-06-27
2002-06-27 21:16:08 by Martin Stjernholm <mast@lysator.liu.se>
585789195e004d8ad2186e3a5115a234f2d4a1d7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed a prototype that tripped up 7.3.
Rev: server/base_server/roxen.pike:1.798
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
797
2002/06/
17
09
:
36
:
31
anders
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
798
2002/06/
27
21
:
16
:
08
mast
Exp $";
// The argument cache. Used by the image cache. ArgCache argcache;
1718:
mapping protocols; mapping(string:mapping) open_ports = ([ ]);
-
mapping(string:
object
) urls = ([]);
+
mapping(string:
mapping(string:Configuration
)
)
urls = ([]);
array sorted_urls = ({}); array(string) find_ips_for( string what )