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 |
Oreste Panaia
|
fbd74b3569
|
windows
|
2012-10-08 23:30:30 +08:00 |
Oreste Panaia
|
ab15e33b89
|
memory mapped files extensions for windows
|
2012-10-08 17:17:03 +08:00 |
Oreste Panaia
|
aac17f7b55
|
wrapper for memory mapped files add
|
2012-10-05 18:31:13 +08:00 |
Frank Celler
|
325a4d59bb
|
datafile check
|
2012-07-28 20:57:03 +02:00 |
Frank Celler
|
818b6d9ec2
|
datafile debugger
|
2012-07-28 09:32:45 +02:00 |
Frank Celler
|
191b1338fe
|
issue #98: Unable to change journalSize
|
2012-07-11 13:42:17 +02:00 |
Frank Celler
|
d2c758d663
|
the great rename
|
2012-06-08 15:01:25 +02:00 |