# # ChangeLog for lib/data-struct/object_cache.c # # Generated by Trac 1.0.10 # 07/04/22 18:48:34 Mon, 19 Jan 2015 20:44:16 GMT Richard Sanger [04bf7c5] * lib/data-struct/object_cache.c (modified) * lib/data-struct/object_cache.h (modified) * lib/data-struct/ring_buffer.c (modified) * lib/data-struct/ring_buffer.h (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) Remove unused sliding window code. Refactored pstart and added some ... Thu, 27 Nov 2014 01:19:19 GMT Richard Sanger [6e41e73] * lib/data-struct/object_cache.c (modified) * lib/data-struct/object_cache.h (modified) * lib/trace_parallel.c (modified) Fixes bug where packets could be destroyed by unregistered threads ... Tue, 18 Nov 2014 20:24:50 GMT Dan Collins [78911b5] * lib/data-struct/object_cache.c (modified) * lib/trace_parallel.c (modified) Fixed the debug output to be more clear. trace_parallel: * Changed ... Sun, 17 Aug 2014 14:37:07 GMT Richard Sanger [957a72a] * lib/data-struct/object_cache.c (modified) Fix ocache to always try write/read back a full/empty local cache. ... Tue, 05 Aug 2014 07:04:19 GMT Richard Sanger [7e4e9b8] * lib/data-struct/object_cache.c (modified) Fixes ocache ring writebulk hit count. Wed, 30 Jul 2014 06:44:16 GMT Richard Sanger [a49a9eb] * lib/Makefile.am (modified) * lib/data-struct/deque.c (modified) * lib/data-struct/message_queue.c (modified) * lib/data-struct/message_queue.h (modified) * lib/data-struct/object_cache.c (added) * lib/data-struct/object_cache.h (added) * lib/data-struct/ring_buffer.c (modified) * lib/data-struct/ring_buffer.h (modified) * lib/data-struct/vector.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * test/test-datastruct-ringbuffer.c (modified) Add an object cache with thread local caches All packets used by a ...