From eab2dcd2451992d51b1f0199ff2b332af89db7bc Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 16 Dec 2010 19:26:42 +0100 Subject: initial commit --- .gitmodules | 9 +++++++++ HTTPD | 1 + HTTPDExtra | 1 + Socket | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 HTTPD create mode 160000 HTTPDExtra create mode 160000 Socket diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8303a5b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "HTTPD"] + path = HTTPD + url = git://git.khirnov.net/git/thorns/HTTPD/.git +[submodule "HTTPDExtra"] + path = HTTPDExtra + url = git://git.khirnov.net/git/thorns/HTTPDExtra/.git +[submodule "Socket"] + path = Socket + url = git://git.khirnov.net/git/thorns/Socket/.git diff --git a/HTTPD b/HTTPD new file mode 160000 index 0000000..5902f85 --- /dev/null +++ b/HTTPD @@ -0,0 +1 @@ +Subproject commit 5902f85515e0f596cb3c403aae12309d1f86faaf diff --git a/HTTPDExtra b/HTTPDExtra new file mode 160000 index 0000000..fdc1b9f --- /dev/null +++ b/HTTPDExtra @@ -0,0 +1 @@ +Subproject commit fdc1b9f3b1006c0e58cbf68af3ee597e53b5fc86 diff --git a/Socket b/Socket new file mode 160000 index 0000000..b3060e4 --- /dev/null +++ b/Socket @@ -0,0 +1 @@ +Subproject commit b3060e4abd293e8e7e634511ae22b1308b7248b3 -- cgit v1.2.3