summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | SecureTransport: require TLS v1.xCarlos Martín Nieto2015-04-231-0/+2
* | | | SecureTransport: allow overriding a bad certificateCarlos Martín Nieto2015-04-231-14/+41
* | | | Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-238-14/+14
* | | | Silence unused warnings when not using OpenSSLCarlos Martín Nieto2015-04-231-0/+4
* | | | Abstract away the TLS stream implementationCarlos Martín Nieto2015-04-233-2/+51
* | | | Add a SecureTransport TLS channelCarlos Martín Nieto2015-04-235-3/+236
|/ / /
* | | Merge pull request #3064 from rcorre/config-write-fixCarlos Martín Nieto2015-04-231-1/+4
|\ \ \
| * | | git_config_delete: search until last section.Ryan Roden-Corrent2015-04-211-1/+4
* | | | Merge branch 'attr-ignore'Carlos Martín Nieto2015-04-231-1/+8
|\ \ \ \
| * | | | attr_file: fix subdirectory attr case.Mike McQuaid2015-04-231-1/+8
* | | | | Merge pull request #3032 from jfultz/index-file-modesEdward Thomson2015-04-231-7/+11
|\ \ \ \ \
| * | | | | Fix index-adding functions to know when to trust filemodes.John Fultz2015-04-212-17/+11
| * | | | | Oops...need bitwise, not logical negation.John Fultz2015-04-161-2/+2
| * | | | | Fix git_checkout_tree() to do index filemodes correctly on Windows.John Fultz2015-04-061-0/+10
* | | | | | Merge pull request #3051 from jeffhostetler/jeffhostetler/memleak_windows_tls...Edward Thomson2015-04-213-11/+17
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Rename routine to free TLS dataJeff Hostetler2015-04-183-4/+9
| * | | | | Remove DllMain now that TLS data freed by threadsJeff Hostetler2015-04-171-8/+0
| * | | | | Also fix leak of TLS data on main thread.Jeff Hostetler2015-04-171-4/+1
| * | | | | Attempt to fix Windows TLS memory leak.Jeff Hostetler2015-04-173-5/+17
* | | | | | Merge pull request #2992 from ethomson/rebase_fixesCarlos Martín Nieto2015-04-212-122/+142
|\ \ \ \ \ \
| * | | | | | rebase: include checkout opts within rebase optsEdward Thomson2015-04-201-14/+6
| * | | | | | rebase: init and open take a rebase_optionsEdward Thomson2015-04-201-114/+118
| * | | | | | rebase: take `checkout_options` where appropriateEdward Thomson2015-04-201-15/+29
| * | | | | | reset: `git_checkout_options` is `const`Edward Thomson2015-04-201-3/+3
| * | | | | | rebase: block rebase_commit with unstaged changesEdward Thomson2015-04-201-20/+30
| * | | | | | rebase: identify a rebase that has not startedEdward Thomson2015-04-201-1/+1
* | | | | | | Merge pull request #3060 from ethomson/2851Carlos Martín Nieto2015-04-211-56/+48
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | config_file: comment char can be invalid escapeEdward Thomson2015-04-201-2/+10
| * | | | | | config_file: parse multilines generouslyEdward Thomson2015-04-201-54/+38
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3024 from git-up/diff_merge_fixEdward Thomson2015-04-191-2/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make sure to also update delta->nfiles when merging diffsPierre-Olivier Latour2015-03-301-2/+8
| | |_|/ / | |/| | |
* | | | | Merge pull request #3016 from pks-t/ignore-exclude-fixEdward Thomson2015-04-171-5/+45
|\ \ \ \ \
| * | | | | ignore: fix negative ignores without wildcards.Patrick Steinhardt2015-04-171-5/+45
* | | | | | Merge pull request #2999 from pks-t/submodule-set-urlEdward Thomson2015-04-171-2/+26
|\ \ \ \ \ \
| * | | | | | Implement git_submodule_set_branch.Patrick Steinhardt2015-04-121-2/+26
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3047 from git-up/diff_fixesEdward Thomson2015-04-171-10/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fixed GIT_DIFF_UPDATE_INDEX not being aware of executable bit changesPierre-Olivier Latour2015-04-151-1/+1
| * | | | | Removed unnecessary conditionPierre-Olivier Latour2015-04-151-9/+6
| * | | | | Use git_oid_cpy() instead of memcpy()Pierre-Olivier Latour2015-04-151-1/+1
* | | | | | Merge pull request #3042 from libgit2/cmn/odd-slowdownEdward Thomson2015-04-161-2/+22
|\ \ \ \ \ \
| * | | | | | revwalk: detect when we're out of interesting commitscmn/odd-slowdownCarlos Martín Nieto2015-04-141-2/+22
| |/ / / / /
* | | | | | Merge pull request #3037 from libgit2/cmn/hide-then-pushEdward Thomson2015-04-161-0/+4
|\ \ \ \ \ \
| * | | | | | revwalk: don't insert uninteresting commits into the queueCarlos Martín Nieto2015-04-081-0/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3039 from jeffhostetler/jeffhostetler/msvc_crtdbgEdward Thomson2015-04-161-0/+117
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add MSVC CRTDBG memory leak reporting.Jeff Hostetler2015-04-151-0/+117
| |/ / / /
* | | | | Merge pull request #2974 from libgit2/cmn/clone-everythingEdward Thomson2015-04-103-3/+40
|\ \ \ \ \
| * | | | | local: recusrively insert non-branch objects into the packfilecmn/clone-everythingCarlos Martín Nieto2015-03-171-1/+2
| * | | | | tree: add more correct error messages for not foundCarlos Martín Nieto2015-03-171-2/+2
| * | | | | packbuilder: introduce git_packbuilder_insert_recur()Carlos Martín Nieto2015-03-171-0/+36
* | | | | | Merge pull request #3030 from linquize/symlink_supportedEdward Thomson2015-04-101-3/+5
|\ \ \ \ \ \