]> git.proxmox.com Git - libgit2.git/history - tests/t00-core.c
Merge pull request #384 from kiryl/warnings
[libgit2.git] / tests / t00-core.c
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-30 Kirill A. ShutemovCMakefile: add -Wstrict-prototypes and fix warnings
2011-07-28 Vicent MartíMerge pull request #335 from carlosmn/read-updated
2011-07-25 Kirill A. Shutemovtests: fix cast warnings
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-07 Vicent Martitest-core: Fix warning in uniq test
2011-07-07 nulltokenFix MSVC compilation warnings
2011-07-07 Vicent Martivector: Timsort all of the things
2011-07-06 Vicent MartíMerge pull request #306 from carlosmn/development
2011-07-06 Vicent MartíMerge pull request #307 from nulltoken/patch-1
2011-07-06 nulltokenFix MSVC compilation warnings
2011-07-06 Vicent MartíMerge pull request #296 from kiryl/index-optimization
2011-07-06 Vicent Martirefs: Cleanup reference renaming
2011-07-06 Vicent MartíMerge pull request #303 from schu/ref-rename
2011-07-06 nulltokenRemove duplicated recursive directory removal related...
2011-07-06 nulltokenFix windows specific issues
2011-07-06 schuAdd tests for git_futils_rmdir_resurs()
2011-07-05 Kirill A. Shutemovvector: implement git_vector_uniq()
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-07-05 Vicent Martifileutils: Finish dropping the old `prettify_path`
2011-07-05 Vicent Martifileops: Cleanup
2011-07-01 Kirill A. Shutemovcleanup: remove trailing spaces
2011-06-30 Vicent MartíMerge pull request #287 from kiryl/development
2011-06-30 Kirill A. Shutemovfilebuf: fix endless loop on writing buf > WRITE_BUFFER...
2011-06-21 Vicent MartíMerge pull request #269 from schu/infinite-append
2011-06-20 schuAdd test case checking GIT_FILEBUF_APPEND
2011-06-16 Vicent MartíMerge pull request #248 from carlosmn/config
2011-06-15 Vicent MartíMerge pull request #261 from Romain-Geissler/discovery...
2011-06-15 Vicent MartíMerge pull request #251 from nulltoken/fix/msvc-warnings
2011-06-12 nulltokenFix filebuf0 test which was failing on Windows
2011-06-08 Vicent MartíMerge pull request #216 from glesserd/development
2011-06-08 Vicent MartíMerge pull request #250 from pegonma/commit_short_message
2011-06-08 Vicent MartíMerge pull request #246 from carlosmn/keep-lock
2011-06-07 Carlos Martín NietoAdd test for git_filebuf_open error code
2011-06-07 Vicent MartíMerge pull request #234 from Romain-Geissler/entry...
2011-06-04 Vicent MartíMerge pull request #227 from Romain-Geissler/discovery...
2011-06-03 unknownFileops: Added a fourth argument to the path prettifyin...
2011-05-17 Vicent MartíMerge pull request #116 from carlosmn/test-naming
2011-04-11 Carlos Martín NietoMerge upstream/development
2011-04-11 Jakob Pfendermerge branch development
2011-04-10 Vicent MartiFix path normalization tests
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-22 nulltokenFix detection of attempt to escape the root directory...
2011-03-22 nulltokenChange gitfo_prettify_dir_path() and gitfo_prettify_fil...
2011-03-15 Vicent MartiAdd proper threading support to libgit2
2011-03-03 Vicent MartiFix searching in git_vector
2011-03-03 Vicent MartiCleanup the testing toolkit
2011-03-03 nulltokenSlightly changed the behavior of git__joinpath() and...
2011-03-03 nulltokenAdded some dirname and basename tests to ensure that...
2011-02-17 Vicent MartiImprove the performance when writing Index files
2011-02-09 Vicent MartiUse the new git__joinpath to build paths in methods
2011-02-07 Vicent MartiMerge branch 'master' of https://github.com/saschpe...
2011-02-07 Vicent MartiMerge branch 'refs-handling-tests' of https://github...
2011-02-07 Vicent MartiMerge branch 'join-path-tests' of https://github.com...
2011-02-06 nulltokenFix a memory leak in git__joinpath() tests.
2011-02-05 nulltokenFixed a small issue in git__join_path(). Added tests...
2011-02-05 Vicent MartiFix directory/path manipulation methods
2011-02-05 Vicent MartiMerge branch 'master' of https://github.com/jwiegley...
2011-02-02 Vicent MartiRewrite the unit testing suite