summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* message: don't assume the comment charcmn/comment-charCarlos Martín Nieto2014-05-184-13/+15
* Fix a bug in the pack::packbuilder suitePhilip Kelley2014-05-171-0/+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-174-2/+125
|\ \ | |/ |/|
| * Git binary check compat testsrb/update-4k-to-8kRussell Belfer2014-05-161-0/+114
| * Increase binary detection len to 8kRussell Belfer2014-05-163-2/+11
* | Merge pull request #2360 from phkelley/noinheritRussell Belfer2014-05-161-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-165-3/+251
|\ \ | |/ |/|
| * remote: remove remote-tracking branches on deleteCarlos Martín Nieto2014-05-162-8/+62
| * remote: move branch upstream deletion to use an iteratorCarlos Martín Nieto2014-04-301-57/+38
| * remote: Introduce git_remote_delete()nulltoken2014-04-303-3/+184
| * tests: Introduce count_config_entries_match() helpernulltoken2014-04-302-0/+32
* | Merge pull request #2357 from libgit2/cmn/pack-cache-initRussell Belfer2014-05-151-8/+7
|\ \
| * | pack: init the cache on packfile alloccmn/pack-cache-initCarlos Martín Nieto2014-05-151-8/+7
* | | Merge pull request #2356 from libgit2/rb/restore-search-pathsVicent Marti2014-05-158-66/+54
|\ \ \ | |/ / |/| |
| * | Better search path sandboxingrb/restore-search-pathsRussell Belfer2014-05-158-66/+54
|/ /
* | 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
* | | Merge pull request #2349 from libgit2/rb/coverity-fixesVicent Marti2014-05-1411-73/+93
|\ \ \
| * | | Increase use of config snapshotsrb/coverity-fixesRussell Belfer2014-05-137-53/+69
| * | | Some coverity inspired cleanupsRussell Belfer2014-05-134-20/+24
| |/ /
* | | Merge pull request #2348 from stewid/add-link-R-bindingsVicent Marti2014-05-141-0/+2
|\ \ \ | |/ / |/| |
| * | Add R bindings to the READMEStefan Widgren2014-05-131-0/+2
|/ /
* | Merge pull request #2328 from libgit2/rb/how-broken-can-ignores-beVicent Marti2014-05-139-106/+220
|\ \
| * | Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-069-106/+220
* | | 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
* | | | Merge pull request #2346 from kitbellew/fix2300Vicent Marti2014-05-131-0/+4
|\ \ \ \
| * | | | Win32 fix for #2300.Albert Meltzer2014-05-121-0/+4
|/ / / /
* | | | Merge pull request #2336 from libgit2/rb/unicode-branch-namesRussell Belfer2014-05-125-57/+124
|\ \ \ \
| * | | | Don't always test composed-insensitive lookupsrb/unicode-branch-namesRussell Belfer2014-05-081-4/+4
| * | | | Allow cl_repo_get_bool to work with missing keyRussell Belfer2014-05-081-1/+2
| * | | | Pass unconverted data when iconv doesn't like itRussell Belfer2014-05-084-56/+122
* | | | | Merge pull request #2334 from libgit2/rb/fix-2333Russell Belfer2014-05-127-23/+46
|\ \ \ \ \
| * | | | | Be more careful with user-supplied buffersrb/fix-2333Russell Belfer2014-05-087-23/+46
| |/ / / /