summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Moving power-of-two bit utilities into util.hRussell Belfer2012-04-252-9/+19
* Convert revwalk to use git_poolRussell Belfer2012-04-253-58/+27
* Convert attrs and diffs to use string poolsRussell Belfer2012-04-259-135/+197
* Implement git_pool paged memory allocatorRussell Belfer2012-04-2512-17/+374
* config: also allow escaping outside of a quoted stringCarlos Martín Nieto2012-04-251-6/+0
* Merge pull request #632 from arrbee/win64-cleanupVicent Martí2012-04-2334-707/+390
|\
| * Rename to git_reference_name_to_oidRussell Belfer2012-04-234-4/+4
| * Fix warnings on 64-bit windows buildsRussell Belfer2012-04-1731-219/+258
| * Add git_reference_lookup_oid and lookup_resolvedRussell Belfer2012-04-176-121/+131
| * Remove old status implementationRussell Belfer2012-04-171-367/+1
* | Merge pull request #637 from nulltoken/issue/odb-refcountVicent Martí2012-04-231-0/+1
|\ \
| * | Fix git_repository_set_odb() refcount issuenulltoken2012-04-231-0/+1
* | | tree-cache: don't error out on a childless invalidated entryCarlos Martín Nieto2012-04-201-1/+1
* | | Merge remote-tracking branch 'carlosmn/indexer-stream' into new-error-handlingVicent Martí2012-04-196-52/+567
|\ \ \
| * | | indexer: add git_indexer_stream_free() and _hash()Carlos Martín Nieto2012-04-131-0/+29
| * | | indexer: Add git_indexer_stream_finalize()Carlos Martín Nieto2012-04-131-71/+235
| * | | indexer: start writing the stream indexerCarlos Martín Nieto2012-04-132-37/+315
| * | | Add packfile_unpack_compressed() to the internal headerCarlos Martín Nieto2012-04-131-0/+7
| * | | pack: signal a short buffer when neededCarlos Martín Nieto2012-04-131-11/+38
| * | | filebuf: add option not to buffer the contents at allCarlos Martín Nieto2012-04-132-3/+13
* | | | Merge pull request #629 from nulltoken/issue/index-refcountVicent Martí2012-04-181-0/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Fix git_repository_set_index() refcount issuenulltoken2012-04-141-0/+1
* | | config: parse quoted valuesCarlos Martín Nieto2012-04-161-21/+85
* | | repo: plug a couple of leaksCarlos Martín Nieto2012-04-141-0/+3
|/ /
* | Add support for pathspec to diff and statusRussell Belfer2012-04-136-5/+128
* | Merge remote-tracking branch 'carlosmn/revwalk-merge-base' into new-error-han...Vicent Martí2012-04-131-118/+318
|\ \
| * | error-handling: revwalkCarlos Martín Nieto2012-04-121-100/+104
| * | Move git_merge_base() to is own header and document itCarlos Martín Nieto2012-04-121-0/+1
| * | revwalk: use a priority queue for calculating merge basesCarlos Martín Nieto2012-04-121-37/+36
| * | revwalk: use merge bases to speed up processingCarlos Martín Nieto2012-04-121-2/+39
| * | Implement git_merge_base()Carlos Martín Nieto2012-04-121-9/+167
| * | revwalk: allow pushing/hiding a reference by nameCarlos Martín Nieto2012-04-121-38/+33
| * | revwalk: don't assume malloc succeedsCarlos Martín Nieto2012-04-121-3/+9
* | | Merge pull request #623 from arrbee/refactor-openVicent Martí2012-04-136-323/+301
|\ \ \ | |_|/ |/| |
| * | Refactor git_repository_open with new optionsRussell Belfer2012-04-116-323/+301
| |/
* | branch: simplify error handling for git_branch_move()Carlos Martín Nieto2012-04-121-18/+10
* | local transport: plug leakCarlos Martín Nieto2012-04-121-0/+1
* | branch: plug leaks in git_branch_move() and _delete()Carlos Martín Nieto2012-04-121-14/+32
|/
* status: Remove status_oldVicent Martí2012-04-111-82/+0
* error-handling local transportCarlos Martín Nieto2012-04-111-80/+66
* error-handling: fetchCarlos Martín Nieto2012-04-111-44/+39
* netops: show winsock error messages on WindowsCarlos Martín Nieto2012-04-111-3/+23
* error-handling: netopsCarlos Martín Nieto2012-04-111-31/+29
* error-handling: httpCarlos Martín Nieto2012-04-111-165/+120
* error-handling: git transportCarlos Martín Nieto2012-04-111-134/+127
* error-handling: protocol, pktCarlos Martín Nieto2012-04-112-76/+60
* error-handling: remote, transportCarlos Martín Nieto2012-04-112-149/+105
* Fix compilation errors and warningsnulltoken2012-04-111-9/+4
* Typedefs don't have enum in frontCarlos Martín Nieto2012-04-113-4/+4
* Merge pull request #619 from nulltoken/topic/branchesVicent Martí2012-04-117-9/+284
|\