-
Couldn't load subscription status.
- Fork 3
Comparing changes
Open a pull request
base repository: community-of-python/stompman
base: main
head repository: giyokun/stompman
compare: main
- 16 commits
- 2 files changed
- 2 contributors
Commits on Aug 28, 2025
-
Improve binary message handling
replaced the parse frame method to deal with binary messages and properly account for content length.
Configuration menu - View commit details
-
Copy full SHA for da77eac - Browse repository at this point
Copy the full SHA da77eacView commit details
Commits on Aug 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 750be9c - Browse repository at this point
Copy the full SHA 750be9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for db09961 - Browse repository at this point
Copy the full SHA db09961View commit details -
Moved frame parsing logic inline within FrameParser to improve code l…
…ocality and reduce function call overhead.
Configuration menu - View commit details
-
Copy full SHA for 84adeba - Browse repository at this point
Copy the full SHA 84adebaView commit details -
Refactor FrameParser to handle STOMP frame parsing more robustly with…
… improved buffer management and state tracking.
Configuration menu - View commit details
-
Copy full SHA for cf3331f - Browse repository at this point
Copy the full SHA cf3331fView commit details -
Refactor FrameParser logic to properly handle command validation and …
…header processing during frame parsing.
Configuration menu - View commit details
-
Copy full SHA for 6e078f8 - Browse repository at this point
Copy the full SHA 6e078f8View commit details -
Handle heartbeat frames properly in STOMP frame parser by yielding th…
…em at correct processing points.
Configuration menu - View commit details
-
Copy full SHA for 66409d6 - Browse repository at this point
Copy the full SHA 66409d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f528063 - Browse repository at this point
Copy the full SHA f528063View commit details -
Configuration menu - View commit details
-
Copy full SHA for e718774 - Browse repository at this point
Copy the full SHA e718774View commit details -
Fix content-length validation order and enhance frame parsing robustn…
…ess with comprehensive NULL byte and content-length tests.
Configuration menu - View commit details
-
Copy full SHA for a511e52 - Browse repository at this point
Copy the full SHA a511e52View commit details -
Configuration menu - View commit details
-
Copy full SHA for e18d909 - Browse repository at this point
Copy the full SHA e18d909View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfbebd2 - Browse repository at this point
Copy the full SHA dfbebd2View commit details -
Updated FrameParser to allow _previous_byte field to be None instead …
…of empty bytes for better null handling.
Configuration menu - View commit details
-
Copy full SHA for 9bb6c45 - Browse repository at this point
Copy the full SHA 9bb6c45View commit details -
Refactor FrameParser to explicitly define fields and initialize them …
…in __init__ instead of using dataclass field declarations.
Configuration menu - View commit details
-
Copy full SHA for 91c3859 - Browse repository at this point
Copy the full SHA 91c3859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44c76bc - Browse repository at this point
Copy the full SHA 44c76bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3abda9a - Browse repository at this point
Copy the full SHA 3abda9aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main