| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Define S_IREAD i S_IWRITE for Android. | Krzysztof Adamski | 2013-09-01 | 1 | -0/+5 | |
| * | | | | Fix typo _delete -> _free | Carlos Martín Nieto | 2013-08-29 | 1 | -1/+1 | |
| | |/ / |/| | | ||||||
| * | | | Merge pull request #1805 from libgit2/threading-packed-load | Vicent Martí | 2013-08-28 | 4 | -3/+603 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Fix comment | Russell Belfer | 2013-08-23 | 1 | -1/+1 | |
| | * | | Trying to fix Win32 warnings | Russell Belfer | 2013-08-22 | 1 | -1/+1 | |
| | * | | Add SRWLock implementation of rwlocks for Win32 | Russell Belfer | 2013-08-22 | 1 | -2/+4 | |
| | * | | Convert sortedcache to use rwlock | Russell Belfer | 2013-08-22 | 1 | -10/+21 | |
| | * | | Fix warnings when compiling without threads | Russell Belfer | 2013-08-21 | 1 | -4/+15 | |
| | * | | Rewrite refdb_fs using git_sortedcache object | Russell Belfer | 2013-08-21 | 1 | -0/+200 | |
| | * | | Add sortedcache APIs to lookup index and remove | Russell Belfer | 2013-08-21 | 1 | -0/+52 | |
| | * | | Add sorted cache data type | Russell Belfer | 2013-08-20 | 1 | -0/+298 | |
| | * | | Don't try to pack symbolic refs | Russell Belfer | 2013-08-20 | 1 | -2/+28 | |
| * | | | Merge pull request #1803 from libgit2/ntk/topic/even_more_lenient_remote_parsing | Vicent Martí | 2013-08-28 | 3 | -4/+42 | |
| |\ \ \ | ||||||
| | * | | | remote: Make git_remote_list() detect pushurl | nulltoken | 2013-08-27 | 1 | -2/+8 | |
| | * | | | vector: Teach git_vector_uniq() to free while deduplicating | nulltoken | 2013-08-27 | 1 | -1/+1 | |
| | * | | | remote: Relax the parsing logic even more | nulltoken | 2013-08-27 | 2 | -0/+26 | |
| | * | | | remote: Don't parse missing urls as empty strings | nulltoken | 2013-08-27 | 2 | -1/+7 | |
| * | | | | Merge pull request #1772 from libgit2/config-iter | Vicent Martí | 2013-08-28 | 3 | -30/+111 | |
| |\ \ \ \ | ||||||
| | * | | | | config: don't special-case the multivar iterator | Carlos Martín Nieto | 2013-08-14 | 1 | -1/+1 | |
| | * | | | | config: introduce a regex-filtering iterator | Carlos Martín Nieto | 2013-08-12 | 1 | -0/+33 | |
| | * | | | | config: introduce _iterator_new() | Carlos Martín Nieto | 2013-08-12 | 1 | -0/+30 | |
| | * | | | | config: add _next() and _iterator_free() | Carlos Martín Nieto | 2013-08-08 | 1 | -0/+18 | |
| | * | | | | config: working multivar iterator | Carlos Martín Nieto | 2013-08-08 | 1 | -7/+7 | |
| | * | | | | config: get_multivar -> get_multivar_foreach | Carlos Martín Nieto | 2013-08-08 | 2 | -23/+23 | |
| * | | | | | Improve win32 version check, no ipv6 tests on XP | Edward Thomson | 2013-08-27 | 1 | -3/+16 | |
| | |/ / / |/| | | | ||||||
| * | | | | refs: add git_reference_is_tag | Nikolai Vladimirov | 2013-08-26 | 1 | -0/+16 | |
| * | | | | fix tests on FreeBSD | Fraser Tweedale | 2013-08-24 | 1 | -0/+2 | |
| * | | | | Skip UTF-8 BOM in binary detection | Edward Thomson | 2013-08-19 | 1 | -0/+6 | |
| | |/ / |/| | | ||||||
| * | | | Fix p_inet_pton on windows | Edward Thomson | 2013-08-19 | 1 | -0/+84 | |
| * | | | Merge pull request #1785 from libgit2/cmn/odb-hash-frontend | Vicent Martí | 2013-08-19 | 1 | -3/+3 | |
| |\ \ \ | ||||||
| | * | | | odb: wrap the stream reading and writing functions | Carlos Martín Nieto | 2013-08-15 | 1 | -3/+3 | |
| * | | | | index: report when it's locked | Carlos Martín Nieto | 2013-08-19 | 1 | -0/+25 | |
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #1778 from libgit2/push_tag_to_tag_test | Vicent Martí | 2013-08-16 | 5 | -0/+16 | |
| |\ \ \ | ||||||
| | * | | | test that suggests tags arent fully peeled during push | Edward Thomson | 2013-07-12 | 5 | -0/+16 | |
| * | | | | Improve isolation of new test from user environs | Russell Belfer | 2013-08-16 | 1 | -0/+11 | |
| * | | | | New test that inits repo and make commit | Russell Belfer | 2013-08-16 | 1 | -0/+49 | |
| * | | | | Merge pull request #1783 from libgit2/cmn/relax-remote | Vicent Martí | 2013-08-14 | 1 | -4/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | remote: relax the url rules | Carlos Martín Nieto | 2013-08-14 | 1 | -4/+6 | |
| | | |/ / | |/| | | ||||||
| * | | | | Test SSH in travis | Carlos Martín Nieto | 2013-08-14 | 1 | -0/+10 | |
| |/ / / | ||||||
| * | | | Merge pull request #1767 from libgit2/win32-bigger-utf8-buffer | Vicent Martí | 2013-08-13 | 11 | -17/+75 | |
| |\ \ \ | ||||||
| | * | | | Minor win32 fixes and improvements | Russell Belfer | 2013-08-13 | 1 | -2/+3 | |
| | * | | | Rename git__win32_path fns to git_win32_path | Russell Belfer | 2013-08-13 | 1 | -5/+5 | |
| | * | | | windows: Path conversion with better semantics | Vicent Marti | 2013-08-13 | 1 | -11/+11 | |
| | * | | | Discriminate path-specific and general UTF-X conversions | Ben Straub | 2013-08-08 | 1 | -6/+6 | |
| | * | | | Rename git_win_str_utf* to git_win32_path_utf* | Ben Straub | 2013-08-07 | 1 | -5/+5 | |
| | * | | | Add typedefs for win32 utf-8 and utf-16 buffers | Ben Straub | 2013-08-07 | 1 | -10/+10 | |
| | * | | | Add checkout test for long file name | Ben Straub | 2013-08-07 | 2 | -2/+21 | |
| | * | | | Add long-file-name branch to test repo | Ben Straub | 2013-08-07 | 7 | -4/+6 | |
| | * | | | Don't use win32-only macro in test code | Ben Straub | 2013-08-07 | 1 | -1/+1 | |
| | * | | | Add status test for long paths | Ben Straub | 2013-08-07 | 2 | -0/+36 | |
