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
2013-11-11remote: fix a couple of leaksCarlos Martín Nieto
2013-11-11remote: make _ls return the list directlyCarlos Martín Nieto
2013-11-02remote: store dwimed refspecs separatelyCarlos Martín Nieto
2013-11-02remote: download HEAD when no refspecs are givenCarlos Martín Nieto
2013-10-02remote: put the _download() callback with the othersCarlos Martín Nieto
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-05-07remote: correctly interpret tagopt '--tags'Carlos Martín Nieto
2013-04-20remote: handle multiple refspecsCarlos Martín Nieto
2013-01-09update copyrightsEdward Thomson
2012-11-06create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley
2012-10-25Remove 'bytes' param from git_remote_downloadBen Straub
2012-10-25Network progress: rename thingsBen Straub
2012-10-20gitno_buffer: callback on each packetBen Straub
2012-10-20Fetch/indexer: progress callbacksBen Straub
2012-10-20Add git_indexer_stats field to git_remoteBen Straub
2012-10-18fetch: declare variables at the top of the blockCarlos Martín Nieto
2012-10-18remote: support fetch cancelationCarlos Martín Nieto
2012-10-15test: fix some memory leaksnulltoken
2012-09-30remote: support downloading all tagsCarlos Martín Nieto
2012-09-06Diff iteratorsRussell Belfer
2012-08-26indexer: kill git_indexer_stats.data_receivedCarlos Martín Nieto
2012-08-24network: add sideband supportCarlos Martín Nieto
2012-08-24indexer: recognize and mark when all of the packfile has been downloadedCarlos Martín Nieto
2012-08-04remote: add missing include git2/remote.hMichael Schubert
2012-07-30fetch: remove timeout codeCarlos Martín Nieto
2012-07-30transport: store the refs in a common areaCarlos Martín Nieto
2012-07-30remote: use the same code to control git and httpCarlos Martín Nieto
2012-07-30network: implement multi_ack for the git transportCarlos Martín Nieto
2012-07-30remote: start moving the protocol to a common areaCarlos Martín Nieto
2012-06-28indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto
2012-05-19http: add https support when GnuTLS is availableCarlos Martín Nieto
2012-05-18refs: git_reference_listall -> git_reference_listVicent Martí
2012-05-09fetch: filter tag annotation pseudo-refs while generating wantsCarlos Martín Nieto
2012-05-03Remove old and unused error codesVicent Martí
2012-04-25transports: buffer the git requests before sending themCarlos Martín Nieto
2012-04-25fetch: use the streaming indexer when downloading a packCarlos Martín Nieto
2012-04-11error-handling: fetchCarlos Martín Nieto
2012-02-13Update Copyright headerschu
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-28remote: Cleanup the remotes coderepo-ownershipVicent Marti
2011-11-26repository: Change ownership semanticsVicent Marti
2011-11-22filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer
2011-10-15*: correct and codify various file permissionsBrodie Rao
2011-10-12fetch: add a generic pack-download functionCarlos Martín Nieto
2011-10-12transport: don't have an extra send-wants stepCarlos Martín Nieto
2011-10-09fetch: move 'head' so it's visible to the whole functionCarlos Martín Nieto
2011-10-08fetch: store FETCH_HEADCarlos Martín Nieto
2011-10-08A missing refspec is not an errorCarlos Martín Nieto
2011-09-19Cleanup legal dataVicent Marti