]> git.cworth.org Git - apitrace/history - trace_snappyfile.cpp
Switch the gui to the on-demand-loader.
[apitrace] / trace_snappyfile.cpp
2011-09-04 Zack RusinAdd code to report parsing/scanning progress.
2011-09-03 José FonsecaDon't decompress blocks that we'll skip.
2011-09-03 José FonsecaMake skip length size_t.
2011-09-03 José FonsecaMerge branch 'master' into on-demand-loading
2011-09-03 José FonsecaSplit flushCache into read/write versions.
2011-09-02 Zack RusinAdjust for the changes in master.
2011-09-02 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-09-02 Zack RusinImplement scanning/skipping of fragments of the trace
2011-09-01 José FonsecaAdd a usedCacheSize() method.
2011-09-01 José FonsecaPrevent infinite loop reading snappy compressed files.
2011-09-01 José FonsecaAlways write snappy chunk lengths in little endian.
2011-09-01 José FonsecaAlways use size_t for length in files.
2011-09-01 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-08-29 Zack RusinFix a nasty crash.
2011-08-27 Zack RusinMerge branch 'master' into on-demand-loading
2011-08-27 Zack RusinMake sure that the snappyfile doesn't try to read past...
2011-08-27 Zack RusinSome initial thoughts on the on-demand loading api.
2011-08-25 Zack RusinMerge branch 'compression'
2011-08-25 José FonsecaMake FlushDeep the default and only flush type.
2011-08-25 José FonsecaAdd copyright headers.
2011-08-25 Zack RusinMake sure that the size of the compressed length is...
2011-08-25 Zack RusinFix writing/reading compressed length of the chunks.
2011-08-25 Zack RusinExport SnappyFile class to its own file.