influxdb/tsdb/engine/tsm1
Mark Rushakoff e483689563 Protect against bounds errors in BooleanDecoder 2016-07-19 15:59:27 -07:00
..
DESIGN.md doc: remove the implication that the wal directory is inside the shard directory. 2016-02-15 05:33:22 +11:00
bit_reader.go optimize tsm1.BitReader 2016-04-19 11:34:17 -06:00
bit_reader_test.go optimize tsm1.BitReader 2016-04-19 11:34:17 -06:00
bool.go Protect against bounds errors in BooleanDecoder 2016-07-19 15:59:27 -07:00
bool_test.go Protect against bounds errors in BooleanDecoder 2016-07-19 15:59:27 -07:00
cache.go Refactoring the monitor service to avoid expvar 2016-07-07 11:13:58 -05:00
cache_race_test.go Fix deadlock when running backup 2016-03-14 12:36:48 -06:00
cache_test.go Fix race in cache 2016-06-06 15:45:01 -06:00
compact.go Abort running compactions when series are deleted 2016-07-17 23:53:12 -06:00
compact_test.go Add index optimize planning step 2016-07-14 11:32:36 -06:00
cursor.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
encoding.gen.go Fix panic in full compactions due to duplciate data in blocks 2016-07-14 11:32:36 -06:00
encoding.gen.go.tmpl Fix panic in full compactions due to duplciate data in blocks 2016-07-14 11:32:36 -06:00
encoding.gen.go.tmpldata Fix pathalogical TSM query case 2016-05-25 09:14:17 -06:00
encoding.go Handle bounds errors in UnpackBlock 2016-07-19 15:43:27 -07:00
encoding_test.go Fix panic in full compactions due to duplciate data in blocks 2016-07-14 11:32:36 -06:00
engine.go Remove compaction enabled logging 2016-07-17 23:53:12 -06:00
engine_test.go Add index optimize planning step 2016-07-14 11:32:36 -06:00
file_store.gen.go Fix out of order blocks returned during query 2016-06-22 17:34:44 -06:00
file_store.gen.go.tmpl Fix out of order blocks returned during query 2016-06-22 17:34:44 -06:00
file_store.gen.go.tmpldata Fix pathalogical TSM query case 2016-05-25 09:14:17 -06:00
file_store.go Add stats and diagnostics to the TSM engine 2016-07-07 19:35:55 -05:00
file_store_test.go Fix out of order blocks returned during query 2016-06-22 17:34:44 -06:00
file_unix.go Fix tombstone rename on windows 2016-04-27 13:09:53 -06:00
file_windows.go Remove redundant windows build tags 2016-05-03 14:22:02 +01:00
float.go optimize tsm1.FloatDecoder 2016-04-21 08:49:12 -06:00
float_test.go tsm1 query engine alloc reduction 2016-04-11 14:50:59 -06:00
int.go Protect against bounds errors in IntegerDecoder 2016-07-19 15:43:27 -07:00
int_test.go Protect against bounds errors in IntegerDecoder 2016-07-19 15:43:27 -07:00
iterator.gen.go Fix overwriting points returning wrong value 2016-05-03 09:21:31 -06:00
iterator.gen.go.tmpl Fix overwriting points returning wrong value 2016-05-03 09:21:31 -06:00
iterator.gen.go.tmpldata Changed type-switch a few places to reduce allocations. 2016-03-11 15:57:05 -05:00
iterator.go Support cast syntax for selecting a specific type 2016-05-16 12:08:29 -04:00
mmap_solaris.go ran go fmt on mmap_solaris.go #4787 2015-12-07 17:41:26 -08:00
mmap_unix.go Remove MAP_POPULATE 2016-01-08 08:45:27 -07:00
mmap_windows.go fix munmap bug in the windows 2016-01-31 10:46:46 +08:00
pools.go integer support 2016-02-10 09:40:25 -07:00
reader.go Defend against some boundary errors in TSM reading 2016-07-19 15:43:27 -07:00
reader_test.go Defend against some boundary errors in TSM reading 2016-07-19 15:43:27 -07:00
string.go Protect against bounds errors in StringDecoder 2016-07-19 15:43:27 -07:00
string_test.go Protect against bounds errors in StringDecoder 2016-07-19 15:43:27 -07:00
timestamp.go Protect against bounds errors in TimeDecoder 2016-07-19 15:43:27 -07:00
timestamp_test.go Protect against bounds errors in TimeDecoder 2016-07-19 15:43:27 -07:00
tombstone.go tsdb/engine/tsm1: Check os.Open error before using file. 2016-05-24 21:08:35 -07:00
tombstone_test.go Fix read tombstones: EOF 2016-05-18 23:29:25 -06:00
wal.go Rename throttle package to limiter 2016-07-18 12:00:58 -06:00
wal_test.go Remove debugging from test output 2016-04-27 13:09:53 -06:00
writer.go Remove a double lock in the tsm1 index writer 2016-06-20 17:32:34 -05:00
writer_test.go Remove NewTSMReaderWithOptions 2016-04-27 13:09:52 -06:00