Avi Kivity
fd513c42ad
streaming: convert sprint() to format()
...
sprint() recently became more strict, throwing on sprint("%s", 5). Replace
with the more modern format().
Mechanically converted with https://github.com/avikivity/unsprint .
2018-11-01 13:16:17 +00:00
Avi Kivity
8501e2a45d
streaming: progress_info: fix format string
...
We try to escape % as \%, but the correct escape is %%.
2018-11-01 13:16:17 +00:00
Pekka Enberg
38a54df863
Fix pre-ScyllaDB copyright statements
...
People keep tripping over the old copyrights and copy-pasting them to
new files. Search and replace "Cloudius Systems" with "ScyllaDB".
Message-Id: <1460013664-25966-1-git-send-email-penberg@scylladb.com >
2016-04-08 08:12:47 +03:00
Asias He
2cc31ac977
streaming: Get rid of the stream_index
...
It is always zero.
2016-01-25 16:58:57 +08:00
Avi Kivity
d5cf0fb2b1
Add license notices
2015-09-20 10:43:39 +03:00
Asias He
849519946e
streaming: Convert ProgressInfo.java to C++
2015-06-18 23:02:31 +08:00