]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
useful stuff for server admins: curl command now allows the host name to be
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 19 Dec 2009 19:04:20 +0000 (19:04 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 19 Dec 2009 19:04:20 +0000 (19:04 +0000)
commitcddbfb714e686d4818d3bf4631871d6fa6639eb0
treeab65a6491607f06a0d74fcd091ed93ca966de7e6
parent48984a5fb6aa8d7f60b0ad66c551fba35481115a
useful stuff for server admins: curl command now allows the host name to be
left out, like this:

http:///~nexuiz/files/
http://:8080/~nexuiz/files/

allows setting up the HTTP server for map downloads on the same machine as the
DP server on a dynamic IP without using dyndns.

Client needs to support this.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9590 d7cf8633-e32d-0410-b094-e92efae38249
libcurl.c