summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #662 from carlosmn/remotesnew-error-handlingVicent Martí2012-05-037-12/+68
|\
| * remotes: change git_remote_new's signatureCarlos Martín Nieto2012-05-036-12/+20
| * remote: add git_remote_add()Carlos Martín Nieto2012-05-033-0/+47
| * config: don't use freed memory on errorCarlos Martín Nieto2012-05-031-5/+6
|/
* Convert from strnlen to git_text_is_binaryRussell Belfer2012-05-021-4/+16
* Copy values to avoid strict aliasing warningRussell Belfer2012-05-021-1/+6
* Fix usage of "new" for fieldname in public headerRussell Belfer2012-05-026-184/+184
* Merge remote-tracking branch 'carlosmn/remaining-errors' into new-error-handlingVicent Martí2012-05-019-312/+300
|\
| * error handling: move the missing parts over to the new error handlingCarlos Martín Nieto2012-04-269-312/+300
* | Merge pull request #658 from schu/remote-disconnectVicent Martí2012-05-012-8/+13
|\ \
| * | remote: don't free transport on disconnectMichael Schubert2012-05-022-8/+13
|/ /
* | tests-clar/diff: mark output_len unusedMichael Schubert2012-05-011-0/+1
* | Merge pull request #655 from nulltoken/topic/cr-normalization-testVicent Martí2012-04-301-6/+50
|\ \
| * | attr: add test coverage related to crlf normalization while stagingnulltoken2012-05-011-6/+50
* | | Merge pull request #654 from carlosmn/pkt-errVicent Martí2012-04-304-0/+50
|\ \ \ | |/ / |/| |
| * | net: recognize and report server-side error messagesCarlos Martín Nieto2012-04-304-0/+50
* | | Merge pull request #652 from nulltoken/topic/diff-callbacksRussell Belfer2012-04-3020-96/+136
|\ \ \ | |/ / |/| |
| * | Leverage GIT_UNUSED macro to explicitly mark a function parameter as purposel...nulltoken2012-04-301-8/+14
| * | buf: deploy git_buf_len()nulltoken2012-04-3014-43/+43
| * | diff: provide more context to the consumer of the callbacksnulltoken2012-04-305-45/+74
| * | buf: add git_buf_len() accessor to expose the current length of the buffer co...nulltoken2012-04-291-1/+6
|/ /
* | Add a travis config fileCarlos Martín Nieto2012-04-291-0/+39
* | pkt: bring back GIT_ESHORTBUFFERCarlos Martín Nieto2012-04-291-8/+4
* | remote: add more doc on git_remote_freeMichael Schubert2012-04-281-0/+3
* | refs: fix unused-but-set warningMichael Schubert2012-04-271-0/+1
* | Fix Win32 warningsRussell Belfer2012-04-266-18/+20
* | Merge pull request #646 from arrbee/ignore-pat-leading-slashVicent Martí2012-04-266-33/+103
|\ \ | |/ |/|
| * Fix leading slash behavior in attrs/ignoresRussell Belfer2012-04-266-33/+103
|/
* diff: fix generation of the header of a removal patchnulltoken2012-04-254-8/+86
* Merge pull request #642 from arrbee/mem-poolsRussell Belfer2012-04-2538-935/+1745
|\
| * Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-2518-794/+273
| * Convert hashtable usage over to khashRussell Belfer2012-04-2513-202/+433
| * Import khash.h from attractivechaos/klibRussell Belfer2012-04-251-0/+548
| * Adding stash to hashtable implementationRussell Belfer2012-04-252-44/+112
| * 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-2512-152/+215
| * Implement git_pool paged memory allocatorRussell Belfer2012-04-2513-17/+459
* | Merge pull request #641 from carlosmn/networkingVicent Martí2012-04-2514-334/+254
|\ \
| * | remote: run a callback when updating the branch tipsCarlos Martín Nieto2012-04-254-9/+46
| * | revwalk: return GIT_EREVWALKER earlier if no references were pushedCarlos Martín Nieto2012-04-251-0/+7
| * | examples: run fetch in a background threadCarlos Martín Nieto2012-04-251-13/+56
| * | transports: buffer the git requests before sending themCarlos Martín Nieto2012-04-2510-168/+71
| * | examples: port 'fetch' to the new APICarlos Martín Nieto2012-04-251-71/+22
| * | fetch: use the streaming indexer when downloading a packCarlos Martín Nieto2012-04-257-87/+66
* | | Include the new config test fileCarlos Martín Nieto2012-04-251-0/+2
| |/ |/|
* | config: also allow escaping outside of a quoted stringCarlos Martín Nieto2012-04-252-6/+12
|/
* Merge pull request #632 from arrbee/win64-cleanupVicent Martí2012-04-2352-894/+624
|\
| * Rename to git_reference_name_to_oidRussell Belfer2012-04-236-6/+7
| * Fix warnings on 64-bit windows buildsRussell Belfer2012-04-1736-227/+266