-
Notifications
You must be signed in to change notification settings - Fork 227
feat: implement heapq for tracking cache expire times #1465
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
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
cdc6ada
feat: implement heapq for tracking cache expire times
bdraco 965271a
chore: make __lt__ work
bdraco 2bb8479
fix: fixes
bdraco 46dde62
Update tests/services/test_browser.py
bdraco 867e26a
Update tests/services/test_info.py
bdraco 8ecab53
Apply suggestions from code review
bdraco 6212ab7
Update tests/test_handlers.py
bdraco a401c21
fix: fixes
bdraco 3af4e44
Merge remote-tracking branch 'origin/heapq' into heapq
bdraco 8f9f47d
fix: safer
bdraco 2986304
fix: safer
bdraco 2f0b372
fix: safer
bdraco ead3379
fix: safer
bdraco 04095e4
fix: fixes
bdraco 473a02b
fix: make it clear its not public
bdraco 1daa996
fix: revert
bdraco 1881db9
fix: revert
bdraco fe9957c
fix: remove reset ttl
bdraco ca5a6e4
fix: reorder to pop first
bdraco 3379b88
fix: correct record update logic
bdraco e59bd24
Update src/zeroconf/_handlers/record_manager.py
bdraco 56bf5a7
chore: add coverage for cleanup
bdraco 70d6d05
Merge remote-tracking branch 'origin/master' into heapq
bdraco 885a439
fix: fixes
bdraco 77a4574
Merge remote-tracking branch 'origin/master' into heapq
bdraco 89d0ba8
Merge branch 'master' into heapq
bdraco f6f238b
Update src/zeroconf/_cache.py
bdraco 4e5163e
chore: coverage
bdraco b979e46
Merge remote-tracking branch 'origin/heapq' into heapq
bdraco e3ba478
chore: add comment
bdraco 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
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.
Uh oh!
There was an error while loading. Please reload this page.