summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* message: don't assume the comment charcmn/comment-charCarlos Martín Nieto2014-05-181-2/+2
* Fix printf format string from previous commitPhilip Kelley2014-05-171-1/+1
* print_binary_hunk: Treat types with respectPhilip Kelley2014-05-171-7/+24
* Merge remote-tracking branch 'upstream/cmn/indexer-mmap' into developmentPhilip Kelley2014-05-178-73/+111
|\
| * indexer: mmap fixes for Windowscmn/indexer-mmapCarlos Martín Nieto2014-05-174-3/+11
| * indexer: use mmap for writingCarlos Martín Nieto2014-05-176-72/+102
* | Merge pull request #2362 from libgit2/rb/update-4k-to-8kVicent Marti2014-05-173-2/+11
|\ \ | |/ |/|
| * Increase binary detection len to 8kRussell Belfer2014-05-163-2/+11
* | Win32: Supply _O_NOINHERIT when calling _wopenPhilip Kelley2014-05-161-2/+11
* | Merge pull request #2313 from libgit2/cmn/remote-deleteVicent Marti2014-05-161-3/+145
|\ \ | |/ |/|
| * remote: remove remote-tracking branches on deleteCarlos Martín Nieto2014-05-161-4/+54
| * remote: move branch upstream deletion to use an iteratorCarlos Martín Nieto2014-04-301-57/+38
| * remote: Introduce git_remote_delete()nulltoken2014-04-301-3/+114
* | pack: init the cache on packfile alloccmn/pack-cache-initCarlos Martín Nieto2014-05-151-8/+7
* | Fix mutex init/free in config_file.cPhilip Kelley2014-05-151-1/+4
* | Merge pull request #2351 from linquize/init-varVicent Marti2014-05-141-1/+1
|\ \
| * | Initialize local variableLinquize2014-05-131-1/+1
* | | Increase use of config snapshotsrb/coverity-fixesRussell Belfer2014-05-137-53/+69
* | | Some coverity inspired cleanupsRussell Belfer2014-05-134-20/+24
|/ /
* | Merge pull request #2328 from libgit2/rb/how-broken-can-ignores-beVicent Marti2014-05-137-105/+112
|\ \
| * | Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-067-105/+112
* | | Merge pull request #2330 from libgit2/cmn/pack-unpack-loopVicent Marti2014-05-132-78/+211
|\ \ \
| * | | pack: don't forget to cache the base objectcmn/pack-unpack-loopCarlos Martín Nieto2014-05-131-7/+8
| * | | pack: use stack allocation for smaller delta chainsCarlos Martín Nieto2014-05-131-16/+45
| * | | pack: expose a cached delta base directlyCarlos Martín Nieto2014-05-132-97/+92
| * | | pack: simplify delta chain codeCarlos Martín Nieto2014-05-091-49/+51
| * | | pack: preallocate a 64-element chainCarlos Martín Nieto2014-05-091-0/+1
| * | | pack: make sure not to leak the dep chainCarlos Martín Nieto2014-05-091-8/+13
| * | | pack: use a cache for delta bases when unpackingCarlos Martín Nieto2014-05-092-73/+77
| * | | pack: unpack using a loopCarlos Martín Nieto2014-05-092-25/+128
| * | | pack: do not repeat the same error message four timesCarlos Martín Nieto2014-05-091-4/+4
| * | | pack: remove misleading commentCarlos Martín Nieto2014-05-091-7/+0
* | | | Win32 fix for #2300.Albert Meltzer2014-05-121-0/+4
* | | | Merge pull request #2336 from libgit2/rb/unicode-branch-namesRussell Belfer2014-05-123-56/+66
|\ \ \ \
| * | | | Pass unconverted data when iconv doesn't like itRussell Belfer2014-05-083-56/+66
* | | | | Merge pull request #2334 from libgit2/rb/fix-2333Russell Belfer2014-05-126-20/+36
|\ \ \ \ \
| * | | | | Be more careful with user-supplied buffersrb/fix-2333Russell Belfer2014-05-086-20/+36
| |/ / / /
* | | | | Don't scale diff stat when not neededRussell Belfer2014-05-121-0/+2
* | | | | Minor fixes for warnings and error propagationRussell Belfer2014-05-123-11/+9
* | | | | Merge pull request #2300 from libgit2/cmn/match-host-testsRussell Belfer2014-05-122-9/+26
|\ \ \ \ \
| * | | | | netops: catch the server not sending a certificatecmn/match-host-testsCarlos Martín Nieto2014-04-261-0/+4
| * | | | | netops: provide more specific error for cert failureCarlos Martín Nieto2014-04-261-5/+5
| * | | | | netops: unit-test the cert host-name pattern matchingCarlos Martín Nieto2014-04-262-4/+17
* | | | | | Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-128-254/+454
|\ \ \ \ \ \
| * | | | | | repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-076-29/+21
| * | | | | | config: share the strmap on snapshotCarlos Martín Nieto2014-04-181-54/+2
| * | | | | | config: refcount the values mapCarlos Martín Nieto2014-04-181-43/+131
| * | | | | | config: refresh on deleteCarlos Martín Nieto2014-04-181-51/+12
| * | | | | | config: refresh before reading a valueCarlos Martín Nieto2014-04-181-3/+12
| * | | | | | config: refresh the values on writeCarlos Martín Nieto2014-04-181-82/+17