-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: rikaaa0928/rog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.11-async-io
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rikaaa0928/rog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 38 files changed
- 2 contributors
Commits on Oct 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 919cf2a - Browse repository at this point
Copy the full SHA 919cf2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7afc24b - Browse repository at this point
Copy the full SHA 7afc24bView commit details -
Refactor: Modernize module structure to 2018 edition style
This commit refactors the project's module structure from the Rust 2015 `foo/mod.rs` style to the modern Rust 2018 `foo.rs` style. This change was applied to all modules in the `src` directory, including nested modules. The primary motivation for this change is to align the project with current Rust idioms, which improves readability and maintainability. No functional changes were made; this is purely a structural refactoring. The project compiles and passes all tests after this change.
Configuration menu - View commit details
-
Copy full SHA for 020ad05 - Browse repository at this point
Copy the full SHA 020ad05View commit details
Commits on Oct 7, 2025
-
feat: Add StreamInfo to RunStream for protocol identification
This change introduces a `StreamInfo` struct to store metadata about a stream, starting with the protocol name. The `RunStream` trait has been updated with `get_info` and `set_info` methods to allow for accessing and modifying this information. The `set_info` method uses a closure to provide a flexible way to update the `StreamInfo` struct. All implementations of `RunStream` have been updated to include the `StreamInfo` field and the new methods. The protocol name is now set at the appropriate places in the listener and connector logic.
Configuration menu - View commit details
-
Copy full SHA for cd0f44b - Browse repository at this point
Copy the full SHA cd0f44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 452ca48 - Browse repository at this point
Copy the full SHA 452ca48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f1bb54 - Browse repository at this point
Copy the full SHA 7f1bb54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f67bd9 - Browse repository at this point
Copy the full SHA 5f67bd9View commit details
Commits on Oct 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 632367c - Browse repository at this point
Copy the full SHA 632367cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d026a3 - Browse repository at this point
Copy the full SHA 2d026a3View commit details
Commits on Oct 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a994ee7 - Browse repository at this point
Copy the full SHA a994ee7View commit details
Commits on Oct 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fd76213 - Browse repository at this point
Copy the full SHA fd76213View commit details
Commits on Oct 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0b4b8c5 - Browse repository at this point
Copy the full SHA 0b4b8c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f106322 - Browse repository at this point
Copy the full SHA f106322View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1800f6 - Browse repository at this point
Copy the full SHA c1800f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53385b0 - Browse repository at this point
Copy the full SHA 53385b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1fe5aa - Browse repository at this point
Copy the full SHA e1fe5aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e837e9 - Browse repository at this point
Copy the full SHA 4e837e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3259885 - Browse repository at this point
Copy the full SHA 3259885View commit details
Loading
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 v0.0.11-async-io...main