1
0
Fork 0
Commit Graph

120 Commits

Author SHA1 Message Date
Jan Steemann aaf34f44f4 fixed lots of compile warnings 2012-11-22 21:20:22 +01:00
Frank Celler 3b5a0967bc Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	CHANGELOG
	Documentation/Makefile.files
	Installation/build.sh
	arangod/Documentation/communication.dox
	arangod/HashIndex/hasharray.c
	arangod/HashIndex/hashindex.c
	lib/Rest/Endpoint.cpp
	lib/Rest/Endpoint.h
	lib/Rest/EndpointIp.h
	lib/Rest/EndpointIpV4.h
	lib/Rest/EndpointIpV6.h
	lib/Rest/EndpointUnixDomain.cpp
2012-10-20 22:37:25 +02:00
Jan Steemann 83b9001f62 removed many unused variables 2012-10-17 18:50:17 +02:00
Jan Steemann 937168d098 slightly less comparisons 2012-10-17 17:51:19 +02:00
Jan Steemann a5402ee458 comments 2012-10-17 17:02:45 +02:00
Jan Steemann 58c9eada7b fixed hasharray bug introduced yesterday 2012-10-17 11:49:46 +02:00
Jan Steemann 7716a6a0e3 fixed hasharray bug introduced yesterday 2012-10-17 11:49:02 +02:00
Jan Steemann c5996869b6 hash index fixes 2012-10-16 17:43:22 +02:00
Jan Steemann 7b9bdd3357 slight refactoring of hash indexes
made internal statistics counters conditional (not compiled in by default)
align hash array entries on cache line boundary
preallocate big enough hash table when a hash index is created for an existing collection
2012-10-16 17:15:14 +02:00
Jan Steemann 0beeeb6c2a reduce element size in hash index 2012-10-16 15:15:31 +02:00
Jan Steemann 94057c0d0a sizeof(hash element) /= 2 2012-10-16 13:48:03 +02:00
Jan Steemann e1c46efdd9 fixed uint32_t overrun on hash index entry address calculation 2012-10-15 15:59:01 +02:00
Jan Steemann 2fc2693ddc fixed uint32_t overrun in hash index address calculation 2012-10-15 15:57:29 +02:00
Jan Steemann 5a25c44b92 fixed memory issues in hash index 2012-10-14 21:56:00 +02:00
Jan Steemann 354d4573d4 fixed some memory issues in hashindex 2012-10-14 21:47:55 +02:00
Jan Steemann 9bc99b7c9d renamed document collection to primary collection 2012-09-14 10:19:41 +02:00
Oreste Panaia b7d239f629 draft index interface 2012-09-03 17:05:39 +08:00
Oreste Panaia cd5ed3ac67 added http support for bitarray idnex creation 2012-07-24 14:30:38 +08:00
Frank Celler af60ebe612 fixed doc errors 2012-06-24 16:43:20 +02:00
Frank Celler d2c758d663 the great rename 2012-06-08 15:01:25 +02:00