这是indexloc提供的服务,不要输入任何密码
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: yusuf-musleh/mmar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.6
Choose a base ref
...
head repository: yusuf-musleh/mmar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 12 files changed
  • 1 contributor

Commits on May 23, 2025

  1. Configuration menu
    Copy the full SHA
    23e459f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c8a444 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b9439 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2025

  1. feat: Add custom dns and cert support mmar client

    These flags allow users to configure a custom DNS or TLS certificates
    for the mmar client to use when making request to the dev server.
    
    They are mainly used in simulation tests, however they could be utilized
    in more complicated setups.
    yusuf-musleh committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    0dc60f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c98a082 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f1d48c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32a2e1a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. refactor: separate tcp conn from clientTunnel

    This allows for cleaner separation between when tcp connections
    are created and when perform tunnel actions such as creating or
    reclaiming existing tunnels.
    yusuf-musleh committed Sep 13, 2025
    Configuration menu
    Copy the full SHA
    ed66e7c View commit details
    Browse the repository at this point in the history
  2. feat: implement tcp multiplexing

    This commit implements tcp multiplexing which significantly improves
    the performance and experience of make requests through mmar tunnels.
    It now supports processing multiple requests/responses concurrently
    on the same single TCP connection between mmar server and client.
    yusuf-musleh committed Sep 13, 2025
    Configuration menu
    Copy the full SHA
    7878c99 View commit details
    Browse the repository at this point in the history
Loading