Andreas Streichardt
|
4d13e8fb1b
|
_listDatabases() => _databases()
|
2016-05-11 15:30:47 +02:00 |
Michael Hackstein
|
faf547f002
|
V8Traverser now uses fast path in trx document.
|
2016-05-02 16:23:25 +02:00 |
Michael Hackstein
|
e0850c1313
|
Use a BuilderLeaser in VertexIdToData
|
2016-05-02 15:50:20 +02:00 |
Michael Hackstein
|
e98c9d1281
|
Repliced some string::split by find+substr combiniation. Is more efficient.
|
2016-05-02 14:17:54 +02:00 |
jsteemann
|
96fceb4411
|
use std::unordered_maps for headers
|
2016-05-01 20:52:47 +02:00 |
jsteemann
|
7cd90ae711
|
micro optimizations
|
2016-05-01 14:13:53 +02:00 |
Michael Hackstein
|
e336c846f6
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-04-29 15:31:29 +02:00 |
Michael Hackstein
|
c58b78062b
|
Added a sanitize externals function that expands externals on demand. It is now used whenever a query is stored in the query cache as the data it is pointing to might be moved. Has to be used as well when sending VPack to client.
|
2016-04-29 15:21:48 +02:00 |
jsteemann
|
3a92773685
|
use StaticStrings
|
2016-04-29 15:18:20 +02:00 |
Michael Hackstein
|
7af9beefa1
|
Neighbors now uses VPackSlices with specialized string comparision function.
|
2016-04-29 13:55:02 +02:00 |
Frank Celler
|
9002783c5f
|
fixed namespace
|
2016-04-28 19:19:13 +02:00 |
jsteemann
|
bfd6fa833d
|
disallow thread creation until ApplicationServer::start()
|
2016-04-27 16:17:46 +02:00 |
Jan Steemann
|
d391e15680
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-04-25 15:31:51 +02:00 |
Jan Steemann
|
c8c8625727
|
try to fix some undefined behavior on cluster startup
|
2016-04-25 15:31:23 +02:00 |
Michael Hackstein
|
ecf267f369
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-04-25 15:25:31 +02:00 |
Michael Hackstein
|
85a2c3a44c
|
The shortestPath computation now uses Slices instead of strings to identify the documents.
|
2016-04-25 15:25:22 +02:00 |
Jan Steemann
|
5ea01c02b0
|
fixed number of threads detection
|
2016-04-25 13:57:59 +02:00 |
jsteemann
|
28930370c2
|
micro optimizations
|
2016-04-23 20:49:22 +02:00 |
jsteemann
|
e6b39a8fe8
|
added simple infrastructure for timing
|
2016-04-23 11:20:52 +02:00 |
jsteemann
|
99e30dc6a3
|
fix statistics
|
2016-04-22 09:29:09 +02:00 |
Max Neunhoeffer
|
877e42e7c5
|
Merge branch 'FMH' into devel
|
2016-04-21 14:04:39 +02:00 |
Michael Hackstein
|
490905d188
|
Replaced an unordered set by a vector. The uniqueness is guaranteed by other mechanisms anyways. Further improved computationtime of Neighbors
|
2016-04-21 13:52:12 +02:00 |
Simran Brucherseifer
|
a5ad9f33a9
|
Minor corrections
Excluded Aardvark, the graph viewer in particular
|
2016-04-20 22:09:00 +02:00 |
Frank Celler
|
2dd798cd48
|
WIP
|
2016-04-15 22:09:55 -07:00 |
Frank Celler
|
dd44191a91
|
WIP
|
2016-04-15 21:03:53 -07:00 |
Frank Celler
|
cd91d3654e
|
Merge remote-tracking branch 'origin' into FMH
|
2016-04-15 19:01:38 -07:00 |
Frank Celler
|
0fa6435731
|
WIP
|
2016-04-13 21:12:16 +02:00 |
Jan Steemann
|
51bfb8fe57
|
remove TRI_json_t
|
2016-04-12 16:37:36 +02:00 |
Frank Celler
|
3d2cc31306
|
WIP
|
2016-04-11 00:05:37 +02:00 |
Jan Steemann
|
d65662fb62
|
pacify cppcheck
|
2016-04-07 16:41:35 +02:00 |
Frank Celler
|
58b9cf7e91
|
WIP
|
2016-04-07 15:40:11 +02:00 |
Frank Celler
|
6002ede1c4
|
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
|
2016-04-03 21:46:30 +02:00 |
Frank Celler
|
09da78e444
|
WIP
|
2016-04-03 13:48:25 +02:00 |
Frank Celler
|
66b2a3717d
|
WIP
|
2016-04-03 00:25:36 +02:00 |
Frank Celler
|
e83c1f09b4
|
WIP
|
2016-04-02 23:41:21 +02:00 |
Frank Celler
|
486011d399
|
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
|
2016-03-31 13:41:09 +02:00 |
Frank Celler
|
494bdca847
|
splitted HttpRequest into GeneralRequest/HttpRequest
|
2016-03-31 11:45:21 +02:00 |
Frank Celler
|
af00417cf4
|
skeleton arangod
|
2016-03-25 15:14:43 +01:00 |
Jan Steemann
|
13980ef299
|
bugfixes
|
2016-03-24 16:18:18 +01:00 |
Jan Steemann
|
2986ec2a64
|
removed dead code
|
2016-03-23 20:08:22 +01:00 |
Michael Hackstein
|
e8f8e4b4da
|
Reactivated vertexCollectionRestrictions in Neighbors
|
2016-03-21 13:11:43 +01:00 |
Michael Hackstein
|
7f9ae321a0
|
Traverser Basic options now know the transaction. Modified all implementations to use Slices in apropriate places. Fixes some, but not all tests
|
2016-03-21 11:28:33 +01:00 |
Michael Hackstein
|
7896905ad7
|
Fixed a multithreading bug for EdgeCollectionInfos. Threads shared the same Builder instance which is not possible.
|
2016-03-21 09:20:31 +01:00 |
Michael Hackstein
|
5bc2274855
|
Fixed invalid search values in Graph Traverser. Now some more tests are green. Still failing
|
2016-03-18 16:47:55 +01:00 |
Michael Hackstein
|
2d2cfae297
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-03-17 18:51:30 +01:00 |
Michael Hackstein
|
401f55ae37
|
Replaced OperationCursor by shared_ptrs every where and removed the slice function from it. Instead it returns a shared ptr on a OperationResult on getMore
|
2016-03-17 18:49:20 +01:00 |
jsteemann
|
a15e9d9550
|
removed files
|
2016-03-17 00:28:08 +01:00 |
Michael Hackstein
|
7113e93c67
|
Finished with Shortest Path Implementation based on new TRX and VPack API
|
2016-03-15 20:48:02 +01:00 |
Michael Hackstein
|
6bcbf1241b
|
Started reimplementing ShortestPath wth new transactions and VPack
|
2016-03-15 18:34:37 +01:00 |
Michael Hackstein
|
a4edc8dd49
|
Merge from spdvpk
|
2016-03-14 23:46:57 +01:00 |
Michael Hackstein
|
ff4cf5e0b2
|
Fixed merge bug. Last commit didn't build
|
2016-03-10 11:10:13 +01:00 |
Michael Hackstein
|
23f845de05
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-03-10 10:46:30 +01:00 |
Michael Hackstein
|
4c4c117059
|
Partially Adopted Traverser to new transaction API. This is still work in Progress. It compiles but it will not work yet.
|
2016-03-10 10:42:20 +01:00 |
jsteemann
|
cf3b00adc2
|
removed unused functionality
|
2016-03-09 23:14:29 +01:00 |
jsteemann
|
d756f6a176
|
removed TRI_transaction_collection_t from public APIs
|
2016-03-09 01:51:17 +01:00 |
Michael Hackstein
|
42e3d94bf6
|
Removed unused obsolete Code and Imports
|
2016-03-08 13:29:09 +01:00 |
Michael Hackstein
|
e60e7a3652
|
Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places
|
2016-03-08 13:08:05 +01:00 |
Michael Hackstein
|
7c3690c4db
|
AqlQuery now is contructed from VelocyPack builders only. Also variables and Execution Plan is constructed form VelocyPack only.
|
2016-03-07 19:04:37 +01:00 |
Jan Steemann
|
9f84b767d1
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-07 08:11:01 +01:00 |
Frank Celler
|
60cd363f19
|
moved build date to file build-date.h.in
|
2016-03-05 09:49:31 +01:00 |
Jan Steemann
|
ad4a9542ea
|
removed file
|
2016-03-04 18:32:54 +01:00 |
Jan Steemann
|
c157363f3c
|
less dependencies
|
2016-03-04 17:21:09 +01:00 |
Jan Steemann
|
06da362f93
|
some json removal
|
2016-03-02 17:51:05 +01:00 |
Jan Steemann
|
18c6fb35e1
|
removed warning
|
2016-02-29 15:23:25 +01:00 |
Jan Steemann
|
f4f7bcb044
|
recovery
|
2016-02-29 14:24:46 +01:00 |
Jan Steemann
|
ebf2d1520b
|
removed TRI_doc_mptr_copy_t
|
2016-02-26 11:46:33 +01:00 |
Jan Steemann
|
a27f1efd66
|
changed resolver handling
|
2016-02-23 20:27:13 +01:00 |
Jan Steemann
|
f468cd00ad
|
create transaction context as shared ptr
|
2016-02-23 12:18:39 +01:00 |
Max Neunhoeffer
|
393ac7e753
|
Rename getCollectionId -> getCollectionIdLocal.
|
2016-02-19 23:26:17 +01:00 |
Jan Steemann
|
8b8101fc59
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-02-19 11:44:06 +01:00 |
Jan Steemann
|
adde757e46
|
move v8 try-catch into handle scopes
|
2016-02-19 11:42:44 +01:00 |
Jan Steemann
|
313f27deed
|
renamed methods
|
2016-02-15 18:18:03 +01:00 |
Jan Steemann
|
9898103bc1
|
initial vpack documents
|
2016-02-11 21:56:10 +01:00 |
Jan Steemann
|
699b2435ca
|
fix unnecessary increase of reference counter
|
2016-02-04 15:07:23 +01:00 |
Jan Steemann
|
5eb9687e21
|
turn off deadlock detection in cluster
|
2016-02-02 14:02:28 +01:00 |
Jan Steemann
|
b7abf5a40d
|
attempt to fix Windows build
|
2016-02-01 12:04:28 +01:00 |
jsteemann
|
4e94803ad7
|
honor results of clang-test, clang-tidy and clang-modernize
|
2016-01-31 15:56:18 +01:00 |
jsteemann
|
ff21453255
|
logger transition: all files in arangod exception transactions.cpp
|
2016-01-29 23:28:44 +01:00 |
Jan Steemann
|
cd4cbae6ce
|
ported fixes to devel
|
2016-01-29 19:05:27 +01:00 |
Max Neunhoeffer
|
238937128a
|
Merge branch 'devel' into ClustUp2
|
2016-01-29 13:59:11 +01:00 |
Jan Steemann
|
9046e1831b
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
Max Neunhoeffer
|
887e571a26
|
Merge branch 'devel' into ClustUp2
|
2016-01-26 18:01:42 +01:00 |
Jan Steemann
|
3fc862f0ef
|
changed locking macros
|
2016-01-26 15:39:12 +01:00 |
Jan Steemann
|
f5d2839bf0
|
removed reference to unused variable
|
2016-01-25 18:17:50 +01:00 |
Michael Hackstein
|
bc1b69af70
|
Fixed error where a nullptr was dereferenced without any checks
|
2016-01-25 16:00:17 +01:00 |
Jan Steemann
|
3dc247e18b
|
fixed segfault
|
2016-01-25 14:20:06 +01:00 |
Michael Hackstein
|
a6f58ce14d
|
Use forward declarations for VelocyPack instead of all includes everywhere
|
2016-01-24 14:29:31 +01:00 |
Michael Hackstein
|
191c2dc3a9
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-21 16:29:38 +01:00 |
Jan Steemann
|
219da94986
|
fix some locks
|
2016-01-21 13:01:31 +01:00 |
Michael Hackstein
|
287aadb22c
|
Fixed a bug when creating a new database with users.
|
2016-01-21 11:00:17 +01:00 |
Michael Hackstein
|
0605338d5e
|
Fixed a non closed VPackBuilder
|
2016-01-21 09:36:24 +01:00 |
jsteemann
|
842384016d
|
namespace cleanup
|
2016-01-21 00:20:22 +01:00 |
Michael Hackstein
|
3c6ac9f38f
|
Removed all TRI_json_t inputs to AgencyComm and replaced them by VPack. This commit stil has an error s.t. indexes cannot be dropped in Cluster. WIP.
|
2016-01-20 12:53:55 +01:00 |
jsteemann
|
431900f17a
|
changed namespace from triagens to arangodb
|
2016-01-17 00:44:53 +01:00 |
Michael Hackstein
|
f3806171f5
|
Reduced occurences of TRI_json_t in Cluster Code
|
2016-01-15 15:32:47 +01:00 |
jsteemann
|
f66eb007cd
|
some const unification
|
2016-01-15 00:03:03 +01:00 |
Max Neunhoeffer
|
b0283077db
|
Merge branch 'devel' into ClustUp2
|
2016-01-11 11:41:36 +01:00 |
Max Neunhoeffer
|
e7eae3a73a
|
Merge branch 'devel' into ClustUp2
|
2016-01-11 11:01:45 +01:00 |
Jan Steemann
|
687d6133f0
|
comments reformatting
|
2016-01-11 09:52:39 +01:00 |
jsteemann
|
9f0576c65f
|
don't rely so much on namespace std being present
|
2016-01-08 01:05:06 +01:00 |
Jan Steemann
|
8b4b6a1943
|
moved docu blocks into their own files
|
2016-01-07 16:03:17 +01:00 |
Wilfried Goesgens
|
7fc4b356e4
|
Revert formattings that break documentation parts.
|
2016-01-07 15:12:04 +01:00 |
Wilfried Goesgens
|
8a0f635dca
|
Wrap examples properly - this was broken during the auto format.
|
2016-01-07 13:08:50 +01:00 |
Jan Steemann
|
3ad20c0cae
|
auto-generated headers
|
2016-01-06 18:41:51 +01:00 |
Jan Steemann
|
a3b026d9d1
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
Jan Steemann
|
f422576ee0
|
clang-format
|
2016-01-05 17:43:24 +01:00 |
jsteemann
|
a6cb463e06
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2016-01-05 00:25:10 +01:00 |
jsteemann
|
c20cf66e93
|
add cacheability info for explain
|
2016-01-03 00:52:36 +01:00 |
Max Neunhoeffer
|
fa17c1ac22
|
Add reporting about query state. Needed for synchronous replication.
|
2015-12-30 16:52:47 +01:00 |
Max Neunhoeffer
|
225c8cd843
|
Work on TODOs.
|
2015-12-22 16:50:09 +01:00 |
Jan Steemann
|
2b3f3f997b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-17 10:59:30 +01:00 |
Jan Steemann
|
a694b7ef48
|
make_unique
|
2015-12-16 11:36:35 +01:00 |
Max Neunhoeffer
|
4451e491ec
|
Merge branch 'devel' into ClustUp1
|
2015-12-15 17:46:34 +01:00 |
Jan Steemann
|
ad8381ad6a
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-15 16:37:33 +01:00 |
Alan Plum
|
8853ede355
|
org/arangodb -> @arangodb
|
2015-12-15 15:51:44 +01:00 |
Jan Steemann
|
b123ffbe26
|
issue #1610
|
2015-12-15 15:41:50 +01:00 |
Max Neunhoeffer
|
7641feeb88
|
Fix ClusterComm library w.r.t. pointers.
|
2015-12-14 11:22:30 +01:00 |
Max Neunhoeffer
|
af4d729284
|
The ClusterComm C++11 revolution.
|
2015-12-11 23:26:10 +01:00 |
Michael Hackstein
|
1a33c10557
|
Removed TRI_json_t from Vocbase/auth and did some refactoring in the internals there. Bye Bye CORE_MEM_ZONE
|
2015-12-10 14:08:49 +01:00 |
Jan Steemann
|
5c033f566b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-04 13:47:08 +01:00 |
hkernbach
|
6d25ac57e9
|
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
|
2015-12-01 11:25:58 +01:00 |
Jan Steemann
|
0dd207f9f5
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-01 11:14:12 +01:00 |
jsteemann
|
04e81ea851
|
more replication
|
2015-11-30 23:33:59 +01:00 |
Jan Steemann
|
db078f1554
|
changed some APIs of AssocMulti
|
2015-11-25 15:40:01 +01:00 |
Jan Steemann
|
b0ea7dd562
|
added V8ToVPack conversion
|
2015-11-13 17:27:35 +01:00 |
Michael Hackstein
|
8d0d921ab6
|
Included two Abstract classes for Traversals. Traverser and TraversalPath. Implemented both of them for Single-Server Traversals.
|
2015-11-12 16:25:36 +01:00 |
Michael Hackstein
|
fbee0b0859
|
Started to transform Parts of AQL Query to VPack. Especially the QueryResult is now using VPack internally.
|
2015-11-12 11:09:35 +01:00 |
Michael Hackstein
|
a649e36431
|
Fixed output of QUERY_CACHE json
|
2015-11-08 15:00:39 +01:00 |
Wilfried Goesgens
|
7a54982eb4
|
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
|
2015-11-06 13:53:21 +01:00 |
Jan Steemann
|
3c04642550
|
moved object cache from `db` object into object of its own
|
2015-11-05 14:20:02 +01:00 |
Wilfried Goesgens
|
bb9039c855
|
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
|
2015-10-29 16:01:01 +01:00 |
Jan Steemann
|
31cacfb9f9
|
do not allow remaining in already-deleted database with _useDatabase()
|
2015-10-28 11:22:58 +01:00 |
Wilfried Goesgens
|
dae95de667
|
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
|
2015-10-21 14:54:01 +02:00 |
Jan Steemann
|
4249095456
|
issue #1507: added optional *allowImplicit* sub-attribute for transactions
|
2015-09-24 15:50:00 +02:00 |
Michael Hackstein
|
1a7f414c16
|
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
|
2015-09-18 12:21:39 +02:00 |
Frank Celler
|
c4d1fff729
|
new traversal
|
2015-09-18 10:40:28 +02:00 |
Jan Steemann
|
dc7ac83354
|
incremental sync fixes
|
2015-09-15 14:20:08 +02:00 |
Jan Steemann
|
29d37eb346
|
added diagnosis functions
|
2015-09-07 20:48:42 +02:00 |
CoDEmanX
|
b4593a7e82
|
Change spelling of 'initialize' to American English (comments and log messages only)
|
2015-09-01 17:07:21 +02:00 |
Jan Steemann
|
a3ee707f6f
|
less creations of empty headers maps
|
2015-08-30 22:11:18 +02:00 |
Jan Steemann
|
2c640965b8
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-08-19 11:19:46 +02:00 |
Jan Steemann
|
9f0384284f
|
moved files
|
2015-08-19 11:19:37 +02:00 |
Aurelijus Banelis
|
cd9df3460e
|
Documentation: Example of user data in _createDatabase
|
2015-08-15 22:22:27 +03:00 |
Jan Steemann
|
e754f0c3f0
|
cppcheck
|
2015-08-14 01:23:17 +02:00 |
Jan Steemann
|
7c05077668
|
indentation
|
2015-08-12 23:40:25 +02:00 |
Frank Celler
|
4a9d775061
|
cleanup
|
2015-08-12 17:54:15 +02:00 |
Frank Celler
|
9de6bd39db
|
moved to strings, fixed #1432: arangosh doesn't ignore prefixed ....> on paste
|
2015-08-12 17:54:14 +02:00 |
Willi Goesgens
|
e66b5907f6
|
Add examples to database basics
|
2015-08-12 11:11:30 +02:00 |
Jan Steemann
|
434d6167db
|
added configuration option `--database.throw-collection-not-loaded-error`
|
2015-08-11 12:31:42 +02:00 |
Jan Steemann
|
82940cda10
|
use std::vector
|
2015-08-10 16:43:59 +02:00 |