-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream .rrd
files
#2412
Merged
Merged
Stream .rrd
files
#2412
Changes from 33 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
46c1a34
temp
jprochazk 1643efc
Merge branch 'main' into jan/stream-rrd
jprochazk 1d2efde
Merge branch 'main' into jan/stream-rrd
jprochazk 15d726c
start implementing stream decoder
jprochazk f0a5aad
remove prints
jprochazk 46e1432
Merge branch 'main' into jan/stream-rrd
jprochazk 4461bd4
update ehttp
jprochazk ace4ab8
use `ops::ControlFlow`
jprochazk d27c313
`finish` each chunk during encoding
jprochazk 18ab421
`read_options` from unsized slice
jprochazk ecf93d8
simplify stream decoder
jprochazk 999a3ff
do not filter tests in launch.json
jprochazk b222755
update ehttp commit
jprochazk 41e4ce2
use lz4 blocks and simplify stream decoder further
jprochazk ec52b1c
Merge branch 'main' into jan/stream-rrd
jprochazk c60c2be
fix lints
jprochazk c89074f
update ehttp after rebase on upstream master
jprochazk daf3f75
Merge branch 'main' into jan/stream-rrd
jprochazk d51f9fd
update to `RRF2`
jprochazk 65fcd39
update naming + add comment about message header len equality
jprochazk b536af7
some comments about state machine
jprochazk f3c661e
Update crates/re_log_encoding/src/decoder/stream.rs
jprochazk 04c4fd7
clarify `ChunkBuffer.buffer` and `try_read` behavior
jprochazk d713cf8
rename `cursor` to `buffer_fill` and update comment
jprochazk a78512b
make `try_read` infallible
jprochazk bcaf5b8
prevent `try_read` from returning same bytes for the same n
jprochazk 1825280
add more unit tests
jprochazk 1277f3d
Update crates/re_log_encoding/src/stream_rrd_from_http.rs
jprochazk bb5af62
remove dead code
jprochazk 8106e94
fix lints
jprochazk 1d5de37
fix typo
jprochazk 96cf7bb
Merge branch 'main' into jan/stream-rrd
jprochazk 64b2de5
add assert against incomplete read
jprochazk 31f4cae
update old rrd version message
jprochazk 3a87459
add stream end debug log
jprochazk 0e91dc2
switch ehttp to `emilk/ehttp@master`
jprochazk f3d2bf5
Update crates/re_log_encoding/src/decoder/stream.rs
jprochazk b80731a
early-out on empty chunks
jprochazk 38d3403
Merge branch 'main' into jan/stream-rrd
jprochazk ae5664c
pin the ehttp version
emilk 8b2cf30
update Cargo.lock
emilk 14efd77
Improve OldRrdVersion error message
emilk 12c645f
build_demo_app.py: build Python SDK before running examples
emilk f5f44f3
update formatting
jprochazk e5026f0
Merge branch 'main' into jan/stream-rrd
jprochazk 0c82335
update ehttp
jprochazk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update this to point to the main repo before merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
emilk/ehttp#28 has been merged, so we can update this now