Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | tests: Introduce count_config_entries_match() helper | nulltoken | 2014-04-30 | 2 | -0/+32 | |
* | | | | Merge pull request #2357 from libgit2/cmn/pack-cache-init | Russell Belfer | 2014-05-15 | 1 | -8/+7 | |
|\ \ \ \ | ||||||
| * | | | | pack: init the cache on packfile alloccmn/pack-cache-init | Carlos Martín Nieto | 2014-05-15 | 1 | -8/+7 | |
* | | | | | Merge pull request #2356 from libgit2/rb/restore-search-paths | Vicent Marti | 2014-05-15 | 8 | -66/+54 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Better search path sandboxingrb/restore-search-paths | Russell Belfer | 2014-05-15 | 8 | -66/+54 | |
|/ / / / | ||||||
* | | | | Fix mutex init/free in config_file.c | Philip Kelley | 2014-05-15 | 1 | -1/+4 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #2351 from linquize/init-var | Vicent Marti | 2014-05-14 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Initialize local variable | Linquize | 2014-05-13 | 1 | -1/+1 | |
* | | | | Merge pull request #2349 from libgit2/rb/coverity-fixes | Vicent Marti | 2014-05-14 | 11 | -73/+93 | |
|\ \ \ \ | ||||||
| * | | | | Increase use of config snapshotsrb/coverity-fixes | Russell Belfer | 2014-05-13 | 7 | -53/+69 | |
| * | | | | Some coverity inspired cleanups | Russell Belfer | 2014-05-13 | 4 | -20/+24 | |
| |/ / / | ||||||
* | | | | Merge pull request #2348 from stewid/add-link-R-bindings | Vicent Marti | 2014-05-14 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add R bindings to the README | Stefan Widgren | 2014-05-13 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Merge pull request #2328 from libgit2/rb/how-broken-can-ignores-be | Vicent Marti | 2014-05-13 | 9 | -106/+220 | |
|\ \ \ | ||||||
| * | | | Improve checks for ignore containmentrb/how-broken-can-ignores-be | Russell Belfer | 2014-05-06 | 9 | -106/+220 | |
* | | | | Merge pull request #2330 from libgit2/cmn/pack-unpack-loop | Vicent Marti | 2014-05-13 | 2 | -78/+211 | |
|\ \ \ \ | ||||||
| * | | | | pack: don't forget to cache the base objectcmn/pack-unpack-loop | Carlos Martín Nieto | 2014-05-13 | 1 | -7/+8 | |
| * | | | | pack: use stack allocation for smaller delta chains | Carlos Martín Nieto | 2014-05-13 | 1 | -16/+45 | |
| * | | | | pack: expose a cached delta base directly | Carlos Martín Nieto | 2014-05-13 | 2 | -97/+92 | |
| * | | | | pack: simplify delta chain code | Carlos Martín Nieto | 2014-05-09 | 1 | -49/+51 | |
| * | | | | pack: preallocate a 64-element chain | Carlos Martín Nieto | 2014-05-09 | 1 | -0/+1 | |
| * | | | | pack: make sure not to leak the dep chain | Carlos Martín Nieto | 2014-05-09 | 1 | -8/+13 | |
| * | | | | pack: use a cache for delta bases when unpacking | Carlos Martín Nieto | 2014-05-09 | 2 | -73/+77 | |
| * | | | | pack: unpack using a loop | Carlos Martín Nieto | 2014-05-09 | 2 | -25/+128 | |
| * | | | | pack: do not repeat the same error message four times | Carlos Martín Nieto | 2014-05-09 | 1 | -4/+4 | |
| * | | | | pack: remove misleading comment | Carlos Martín Nieto | 2014-05-09 | 1 | -7/+0 | |
* | | | | | Merge pull request #2346 from kitbellew/fix2300 | Vicent Marti | 2014-05-13 | 1 | -0/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Win32 fix for #2300. | Albert Meltzer | 2014-05-12 | 1 | -0/+4 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2336 from libgit2/rb/unicode-branch-names | Russell Belfer | 2014-05-12 | 5 | -57/+124 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't always test composed-insensitive lookupsrb/unicode-branch-names | Russell Belfer | 2014-05-08 | 1 | -4/+4 | |
| * | | | | | Allow cl_repo_get_bool to work with missing key | Russell Belfer | 2014-05-08 | 1 | -1/+2 | |
| * | | | | | Pass unconverted data when iconv doesn't like it | Russell Belfer | 2014-05-08 | 4 | -56/+122 | |
* | | | | | | Merge pull request #2334 from libgit2/rb/fix-2333 | Russell Belfer | 2014-05-12 | 7 | -23/+46 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Be more careful with user-supplied buffersrb/fix-2333 | Russell Belfer | 2014-05-08 | 7 | -23/+46 | |
| |/ / / / / | ||||||
* | | | | | | Don't scale diff stat when not needed | Russell Belfer | 2014-05-12 | 2 | -0/+6 | |
* | | | | | | Minor fixes for warnings and error propagation | Russell Belfer | 2014-05-12 | 4 | -12/+14 | |
* | | | | | | Merge pull request #2300 from libgit2/cmn/match-host-tests | Russell Belfer | 2014-05-12 | 3 | -9/+39 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | netops: catch the server not sending a certificatecmn/match-host-tests | Carlos Martín Nieto | 2014-04-26 | 1 | -0/+4 | |
| * | | | | | | netops: provide more specific error for cert failure | Carlos Martín Nieto | 2014-04-26 | 1 | -5/+5 | |
| * | | | | | | netops: unit-test the cert host-name pattern matching | Carlos Martín Nieto | 2014-04-26 | 3 | -4/+30 | |
* | | | | | | | Merge pull request #2188 from libgit2/cmn/config-snapshot | Russell Belfer | 2014-05-12 | 15 | -266/+594 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | repository: introduce a convenience config snapshot methodcmn/config-snapshot | Carlos Martín Nieto | 2014-05-07 | 7 | -30/+34 | |
| * | | | | | | | config: share the strmap on snapshot | Carlos Martín Nieto | 2014-04-18 | 1 | -54/+2 | |
| * | | | | | | | config: refcount the values map | Carlos Martín Nieto | 2014-04-18 | 1 | -43/+131 | |
| * | | | | | | | config: refresh on delete | Carlos Martín Nieto | 2014-04-18 | 2 | -54/+15 | |
| * | | | | | | | config: document the how long the pointers are valid for | Carlos Martín Nieto | 2014-04-18 | 1 | -1/+14 | |
| * | | | | | | | config: refresh before reading a value | Carlos Martín Nieto | 2014-04-18 | 4 | -15/+16 | |
| * | | | | | | | config: refresh the values on write | Carlos Martín Nieto | 2014-04-18 | 2 | -83/+18 | |
| * | | | | | | | config: use a snapshot for the iterator | Carlos Martín Nieto | 2014-04-18 | 1 | -3/+17 | |
| * | | | | | | | config: split out the refresh step | Carlos Martín Nieto | 2014-04-18 | 1 | -14/+25 |