Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-29travis: test pushCarlos Martín Nieto
Create a test repository in the VM and set up git-daemon so we can use it to test the push code.
2013-03-26http: Support 302 Found (arrbee did most of the work)Philip Kelley
2013-03-26clar: Disable online tests. By now.Vicent Marti
2013-03-11travis: join-less notificationsCarlos Martín Nieto
2013-01-26Expand valgrind suppressions even more for libssl, libcryptoPhilip Kelley
2013-01-26Improve valgrind suppressionsPhilip Kelley
2013-01-06travis: Only run Valgrind when all tests passnulltoken
2013-01-06travis: Include the online suite when running against Travisnulltoken
2012-12-20Mark travis build as failed if any test failsSascha Cunz
2012-12-14travis: update the apt-get dbCarlos Martín Nieto
2012-12-06travis: Try this keyVicent Marti
2012-12-06travis: Fix this hookVicent Marti
2012-12-06travis: Campfire notifications. Of course.Vicent Marti
2012-11-02LEAAAVE ME ALOOOONEEEVicent Marti
2012-10-11tests: add a test for tag autofollow behaviourCarlos Martín Nieto
Also tell ctest and valgrind to run libgit2_clar with '-iall' so we run the network tests in travis.
2012-09-04travis: use a valgrind suppressions fileCarlos Martín Nieto
We don't care about the supposed zlib errors, and the leak from giterr_set isn't interesting, as it gets freed each time an error is set. Give valgrind a suppressions file so it doesn't tell us about them.
2012-07-24travis: be more idiomatic with the environmentCarlos Martín Nieto
Instead of putting the compilers in CC, use the travis configuration to specify them. Also ask it to send reports to the IRC channel.
2012-07-23travis: build with both gcc and clangCarlos Martín Nieto
2012-07-12travis: make it run the tests under valgrindCarlos Martín Nieto
2012-05-27Enable mingw cross-compile stage in travis-ciScott J. Goldman
2012-05-20Add CMake build for examples / add them to TravisScott J. Goldman
By default, they are still not built, but hopefully, now that Travis is building them, this will help stave off some of the bitrot.
2012-05-07travis: run the tests verboselyCarlos Martín Nieto
2012-04-02travis: Change notify emailVicent Martí
2012-04-02Initial Travis CI buildPeter Drahoš