1
0
Fork 0
arangodb/lib/HttpServer
Frank Celler e9b1e1c58f Merge branch '1.0' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	3rdParty/mruby/include/mrbconf.h
	3rdParty/mruby/include/mruby.h
	3rdParty/mruby/include/mruby/array.h
	3rdParty/mruby/include/mruby/khash.h
	3rdParty/mruby/include/mruby/object.h
	3rdParty/mruby/include/mruby/variable.h
	3rdParty/mruby/mrblib/error.rb
	3rdParty/mruby/mrblib/print.rb
	3rdParty/mruby/src/array.c
	3rdParty/mruby/src/cdump.c
	3rdParty/mruby/src/class.c
	3rdParty/mruby/src/codegen.c
	3rdParty/mruby/src/error.c
	3rdParty/mruby/src/gc.c
	3rdParty/mruby/src/init.c
	3rdParty/mruby/src/kernel.c
	3rdParty/mruby/src/math.c
	3rdParty/mruby/src/numeric.c
	3rdParty/mruby/src/object.c
	3rdParty/mruby/src/parse.y
	3rdParty/mruby/src/pool.c
	3rdParty/mruby/src/proc.c
	3rdParty/mruby/src/range.c
	3rdParty/mruby/src/sprintf.c
	3rdParty/mruby/src/state.c
	3rdParty/mruby/src/string.c
	3rdParty/mruby/src/struct.c
	3rdParty/mruby/src/symbol.c
	3rdParty/mruby/src/time.c
	3rdParty/mruby/src/variable.c
	3rdParty/mruby/src/vm.c
	3rdParty/mruby/src/y.tab.c
	3rdParty/mruby/test/assert.rb
	3rdParty/mruby/test/t/array.rb
	3rdParty/mruby/test/t/exception.rb
	3rdParty/mruby/test/t/kernel.rb
	3rdParty/mruby/test/t/math.rb
	3rdParty/mruby/test/t/module.rb
	3rdParty/mruby/test/t/string.rb
	3rdParty/mruby/test/t/struct.rb
	3rdParty/mruby/test/t/time.rb
	3rdParty/mruby/tools/mirb/mirb.c
	3rdParty/mruby/tools/mruby/mruby.c
	Doxygen/arango-html.doxy
	Doxygen/arango.template
	Makefile.am
	Makefile.in
	UnitTests/HttpInterface/api-http-spec.rb
	aclocal.m4
	arangod/RestHandler/RestDocumentHandler.cpp
	arangod/RestServer/ArangoServer.cpp
	arangod/V8Server/ApplicationV8.cpp
	arangod/V8Server/ApplicationV8.h
	arangod/V8Server/v8-actions.cpp
	arangod/V8Server/v8-query.cpp
	arangod/V8Server/v8-vocbase.cpp
	arangod/V8Server/v8-vocbase.h
	arangod/VocBase/compactor.c
	arangod/VocBase/compactor.h
	arangod/VocBase/shadow-data.c
	arangod/VocBase/simple-collection.c
	arangod/VocBase/simple-collection.h
	arangod/VocBase/synchroniser.c
	arangod/VocBase/vocbase.c
	arangoirb/MRClient/arangoirb.cpp
	config/compile
	config/depcomp
	config/install-sh
	config/missing
	configure
	js/actions/demo/geo.js
	js/actions/demo/hallo-world.js
	js/actions/system/api-collection.js
	js/actions/system/api-edges.js
	js/actions/system/api-system.js
	js/actions/system/documents.js
	lib/BasicsC/locks-posix.c
	lib/BasicsC/operating-system.h
	lib/HttpServer/HttpCommTask.cpp
	lib/HttpServer/HttpCommTask.h
	lib/MRuby/MRLineEditor.cpp
	lib/MRuby/mr-utils.c
	m4/Makefile.doxygen
	m4/all-in-one.mruby
2012-09-20 16:39:59 +02:00
..
ApplicationEndpointServer.cpp bugfixes, accept longer binary messages 2012-09-20 11:33:14 +02:00
ApplicationEndpointServer.h issue #175: add hidden option --server.http-port for downwards compatibility 2012-08-31 18:21:34 +02:00
GeneralHttpServer.h issue #131: make keep alive timeout configurable 2012-08-20 15:42:11 +02:00
HttpCommTask.h Merge branch '1.0' of github.com:triAGENS/ArangoDB into devel 2012-09-20 16:39:59 +02:00
HttpHandler.cpp made BatchJob and BatchSubjob template classes, fixed unittests 2012-07-31 11:00:05 +02:00
HttpHandler.h some refactoring of http and https servers 2012-07-30 14:07:59 +02:00
HttpHandlerFactory.cpp fixed authentication 2012-09-13 14:19:26 +02:00
HttpHandlerFactory.h fixed authentication 2012-09-13 14:19:26 +02:00
HttpServer.h issue #131: make keep alive timeout configurable 2012-08-20 15:42:11 +02:00
HttpsServer.h Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2012-08-24 09:59:16 +02:00
PathHandler.cpp the great Scheduler & Dispatcher refactoring 2012-06-30 23:52:49 +02:00
PathHandler.h the great rename 2012-06-08 15:01:25 +02:00
RedirectHandler.cpp the great Scheduler & Dispatcher refactoring 2012-06-30 23:52:49 +02:00
RedirectHandler.h the great rename 2012-06-08 15:01:25 +02:00
ServiceUnavailableHandler.cpp the great Scheduler & Dispatcher refactoring 2012-06-30 23:52:49 +02:00
ServiceUnavailableHandler.h the great rename 2012-06-08 15:01:25 +02:00