| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #3636 from nerdishbynature/fix-non-modular-header-in-module | Carlos Martín Nieto | 2016-03-11 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Check for __CLANG_INTTYPES_H | Piet Brauer | 2016-03-11 | 1 | -1/+2 | |
| * | | | | | | | Merge pull request #3623 from ethomson/rebase_with_commit | Carlos Martín Nieto | 2016-03-09 | 3 | -5/+288 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | rebase: additional tests for completing a rebase | Edward Thomson | 2016-02-28 | 2 | -5/+83 | |
| | * | | | | | | | rebase: additional setup tests of exotic behavior | Edward Thomson | 2016-02-17 | 1 | -0/+205 | |
| * | | | | | | | | Merge pull request #3672 from libgit2/cmn/do-fail-appveyor | Carlos Martín Nieto | 2016-03-09 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | appveyor: stop if the first test fails | Carlos Martín Nieto | 2016-03-09 | 1 | -0/+1 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #3670 from libgit2/vmg/expand-fixes | Edward Thomson | 2016-03-09 | 2 | -70/+163 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | odb: Try to lookup headers in all backends before passthroughvmg/expand-fixes | Vicent Marti | 2016-03-09 | 1 | -5/+20 | |
| | * | | | | | | | odb: Refactor `git_odb_expand_ids` | Vicent Marti | 2016-03-09 | 1 | -21/+26 | |
| | * | | | | | | | odb: Implement new helper to read types without refreshing | Vicent Marti | 2016-03-09 | 1 | -45/+104 | |
| | * | | | | | | | odb: Handle corner cases in `git_odb_expand_ids` | Vicent Marti | 2016-03-09 | 2 | -22/+36 | |
| * | | | | | | | | Merge pull request #3668 from libgit2/cmn/mwindow-try-harder | Edward Thomson | 2016-03-09 | 1 | -2/+12 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | mwindow: free unused windows if we fail to mmapcmn/mwindow-try-harder | Carlos Martín Nieto | 2016-03-09 | 1 | -2/+12 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #3656 from ethomson/exists_prefixes | Vicent Marti | 2016-03-08 | 8 | -37/+297 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | git_odb_expand_ids: accept git_odb_expand_id array | Edward Thomson | 2016-03-08 | 3 | -92/+89 | |
| | * | | | | | | git_odb_expand_ids: rename func, return the type | Edward Thomson | 2016-03-08 | 3 | -32/+49 | |
| | * | | | | | | git_odb_exists_many_prefixes: query odb for multiple short ids | Edward Thomson | 2016-03-07 | 4 | -13/+249 | |
| | * | | | | | | odb: improved not found error messages | Edward Thomson | 2016-03-07 | 5 | -24/+34 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3555 from cbargren/ssh-git-protocols | Edward Thomson | 2016-03-08 | 4 | -19/+49 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Tabs | Chris Bargren | 2015-12-28 | 1 | -2/+2 | |
| | * | | | | | | Adding test cases that actually test the functionality of the new transport | Chris Bargren | 2015-12-28 | 1 | -0/+6 | |
| | * | | | | | | Removing #define for SSH_PREFIX_COUNT and using ARRAY_SIZE instead | Chris Bargren | 2015-12-28 | 1 | -6/+5 | |
| | * | | | | | | Updating change to http_parser to reflect PR for nodejs/http-parser | Chris Bargren | 2015-12-28 | 1 | -2/+5 | |
| | * | | | | | | Adding spec coverage for ssh+git and git+ssh protocols | Chris Bargren | 2015-12-22 | 1 | -0/+4 | |
| | * | | | | | | Handle git+ssh:// and ssh+git:// protocols support | Chris Bargren | 2015-12-22 | 2 | -17/+35 | |
| | * | | | | | | Updating http parser to accept a `+` in the schema | Chris Bargren | 2015-12-22 | 1 | -1/+1 | |
| * | | | | | | | Merge pull request #3652 from libgit2/cmn/commit-to-memory | Edward Thomson | 2016-03-08 | 4 | -47/+216 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | commit: split creating the commit and writing it outcmn/commit-to-memory | Carlos Martín Nieto | 2016-03-08 | 4 | -47/+216 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3655 from ethomson/nanosecond_defaults | Carlos Martín Nieto | 2016-03-08 | 4 | -31/+66 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | index::racy: force racy entry | Edward Thomson | 2016-03-08 | 1 | -19/+12 | |
| | * | | | | | | | index::nsec: don't expect shit filesystems to not suck | Edward Thomson | 2016-03-07 | 1 | -9/+51 | |
| | * | | | | | | | merge::workdir::dirty: update to use `st_ctime_nsec` | Edward Thomson | 2016-03-07 | 1 | -2/+2 | |
| | * | | | | | | | Enable nanosecond resolution by default | Edward Thomson | 2016-03-03 | 1 | -1/+1 | |
| * | | | | | | | | Merge pull request #3658 from patrickmckenna/update-pro-git-link | Edward Thomson | 2016-03-08 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Update link to Pro Git's Git internals chapter. | Patrick McKenna | 2016-03-07 | 1 | -3/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #3653 from libgit2/cmn/treebuilder-submodulev0.24.0 | Edward Thomson | 2016-03-04 | 2 | -1/+14 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | treebuilder: don't try to verify submodules exist in the odbcmn/treebuilder-submodule | Carlos Martín Nieto | 2016-03-04 | 2 | -1/+14 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #3651 from libgit2/cmn/init-libssh2 | Edward Thomson | 2016-03-03 | 3 | -1/+31 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ssh: initialize libssh2cmn/init-libssh2 | Carlos Martín Nieto | 2016-03-03 | 3 | -1/+31 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #3639 from srajko/threading-openssl-libssh2 | Carlos Martín Nieto | 2016-03-03 | 1 | -5/+11 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Expand OpenSSL and libssh2 thread safety documentation | Stjepan Rajko | 2016-02-26 | 1 | -5/+11 | |
| * | | | | | | | tests: take the version from our define | Carlos Martín Nieto | 2016-03-03 | 1 | -1/+1 | |
| * | | | | | | | Bump version to 0.24.0 | Carlos Martín Nieto | 2016-03-03 | 1 | -3/+3 | |
| * | | | | | | | CHANGELOG: prepre tamplate for release | Carlos Martín Nieto | 2016-03-03 | 1 | -1/+14 | |
| * | | | | | | | CHANGELOG: add note about WinHTTP cred handling | Carlos Martín Nieto | 2016-03-03 | 1 | -0/+3 | |
| * | | | | | | | Merge pull request #3648 from libgit2/cmn/auth-retry | Carlos Martín Nieto | 2016-03-03 | 4 | -4/+17 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | tests: create a ctest target for cred_callbackcmn/auth-retry | Carlos Martín Nieto | 2016-03-03 | 3 | -4/+8 | |
| | * | | | | | | | winhttp: retry authentication | Carlos Martín Nieto | 2016-03-03 | 1 | -2/+3 | |
| | * | | | | | | | test: make sure we retry the auth callback on all platforms | Carlos Martín Nieto | 2016-03-03 | 2 | -1/+9 | |
