-
Notifications
You must be signed in to change notification settings - Fork 84
engine: return new handles from EngineHandle::initEngine
#2129
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
Merged
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
3c4e551
engine: return new handles from `EngineHandle::initEngine`
jpsim 1510d2e
Fix C++ stream
jpsim 1575c81
Fix engine handles in JNI interfaces
jpsim 4c3d502
Send engine handles in `main_interface_test.cc`
jpsim 1a60392
Fix common tests build failures
jpsim adb4e8d
Fix termination issues
jpsim 2ff0da3
Fix `engine_test.cc`
jpsim 3ab61c7
Fix `main_interface_test.cc`
jpsim 2978642
Fix typo in comment
jpsim 14180f8
Rename the overload of sendData that takes a byte array
jpsim 41f65ba
WIP: Disable test to see what other failures there are
jpsim 2dabcc3
fixup! WIP: Disable test to see what other failures there are
jpsim b5f2b0a
WIP: Disable failing cronet tests temporarily
jpsim 1f35665
Release engine in C++ tests to avoid asan detecting the leaks
jpsim 9954283
fixup! Release engine in C++ tests to avoid asan detecting the leaks
jpsim b38e283
Remove outdated comment
jpsim 6e6b81b
Re-add disabled parts of `EngineApiTest.kt`
jpsim bf08759
Merge branch 'main' into jp-real-engine-handles
jpsim 8b2ec75
Re-add cronet_url_request_context_test
jpsim 1122144
Re-add `urlconnection_test`
jpsim 43ae8ca
Revert "Re-add disabled parts of `EngineApiTest.kt`"
jpsim 819b2cb
Fix `CompareDefaultWithCronet` tests
jpsim c907a2f
Update ignore messages
jpsim dcc64dd
Add tmate step to debug failing test
jpsim d2b9b26
fixup! Add tmate step to debug failing test
jpsim 39fcee7
fixup! fixup! Add tmate step to debug failing test
jpsim 85d5d3a
Revert "Revert "Re-add disabled parts of `EngineApiTest.kt`""
jpsim 25e3ffe
Revert "Add tmate step to debug failing test"
jpsim 1fb3d96
Add FIXME to unblock moving forward
jpsim d505306
Merge remote-tracking branch 'origin/main' into jp-real-engine-handles
jpsim a817d3e
Merge remote-tracking branch 'origin/main' into jp-real-engine-handles
jpsim 3e8b2c1
Remove dispatch_once calls from EnvoyNetworkMonitor
jpsim 6affb63
Merge remote-tracking branch 'origin/main' into jp-real-engine-handles
jpsim 9cc9f56
Move termination checking to the dispatcher
jpsim 78a1d9e
Pull in changes from https://github.com/envoyproxy/envoy-mobile/pull/…
jpsim 7adabb7
fixup! Pull in changes from https://github.com/envoyproxy/envoy-mobil…
jpsim 1d73144
Revert comment word change
jpsim 6b22353
Add missing parameter documentation
jpsim bda80bd
Remove `getHandle()` APIs
jpsim 25071ae
Remove NOLINT comments
jpsim c17da3c
Merge branch 'main' into jp-real-engine-handles
jpsim a768801
Merge remote-tracking branch 'origin/main' into jp-real-engine-handles
jpsim 24cb769
Merge remote-tracking branch 'origin/main' into jp-real-engine-handles
jpsim c5e9936
Disable global stats
jpsim 453d7ab
Add inline yaml comment
jpsim d67ec50
engine: remove log delegate pointer explicit reset
jpsim 2a00d25
Re-enable ignored cronet tests
jpsim 32fcf13
Merge remote-tracking branch 'origin/main' into jp-real-engine-handles
jpsim 8b9cf77
Merge remote-tracking branch 'origin/main' into jp-real-engine-handles
jpsim c6e3654
Remove outdated test that no longer applies
jpsim 546633e
api: return opaque engine handle in `onEngineRunning`
jpsim 03fde4d
fixup! api: return opaque engine handle in `onEngineRunning`
jpsim b7435d0
Revert "api: return opaque engine handle in `onEngineRunning`"
jpsim d6152c8
Merge remote-tracking branch 'origin/main' into jp-real-engine-handles
jpsim 31a27fe
Expose default handle API
jpsim 4add65d
Merge remote-tracking branch 'main' into jp-real-engine-handles
jpsim 586bdad
Merge remote-tracking branch 'origin/main' into jp-real-engine-handles
jpsim 20b30b8
Add release notes entry
jpsim 15b631c
Revert "Expose default handle API"
jpsim 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
nit: Not sure this strictly needs to be in release notes, since technically this is not a public type/interface.
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.
Yes, although it's possible to have relied on the fact that this was a predictable value from external consumers, as brittle as that may have been.