summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* index: Fix issues in the unmerged entries APIVicent Marti2011-05-191-42/+26
* Merge pull request #141 from jpfender/unmergedVicent Martí2011-05-182-13/+130
|\
| * index.c: Fix typoJakob Pfender2011-05-171-1/+1
| * Move index.c to new error handling mechanismJakob Pfender2011-05-171-13/+15
| * Merge branch 'development' into unmergedJakob Pfender2011-05-1726-268/+1810
| |\
| * | index.c: Remove duplicate function declarationJakob Pfender2011-04-281-1/+0
| * | index: Add API for unmerged entriesJakob Pfender2011-04-212-0/+116
* | | Merge pull request #197 from schu/errorsVicent Martí2011-05-181-19/+24
|\ \ \
| * | | Move odb.c to the new error handlingschu2011-05-181-19/+24
| | |/ | |/|
* | | Use "__inline" instead of "inline" with MSVCSebastian Schuberth2011-05-181-1/+1
* | | Define str(n)casecmp for MSVCSebastian Schuberth2011-05-181-0/+4
|/ /
* | utils: Move git__str[n]tolowerVicent Marti2011-05-174-17/+17
* | config_file: Fix compilationVicent Marti2011-05-171-26/+26
* | utils: Implement git__strndupVicent Marti2011-05-171-0/+19
* | repository: Properly free the index on closeVicent Marti2011-05-171-1/+3
* | Move config to the new error methodsCarlos Martín Nieto2011-05-172-20/+21
* | Merge upstream/developmentCarlos Martín Nieto2011-05-1720-198/+285
|\ \
| * | cache: Drop cuckoo hashingVicent Marti2011-05-172-67/+22
| * | cache: Fix deadlockVicent Marti2011-05-171-6/+14
| * | Do not set error message on `GIT_EREVWALKOVER`Vicent Marti2011-05-151-3/+3
| * | Check error code from `git_cache_init`Vicent Marti2011-05-151-3/+3
| * | Return success code on `git_cache_init`Vicent Marti2011-05-151-0/+2
| * | Merge pull request #184 from nulltoken/repo-error-handlingVicent Martí2011-05-155-52/+80
| |\ \
| | * | Move cache.c to the new error handlingnulltoken2011-05-154-5/+17
| | * | Move repository.c to the new error handlingnulltoken2011-05-142-24/+29
| | * | Move fileops.c to the new error handlingnulltoken2011-05-141-25/+36
| * | | fix git_otype typo when calling `git_odb_read_header`.Shuhei Tanuma2011-05-151-1/+1
| |/ /
| * | Merge pull request #183 from schu/errorsVicent Martí2011-05-134-27/+24
| |\ \
| | * | Move revwalk.c to the new error handlingschu2011-05-111-10/+10
| | * | Move vector.c to the new error handlingschu2011-05-111-7/+4
| | * | Move tree.c to the new error handlingschu2011-05-111-7/+7
| | * | Move blob.c to the new error handlingschu2011-05-111-3/+3
| * | | Check Redis replies for NULLVicent Marti2011-05-131-4/+5
| |/ /
| * | Move all error-related defines to `git2/errors.h`Vicent Marti2011-05-111-0/+1
| * | Bring back `git_strerror`Vicent Marti2011-05-111-0/+46
| * | Move tag.c to the new error handlingCarlos Martín Nieto2011-05-101-9/+10
| * | Move signature.c to the new error handlingCarlos Martín Nieto2011-05-101-13/+13
| * | Merge branch 'error-handling' into developmentVicent Marti2011-05-094-65/+116
| |\ \
| | * | Change error handling mechanism once againVicent Marti2011-05-094-20/+44
| | * | errors: Update external API with new `git_lasterror`Vicent Marti2011-05-091-46/+6
| | * | errors: Set error messages on memory allocationVicent Marti2011-05-092-11/+36
| | * | errors: Add error handling functionVicent Marti2011-05-092-0/+42
| * | | Merge pull request #170 from jasonrm/developmentVicent Martí2011-05-081-1/+1
| |\ \ \
| | * | | Fix misspelling of git_index_append2 (was git_index_apppend2).Jason R. McNeil2011-05-031-1/+1
| * | | | Merge pull request #174 from carlosmn/backend-staticVicent Martí2011-05-081-1/+1
| |\ \ \ \
| | * | | | odb backend_sort_cmp should be staticCarlos Martín Nieto2011-05-061-1/+1
| | |/ / /
| * | | | Fix bug in the way pthead_mutex_t was being destroyed in win32.kelly.leahy2011-05-081-4/+3
| | |/ / | |/| |
| * | | Fix two warnings from ClangCarlos Martín Nieto2011-05-062-3/+2
| |/ /
* | | Move config to a backend structureCarlos Martín Nieto2011-05-103-926/+1116
* | | Merge remote-tracking branch 'upstream/development' into configCarlos Martín Nieto2011-05-0511-99/+209
|\ \ \ | |/ /