summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* error: store the error messages in a reusable buffercmn/error-bufferCarlos Martín Nieto2015-07-283-23/+42
* Merge pull request #3307 from libgit2/cmn/submodule-backslashEdward Thomson2015-07-243-0/+32
|\
| * submodule, path: extract slash conversioncmn/submodule-backslashCarlos Martín Nieto2015-07-133-7/+24
| * submodule: normalize slashes in resolve_urlCarlos Martín Nieto2015-07-131-0/+15
* | Merge pull request #3303 from libgit2/cmn/index-add-submoduleEdward Thomson2015-07-242-2/+28
|\ \
| * | index: allow add_bypath to update submodulescmn/index-add-submoduleCarlos Martín Nieto2015-07-121-2/+22
| * | blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto2015-07-121-0/+6
* | | Merge pull request #3305 from libgit2/cmn/reflog-del-backendEdward Thomson2015-07-242-12/+8
|\ \ \
| * | | refdb: delete a ref's reflog upon deletioncmn/reflog-del-backendCarlos Martín Nieto2015-07-122-12/+8
| |/ /
* | | Merge pull request #3304 from libgit2/cmn/checkout-free-streamEdward Thomson2015-07-241-7/+9
|\ \ \
| * | | filter: make sure to close the stream even on errorcmn/checkout-free-streamCarlos Martín Nieto2015-07-121-7/+9
| |/ /
* | | Merge pull request #3317 from csware/fix-vistaEdward Thomson2015-07-231-3/+8
|\ \ \
| * | | Make libgit2 work on Windows Vista againSven Strickroth2015-07-221-3/+8
* | | | Merge branch 'master' into fix-init-orderingfix-init-orderingjoshaber2015-07-2238-118/+1004
|\ \ \ \ | |/ / /
| * | | 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
| |\ \ \ \ \
| * \ \ \ \ \ 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
| | |_|_|_|/ | |/| | | |
* | | | | | Increment `git__n_inits` before doing `init_once`.joshaber2015-07-221-1/+1
| |_|/ / / |/| | | |
* | | | | git__getenv: utf-8 aware env readerEdward Thomson2015-07-025-17/+95
|/ / / /
* | | | 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