summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* iterator: skip over errors in diriter initCarlos Martín Nieto2015-07-261-1/+4
* Merge pull request #3311 from Fallso/MacroRedefinitionEdward Thomson2015-07-151-0/+2
|\
| * Fix macro redefinition warningFallso2015-07-151-0/+2
* | Merge pull request #3302 from libgit2/cmn/submodule-foreach-diff-pathCarlos Martín Nieto2015-07-131-1/+1
|\ \
| * | submodule: lookup the submodule by path if availablecmn/submodule-foreach-diff-pathCarlos Martín Nieto2015-07-111-1/+1
| |/
* | Merge branch 'portable-zu'Carlos Martín Nieto2015-07-127-14/+14
|\ \
| * | Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough2015-07-127-14/+14
* | | Merge pull request #3301 from ethomson/warningsCarlos Martín Nieto2015-07-103-2/+4
|\ \ \
| * | | khash: add eol so picky compilers stop warningEdward Thomson2015-07-101-1/+1
| * | | xdiff: cleanup some warningsEdward Thomson2015-07-102-1/+3
* | | | Merge pull request #3297 from tkelman/patch-2Carlos Martín Nieto2015-07-101-0/+2
|\ \ \ \
| * | | | Fix undefined reference with old versions of opensslTony Kelman2015-07-071-0/+2
* | | | | git_cert: child types use proper base typeEdward Thomson2015-07-105-13/+14
| |/ / / |/| | |
* | | | Merge pull request #3281 from ethomson/wildcard_filtersCarlos Martín Nieto2015-07-091-2/+5
|\ \ \ \
| * | | | filters: custom filters with wildcard attributesEdward Thomson2015-07-011-2/+5
* | | | | xdiff: upgrade to core git 2.4.5Edward Thomson2015-07-0712-76/+137
| |/ / / |/| | |
* | | | Merge pull request #3277 from git-up/git_diff_index_to_indexCarlos Martín Nieto2015-07-071-0/+25
|\ \ \ \
| * | | | Added git_diff_index_to_index()Pierre-Olivier Latour2015-06-301-0/+25
* | | | | Merge pull request #3288 from ethomson/getenvCarlos Martín Nieto2015-07-075-17/+95
|\ \ \ \ \
| * | | | | git__getenv: utf-8 aware env readerEdward Thomson2015-07-025-17/+95
| | |_|/ / | |/| | |
* | | | | Merge pull request #3202 from jeffhostetler/windows_stack_traceCarlos Martín Nieto2015-07-067-7/+794
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Reserve aux_id 0; sort leaks by aux_id. Fix cmp.Jeff Hostetler2015-06-292-10/+28
| * | | | Include stacktrace summary in memory leak output.Jeff Hostetler2015-06-297-7/+776
* | | | | iterator_walk: cast away constness for freeEdward Thomson2015-07-021-2/+2
* | | | | submodule: correctly delimit the keys to use for lookupcmn/submodule-duplicateCarlos Martín Nieto2015-07-011-1/+1
* | | | | Fix 8.3 filename tests failure when 8.3 is disabledLinquize2015-07-011-1/+4
| |/ / / |/| | |
* | | | Fix #3093 - remove declaration of unused function git_fetch__download_packMatthew Plough2015-06-301-7/+0
* | | | Merge pull request #3273 from ethomson/warnings3Carlos Martín Nieto2015-06-303-2/+2
|\ \ \ \
| * | | | winhttp: remove unused varEdward Thomson2015-06-301-1/+0
| * | | | posix compat: include sys/stat.h for mingwEdward Thomson2015-06-301-0/+1
| * | | | diff: use size_t formatEdward Thomson2015-06-301-1/+1
| | |/ / | |/| |
* | | | http: fixed leak when asking for credentials againPierre-Olivier Latour2015-06-301-0/+4
|/ / /
* | | Merge pull request #3271 from jeffhostetler/more_leaksEdward Thomson2015-06-301-0/+3
|\ \ \
| * | | fix memory leak in refspec.c on errors.Jeff Hostetler2015-06-301-0/+3
| |/ /
* | | Merge pull request #3270 from ethomson/warnings2Carlos Martín Nieto2015-06-305-9/+4
|\ \ \ | |/ / |/| |
| * | odb: cast to long long for printfEdward Thomson2015-06-291-1/+1
| * | submodule: cast enum to int for compareEdward Thomson2015-06-291-1/+1
| * | openssl: free hostnameEdward Thomson2015-06-291-0/+1
| * | stash: drop unused variableEdward Thomson2015-06-291-2/+1
| * | iterator_walk: drop unused variableEdward Thomson2015-06-291-5/+0
* | | http: don't give up on auth on the first trycmn/release-fixupsCarlos Martín Nieto2015-06-291-2/+1
* | | submodule: remove trailing slashes from submodule pathsCarlos Martín Nieto2015-06-291-4/+12
* | | submodule: remove some obsolete logicCarlos Martín Nieto2015-06-291-19/+0
|/ /
* | Merge pull request #3265 from libgit2/leaksCarlos Martín Nieto2015-06-273-1/+15
|\ \
| * | index, iterator, fetchhead: plug leaksleaksCarlos Martín Nieto2015-06-261-0/+3
| * | diff: fix leaks in diff printingCarlos Martín Nieto2015-06-262-1/+12
* | | Merge pull request #3263 from git-up/fixesCarlos Martín Nieto2015-06-262-2/+2
|\ \ \ | |/ / |/| |
| * | Fixed build failure if GIT_CURL is not definedPierre-Olivier Latour2015-06-262-2/+2
| |/
* | Merge pull request #3259 from ethomson/stash_apply_arghCarlos Martín Nieto2015-06-264-86/+237
|\ \
| * | stash: stage new files when unstashing themEdward Thomson2015-06-251-0/+78