Skip to content
Permalink

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
Choose a base ref
...
head repository: rikaaa0928/rog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 18 commits
  • 38 files changed
  • 2 contributors

Commits on Oct 6, 2025

  1. Configuration menu
    Copy the full SHA
    919cf2a View commit details
    Browse the repository at this point in the history
  2. udp debug log fix

    rikaaa0928 committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    7afc24b View commit details
    Browse the repository at this point in the history
  3. 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.
    google-labs-jules[bot] committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    020ad05 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. 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.
    google-labs-jules[bot] committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    cd0f44b View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    rikaaa0928 committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    452ca48 View commit details
    Browse the repository at this point in the history
  3. grpc connect retry

    rikaaa0928 committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    7f1bb54 View commit details
    Browse the repository at this point in the history
  4. htss5

    rikaaa0928 committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    5f67bd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. socks5 inner

    rikaaa0928 committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    632367c View commit details
    Browse the repository at this point in the history
  2. Revert "Preload connector cache at object startup"

    connect no pre create
    This reverts commit 833e6e5
    
    (cherry picked from commit 2b5c052)
    rikaaa0928 committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    2d026a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. profile.release dep

    rikaaa0928 committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    a994ee7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. try lan route fix

    rikaaa0928 committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    fd76213 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. consts

    rikaaa0928 committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    0b4b8c5 View commit details
    Browse the repository at this point in the history
  2. router log

    rikaaa0928 committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    f106322 View commit details
    Browse the repository at this point in the history
  3. fmt

    rikaaa0928 committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    c1800f6 View commit details
    Browse the repository at this point in the history
  4. clippy

    rikaaa0928 committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    53385b0 View commit details
    Browse the repository at this point in the history
  5. clippy

    rikaaa0928 committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    e1fe5aa View commit details
    Browse the repository at this point in the history
  6. update

    rikaaa0928 committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    4e837e9 View commit details
    Browse the repository at this point in the history
  7. update

    rikaaa0928 committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    3259885 View commit details
    Browse the repository at this point in the history
Loading