| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add user-from-url param to auth callback | Ben Straub | 2013-01-31 | 1 | -5/+28 | |
| | | ||||||
| * | Merge pull request #1278 from sba1/cl-assert-equal-s | Vicent Martí | 2013-01-25 | 1 | -4/+4 | |
| |\ | | | | | Use cl_assert_equal_s() instead of strcmp(). | |||||
| | * | Use cl_assert_equal_s() instead of strcmp(). | Sebastian Bauer | 2013-01-25 | 1 | -4/+4 | |
| | | | | | | | | | | | Replaced all cl_assert(!strcmp()) or semantically equivalent forms by cl_assert_equal_s(). | |||||
| * | | Fix 3 memory leaks | Philip Kelley | 2013-01-25 | 1 | -0/+1 | |
| |/ | ||||||
| * | Test that pushs properly fail for transports that don't provide a push ↵ | Sebastian Bauer | 2013-01-17 | 1 | -0/+21 | |
| | | | | | implementation. | |||||
| * | tests: plug a couple of leaks | Carlos Martín Nieto | 2013-01-11 | 1 | -1/+1 | |
| | | ||||||
| * | Move credential helpers to their own (optional) header | Ben Straub | 2013-01-09 | 1 | -8/+8 | |
| | | ||||||
| * | Expose stock user/pass credential utility | Ben Straub | 2013-01-09 | 1 | -0/+27 | |
| | | ||||||
| * | Even more cleanups | Vicent Marti | 2013-01-03 | 1 | -4/+11 | |
| | | ||||||
| * | Move test cleanup into cleanup functions | Ben Straub | 2013-01-03 | 1 | -1/+5 | |
| | | ||||||
| * | Tests should clean up after themselves | Ben Straub | 2013-01-03 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'development' into clar2 | Vicent Marti | 2013-01-03 | 4 | -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 list | Ben Straub | 2013-01-02 | 3 | -4/+4 | |
| | | | ||||||
| | * | remote: remove duplicated test | nulltoken | 2012-12-24 | 1 | -15/+0 | |
| | | | ||||||
| | * | remote: Prevent create() from blindly overwriting | nulltoken | 2012-12-24 | 1 | -0/+11 | |
| | | | ||||||
| | * | remote: Enhance in-memory remote test coverage | nulltoken | 2012-12-24 | 1 | -0/+2 | |
| | | | ||||||
| | * | Rename test to make @nulltoken happy | Ben Straub | 2012-12-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | In-memory remotes don't have names | Ben Straub | 2012-12-21 | 3 | -28/+15 | |
| | | | ||||||
| | * | Remote: deprecate dangling, prevent saving in-memory | Ben Straub | 2012-12-20 | 2 | -38/+4 | |
| | | | ||||||
| | * | Rename remote creation APIs | Ben Straub | 2012-12-20 | 6 | -17/+17 | |
| | | | | | | | | | git_remote_add -> git_remote_create git_remote_new -> git_remote_create_inmemory | |||||
| | * | Add more clone options. Push test suite segfaults. | Ben Straub | 2012-12-19 | 2 | -6/+4 | |
| | | | ||||||
| * | | Cleanup Clar to make it SIMPLER | Vicent Marti | 2013-01-02 | 4 | -836/+0 | |
| |/ | ||||||
| * | Fix some leaks and (possibly) dangling pointers in tests | Sascha Cunz | 2012-12-19 | 1 | -3/+23 | |
| | | | | | Also adds some asserts. | |||||
| * | Reset global variable to NULL after free'ing resource | Sascha Cunz | 2012-12-18 | 1 | -0/+1 | |
| | | ||||||
| * | Ensure static variables are nulled after every test | Ben Straub | 2012-12-16 | 1 | -0/+4 | |
| | | ||||||
| * | Move non-options back out of options struct | Ben Straub | 2012-12-14 | 1 | -6/+4 | |
| | | ||||||
| * | Deploy git_clone_options; remove git_clone_bare | Ben Straub | 2012-12-14 | 1 | -3/+9 | |
| | | ||||||
| * | Define constant for default fetch spec | Ben Straub | 2012-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | Convert clone to use dangling remotes | Ben Straub | 2012-12-12 | 1 | -1/+2 | |
| | | ||||||
| * | API to set a dangling remote's repository | Ben Straub | 2012-12-12 | 1 | -2/+6 | |
| | | ||||||
| * | Allow creation of dangling remotes | Ben Straub | 2012-12-12 | 1 | -0/+10 | |
| | | ||||||
| * | Add a payload param to git_cred_acquire_cb | Ben Straub | 2012-12-10 | 1 | -2/+5 | |
| | | | | Fixes #1128. | |||||
| * | tests: MSVC fix | Vicent Marti | 2012-12-05 | 1 | -2/+0 | |
| | | ||||||
| * | Merge pull request #1115 from ben/struct-versions | Vicent Martí | 2012-12-05 | 3 | -3/+24 | |
| |\ | | | | | Version info for public structs | |||||
| | * | Deploy versioned git_transport structure | Ben Straub | 2012-11-30 | 1 | -0/+20 | |
| | | | ||||||
| | * | Deploy GIT_REMOTE_CALLBACKS_INIT | Ben Straub | 2012-11-30 | 2 | -3/+3 | |
| | | | ||||||
| | * | Cleanup nitpicky things | Ben Straub | 2012-11-30 | 1 | -0/+1 | |
| | | | ||||||
| * | | remote: deploy EINVALIDSPEC usage | nulltoken | 2012-12-01 | 2 | -7/+36 | |
| | | | ||||||
| * | | Fix compilation warnings | nulltoken | 2012-12-01 | 1 | -0/+3 | |
| |/ | ||||||
| * | Merge pull request #1110 from libgit2/features/push_rebased | Vicent Martí | 2012-11-29 | 4 | -1/+713 | |
| |\ | | | | | Push! By schu, phkelley, and congyiwu | |||||
| | * | Push! By schu, phkelley, and congyiwu, et al | Philip Kelley | 2012-11-28 | 4 | -1/+713 | |
| | | | ||||||
| * | | fetch: enhance test coverage | nulltoken | 2012-11-29 | 1 | -0/+33 | |
| | | | ||||||
| * | | Fix MSVC compilation warning | nulltoken | 2012-11-28 | 1 | -1/+1 | |
| |/ | ||||||
| * | API updates for remote.h | Ben Straub | 2012-11-27 | 5 | -61/+61 | |
| | | | | | | Includes typedef for git_direction, and renames for GIT_DIR_[FETCH|PUSH] to GIT_DIRECTION_(\1). | |||||
| * | Fix warnings on Win64 build | Russell Belfer | 2012-11-27 | 2 | -5/+5 | |
| | | ||||||
| * | Clean up config.h | Ben Straub | 2012-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | Reset all static variables to NULL in clar's __cleanup | Sascha Cunz | 2012-11-23 | 5 | -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 leak | nulltoken | 2012-11-13 | 1 | -0/+2 | |
| | | ||||||
| * | Helpers for local-filesystem remote URLs | Ben Straub | 2012-11-09 | 2 | -85/+6 | |
| | | ||||||
| * | Local fetch: add tests | Ben Straub | 2012-11-09 | 1 | -0/+103 | |
| | | ||||||
