Skip to content

Commit 2cb21e2

Browse files
committed
release version 2.5.5
1 parent a5759cf commit 2cb21e2

File tree

316 files changed

+2490
-2569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

316 files changed

+2490
-2569
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
v2.5.5 (????-??-??)
1+
v2.5.5 (2015-05-29)
22
-------------------
33

44
* fixed vulnerability in JWT implementation.
55

6+
* fixed format string for reading /proc/pid/stat
7+
8+
* take into account barriers used in different V8 contexts
9+
610

711
v2.5.4 (2015-05-14)
812
-------------------
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
arangosh> col = db.example;
2-
[ArangoCollection 951969211, "example" (type document, status loaded)]
2+
[ArangoCollection 948964886, "example" (type document, status loaded)]
33
arangosh> col.unload();
44
arangosh> col;
5-
[ArangoCollection 951969211, "example" (type document, status unloaded)]
5+
[ArangoCollection 948964886, "example" (type document, status unloaded)]

Documentation/Examples/HttpGharialAddEdge.generated

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
77

88
HTTP/1.1 202 Accepted
99
content-type: application/json
10-
etag: 1477567931
10+
etag: 1472204310
1111

1212
{
1313
"error" : false,
1414
"code" : 202,
1515
"edge" : {
16-
"_id" : "relation/1477567931",
17-
"_rev" : "1477567931",
18-
"_key" : "1477567931"
16+
"_id" : "relation/1472204310",
17+
"_rev" : "1472204310",
18+
"_key" : "1472204310"
1919
}
2020
}

Documentation/Examples/HttpGharialAddEdgeCol.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
1212

1313
HTTP/1.1 201 Created
1414
content-type: application/json
15-
etag: 1440998843
15+
etag: 1435962902
1616

1717
{
1818
"error" : false,
@@ -44,6 +44,6 @@ etag: 1440998843
4444
],
4545
"orphanCollections" : [ ],
4646
"_id" : "_graphs/social",
47-
"_rev" : "1440998843"
47+
"_rev" : "1435962902"
4848
}
4949
}

Documentation/Examples/HttpGharialAddVertex.generated

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
55

66
HTTP/1.1 202 Accepted
77
content-type: application/json
8-
etag: 1456399803
8+
etag: 1451429398
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"vertex" : {
14-
"_id" : "male/1456399803",
15-
"_rev" : "1456399803",
16-
"_key" : "1456399803"
14+
"_id" : "male/1451429398",
15+
"_rev" : "1451429398",
16+
"_key" : "1451429398"
1717
}
1818
}

Documentation/Examples/HttpGharialAddVertexCol.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
55

66
HTTP/1.1 201 Created
77
content-type: application/json
8-
etag: 1424942523
8+
etag: 1419972118
99

1010
{
1111
"error" : false,
@@ -29,6 +29,6 @@ etag: 1424942523
2929
"otherVertices"
3030
],
3131
"_id" : "_graphs/social",
32-
"_rev" : "1424942523"
32+
"_rev" : "1419972118"
3333
}
3434
}

Documentation/Examples/HttpGharialCreate.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
1616

1717
HTTP/1.1 201 Created
1818
content-type: application/json
19-
etag: 1413670331
19+
etag: 1408437782
2020

2121
{
2222
"error" : false,
@@ -36,6 +36,6 @@ etag: 1413670331
3636
],
3737
"orphanCollections" : [ ],
3838
"_id" : "_graphs/myGraph",
39-
"_rev" : "1413670331"
39+
"_rev" : "1408437782"
4040
}
4141
}

Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/ghari
22

33
HTTP/1.1 200 OK
44
content-type: application/json
5-
etag: 1450239419
5+
etag: 1445203478
66

77
{
88
"error" : false,
@@ -15,6 +15,6 @@ etag: 1450239419
1515
"male"
1616
],
1717
"_id" : "_graphs/social",
18-
"_rev" : "1450239419"
18+
"_rev" : "1445203478"
1919
}
2020
}

Documentation/Examples/HttpGharialGetEdge.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/social/
22

33
HTTP/1.1 200 OK
44
content-type: application/json
5-
etag: 1480582587
5+
etag: 1475218966
66

77
{
88
"error" : false,
99
"code" : 200,
1010
"edge" : {
1111
"_id" : "relation/aliceAndBob",
1212
"_key" : "aliceAndBob",
13-
"_rev" : "1480582587",
13+
"_rev" : "1475218966",
1414
"_from" : "female/alice",
1515
"_to" : "male/bob",
1616
"type" : "married"

Documentation/Examples/HttpGharialGetGraph.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/myGraph
22

33
HTTP/1.1 200 OK
44
content-type: application/json
5-
etag: 1415308731
5+
etag: 1410141718
66

77
{
88
"error" : false,
@@ -22,6 +22,6 @@ etag: 1415308731
2222
],
2323
"orphanCollections" : [ ],
2424
"_id" : "_graphs/myGraph",
25-
"_rev" : "1415308731"
25+
"_rev" : "1410141718"
2626
}
2727
}

Documentation/Examples/HttpGharialGetVertex.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/social/
22

33
HTTP/1.1 200 OK
44
content-type: application/json
5-
etag: 1458431419
5+
etag: 1453395478
66

77
{
88
"error" : false,
99
"code" : 200,
1010
"vertex" : {
1111
"_id" : "female/alice",
1212
"_key" : "alice",
13-
"_rev" : "1458431419",
13+
"_rev" : "1453395478",
1414
"name" : "Alice"
1515
}
1616
}

Documentation/Examples/HttpGharialList.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ content-type: application/json
1010
{
1111
"_id" : "_graphs/social",
1212
"_key" : "social",
13-
"_rev" : "1403905467",
13+
"_rev" : "1398738454",
1414
"edgeDefinitions" : [
1515
{
1616
"collection" : "relation",
@@ -29,7 +29,7 @@ content-type: application/json
2929
{
3030
"_id" : "_graphs/routeplanner",
3131
"_key" : "routeplanner",
32-
"_rev" : "1408296379",
32+
"_rev" : "1403063830",
3333
"orphanCollections" : [ ],
3434
"edgeDefinitions" : [
3535
{

Documentation/Examples/HttpGharialModifyVertex.generated

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharia
55

66
HTTP/1.1 202 Accepted
77
content-type: application/json
8-
etag: 1468982715
8+
etag: 1463619094
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"vertex" : {
1414
"_id" : "female/alice",
15-
"_rev" : "1468982715",
16-
"_oldRev" : "1466820027",
15+
"_rev" : "1463619094",
16+
"_oldRev" : "1461456406",
1717
"_key" : "alice"
1818
}
1919
}

Documentation/Examples/HttpGharialPatchEdge.generated

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharia
55

66
HTTP/1.1 202 Accepted
77
content-type: application/json
8-
etag: 1489495483
8+
etag: 1484131862
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"edge" : {
1414
"_id" : "relation/aliceAndBob",
15-
"_rev" : "1489495483",
16-
"_oldRev" : "1488381371",
15+
"_rev" : "1484131862",
16+
"_oldRev" : "1483017750",
1717
"_key" : "aliceAndBob"
1818
}
1919
}

Documentation/Examples/HttpGharialPutEdge.generated

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/
55

66
HTTP/1.1 202 Accepted
77
content-type: application/json
8-
etag: 1485366715
8+
etag: 1480003094
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"edge" : {
1414
"_id" : "relation/aliceAndBob",
15-
"_rev" : "1485366715",
16-
"_oldRev" : "1484383675",
15+
"_rev" : "1480003094",
16+
"_oldRev" : "1479020054",
1717
"_key" : "aliceAndBob"
1818
}
1919
}

Documentation/Examples/HttpGharialRemoveVertexCollection.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/ghari
22

33
HTTP/1.1 200 OK
44
content-type: application/json
5-
etag: 1431561659
5+
etag: 1426591254
66

77
{
88
"error" : false,
@@ -24,6 +24,6 @@ etag: 1431561659
2424
],
2525
"orphanCollections" : [ ],
2626
"_id" : "_graphs/social",
27-
"_rev" : "1431561659"
27+
"_rev" : "1426591254"
2828
}
2929
}

Documentation/Examples/HttpGharialReplaceEdgeCol.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/
1515

1616
HTTP/1.1 200 OK
1717
content-type: application/json
18-
etag: 1445717435
18+
etag: 1440681494
1919

2020
{
2121
"error" : false,
@@ -39,6 +39,6 @@ etag: 1445717435
3939
],
4040
"orphanCollections" : [ ],
4141
"_id" : "_graphs/social",
42-
"_rev" : "1445717435"
42+
"_rev" : "1440681494"
4343
}
4444
}

Documentation/Examples/HttpGharialReplaceVertex.generated

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/
66

77
HTTP/1.1 202 Accepted
88
content-type: application/json
9-
etag: 1464722875
9+
etag: 1459424790
1010

1111
{
1212
"error" : false,
1313
"code" : 202,
1414
"vertex" : {
1515
"_id" : "female/alice",
16-
"_rev" : "1464722875",
17-
"_oldRev" : "1462560187",
16+
"_rev" : "1459424790",
17+
"_oldRev" : "1457262102",
1818
"_key" : "alice"
1919
}
2020
}

0 commit comments

Comments
 (0)