summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* global: Deploy hallochallocVicent Marti2011-10-287-8/+468
* global: Properly use `git__` memory wrappersVicent Marti2011-10-2858-289/+291
* tree: Add traversal in post-orderVicent Marti2011-10-272-2/+84
* Merge branch 'status' of https://github.com/carlosmn/libgit2 into developmentVicent Marti2011-10-271-37/+17
|\
| * status: move GIT_STATUS_PATH_* into an enumCarlos Martín Nieto2011-10-271-7/+9
| * status: reorder retrieve_head_tree error checksCarlos Martín Nieto2011-10-271-4/+2
| * status: remove git_tree_entry_byposCarlos Martín Nieto2011-10-271-14/+5
| * status: remove git_index_entry_byposCarlos Martín Nieto2011-10-271-12/+1
* | Merge pull request #467 from oleganza/oa-config-parse-fixVicent Martí2011-10-271-2/+8
|\ \ | |/ |/|
| * Fixed crash in config parser when empty value is encountered.Oleg Andreev2011-10-271-2/+8
* | Merge pull request #463 from schu/tests-clay-object-rawVicent Martí2011-10-2611-71/+1106
|\ \
| * | tests-clay: move t01-rawobj.c to clayschu2011-10-2411-71/+1106
* | | windows: Add support for non-UTF codepagesVicent Marti2011-10-267-28/+108
|/ /
* | Merge pull request #464 from rtyley/developmentVicent Martí2011-10-241-1/+1
|\ \
| * | Tolerate zlib deflation with window size < 32KbRoberto Tyley2011-10-241-1/+1
|/ /
* | CMake: use -O0 in debug modeCarlos Martín Nieto2011-10-221-0/+1
* | tree: Fix name lookups once and for allVicent Marti2011-10-202-51/+85
* | tree: Fix lookups by entry nameVicent Marti2011-10-192-2/+17
* | mwindow: close LRU window properlyCarlos Martín Nieto2011-10-151-5/+12
* | Merge pull request #459 from brodie/test-improvementsVicent Martí2011-10-141-4/+3
|\ \
| * | tests: propagate errors from open_temp_repo() instead of exitingBrodie Rao2011-10-141-4/+3
|/ /
* | Merge pull request #457 from khalsah/makefile-fixVicent Martí2011-10-131-2/+2
|\ \
| * | Add src/transports to Makefile sourcesHargobind S. Khalsa2011-10-131-1/+1
| * | Update Makefile.embed with http-parser dependencyHargobind S. Khalsa2011-10-131-2/+2
|/ /
* | Merge pull request #448 from nulltoken/ntk/topic/treeentry-random-accessVicent Martí2011-10-1322-79/+276
|\ \
| * | tree: Add git_tree_frompath() which, given a relative path to a tree entry, r...nulltoken2011-10-135-10/+159
| * | oid: Add git_oid_streq() which checks if an oid and an hex formatted string a...nulltoken2011-10-135-68/+116
| * | Fix minor indentation issuesnulltoken2011-10-131-8/+7
| * | Add test commit containing subtrees and filesnulltoken2011-10-1312-2/+4
| * | Fix compilation error on Windowsnulltoken2011-10-131-1/+0
|/ /
* | Merge pull request #454 from brodie/parsing-fixesVicent Martí2011-10-1315-13/+71
|\ \
| * | signature: don't blow up trying to parse names containing '>'Brodie Rao2011-10-122-1/+9
| * | tag: allow the tagger field to be missing when parsing tagsBrodie Rao2011-10-122-8/+28
| * | tag: avoid a double-free when parsing tags without a tagger fieldBrodie Rao2011-10-127-4/+28
| * | commit: properly parse empty commit messagesBrodie Rao2011-10-127-4/+10
| |/
* | Merge pull request #455 from brodie/pack-fixesVicent Martí2011-10-131-1/+1
|\ \
| * | odb_pack: don't do ambiguity checks for fully qualified SHA1 hashesBrodie Rao2011-10-121-1/+1
| |/
* | pkt: move the protocol strings to the top of the fileCarlos Martín Nieto2011-10-121-17/+14
* | Move the transports to their own directoryCarlos Martín Nieto2011-10-124-2/+2
* | net: plug a few memory leaksCarlos Martín Nieto2011-10-122-2/+17
* | http: download pack when fetchingCarlos Martín Nieto2011-10-121-12/+123
* | remote: bitfield should be unsignedCarlos Martín Nieto2011-10-121-1/+1
* | git transport: don't loose received dataCarlos Martín Nieto2011-10-121-83/+38
* | fetch: add a generic pack-download functionCarlos Martín Nieto2011-10-122-0/+63
* | pkt: get rid of the chunked supportCarlos Martín Nieto2011-10-124-54/+17
* | http: simple negotiationCarlos Martín Nieto2011-10-122-27/+58
* | Introduce the git_pkt_buffer_ family of functionsCarlos Martín Nieto2011-10-122-21/+87
* | http: parse the response from the serverCarlos Martín Nieto2011-10-122-11/+109
* | http: add a set of common refsCarlos Martín Nieto2011-10-121-14/+40
* | http: move stuff out of negotiate_fetchCarlos Martín Nieto2011-10-121-44/+62