-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: libgit2/libgit2
base: 3e2baa6
head repository: libgit2/libgit2
compare: a2bde63
- 19 commits
- 17 files changed
- 6 contributors
Commits on Aug 2, 2023
-
stransport: macos: replace errSSLNetworkTimeout, with hard-coded value
- Constant only available in 10.13+, causing build failures for older macOS releases Fixes: #6606
Configuration menu - View commit details
-
Copy full SHA for 03b0642 - Browse repository at this point
Copy the full SHA 03b0642View commit details -
fix: Add missing include for oidarray.
Add a missing include for `git2/oidarray.h` so build doesn't fail on using `git_oidarray` when using custom transports. Fixes #6607
Configuration menu - View commit details
-
Copy full SHA for 085a169 - Browse repository at this point
Copy the full SHA 085a169View commit details -
repository: make cleanup safe for re-use with grafts
We are allowed to call `git_repository__cleanup` multiple times, and this happens e.g. in rugged if we want to free up resources before GC gets around to them. This means that we cannot leave dangling pointers in it, which we were doing with the grafts. Fix this by setting the pointers to NULL after freeing the resources.
Configuration menu - View commit details
-
Copy full SHA for 86a4a26 - Browse repository at this point
Copy the full SHA 86a4a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2439b - Browse repository at this point
Copy the full SHA ec2439bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ddc077 - Browse repository at this point
Copy the full SHA 0ddc077View commit details -
Configuration menu - View commit details
-
Copy full SHA for 402f63a - Browse repository at this point
Copy the full SHA 402f63aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a13d4c - Browse repository at this point
Copy the full SHA 5a13d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d2922 - Browse repository at this point
Copy the full SHA a3d2922View commit details -
Refactor url parsing to simplify the state-passing (introducing a struct) and add a path parser for future reusability.
Configuration menu - View commit details
-
Copy full SHA for 95d4cb6 - Browse repository at this point
Copy the full SHA 95d4cb6View commit details -
net: introduce http-biased url parsing
Introduce a url parser that defaults to treating poorly specified URLs as http URLs. For example: `localhost:8080` is treated as `http://localhost:8080/` by the http-biased url parsing, instead of a URL with a scheme `localhost` and a path of `8080`..
Configuration menu - View commit details
-
Copy full SHA for 1d7d6ff - Browse repository at this point
Copy the full SHA 1d7d6ffView commit details -
http: allow proxies to be specified in common format
The common format for specifying proxy URLs is just 'host:port'. Handle the common case.
Configuration menu - View commit details
-
Copy full SHA for 7a901fb - Browse repository at this point
Copy the full SHA 7a901fbView commit details -
http: test proxies in url and host:port format
Test proxies specified by both host:port format in configuration options, environment variables, and `http.proxy` configuration.
Configuration menu - View commit details
-
Copy full SHA for 00c62ab - Browse repository at this point
Copy the full SHA 00c62abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38a3a37 - Browse repository at this point
Copy the full SHA 38a3a37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 393dd49 - Browse repository at this point
Copy the full SHA 393dd49View commit details
Commits on Aug 8, 2023
-
Merge pull request #6614 from libgit2/ethomson/v1.7
Backports for v1.7
Configuration menu - View commit details
-
Copy full SHA for edf559f - Browse repository at this point
Copy the full SHA edf559fView commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e577da9 - Browse repository at this point
Copy the full SHA e577da9View commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b59fc5 - Browse repository at this point
Copy the full SHA 8b59fc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a9edd - Browse repository at this point
Copy the full SHA 81a9eddView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for a2bde63 - Browse repository at this point
Copy the full SHA a2bde63View commit details
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 3e2baa6...a2bde63