Frank Celler
d9a9f6e04b
raised version to 1.4
2013-05-12 20:03:23 +02:00
Frank Celler
899e28536b
added cheat sheet
2013-05-12 20:02:23 +02:00
Frank Celler
f57c73f1ec
fixed Upgrading, fixed copy of cheat-sheet
...
Conflicts:
Makefile.in
2013-05-12 19:56:48 +02:00
Jan Steemann
2bebb225f3
fixed graphs
2013-05-10 20:36:46 +02:00
Heiko Kernbach
a1dd214681
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-05-10 18:33:40 +02:00
Heiko Kernbach
f19d475e6b
dashb changes
2013-05-10 18:32:36 +02:00
Frank Celler
3f544a125f
added section about admin interface, removed saveOrReplace reference
2013-05-10 17:59:47 +02:00
Jan Steemann
98cddb8c5f
improve arangob results output
2013-05-10 17:58:29 +02:00
Jan Steemann
42a749dfc0
fixed CSS, broken image and typo
2013-05-10 17:50:07 +02:00
Heiko Kernbach
03893bf9cd
updated dashboard
2013-05-10 17:30:49 +02:00
Thomas Richter
b2273196b3
.gitignore changed
2013-05-10 15:38:55 +02:00
Thomas Richter
aa265c7502
api-docs.json changed
2013-05-10 15:35:11 +02:00
Thomas Richter
059a5c6d34
dir added
2013-05-10 15:33:25 +02:00
Thomas Richter
775d777267
remove generated swagger files from repos
2013-05-10 15:27:51 +02:00
Jan Steemann
841d7d7355
English
2013-05-10 14:06:15 +02:00
Jan Steemann
aa709a225f
some typos
2013-05-10 13:34:44 +02:00
Jan Steemann
46e6ff8008
added example
2013-05-10 12:48:30 +02:00
Jan Steemann
ebad0130ea
updated docs
2013-05-10 12:26:15 +02:00
Frank Celler
e98a22a31c
added suffix .history to history files
2013-05-10 10:59:53 +02:00
Frank Celler
193c598dee
auto add aardvark
2013-05-10 10:59:43 +02:00
Frank Celler
6568c25c38
added foxx warning
...
Conflicts:
Documentation/Manual/NewFeatures13.md
2013-05-10 10:06:16 +02:00
Frank Celler
c661208c4f
added new options
...
Conflicts:
Documentation/Manual/Upgrading13.md
Documentation/Manual/Upgrading13TOC.md
2013-05-10 10:05:30 +02:00
Jan Steemann
a487dbe6c4
Merge pull request #519 from guidoreina/experiment
...
Minor bug fixes.
2013-05-10 00:26:15 -07:00
Guido Reina
ae8d686ae6
In the function CheckDatafile(), inside the while loop, there are two consecutive 'if' with the same body and similar condition. The first 'if' has been removed, as its condition is more restrictive than the second.
2013-05-09 20:26:32 +02:00
Guido Reina
7efd0a1ec7
Merge remote branch 'remotes/upstream/devel' into experiment
2013-05-09 18:56:50 +02:00
Guido Reina
3449b87e2c
The 'json' structure was not freed in the function TRI_LoadCollectionInfo() if the file was not a JSON array.
2013-05-09 18:26:24 +02:00
Guido Reina
d35a4034ef
Memory leak in the function ScanPath() if the directory is not writable.
2013-05-09 18:00:43 +02:00
Guido Reina
7b3c1ed4dd
In the function TRI_CreateNodeReturnEmptyAql(), if TRI_Allocate() failed to allocate memory for 'list', 'list' was freed, instead of 'node'.
2013-05-09 17:14:37 +02:00
Guido Reina
e0c88e4a1a
In the function TruncateAndSealDatafile(), 'filename' and 'oldname' were not freed. If TRI_UNMMFile() failed, the file was not closed.
...
In the function OpenDatafile(), if TRI_Allocate() failed to allocate memory for 'datafile', the file was not unmapped and not closed.
2013-05-09 16:43:20 +02:00
Guido Reina
952d643101
Fixed memory leak in the function ScanCollectionDirectory(). If the file extension is .db and it is a compaction file, 'filename' is leaked when 'newName' is assigned to it.
...
In the function TRI_LoadCollectionInfo(), when the value's type is a JSON string and the key is not the 'name', it checked again whether the value's type is a JSON string, instead of comparing the key with 'cid'.
2013-05-09 16:06:46 +02:00
Guido Reina
fc9de8ed08
Typos.
2013-05-09 14:16:53 +02:00
Jan Steemann
5b94d9af98
less malloc/free for JSON parsing
2013-05-08 23:32:14 +02:00
Jan Steemann
c0dbfb4136
issue #517
2013-05-08 20:58:55 +02:00
Jan Steemann
6740db7207
fix different resident set size report units
2013-05-08 19:10:49 +02:00
Heiko Kernbach
509e774774
dashb css changes
2013-05-08 18:37:43 +02:00
Heiko Kernbach
fb379b29c3
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-05-08 18:29:43 +02:00
Heiko Kernbach
65972659e4
changed dashboard
2013-05-08 18:29:36 +02:00
Jan Steemann
67a4cba989
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-05-08 18:02:41 +02:00
Jan Steemann
d40f96d8e9
fixed potential memleaks
2013-05-08 18:02:10 +02:00
Thomas Richter
f8a3b5947f
see last commit
2013-05-08 15:44:36 +02:00
Thomas Richter
760a2e0778
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-05-08 15:39:51 +02:00
Thomas Richter
ff386e57aa
transfer headers to next functions
2013-05-08 15:39:19 +02:00
Thomas Richter
0562e5c94d
Header with 304 returncode fixed
2013-05-08 15:38:12 +02:00
Jan Steemann
052fc97627
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-05-08 11:10:47 +02:00
Jan Steemann
eb8325ef34
fixed typo in error message
2013-05-08 11:10:34 +02:00
Jan Steemann
ccd129f69e
fixed problem on restart ("datafile-xxx is not sealed") when server was killed during compaction
2013-05-08 11:09:48 +02:00
Thomas Richter
72835b1bd8
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-05-08 11:07:55 +02:00
Thomas Richter
121168527e
generated Examples should be ignored
2013-05-08 11:05:29 +02:00
Thomas Richter
cd6a222a51
generateSwagger api-edges added
2013-05-08 11:02:39 +02:00
Thomas Richter
613ec24f33
genratedSwagger.py typos and vim:
2013-05-08 10:59:38 +02:00