| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | SecureTransport: require TLS v1.x | Carlos Martín Nieto | 2015-04-23 | 1 | -0/+2 | |
| * | | | | SecureTransport: allow overriding a bad certificate | Carlos Martín Nieto | 2015-04-23 | 1 | -14/+41 | |
| * | | | | Rename GIT_SSL to GIT_OPENSSL | Carlos Martín Nieto | 2015-04-23 | 8 | -14/+14 | |
| * | | | | Silence unused warnings when not using OpenSSL | Carlos Martín Nieto | 2015-04-23 | 1 | -0/+4 | |
| * | | | | Abstract away the TLS stream implementation | Carlos Martín Nieto | 2015-04-23 | 3 | -2/+51 | |
| * | | | | Add a SecureTransport TLS channel | Carlos Martín Nieto | 2015-04-23 | 5 | -3/+236 | |
| |/ / / | ||||||
| * | | | Merge pull request #3064 from rcorre/config-write-fix | Carlos Martín Nieto | 2015-04-23 | 1 | -1/+4 | |
| |\ \ \ | ||||||
| | * | | | git_config_delete: search until last section. | Ryan Roden-Corrent | 2015-04-21 | 1 | -1/+4 | |
| * | | | | Merge branch 'attr-ignore' | Carlos Martín Nieto | 2015-04-23 | 1 | -1/+8 | |
| |\ \ \ \ | ||||||
| | * | | | | attr_file: fix subdirectory attr case. | Mike McQuaid | 2015-04-23 | 1 | -1/+8 | |
| * | | | | | Merge pull request #3032 from jfultz/index-file-modes | Edward Thomson | 2015-04-23 | 1 | -7/+11 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix index-adding functions to know when to trust filemodes. | John Fultz | 2015-04-21 | 2 | -17/+11 | |
| | * | | | | | Oops...need bitwise, not logical negation. | John Fultz | 2015-04-16 | 1 | -2/+2 | |
| | * | | | | | Fix git_checkout_tree() to do index filemodes correctly on Windows. | John Fultz | 2015-04-06 | 1 | -0/+10 | |
| * | | | | | | Merge pull request #3051 from jeffhostetler/jeffhostetler/memleak_windows_tls... | Edward Thomson | 2015-04-21 | 3 | -11/+17 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Rename routine to free TLS data | Jeff Hostetler | 2015-04-18 | 3 | -4/+9 | |
| | * | | | | | Remove DllMain now that TLS data freed by threads | Jeff Hostetler | 2015-04-17 | 1 | -8/+0 | |
| | * | | | | | Also fix leak of TLS data on main thread. | Jeff Hostetler | 2015-04-17 | 1 | -4/+1 | |
| | * | | | | | Attempt to fix Windows TLS memory leak. | Jeff Hostetler | 2015-04-17 | 3 | -5/+17 | |
| * | | | | | | Merge pull request #2992 from ethomson/rebase_fixes | Carlos Martín Nieto | 2015-04-21 | 2 | -122/+142 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | rebase: include checkout opts within rebase opts | Edward Thomson | 2015-04-20 | 1 | -14/+6 | |
| | * | | | | | | rebase: init and open take a rebase_options | Edward Thomson | 2015-04-20 | 1 | -114/+118 | |
| | * | | | | | | rebase: take `checkout_options` where appropriate | Edward Thomson | 2015-04-20 | 1 | -15/+29 | |
| | * | | | | | | reset: `git_checkout_options` is `const` | Edward Thomson | 2015-04-20 | 1 | -3/+3 | |
| | * | | | | | | rebase: block rebase_commit with unstaged changes | Edward Thomson | 2015-04-20 | 1 | -20/+30 | |
| | * | | | | | | rebase: identify a rebase that has not started | Edward Thomson | 2015-04-20 | 1 | -1/+1 | |
| * | | | | | | | Merge pull request #3060 from ethomson/2851 | Carlos Martín Nieto | 2015-04-21 | 1 | -56/+48 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | config_file: comment char can be invalid escape | Edward Thomson | 2015-04-20 | 1 | -2/+10 | |
| | * | | | | | | config_file: parse multilines generously | Edward Thomson | 2015-04-20 | 1 | -54/+38 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #3024 from git-up/diff_merge_fix | Edward Thomson | 2015-04-19 | 1 | -2/+8 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Make sure to also update delta->nfiles when merging diffs | Pierre-Olivier Latour | 2015-03-30 | 1 | -2/+8 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #3016 from pks-t/ignore-exclude-fix | Edward Thomson | 2015-04-17 | 1 | -5/+45 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | ignore: fix negative ignores without wildcards. | Patrick Steinhardt | 2015-04-17 | 1 | -5/+45 | |
| * | | | | | | Merge pull request #2999 from pks-t/submodule-set-url | Edward Thomson | 2015-04-17 | 1 | -2/+26 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Implement git_submodule_set_branch. | Patrick Steinhardt | 2015-04-12 | 1 | -2/+26 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #3047 from git-up/diff_fixes | Edward Thomson | 2015-04-17 | 1 | -10/+7 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | Fixed GIT_DIFF_UPDATE_INDEX not being aware of executable bit changes | Pierre-Olivier Latour | 2015-04-15 | 1 | -1/+1 | |
| | * | | | | | Removed unnecessary condition | Pierre-Olivier Latour | 2015-04-15 | 1 | -9/+6 | |
| | * | | | | | Use git_oid_cpy() instead of memcpy() | Pierre-Olivier Latour | 2015-04-15 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #3042 from libgit2/cmn/odd-slowdown | Edward Thomson | 2015-04-16 | 1 | -2/+22 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | revwalk: detect when we're out of interesting commitscmn/odd-slowdown | Carlos Martín Nieto | 2015-04-14 | 1 | -2/+22 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3037 from libgit2/cmn/hide-then-push | Edward Thomson | 2015-04-16 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | revwalk: don't insert uninteresting commits into the queue | Carlos Martín Nieto | 2015-04-08 | 1 | -0/+4 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #3039 from jeffhostetler/jeffhostetler/msvc_crtdbg | Edward Thomson | 2015-04-16 | 1 | -0/+117 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Add MSVC CRTDBG memory leak reporting. | Jeff Hostetler | 2015-04-15 | 1 | -0/+117 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #2974 from libgit2/cmn/clone-everything | Edward Thomson | 2015-04-10 | 3 | -3/+40 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | local: recusrively insert non-branch objects into the packfilecmn/clone-everything | Carlos Martín Nieto | 2015-03-17 | 1 | -1/+2 | |
| | * | | | | | tree: add more correct error messages for not found | Carlos Martín Nieto | 2015-03-17 | 1 | -2/+2 | |
| | * | | | | | packbuilder: introduce git_packbuilder_insert_recur() | Carlos Martín Nieto | 2015-03-17 | 1 | -0/+36 | |
| * | | | | | | Merge pull request #3030 from linquize/symlink_supported | Edward Thomson | 2015-04-10 | 1 | -3/+5 | |
| |\ \ \ \ \ \ | ||||||
