-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate irmin-server #2031
Merged
Merged
Integrate irmin-server #2031
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a1244a - Browse repository at this point
Copy the full SHA 9a1244aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a22a140 - Browse repository at this point
Copy the full SHA a22a140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e42d4 - Browse repository at this point
Copy the full SHA 62e42d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe03261 - Browse repository at this point
Copy the full SHA fe03261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48cb953 - Browse repository at this point
Copy the full SHA 48cb953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77a060c - Browse repository at this point
Copy the full SHA 77a060cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c5a0c1 - Browse repository at this point
Copy the full SHA 8c5a0c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 001d081 - Browse repository at this point
Copy the full SHA 001d081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bcea9d - Browse repository at this point
Copy the full SHA 3bcea9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7770c37 - Browse repository at this point
Copy the full SHA 7770c37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e18c09 - Browse repository at this point
Copy the full SHA 7e18c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for c73a44f - Browse repository at this point
Copy the full SHA c73a44fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca919a - Browse repository at this point
Copy the full SHA 1ca919aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff36968 - Browse repository at this point
Copy the full SHA ff36968View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b20442 - Browse repository at this point
Copy the full SHA 6b20442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51f1af7 - Browse repository at this point
Copy the full SHA 51f1af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 494d85c - Browse repository at this point
Copy the full SHA 494d85cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f3c8b - Browse repository at this point
Copy the full SHA c0f3c8bView commit details -
We can trim those later if there is a need - right now, let's try to have something easy to install first.
Configuration menu - View commit details
-
Copy full SHA for cb78799 - Browse repository at this point
Copy the full SHA cb78799View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa11dd8 - Browse repository at this point
Copy the full SHA aa11dd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb45063 - Browse repository at this point
Copy the full SHA eb45063View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec5e8f - Browse repository at this point
Copy the full SHA aec5e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a34601 - Browse repository at this point
Copy the full SHA 4a34601View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d593ff2 - Browse repository at this point
Copy the full SHA d593ff2View commit details
Commits on Aug 8, 2023
-
irmin-server: do not flush request header write
Flushing causes multiple packets to send and trips over Nagle's algorithm (+ maybe delayed acks). Previously TCP tests were significantly slower than WebSocket. The WebSocket implementation uses TCP_NODELAY, which also fixes the slow tests, but the issue is better addressed by properly writing/flushing our requests as a single packet.
Configuration menu - View commit details
-
Copy full SHA for 866bdff - Browse repository at this point
Copy the full SHA 866bdffView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd71dae - Browse repository at this point
Copy the full SHA bd71daeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.