]> git.cworth.org Git - apitrace/history - trace_file.cpp
Merge branch 'master' into compression
[apitrace] / trace_file.cpp
2011-08-24 José FonsecaMerge branch 'master' into compression
2011-08-24 Zack RusinMerge branch 'master' into compression
2011-08-23 Zack RusinVarious changes to the flushing code.
2011-08-20 Zack RusinMake sure that the traces are always complete.
2011-08-08 Zack RusinAdd a file identifier to snappy compressed traces
2011-08-06 Zack RusinAutomatically detect whether trace is zlib or snappy...
2011-08-06 Zack RusinRemove debugging helpers and fix Snappy::rawGetc
2011-08-06 Zack Rusingets returns an int
2011-08-06 Zack RusinOk, when != -1
2011-08-06 Zack RusinAdd snappy compression/decompression code.
2011-08-06 Zack RusinAbstract file writing operation into a class of its...