summaryrefslogtreecommitdiff
path: root/tests-clar/network
Commit message (Expand)AuthorAgeFilesLines
* tag: Fix parsing when no tagger nor messagenulltoken2013-03-312-4/+4
* Update cl_assert_equal_sz to be nicerRussell Belfer2013-03-221-6/+6
* remote push test fixEdward Thomson2013-03-051-1/+2
* Merge pull request #1316 from ben/clone-cancelRussell Belfer2013-02-121-1/+2
|\
| * Allow progress callback to cancel fetchBen Straub2013-02-051-1/+2
* | remote: Introduce git_remote_is_valid_name()nulltoken2013-02-112-4/+35
* | remote: reorganize testsnulltoken2013-02-114-51/+51
* | Teach refspec to transform destination reference to source referenceJameson Miller2013-02-111-2/+9
|/
* Plug test leaksBen Straub2013-01-311-12/+16
* Enhance url parsing to include passwordsBen Straub2013-01-311-0/+78
* Add user-from-url param to auth callbackBen Straub2013-01-311-5/+28
* Merge pull request #1278 from sba1/cl-assert-equal-sVicent Martí2013-01-251-4/+4
|\
| * Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer2013-01-251-4/+4
* | Fix 3 memory leaksPhilip Kelley2013-01-251-0/+1
|/
* Test that pushs properly fail for transports that don't provide a push implem...Sebastian Bauer2013-01-171-0/+21
* tests: plug a couple of leaksCarlos Martín Nieto2013-01-111-1/+1
* Move credential helpers to their own (optional) headerBen Straub2013-01-091-8/+8
* Expose stock user/pass credential utilityBen Straub2013-01-091-0/+27
* Even more cleanupsVicent Marti2013-01-031-4/+11
* Move test cleanup into cleanup functionsBen Straub2013-01-031-1/+5
* Tests should clean up after themselvesBen Straub2013-01-031-0/+1
* Merge branch 'development' into clar2Vicent Marti2013-01-034-80/+31
|\
| * Move `url` to last place in parameter listBen Straub2013-01-023-4/+4
| * remote: remove duplicated testnulltoken2012-12-241-15/+0
| * remote: Prevent create() from blindly overwritingnulltoken2012-12-241-0/+11
| * remote: Enhance in-memory remote test coveragenulltoken2012-12-241-0/+2
| * Rename test to make @nulltoken happyBen Straub2012-12-211-1/+1
| * In-memory remotes don't have namesBen Straub2012-12-213-28/+15
| * Remote: deprecate dangling, prevent saving in-memoryBen Straub2012-12-202-38/+4
| * Rename remote creation APIsBen Straub2012-12-206-17/+17
| * Add more clone options. Push test suite segfaults.Ben Straub2012-12-192-6/+4
* | Cleanup Clar to make it SIMPLERVicent Marti2013-01-024-836/+0
|/
* Fix some leaks and (possibly) dangling pointers in testsSascha Cunz2012-12-191-3/+23
* Reset global variable to NULL after free'ing resourceSascha Cunz2012-12-181-0/+1
* Ensure static variables are nulled after every testBen Straub2012-12-161-0/+4
* Move non-options back out of options structBen Straub2012-12-141-6/+4
* Deploy git_clone_options; remove git_clone_bareBen Straub2012-12-141-3/+9
* Define constant for default fetch specBen Straub2012-12-131-1/+1
* Convert clone to use dangling remotesBen Straub2012-12-121-1/+2
* API to set a dangling remote's repositoryBen Straub2012-12-121-2/+6
* Allow creation of dangling remotesBen Straub2012-12-121-0/+10
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-101-2/+5
* tests: MSVC fixVicent Marti2012-12-051-2/+0
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-053-3/+24
|\
| * Deploy versioned git_transport structureBen Straub2012-11-301-0/+20
| * Deploy GIT_REMOTE_CALLBACKS_INITBen Straub2012-11-302-3/+3
| * Cleanup nitpicky thingsBen Straub2012-11-301-0/+1
* | remote: deploy EINVALIDSPEC usagenulltoken2012-12-012-7/+36
* | Fix compilation warningsnulltoken2012-12-011-0/+3
|/
* Merge pull request #1110 from libgit2/features/push_rebasedVicent Martí2012-11-294-1/+713
|\