Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-29global: Deploy hallochallocVicent Marti
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-28tree: Add traversal in post-orderVicent Marti
2011-10-28Merge branch 'status' of https://github.com/carlosmn/libgit2 into developmentVicent Marti
2011-10-28status: move GIT_STATUS_PATH_* into an enumCarlos Martín Nieto
2011-10-28status: reorder retrieve_head_tree error checksCarlos Martín Nieto
2011-10-28status: remove git_tree_entry_byposCarlos Martín Nieto
2011-10-28status: remove git_index_entry_byposCarlos Martín Nieto
2011-10-28Merge pull request #467 from oleganza/oa-config-parse-fixVicent Martí
2011-10-27Fixed crash in config parser when empty value is encountered.Oleg Andreev
2011-10-27Merge pull request #463 from schu/tests-clay-object-rawVicent Martí
2011-10-27windows: Add support for non-UTF codepagesVicent Marti
2011-10-25tests-clay: move t01-rawobj.c to clayschu
2011-10-25Merge pull request #464 from rtyley/developmentVicent Martí
2011-10-25Tolerate zlib deflation with window size < 32KbRoberto Tyley
2011-10-22CMake: use -O0 in debug modeCarlos Martín Nieto
2011-10-20tree: Fix name lookups once and for allVicent Marti
2011-10-19tree: Fix lookups by entry nameVicent Marti
2011-10-16mwindow: close LRU window properlyCarlos Martín Nieto
2011-10-15Merge pull request #459 from brodie/test-improvementsVicent Martí
2011-10-15tests: propagate errors from open_temp_repo() instead of exitingBrodie Rao
2011-10-14Merge pull request #457 from khalsah/makefile-fixVicent Martí
2011-10-14Add src/transports to Makefile sourcesHargobind S. Khalsa
2011-10-14Update Makefile.embed with http-parser dependencyHargobind S. Khalsa
2011-10-14Merge pull request #448 from nulltoken/ntk/topic/treeentry-random-accessVicent Martí
2011-10-14tree: Add git_tree_frompath() which, given a relative path to a tree entry, r...nulltoken
2011-10-14oid: Add git_oid_streq() which checks if an oid and an hex formatted string a...nulltoken
2011-10-14Fix minor indentation issuesnulltoken
2011-10-14Add test commit containing subtrees and filesnulltoken
2011-10-14Fix compilation error on Windowsnulltoken
2011-10-13Merge pull request #454 from brodie/parsing-fixesVicent Martí
2011-10-13Merge pull request #455 from brodie/pack-fixesVicent Martí
2011-10-13odb_pack: don't do ambiguity checks for fully qualified SHA1 hashesBrodie Rao
2011-10-13signature: don't blow up trying to parse names containing '>'Brodie Rao
2011-10-13tag: allow the tagger field to be missing when parsing tagsBrodie Rao
2011-10-13tag: avoid a double-free when parsing tags without a tagger fieldBrodie Rao
2011-10-13commit: properly parse empty commit messagesBrodie Rao
2011-10-12pkt: move the protocol strings to the top of the fileCarlos Martín Nieto
2011-10-12Move the transports to their own directoryCarlos Martín Nieto
2011-10-12net: plug a few memory leaksCarlos Martín Nieto
2011-10-12http: download pack when fetchingCarlos Martín Nieto
2011-10-12remote: bitfield should be unsignedCarlos Martín Nieto
2011-10-12git transport: don't loose received dataCarlos Martín Nieto
2011-10-12fetch: add a generic pack-download functionCarlos Martín Nieto
2011-10-12pkt: get rid of the chunked supportCarlos Martín Nieto
2011-10-12http: simple negotiationCarlos Martín Nieto
2011-10-12Introduce the git_pkt_buffer_ family of functionsCarlos Martín Nieto
2011-10-12http: parse the response from the serverCarlos Martín Nieto
2011-10-12http: add a set of common refsCarlos Martín Nieto
2011-10-12http: move stuff out of negotiate_fetchCarlos Martín Nieto