Jan Steemann
|
7ba1920b88
|
moved try ... catch blocks to outermost scope
|
2012-10-11 16:20:22 +02:00 |
Jan Steemann
|
600ba0ed0c
|
fixed a typo in documentation
|
2012-10-10 22:00:33 +02:00 |
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 |
Frank Celler
|
21eb612376
|
first version of new actions module
|
2012-09-15 19:16:36 +02:00 |
Jan Steemann
|
e4e73a7a56
|
issue #169: missing argument for simple queries
|
2012-08-31 17:32:53 +02:00 |
Jan Steemann
|
93b2a109e3
|
fixed typos
|
2012-08-31 14:06:35 +02:00 |
Jan Steemann
|
e06b425d22
|
issue #174: extended documentation for within query
|
2012-08-31 09:32:22 +02:00 |
Frank Celler
|
86fcb881e9
|
fixed === and !== and == and !=
|
2012-05-25 15:33:35 +02:00 |
Frank Celler
|
dd92df134c
|
sk doc
|
2012-05-21 18:28:00 +02:00 |
Frank Celler
|
b682357901
|
added skip list queries
|
2012-05-21 17:19:17 +02:00 |
Frank Celler
|
675c5d0476
|
unique constraint
|
2012-05-12 22:09:00 +02:00 |
Frank Celler
|
763e7aba98
|
renamed to Arango
|
2012-05-12 14:40:34 +02:00 |
Frank Celler
|
194a471c05
|
fixed documentation for latex
|
2012-05-12 11:51:10 +02:00 |
Frank Celler
|
89ce610379
|
fixed for by-example
|
2012-05-10 17:10:07 +02:00 |
Frank Celler
|
db46badb0f
|
cleanup
|
2012-05-10 16:37:42 +02:00 |
Frank Celler
|
5c5f0827b3
|
fixed byExample and firstExample
|
2012-05-07 16:08:23 +02:00 |
Frank Celler
|
f47788fea6
|
simple query
|
2012-05-06 20:05:59 +02:00 |
Frank Celler
|
46afa40ca4
|
fixed error handling
|
2012-05-04 12:48:18 +02:00 |
Frank Celler
|
7176c4d30f
|
added within
|
2012-05-03 14:42:43 +02:00 |
Frank Celler
|
3812c8ffa5
|
geo indexes
|
2012-05-03 14:14:28 +02:00 |
Frank Celler
|
23a7adcefc
|
doc and simple queries
|
2012-05-02 18:05:45 +02:00 |
Frank Celler
|
cadca4a27b
|
unittests
|
2012-05-02 17:05:38 +02:00 |
Frank Celler
|
22bfcb4003
|
fixed global name
|
2012-04-20 11:19:33 +02:00 |
Jan Steemann
|
41d029e660
|
fixed call to unknown method
|
2012-04-10 14:50:24 +02:00 |
Jan Steemann
|
be8ec0d3e6
|
fixed issues in key/value API and in simple-query API
|
2012-04-03 00:25:25 +02:00 |
Frank Celler
|
46243e8288
|
cleanup
|
2012-03-28 11:50:18 +02:00 |