| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | index: Fix issues in the unmerged entries API | Vicent Marti | 2011-05-19 | 1 | -42/+26 |
| * | Merge pull request #141 from jpfender/unmerged | Vicent Martí | 2011-05-18 | 2 | -13/+130 |
| |\ | |||||
| | * | index.c: Fix typo | Jakob Pfender | 2011-05-17 | 1 | -1/+1 |
| | * | Move index.c to new error handling mechanism | Jakob Pfender | 2011-05-17 | 1 | -13/+15 |
| | * | Merge branch 'development' into unmerged | Jakob Pfender | 2011-05-17 | 26 | -268/+1810 |
| | |\ | |||||
| | * | | index.c: Remove duplicate function declaration | Jakob Pfender | 2011-04-28 | 1 | -1/+0 |
| | * | | index: Add API for unmerged entries | Jakob Pfender | 2011-04-21 | 2 | -0/+116 |
| * | | | Merge pull request #197 from schu/errors | Vicent Martí | 2011-05-18 | 1 | -19/+24 |
| |\ \ \ | |||||
| | * | | | Move odb.c to the new error handling | schu | 2011-05-18 | 1 | -19/+24 |
| | | |/ | |/| | |||||
| * | | | Use "__inline" instead of "inline" with MSVC | Sebastian Schuberth | 2011-05-18 | 1 | -1/+1 |
| * | | | Define str(n)casecmp for MSVC | Sebastian Schuberth | 2011-05-18 | 1 | -0/+4 |
| |/ / | |||||
| * | | utils: Move git__str[n]tolower | Vicent Marti | 2011-05-17 | 4 | -17/+17 |
| * | | config_file: Fix compilation | Vicent Marti | 2011-05-17 | 1 | -26/+26 |
| * | | utils: Implement git__strndup | Vicent Marti | 2011-05-17 | 1 | -0/+19 |
| * | | repository: Properly free the index on close | Vicent Marti | 2011-05-17 | 1 | -1/+3 |
| * | | Move config to the new error methods | Carlos Martín Nieto | 2011-05-17 | 2 | -20/+21 |
| * | | Merge upstream/development | Carlos Martín Nieto | 2011-05-17 | 20 | -198/+285 |
| |\ \ | |||||
| | * | | cache: Drop cuckoo hashing | Vicent Marti | 2011-05-17 | 2 | -67/+22 |
| | * | | cache: Fix deadlock | Vicent Marti | 2011-05-17 | 1 | -6/+14 |
| | * | | Do not set error message on `GIT_EREVWALKOVER` | Vicent Marti | 2011-05-15 | 1 | -3/+3 |
| | * | | Check error code from `git_cache_init` | Vicent Marti | 2011-05-15 | 1 | -3/+3 |
| | * | | Return success code on `git_cache_init` | Vicent Marti | 2011-05-15 | 1 | -0/+2 |
| | * | | Merge pull request #184 from nulltoken/repo-error-handling | Vicent Martí | 2011-05-15 | 5 | -52/+80 |
| | |\ \ | |||||
| | | * | | Move cache.c to the new error handling | nulltoken | 2011-05-15 | 4 | -5/+17 |
| | | * | | Move repository.c to the new error handling | nulltoken | 2011-05-14 | 2 | -24/+29 |
| | | * | | Move fileops.c to the new error handling | nulltoken | 2011-05-14 | 1 | -25/+36 |
| | * | | | fix git_otype typo when calling `git_odb_read_header`. | Shuhei Tanuma | 2011-05-15 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | Merge pull request #183 from schu/errors | Vicent Martí | 2011-05-13 | 4 | -27/+24 |
| | |\ \ | |||||
| | | * | | Move revwalk.c to the new error handling | schu | 2011-05-11 | 1 | -10/+10 |
| | | * | | Move vector.c to the new error handling | schu | 2011-05-11 | 1 | -7/+4 |
| | | * | | Move tree.c to the new error handling | schu | 2011-05-11 | 1 | -7/+7 |
| | | * | | Move blob.c to the new error handling | schu | 2011-05-11 | 1 | -3/+3 |
| | * | | | Check Redis replies for NULL | Vicent Marti | 2011-05-13 | 1 | -4/+5 |
| | |/ / | |||||
| | * | | Move all error-related defines to `git2/errors.h` | Vicent Marti | 2011-05-11 | 1 | -0/+1 |
| | * | | Bring back `git_strerror` | Vicent Marti | 2011-05-11 | 1 | -0/+46 |
| | * | | Move tag.c to the new error handling | Carlos Martín Nieto | 2011-05-10 | 1 | -9/+10 |
| | * | | Move signature.c to the new error handling | Carlos Martín Nieto | 2011-05-10 | 1 | -13/+13 |
| | * | | Merge branch 'error-handling' into development | Vicent Marti | 2011-05-09 | 4 | -65/+116 |
| | |\ \ | |||||
| | | * | | Change error handling mechanism once again | Vicent Marti | 2011-05-09 | 4 | -20/+44 |
| | | * | | errors: Update external API with new `git_lasterror` | Vicent Marti | 2011-05-09 | 1 | -46/+6 |
| | | * | | errors: Set error messages on memory allocation | Vicent Marti | 2011-05-09 | 2 | -11/+36 |
| | | * | | errors: Add error handling function | Vicent Marti | 2011-05-09 | 2 | -0/+42 |
| | * | | | Merge pull request #170 from jasonrm/development | Vicent Martí | 2011-05-08 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | | * | | | Fix misspelling of git_index_append2 (was git_index_apppend2). | Jason R. McNeil | 2011-05-03 | 1 | -1/+1 |
| | * | | | | Merge pull request #174 from carlosmn/backend-static | Vicent Martí | 2011-05-08 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | | * | | | | odb backend_sort_cmp should be static | Carlos Martín Nieto | 2011-05-06 | 1 | -1/+1 |
| | | |/ / / | |||||
| | * | | | | Fix bug in the way pthead_mutex_t was being destroyed in win32. | kelly.leahy | 2011-05-08 | 1 | -4/+3 |
| | | |/ / | |/| | | |||||
| | * | | | Fix two warnings from Clang | Carlos Martín Nieto | 2011-05-06 | 2 | -3/+2 |
| | |/ / | |||||
| * | | | Move config to a backend structure | Carlos Martín Nieto | 2011-05-10 | 3 | -926/+1116 |
| * | | | Merge remote-tracking branch 'upstream/development' into config | Carlos Martín Nieto | 2011-05-05 | 11 | -99/+209 |
| |\ \ \ | |/ / | |||||
