summaryrefslogtreecommitdiff
path: root/include/git2/indexer.h
Commit message (Expand)AuthorAgeFilesLines
* Allow callers to set mode on packfile creationEdward Thomson2013-11-071-0/+2
* indexer: remove the stream infixCarlos Martín Nieto2013-10-301-8/+8
* indexer: fix thin packsCarlos Martín Nieto2013-10-041-0/+4
* Fixed most documentation header bugsAndreas Linde2013-06-241-1/+1
* Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-211-21/+1
* indexer: kill git_indexerCarlos Martín Nieto2013-03-031-48/+0
* Document callback-triggered cancellationBen Straub2013-02-051-1/+5
* Allow progress callback to cancel fetchBen Straub2013-02-051-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* API updates for indexer.hBen Straub2012-11-271-4/+4
* Network progress: rename thingsBen Straub2012-10-241-11/+11
* gitno_buffer: callback on each packetBen Straub2012-10-191-0/+1
* Fetch/indexer: progress callbacksBen Straub2012-10-191-1/+12
* indexer: kill git_indexer_stats.data_receivedCarlos Martín Nieto2012-08-261-1/+0
* indexer: recognize and mark when all of the packfile has been downloadedCarlos Martín Nieto2012-08-241-0/+2
* indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto2012-06-281-2/+2
* Fix spelling errors.Bruce Mitchener2012-05-191-1/+1
* transports: buffer the git requests before sending themCarlos Martín Nieto2012-04-251-1/+1
* indexer: add git_indexer_stream_free() and _hash()Carlos Martín Nieto2012-04-131-0/+17
* indexer: Add git_indexer_stream_finalize()Carlos Martín Nieto2012-04-131-0/+9
* indexer: start writing the stream indexerCarlos Martín Nieto2012-04-131-0/+19
* Update Copyright headerschu2012-02-131-1/+1
* include: Unify internal include strategiesVicent Marti2011-11-181-2/+2
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Add missing GIT_BEGIN_DECL and GIT_END_DECL to indexer headerLambert CLARA2011-08-131-0/+3
* Document the indexer callsCarlos Martín Nieto2011-08-031-1/+46
* Move pack index writing to a public functionCarlos Martín Nieto2011-08-031-0/+1
* Implement the indexerCarlos Martín Nieto2011-08-031-1/+3
* Rename stuff to git_indexer_Carlos Martín Nieto2011-08-021-5/+5
* Start the runnerCarlos Martín Nieto2011-08-021-7/+11
* Intial indexer codeCarlos Martín Nieto2011-08-021-0/+15