| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'arrbee/minor-paranoia' into development | Vicent Marti | 2013-06-12 | 13 | -16/+63 |
| |\ | |||||
| | * | Add safe memset and use it | Russell Belfer | 2013-06-07 | 9 | -13/+26 |
| | * | Mutex init can fail | Russell Belfer | 2013-05-31 | 5 | -6/+26 |
| | * | Zero memory for major objects before freeing | Russell Belfer | 2013-05-31 | 8 | -4/+18 |
| * | | Fix Windows warnings | Russell Belfer | 2013-06-12 | 7 | -10/+15 |
| * | | Merge pull request #1643 from ethomson/rename_source | Vicent Martí | 2013-06-12 | 1 | -17/+23 |
| |\ \ | |||||
| | * | | keep source similarity in rename detection | Edward Thomson | 2013-06-10 | 1 | -17/+23 |
| * | | | Merge pull request #1642 from arrbee/diff-function-context | Vicent Martí | 2013-06-12 | 36 | -1999/+2721 |
| |\ \ \ | |||||
| | * | | | Fix diff header naming issues | Russell Belfer | 2013-06-12 | 6 | -95/+154 |
| | * | | | Improvements to git_array | Russell Belfer | 2013-06-12 | 3 | -16/+41 |
| | * | | | Add patch from blobs API | Russell Belfer | 2013-06-12 | 1 | -50/+145 |
| | * | | | Fix some diff driver memory leaks | Russell Belfer | 2013-06-12 | 1 | -16/+20 |
| | * | | | Add diff drivers tests (and fix bugs) | Russell Belfer | 2013-06-11 | 1 | -25/+40 |
| | * | | | Implement regex pattern diff driver | Russell Belfer | 2013-06-11 | 6 | -82/+292 |
| | * | | | start implementing diff driver registry | Russell Belfer | 2013-06-10 | 2 | -4/+42 |
| | * | | | Fix some memory leaks | Russell Belfer | 2013-06-10 | 2 | -1/+5 |
| | * | | | fix missing file and bad prototype | Russell Belfer | 2013-06-10 | 2 | -1/+42 |
| | * | | | Reorganize diff and add basic diff driver | Russell Belfer | 2013-06-10 | 33 | -1633/+1802 |
| | * | | | Move some diff helpers into separate file | Russell Belfer | 2013-06-05 | 2 | -422/+433 |
| | * | | | Basic function context header | Russell Belfer | 2013-06-05 | 1 | -16/+67 |
| * | | | | signature: extend trimming to more whitespace | Carlos Martín Nieto | 2013-06-11 | 1 | -2/+2 |
| | |/ / |/| | | |||||
| * | | | Make mkdir early exit cases clearer | Russell Belfer | 2013-06-05 | 1 | -35/+30 |
| * | | | Simplify git_futils_mkdir | Russell Belfer | 2013-06-05 | 1 | -46/+36 |
| |/ / | |||||
| * | | I'm a dick | Vicent Marti | 2013-06-05 | 1 | -7/+7 |
| * | | Ensure git_futils_mkdir won't mkdir root | Russell Belfer | 2013-06-05 | 1 | -13/+14 |
| * | | Merge pull request #1633 from jamill/directory_create_fix | Vicent Martí | 2013-06-05 | 1 | -5/+13 |
| |\ \ | |||||
| | * | | Allow creation of directories under the volume root in Win32 | Jameson Miller | 2013-06-05 | 1 | -5/+13 |
| * | | | Merge pull request #1624 from libgit2/vmg/full-ref-iterator | Vicent Martí | 2013-06-03 | 16 | -542/+700 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Make iterators use GIT_ITEROVER & smart advance | Russell Belfer | 2013-05-31 | 8 | -121/+253 |
| | * | | Frees | Vicent Marti | 2013-05-30 | 1 | -2/+2 |
| | * | | Refcounting | Vicent Marti | 2013-05-30 | 3 | -3/+8 |
| | * | | ...Aaaand this works | Vicent Marti | 2013-05-30 | 6 | -205/+186 |
| | * | | What are the chances, really | Vicent Marti | 2013-05-29 | 7 | -149/+203 |
| | * | | Liike this | Vicent Marti | 2013-05-28 | 6 | -56/+51 |
| | * | | This refs iterator pleases the gods. | Vicent Marti | 2013-05-28 | 1 | -78/+69 |
| * | | | Don't bail on parsing commits with an invalid timezone | Scott J. Goldman | 2013-06-02 | 1 | -2/+4 |
| * | | | Make git_index_read_tree preserve stat cache | Russell Belfer | 2013-05-31 | 1 | -14/+54 |
| | |/ |/| | |||||
| * | | Merge pull request #1626 from ethomson/index_ext_truncation | Vicent Martí | 2013-05-31 | 1 | -2/+3 |
| |\ \ | |||||
| | * | | improve test for index extension truncation | Edward Thomson | 2013-05-31 | 1 | -2/+3 |
| * | | | Merge pull request #1621 from NHDaly/clone_transport_flags | Vicent Martí | 2013-05-31 | 1 | -0/+4 |
| |\ \ \ | |||||
| | * | | | Added support for setting transport flags (No check SSL cert) to git_clone call. | Nathan Daly | 2013-05-31 | 1 | -0/+4 |
| | |/ / | |||||
| * | | | Merge pull request #1559 from carlosmn/ref-shorthand | Vicent Martí | 2013-05-31 | 1 | -0/+17 |
| |\ \ \ | |||||
| | * | | | Introduce git_reference_shorthand | Carlos Martín Nieto | 2013-05-08 | 1 | -0/+17 |
| * | | | | Merge pull request #1623 from yorah/fix/tag_auto | Vicent Martí | 2013-05-31 | 2 | -10/+3 |
| |\ \ \ \ | |||||
| | * | | | | Proposal to handle default value (auto = 0) | yorah | 2013-05-30 | 2 | -7/+1 |
| | * | | | | remote: make default tag retrieving behaviour consistent | yorah | 2013-05-30 | 1 | -6/+5 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #1622 from yorah/fix/thread-segfault | Ben Straub | 2013-05-30 | 1 | -1/+3 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | thread: fix segfault on Windows 64 bits | yorah | 2013-05-30 | 1 | -1/+3 |
| | | |/ | |/| | |||||
| * | | | allow (ignore) bare slash in gitignore | Edward Thomson | 2013-05-29 | 2 | -1/+7 |
| |/ / | |||||
| * | | Fixing unwrapped calloc | Russell Belfer | 2013-05-27 | 1 | -1/+1 |
