-
Notifications
You must be signed in to change notification settings - Fork 10
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: yusuf-musleh/mmar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: yusuf-musleh/mmar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 14 files changed
- 1 contributor
Commits on Mar 21, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4daad11 - Browse repository at this point
Copy the full SHA 4daad11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 951161f - Browse repository at this point
Copy the full SHA 951161fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af2ad62 - Browse repository at this point
Copy the full SHA af2ad62View commit details
Commits on Mar 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 778e5a0 - Browse repository at this point
Copy the full SHA 778e5a0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e849ad7 - Browse repository at this point
Copy the full SHA e849ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d8ea1 - Browse repository at this point
Copy the full SHA 42d8ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf06e0 - Browse repository at this point
Copy the full SHA 3bf06e0View commit details
Commits on May 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 23e459f - Browse repository at this point
Copy the full SHA 23e459fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8a444 - Browse repository at this point
Copy the full SHA 8c8a444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b9439 - Browse repository at this point
Copy the full SHA 26b9439View commit details
Commits on Aug 23, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0dc60f9 - Browse repository at this point
Copy the full SHA 0dc60f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c98a082 - Browse repository at this point
Copy the full SHA c98a082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f1d48c - Browse repository at this point
Copy the full SHA 1f1d48cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32a2e1a - Browse repository at this point
Copy the full SHA 32a2e1aView commit details
Commits on Sep 13, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for ed66e7c - Browse repository at this point
Copy the full SHA ed66e7cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7878c99 - Browse repository at this point
Copy the full SHA 7878c99View 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.2.4...master