summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-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
| |/ / /
* | | | Don't scale diff stat when not neededRussell Belfer2014-05-122-0/+6
* | | | Minor fixes for warnings and error propagationRussell Belfer2014-05-124-12/+14
* | | | Merge pull request #2300 from libgit2/cmn/match-host-testsRussell Belfer2014-05-123-9/+39
|\ \ \ \
| * | | | 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-263-4/+30
* | | | | Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-1215-266/+594
|\ \ \ \ \
| * | | | | repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-077-30/+34
| * | | | | 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-182-54/+15
| * | | | | config: document the how long the pointers are valid forCarlos Martín Nieto2014-04-181-1/+14
| * | | | | config: refresh before reading a valueCarlos Martín Nieto2014-04-184-15/+16
| * | | | | config: refresh the values on writeCarlos Martín Nieto2014-04-182-83/+18
| * | | | | config: use a snapshot for the iteratorCarlos Martín Nieto2014-04-181-3/+17
| * | | | | config: split out the refresh stepCarlos Martín Nieto2014-04-181-14/+25
| * | | | | config: make refresh atomicCarlos Martín Nieto2014-04-181-23/+16
| * | | | | Use config snapshottingCarlos Martín Nieto2014-04-186-28/+49
| * | | | | config: implement config snapshottingCarlos Martín Nieto2014-04-185-67/+379
| * | | | | config: document current write behaviour in a testCarlos Martín Nieto2014-04-181-0/+27
* | | | | | Merge pull request #2331 from libgit2/rb/dont-stop-diff-on-safecrlfVicent Marti2014-05-0915-36/+145
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Disable threads::refdb::edit_while_iterate testrb/dont-stop-diff-on-safecrlfRussell Belfer2014-05-081-7/+12
| * | | | | Use unsigned type for APIs with opt flag maskRussell Belfer2014-05-083-8/+9
| * | | | | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-0614-29/+132
* | | | | | Merge pull request #2335 from libgit2/cmn/indexer-vector-handlingVicent Marti2014-05-081-8/+15
|\ \ \ \ \ \
| * | | | | | indexer: avoid memory movescmn/indexer-vector-handlingCarlos Martín Nieto2014-05-081-8/+15
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2332 from libgit2/peff/iconvRussell Belfer2014-05-084-1/+49
|\ \ \ \ \ \ | |/ / / / / |/| | | | |