summaryrefslogtreecommitdiff
path: root/tests-clar/network
Commit message (Collapse)AuthorAgeFilesLines
...
* 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().
| * Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer2013-01-251-4/+4
| | | | | | | | | | Replaced all cl_assert(!strcmp()) or semantically equivalent forms by cl_assert_equal_s().
* | Fix 3 memory leaksPhilip Kelley2013-01-251-0/+1
|/
* Test that pushs properly fail for transports that don't provide a push ↵Sebastian Bauer2013-01-171-0/+21
| | | | implementation.
* 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
|\ | | | | | | | | | | | | Conflicts: tests-clar/clone/nonetwork.c tests-clar/online/clone.c tests-clar/online/fetchhead.c
| * 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
| | | | | | | | git_remote_add -> git_remote_create git_remote_new -> git_remote_create_inmemory
| * 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
| | | | Also adds some asserts.
* 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
| | | Fixes #1128.
* tests: MSVC fixVicent Marti2012-12-051-2/+0
|
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-053-3/+24
|\ | | | | Version info for public structs
| * 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
|\ | | | | Push! By schu, phkelley, and congyiwu
| * Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-284-1/+713
| |
* | fetch: enhance test coveragenulltoken2012-11-291-0/+33
| |
* | Fix MSVC compilation warningnulltoken2012-11-281-1/+1
|/
* API updates for remote.hBen Straub2012-11-275-61/+61
| | | | | Includes typedef for git_direction, and renames for GIT_DIR_[FETCH|PUSH] to GIT_DIRECTION_(\1).
* Fix warnings on Win64 buildRussell Belfer2012-11-272-5/+5
|
* Clean up config.hBen Straub2012-11-271-1/+1
|
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-235-1/+15
| | | | | | | | | | | | Without this change, any failed assertion in the second (or a later) test inside a test suite has a chance of double deleting memory, resulting in a heap corruption. See #1096 for details. This leaves alone the test cases where we "just" use cl_git_sandbox_init() and cl_git_sandbox_cleanup(). These methods already take good care to not double delete a repository. Fixes #1096
* test: fix memory leaknulltoken2012-11-131-0/+2
|
* Helpers for local-filesystem remote URLsBen Straub2012-11-092-85/+6
|
* Local fetch: add testsBen Straub2012-11-091-0/+103
|