0
I Use This!
Inactive

Commits : Listings

Analyzed 15 minutes ago. based on code collected 1 day ago.
Sep 19, 2025 — Sep 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed some compiler warnings. More... almost 17 years ago
Fixed some compiler warnings. More... almost 17 years ago
Merge branch 'master' of git://github.com/henon/GitSharp More... almost 17 years ago
More changes to BasePackConnection to bring it closer to the jgit implementation. More... almost 17 years ago
Same issue as previous commit. Usages of GetRef expect null for an invalid ref, but currently get an exception. Test and fix in this commit. More... almost 17 years ago
Usages of OperationResult.GetAdvertisedRef expect null for an invalid ref, but currentl implementation throws an exception. Added tests to reflect this expectation, and fixed behaviour. More... almost 17 years ago
Make BasePackConnection more close to jgit implementation, make TransportGitSsh pass on seperate input/output-streams More... almost 17 years ago
Implemented a tracking mechanism to troubleshoot non disposed resources in BasePackConnection, BundleFetchConnection, TransportSftp and WalkPushConnection. More... almost 17 years ago
Made WalkRemoteObjectDatabase IDisposable. More... almost 17 years ago
When disposed BasePackFetchConnection makes its base class also disposed. More... almost 17 years ago
Fixed teardown implementation in IndexTreeWalkerTest. More... almost 17 years ago
Fixed one more Repository wrong resource releasing use case. More... almost 17 years ago
Changed repository directory naming convention in tests to ease troubleshooting non released resources issues. Error messages are now a little bit more helpful. More... almost 17 years ago
Ported jgit commit cf16b78dd551181e10c5b4db24149639463d9c39. More... almost 17 years ago
(Really) Fixed some TemporaryBuffer resource releasings. More... almost 17 years ago
Made recursive removal of temporary folders occur during setup and teardown of each test. This should help identify wrongly released files handles. More... almost 17 years ago
(Really) Fixed some TransportBundleStream resource releasings. More... almost 17 years ago
Fixed some TransportBundleStream resource releasings. More... almost 17 years ago
Fixed some PackFile resource releasings. More... almost 17 years ago
Fixed some PackFile resource releasings. More... almost 17 years ago
Fixed a bug in PackFile resources disposal. More... almost 17 years ago
Improved PackFile resources disposal. More... almost 17 years ago
Implemented a tracking mechanism to troubleshoot non disposed resources in TemporaryBuffer. More... almost 17 years ago
Implemented a tracking mechanism to troubleshoot non disposed resources in ObjectDatabase, PackFile, SshTransport and TansportBundleStream. More... almost 17 years ago
Fixed two more Repository resource releasing. More... almost 17 years ago
Fixed GitSharp.Tests namespaces. More... almost 17 years ago
Fixed some more Repository resource releasing. More... almost 17 years ago
Fixed some resource releasing when checking Repository validity. More... almost 17 years ago
Fixed some resource releasing when initializing Repository. More... almost 17 years ago
Repository will now write to the Console.Error stream if it has not been properly disposed. This warning is only displayed in Debug mode. More... almost 17 years ago