Jan Steemann
|
d4da8cb908
|
fixed arangosh
|
2014-10-17 13:25:49 +02:00 |
Jan Steemann
|
0aa02a696b
|
pass ApplicationV8 to queries
|
2014-10-17 10:35:02 +02:00 |
Jan Steemann
|
dcb9427b6f
|
rewrote transaction contexts
|
2014-10-16 15:53:28 +02:00 |
Jan Steemann
|
edae662eb4
|
added res.send() and res.sendFile()
|
2014-10-15 17:33:10 +02:00 |
Jan Steemann
|
c946a1536a
|
documentation for fs
|
2014-10-15 14:01:15 +02:00 |
Jan Steemann
|
6bd448be46
|
added support for reading / writing binary data in fs.readFileSync && fs.write
|
2014-10-14 19:07:16 +02:00 |
Jan Steemann
|
1ba2030e0b
|
debug info
|
2014-10-13 11:10:12 +02:00 |
Jan Steemann
|
d9cc80bab7
|
fixes for Visual Studio
|
2014-10-10 14:37:03 +02:00 |
Willi Goesgens
|
73d121ece7
|
Add the possible error messages from waitpid to the result output.
|
2014-10-10 11:44:48 +02:00 |
Willi Goesgens
|
e433a2831e
|
Add a new wrapper which does fork + waitpid in one js call, so we're closer to the flame and less eventually miss something.
|
2014-10-08 16:48:30 +02:00 |
Jan Steemann
|
ff80fafba5
|
fixed cached lookups of collections on the server, which may have caused spurious problems after collection rename operations
|
2014-10-08 14:59:02 +02:00 |
Jan Steemann
|
0f83d8132f
|
fixed some transaction threading errors
|
2014-10-06 18:39:01 +02:00 |
Jan Steemann
|
ce9499eac8
|
less string copying, less regex slowdown when importing CSV files
|
2014-09-30 23:20:12 +02:00 |
Jan Steemann
|
0d075dca3f
|
pass queryRegistry into the AQL functions
|
2014-09-29 09:30:32 +02:00 |
Jan Steemann
|
dbf964e204
|
small optimizations
|
2014-09-24 12:09:13 +02:00 |
Jan Steemann
|
ddfb5c965d
|
merged experimental features
|
2014-09-24 09:42:16 +02:00 |
Jan Steemann
|
481a16fd7a
|
removed bitarray indexes
|
2014-09-15 14:19:38 +02:00 |
Jan Steemann
|
506936dcdb
|
rename orgy
|
2014-09-13 02:35:13 +02:00 |
Jan Steemann
|
669cb3b235
|
renamed files
|
2014-09-13 01:44:01 +02:00 |
Jan Steemann
|
953b8cdfe3
|
renamed files
|
2014-09-13 00:34:48 +02:00 |
Jan Steemann
|
0dc0bc834f
|
more files renamed
|
2014-09-13 00:20:30 +02:00 |
Jan Steemann
|
87afcf5e8d
|
the great rename
|
2014-09-13 00:10:11 +02:00 |
Jan Steemann
|
c16ddedc83
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/V8Server/v8-vocbase.cpp
js/apps/system/aardvark/frontend/js/bootstrap/errors.js
js/common/bootstrap/errors.js
js/server/modules/org/arangodb/ahuacatl.js
js/server/modules/org/arangodb/aql-helper.js
js/server/tests/shell-skiplist-index.js
|
2014-09-09 22:18:52 +02:00 |
Alan Plum
|
b0995dfdb7
|
Replaced PBKDF2_HMAC with PBKDF2_HMAC_SHA1 for OSX compat.
|
2014-09-08 14:32:40 +02:00 |
Alan Plum
|
6f9376e264
|
Fixed PBKDF2HMAC comment.
|
2014-09-05 16:35:27 +02:00 |
Alan Plum
|
469af580e5
|
Added PBKDF2-HMAC.
|
2014-09-05 16:23:37 +02:00 |
Alan Plum
|
4e3659c01a
|
Added support for sha384, sha512.
|
2014-09-04 23:17:58 +02:00 |
Jan Steemann
|
005e727bde
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
lib/V8/v8-conv.cpp
|
2014-09-01 16:15:32 +02:00 |
Jan Steemann
|
848ce68dc3
|
fixed too eager duplicates check for shaper
|
2014-09-01 15:48:58 +02:00 |
Jan Steemann
|
66d556b003
|
re-added cases for data types
|
2014-08-30 02:42:35 +02:00 |
Jan Steemann
|
799a845967
|
added V8StringConverter
|
2014-08-30 02:32:59 +02:00 |
Jan Steemann
|
6f5271823e
|
use auto
|
2014-08-23 01:54:28 +02:00 |
Jan Steemann
|
dcfa59806e
|
more C++11
|
2014-08-23 00:51:13 +02:00 |
Jan Steemann
|
45d5d0f53a
|
cppcheck
|
2014-08-22 13:53:21 +02:00 |
Jan Steemann
|
30b32f1f90
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/Ahuacatl/ahuacatl-grammar.h
arangod/V8Server/v8-vocbase.cpp
js/server/tests/ahuacatl-general-graph.js
|
2014-08-13 16:29:57 +02:00 |
Jan Steemann
|
0a70e979f8
|
call `toJSON` function of objects (if present) when serializing
|
2014-08-13 16:05:58 +02:00 |
Frank Celler
|
f6e242039d
|
relaxed % and escaping
|
2014-08-12 14:53:59 +02:00 |
Frank Celler
|
cc91cd1cb0
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-08-11 12:43:47 +02:00 |
Jan Steemann
|
c7350c4c06
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/V8Server/v8-vocbase.cpp
|
2014-08-07 16:12:14 +02:00 |
Jan Steemann
|
099ec8db60
|
reallow attribute names starting with underscores
|
2014-08-07 15:52:58 +02:00 |
Jan Steemann
|
cb2e9a8a37
|
fixed JSON conversion
|
2014-08-07 15:48:33 +02:00 |
Frank Celler
|
be06ef7f25
|
new upgrade-database (formely known as version-check) and new startup procedure
|
2014-08-07 14:12:19 +02:00 |
Jan Steemann
|
ac7b47c0b7
|
nullptr
|
2014-08-06 09:42:36 +02:00 |
Jan Steemann
|
fe4d83e80b
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
Documentation/Books/Users/Aql/README.mdpp
Documentation/Books/Users/AqlExtending/README.mdpp
|
2014-08-05 15:09:28 +02:00 |
Thomas Schmidts
|
baf6635627
|
Added missing methods to fs module. fix #978
|
2014-08-05 13:37:40 +02:00 |
Jan Steemann
|
196441b9b4
|
improved v8 object generation
|
2014-08-05 13:23:37 +02:00 |
Jan Steemann
|
f4e8775ddc
|
nicer parser error messages
|
2014-07-30 12:30:06 +02:00 |
Frank Celler
|
e436ecfa40
|
if a cancelation has occured, flush the module cache
|
2014-07-08 11:54:53 +02:00 |
Frank Celler
|
0703809e00
|
added isIP
|
2014-07-07 18:46:02 +02:00 |
Thomas Schmidts
|
1a78807a67
|
Fixed a few @startDocuBlock errors
|
2014-07-07 16:15:50 +02:00 |