summaryrefslogtreecommitdiff
path: root/include/git2/indexer.h
Commit message (Expand)AuthorAgeFilesLines
* 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