summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* merge-base: StyleVicent Marti2015-11-041-1/+6
* merge-base: Do not read parents from the rootVicent Marti2015-11-041-1/+1
* merge-base: Remove redundant merge basesVicent Marti2015-11-042-22/+166
* git: put NULL check at the topCarlos Martín Nieto2015-11-041-2/+5
* git: accept NULL as argument to its stream freeCarlos Martín Nieto2015-11-041-2/+2
* Prevent segfault when parsing a reflog with oid parse errorStjepan Rajko2015-11-041-1/+1
* reuc: Be smarter when inserting new REUC entriesVicent Marti2015-11-041-19/+16
* xdiff: reference util.h in parent directoryEdward Thomson2015-11-041-1/+1
* diff: ignore nsecs when diffingEdward Thomson2015-11-041-1/+3
* signature: Strip crud just like Git doesVicent Marti2015-11-041-2/+16
* odb: Prioritize alternate backendsVicent Marti2015-11-041-4/+8
* odb: Be smarter when refreshing backendsVicent Marti2015-11-042-154/+159
* revwalk: make commit list use 64 bits for timeCarlos Martín Nieto2015-11-042-4/+4
* qsort_r/qsort_s: detect their supportEdward Thomson2015-11-041-13/+8
* p_futimes: support using futimens when availableEdward Thomson2015-11-041-1/+14
* openssl: don't try to teardown an unconnected SSL contextCarlos Martín Nieto2015-11-041-1/+6
* Fix binary diffsGuille -bisho-2015-11-041-1/+1
* win32: propogate filename too long errorsEdward Thomson2015-11-041-8/+15
* repository: only reserve repo dirs in the workdirEdward Thomson2015-11-041-4/+20
* win32: return EACCES in `p_lstat`Edward Thomson2015-11-041-2/+9
* checkout: overwrite files with differing modesEdward Thomson2015-11-041-9/+6
* Removing memory leak in mempack's freeBryan Woods2015-11-041-2/+6
* Fixing dangling pointers in git_mempack_resetBryan Woods2015-11-041-0/+3
* added a single line of additional error reporting from libssh2 when failing t...Max Leske2015-11-041-1/+3
* filebuf: follow symlinks when creating a lock fileCarlos Martín Nieto2015-11-041-3/+81
* blame: guard xdiff calls for large filesEdward Thomson2015-10-053-9/+29
* diff: don't feed large files to xdiffEdward Thomson2015-10-057-17/+20
* merge_file: treat large files as binaryEdward Thomson2015-10-054-82/+82
* xdiff: convert size variables to size_tEdward Thomson2015-10-013-50/+110
* GITERR_CHECK_ALLOC_ADDn: multi-arg addersEdward Thomson2015-10-011-0/+9
* diff: don't error out on an invalid regexCarlos Martín Nieto2015-09-031-7/+6
* http: propagate the credentials callback's error codeCarlos Martín Nieto2015-09-031-1/+9
* Fix bug in git_smart__push: push_transfer_progress cb is never calledDan Leehr2015-09-031-1/+1
* remote: don't confuse tag auto-follow rules with refspec matchingCarlos Martín Nieto2015-09-031-4/+10
* curl: use the most secure auth method for the proxyCarlos Martín Nieto2015-09-031-0/+1
* Fix duplicate basenames to support older VSJohn Haley2015-08-053-3/+2
* Stage an unregistered submodule in _add_bypath()Edward Thomson2015-08-031-5/+58
* filebuf: remove lockfile upon rename errorsCarlos Martín Nieto2015-08-032-1/+8
* Handle ssh:// and git:// urls containing a '~' character.Simon2015-08-032-0/+4
* Remove extra semicolon outside of a functionStefan Widgren2015-08-035-6/+6
* Cherry-pick PR #3332: Resolve documentation warningsCarlos Martín Nieto2015-08-032-2/+4
* case-insensitive check for WWW-Authenticate headerAnders Borum2015-08-031-1/+1
* iterator: skip over errors in diriter initCarlos Martín Nieto2015-08-031-1/+4
* Make libgit2 work on Windows Vista againSven Strickroth2015-07-281-3/+8
* Fix macro redefinition warningFallso2015-07-281-0/+2
* submodule: normalize slashes in resolve_urlCarlos Martín Nieto2015-07-281-0/+15
* Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough2015-07-287-14/+14
* filter: make sure to close the stream even on errorCarlos Martín Nieto2015-07-281-7/+9
* index: allow add_bypath to update submodulesCarlos Martín Nieto2015-07-281-2/+22
* blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto2015-07-281-0/+6