summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-05-29 19:53:30 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2018-06-04 19:00:28 +0100
commit140a6858cf8e07b4f65720ba1c24142cc287b700 (patch)
tree08425d1673a04e546005c6fc20263a18ed5d9039 /.gitmodules
parentRemove parameter setters from ihttpRequest (diff)
downloadicespider-140a6858cf8e07b4f65720ba1c24142cc287b700.tar.bz2
icespider-140a6858cf8e07b4f65720ba1c24142cc287b700.tar.xz
icespider-140a6858cf8e07b4f65720ba1c24142cc287b700.zip
Initial commit of embedded server
First cut of a light-weight multi-threaded HTTP daemon library. Let's be honest... it does nothing yet, but it's our starting point.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index e0e648c..4322557 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,3 +2,6 @@
path = ice
url = https://github.com/zeroc-ice/ice
branch = 3.7
+[submodule "icespider/fcgi/concurrentqueue"]
+ path = icespider/embedded/concurrentqueue
+ url = https://github.com/cameron314/concurrentqueue/