| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: show errors when libgit2_init fails | Edward Thomson | 2021-08-24 | 1 | -1/+3 |
| | | |||||
| * | tests: exit with error on win32 leakcheck | Edward Thomson | 2021-05-18 | 1 | -0/+9 |
| | | |||||
| * | clar: provide a way to run some shell before exiting | Etienne Samson | 2018-10-30 | 1 | -0/+7 |
| | | |||||
| * | clar: exit immediately on initialization failure | Etienne Samson | 2017-10-23 | 1 | -1/+6 |
| | | |||||
| * | Include stacktrace summary in memory leak output. | Jeff Hostetler | 2015-06-29 | 1 | -19/+0 |
| | | |||||
| * | Add MSVC CRTDBG memory leak reporting. | Jeff Hostetler | 2015-04-15 | 1 | -0/+19 |
| | | |||||
| * | libgit2_shutdown: clear err message on shutdown | Edward Thomson | 2015-03-04 | 1 | -1/+0 |
| | | | | | | | Clear the error message on git_libgit2_shutdown for all versions of the library (no threads and Win32 threads). Drop the giterr_clear in clar, as that shouldn't be necessary. | ||||
| * | Provide mechanism to let CLAR globally setup git_trace() | Jeff Hostetler | 2015-03-02 | 1 | -0/+3 |
| | | |||||
| * | Rename git_threads_ to git_libgit2_ | Carlos MartÃn Nieto | 2014-11-08 | 1 | -2/+2 |
| | | | | | | | This describes their purpose better, as we now initialize ssl and some other global stuff in there. Calling the init function is not something which has been optional for a while now. | ||||
| * | Better search path sandboxingrb/restore-search-paths | Russell Belfer | 2014-05-15 | 1 | -5/+1 |
| | | | | | | | | There are a number of tests that modify the global or system search paths during the tests. This adds a helper function to make it easier to restore those paths and makes sure that they are getting restored in a manner that preserves test isolation. | ||||
| * | Sandbox configuration during test runs | Edward Thomson | 2014-03-28 | 1 | -1/+10 |
| | | |||||
| * | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+20 |
