]> git.mxchange.org Git - flightgear.git/commit
Initial commit for mongoose httpd
authorTorsten Dreyer <torsten@t3r.de>
Mon, 3 Mar 2014 20:59:16 +0000 (21:59 +0100)
committerTorsten Dreyer <torsten@t3r.de>
Thu, 6 Mar 2014 12:19:15 +0000 (13:19 +0100)
commit63e9cbed40527069cbe99d0d3fa34a63308d0485
tree4d8723dc26473e91afbf767af1397009ec776a9b
parent2beb0f29afba98c49606a4b929a49bda4f6db91a
Initial commit for mongoose httpd
36 files changed:
3rdparty/CMakeLists.txt
3rdparty/cjson/CMakeLists.txt [new file with mode: 0644]
3rdparty/cjson/LICENSE [new file with mode: 0644]
3rdparty/cjson/README [new file with mode: 0644]
3rdparty/cjson/cJSON.c [new file with mode: 0644]
3rdparty/cjson/cJSON.h [new file with mode: 0644]
3rdparty/cjson/test.c [new file with mode: 0644]
3rdparty/cjson/tests/test1 [new file with mode: 0644]
3rdparty/cjson/tests/test2 [new file with mode: 0644]
3rdparty/cjson/tests/test3 [new file with mode: 0644]
3rdparty/cjson/tests/test4 [new file with mode: 0644]
3rdparty/cjson/tests/test5 [new file with mode: 0644]
3rdparty/mongoose/CMakeLists.txt [new file with mode: 0644]
3rdparty/mongoose/LICENSE [new file with mode: 0644]
3rdparty/mongoose/mongoose.c [new file with mode: 0644]
3rdparty/mongoose/mongoose.h [new file with mode: 0644]
src/Main/fg_init.cxx
src/Main/fg_io.cxx
src/Main/options.cxx
src/Network/CMakeLists.txt
src/Network/http/CMakeLists.txt [new file with mode: 0644]
src/Network/http/HTTPRequest.hxx [new file with mode: 0644]
src/Network/http/HTTPResponse.hxx [new file with mode: 0644]
src/Network/http/JsonUriHandler.cxx [new file with mode: 0644]
src/Network/http/JsonUriHandler.hxx [new file with mode: 0644]
src/Network/http/PropertyUriHandler.cxx [new file with mode: 0644]
src/Network/http/PropertyUriHandler.hxx [new file with mode: 0644]
src/Network/http/RunUriHandler.cxx [new file with mode: 0644]
src/Network/http/RunUriHandler.hxx [new file with mode: 0644]
src/Network/http/ScreenshotUriHandler.cxx [new file with mode: 0644]
src/Network/http/ScreenshotUriHandler.hxx [new file with mode: 0644]
src/Network/http/httpd.cxx [new file with mode: 0644]
src/Network/http/httpd.hxx [new file with mode: 0644]
src/Network/http/urihandler.hxx [new file with mode: 0644]
src/Network/httpd.cxx [deleted file]
src/Network/httpd.hxx [deleted file]