这是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.4
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
  • 16 commits
  • 14 files changed
  • 1 contributor

Commits on Mar 21, 2025

  1. fix: Properly handle invalid resp from dest server

    This fix properly handles case when destination server returns an invalid
    or malformed http response, preventing mmar client from crashing and informing
    the user to check the destination server's logs.
    yusuf-musleh committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    4daad11 View commit details
    Browse the repository at this point in the history
  2. chore: Version bump

    yusuf-musleh committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    951161f View commit details
    Browse the repository at this point in the history
  3. chore: version bump

    yusuf-musleh committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    af2ad62 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2025

  1. Configuration menu
    Copy the full SHA
    778e5a0 View commit details
    Browse the repository at this point in the history
  2. feat: Read mmar config from env vars if available

    Checks if mmar config flags are set in env variables if
    not passed into cli flags. Otherwise fallback to defaults.
    yusuf-musleh committed Mar 30, 2025
    Configuration menu
    Copy the full SHA
    e849ad7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42d8ea1 View commit details
    Browse the repository at this point in the history
  4. chore: Bump version

    yusuf-musleh committed Mar 30, 2025
    Configuration menu
    Copy the full SHA
    3bf06e0 View commit details
    Browse the repository at this point in the history

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