summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Initialize local variableLinquize2014-05-131-1/+1
* 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
| * | | | | 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-182-67/+295
* | | | | | Merge pull request #2331 from libgit2/rb/dont-stop-diff-on-safecrlfVicent Marti2014-05-097-12/+46
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Use unsigned type for APIs with opt flag maskRussell Belfer2014-05-081-4/+4
| * | | | | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-067-12/+46
* | | | | | indexer: avoid memory movescmn/indexer-vector-handlingCarlos Martín Nieto2014-05-081-8/+15
| |_|_|/ / |/| | | |
* | | | | Merge pull request #2329 from anuraggup/fix_git_shutdownRussell Belfer2014-05-062-4/+8
|\ \ \ \ \
| * | | | | Fix the issues in git_shutdownAnurag Gupta2014-05-061-5/+5
| * | | | | Fix the issues in git__on_shutdownAnurag Gupta2014-05-062-5/+9
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2324 from libgit2/cmn/file-in-objects-dirRussell Belfer2014-05-061-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | odb: ignore files in the objects dircmn/file-in-objects-dirCarlos Martín Nieto2014-05-051-0/+4
| |/ / /
* | | | object: fix a braceCarlos Martín Nieto2014-05-061-1/+1
|/ / /
* | | Merge pull request #2308 from libgit2/rb/diff-update-index-stat-cacheVicent Marti2014-05-0222-267/+284
|\ \ \
| * | | Improve handling of fake home directoryRussell Belfer2014-05-022-15/+19
| * | | Fix remaining init_options inconsistenciesRussell Belfer2014-05-0210-86/+37