6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed some compiler warnings. More... over 15 years ago
Fixed some compiler warnings. More... over 15 years ago
Merge branch 'master' of git://github.com/henon/GitSharp More... over 15 years ago
More changes to BasePackConnection to bring it closer to the jgit implementation. More... over 15 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... over 15 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... over 15 years ago
Make BasePackConnection more close to jgit implementation, make TransportGitSsh pass on seperate input/output-streams More... over 15 years ago
Implemented a tracking mechanism to troubleshoot non disposed resources in BasePackConnection, BundleFetchConnection, TransportSftp and WalkPushConnection. More... over 15 years ago
Made WalkRemoteObjectDatabase IDisposable. More... over 15 years ago
When disposed BasePackFetchConnection makes its base class also disposed. More... over 15 years ago
Fixed teardown implementation in IndexTreeWalkerTest. More... over 15 years ago
Fixed one more Repository wrong resource releasing use case. More... over 15 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... over 15 years ago
Ported jgit commit cf16b78dd551181e10c5b4db24149639463d9c39. More... over 15 years ago
(Really) Fixed some TemporaryBuffer resource releasings. More... over 15 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... over 15 years ago
(Really) Fixed some TransportBundleStream resource releasings. More... over 15 years ago
Fixed some TransportBundleStream resource releasings. More... over 15 years ago
Fixed some PackFile resource releasings. More... over 15 years ago
Fixed some PackFile resource releasings. More... over 15 years ago
Fixed a bug in PackFile resources disposal. More... over 15 years ago
Improved PackFile resources disposal. More... over 15 years ago
Implemented a tracking mechanism to troubleshoot non disposed resources in TemporaryBuffer. More... over 15 years ago
Implemented a tracking mechanism to troubleshoot non disposed resources in ObjectDatabase, PackFile, SshTransport and TansportBundleStream. More... over 15 years ago
Fixed two more Repository resource releasing. More... over 15 years ago
Fixed GitSharp.Tests namespaces. More... over 15 years ago
Fixed some more Repository resource releasing. More... over 15 years ago
Fixed some resource releasing when checking Repository validity. More... over 15 years ago
Fixed some resource releasing when initializing Repository. More... over 15 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... over 15 years ago