Jan Steemann
|
cbd2bbf2b1
|
fixed some multi-thread issues
|
2013-11-21 15:14:46 +01:00 |
Jan Steemann
|
0a6148f2d6
|
fixed some VS complaints
|
2013-10-16 17:27:35 +02:00 |
Jan Steemann
|
dde1db5594
|
added assertion
|
2013-10-09 09:45:49 +02:00 |
Jan Steemann
|
4a6ed076e1
|
added out-of-bounds check for datafile writing
|
2013-10-07 16:23:36 +02:00 |
Jan Steemann
|
106fedd615
|
several errors fixed
|
2013-09-26 09:44:50 +02:00 |
Jan Steemann
|
42441b208f
|
refactoring of multiple databases, intermediate commit
|
2013-09-11 11:42:34 +02:00 |
Jan Steemann
|
1c78c4bf40
|
added dataMin/dataMax stats for datafiles
|
2013-07-23 09:24:32 +02:00 |
Jan Steemann
|
d79d95a3a7
|
moved attribute names to defines
|
2013-07-05 14:41:23 +02:00 |
Jan Steemann
|
613652126e
|
less syncing of shapes, faster creation of collections
|
2013-07-03 09:57:07 +02:00 |
Jan Steemann
|
c2de84fd45
|
improved error message
|
2013-06-28 19:02:40 +02:00 |
Jan Steemann
|
d89262dc6a
|
incremental collection dump
|
2013-06-28 12:07:13 +02:00 |
Jan Steemann
|
8063ade2be
|
fixed issues reported by cppcheck
|
2013-06-21 19:40:57 +02:00 |
Jan Steemann
|
d617e86437
|
ensure proper order of _tick values in datafiles
|
2013-06-20 14:33:41 +02:00 |
Jan Steemann
|
314a0f926a
|
added assertion
|
2013-06-19 16:51:35 +02:00 |
Jan Steemann
|
55b20b2858
|
removed unused function
|
2013-06-19 15:42:26 +02:00 |
Jan Steemann
|
b65fecd880
|
fix reported datafile size for compacted files
|
2013-06-10 11:21:00 +02:00 |
Jan Steemann
|
12f2e2e6a1
|
fixed type issue
|
2013-06-07 11:33:46 +02: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
|
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 |
Jan Steemann
|
430db4e0f0
|
ignore some obviously invalid markers
|
2013-04-12 11:39:05 +02:00 |
Jan Steemann
|
b6925a7b7b
|
transactions
|
2013-04-11 19:06:55 +02:00 |
Frank Celler
|
f810711a79
|
FreeBSD port
|
2013-04-02 18:43:10 +02:00 |
Jan Steemann
|
666eae6b41
|
allow writing too big markers into collections if maximalJournalSize is bigger than current datafile's size
|
2013-03-28 14:41:40 +01:00 |
Jan Steemann
|
114acf1701
|
make datafile->_fid identical to datafile name for new datafiles
|
2013-03-20 12:41:36 +01:00 |
Jan Steemann
|
d17a034d59
|
moved crc calculation into datafile
|
2013-03-18 20:17:31 +01:00 |
Jan Steemann
|
61cb229ca8
|
simplified writing of markers into datafiles
|
2013-03-18 20:04:31 +01:00 |
Frank Celler
|
1aa5109fa3
|
updated disclaimer
|
2013-03-13 17:03:18 +01:00 |
Jan Steemann
|
bdf906ef89
|
fixed a memleak for barriers
|
2013-03-06 14:33:23 +01:00 |
Jan Steemann
|
ca81913abb
|
added AQL function EDGES()
|
2013-02-07 22:53:50 +01:00 |
Jan Steemann
|
7273af5c53
|
fixed arango-dfdb to not segfault that often when reading corrupt datafile
|
2013-02-06 14:26:18 +01:00 |
Jan Steemann
|
dbcc86171f
|
added more crash-protection when reading corrupted collection files at startup
|
2013-02-06 12:34:53 +01:00 |
Jan Steemann
|
f1fbb4796e
|
fixed anonymous mmap for MacOS
|
2013-01-16 12:32:28 +01:00 |
Jan Steemann
|
5f2a6c803b
|
do not show irrelevant warning
|
2013-01-13 13:18:57 +01:00 |
Jan Steemann
|
36a3ebe2ae
|
added comment about wait()
|
2013-01-07 09:44:54 +01:00 |
Jan Steemann
|
51305de692
|
in-memory collections, seem to work now
documentation and some helper functions are still missing
|
2013-01-04 17:04:15 +01:00 |
Jan Steemann
|
0471ee8a0d
|
memory collections, intermediate commit
|
2013-01-04 15:50:29 +01:00 |
Jan Steemann
|
8128a6377d
|
memory-collections, intermediate commit
|
2013-01-04 12:12:46 +01:00 |
Frank Celler
|
503e0ff8fe
|
fixed merge conflicts
|
2013-01-02 18:07:57 +01:00 |
Frank Celler
|
9917ece449
|
added missing padding for 32bit
|
2013-01-02 16:17:38 +01:00 |
Frank Celler
|
d5f24ce13c
|
Merge remote-tracking branch 'origin/windows' into HEAD
Conflicts:
CHANGELOG
Documentation/InstallationManual/Installing.md
Documentation/Makefile.files
Documentation/Scripts/generateTOC.py
Documentation/header.html
Installation/OBS/clean-repo.sh
Installation/OBS/create-repo.sh
Installation/OBS/create-ymp.sh
Installation/OBS/index.html
Installation/OBS/load-repo.sh
Makefile.in
VERSION
aclocal.m4
arangod/Ahuacatl/ahuacatl-functions.c
arangod/Documentation/user-manual.dox
arangod/V8Server/v8-actions.cpp
arangod/V8Server/v8-vocbase.cpp
arangod/VocBase/collection.c
arangod/VocBase/datafile.c
arangosh/V8Client/arangosh.cpp
config/compile
config/config.guess
config/config.sub
config/depcomp
config/install-sh
config/missing
configure
configure.ac
js/server/arango-upgrade.js
js/server/modules/org/arangodb/actions.js
lib/BasicsC/logging.c
lib/Utilities/ScriptLoader.cpp
|
2012-12-20 11:11:47 +01:00 |
Oreste Panaia
|
83ded3fc1f
|
windows fixes
|
2012-12-20 17:17:30 +08:00 |
Oreste Panaia
|
857b66c490
|
windows version
|
2012-12-06 20:44:01 +08:00 |
Jan Steemann
|
1811ce9186
|
fixed some issues found by cppcheck
|
2012-12-04 18:21:29 +01:00 |
Jan Steemann
|
10bfbb90e5
|
fixed type errors
|
2012-11-23 09:04:37 +01:00 |
Jan Steemann
|
687eac97b5
|
fix type errors
|
2012-11-23 09:00:11 +01:00 |
Jan Steemann
|
b2faa016a6
|
fixed gcc compile warnings
|
2012-11-22 21:34:41 +01:00 |
Jan Steemann
|
aaf34f44f4
|
fixed lots of compile warnings
|
2012-11-22 21:20:22 +01:00 |
a-brandt
|
c2d0749178
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
Conflicts:
arangod/RestHandler/RestDocumentHandler.cpp
arangod/RestHandler/RestEdgeHandler.cpp
arangod/RestHandler/RestImportHandler.cpp
arangod/V8Server/v8-vocbase.cpp
arangod/VocBase/document-collection.c
arangod/VocBase/document-collection.h
arangod/VocBase/primary-collection.c
arangod/VocBase/primary-collection.h
|
2012-10-24 10:46:38 +02:00 |
a-brandt
|
9a599e468a
|
added "_key" attribute
|
2012-10-23 15:58:09 +02:00 |
Jan Steemann
|
a4b979222f
|
fixed memory zone issues, memleaks
|
2012-10-10 19:05:16 +02:00 |