Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | indexer: remove the stream infix | Carlos Martín Nieto | 2013-10-30 | 1 | -8/+8 |
* | indexer: fix thin packs | Carlos Martín Nieto | 2013-10-04 | 1 | -0/+4 |
* | Fixed most documentation header bugs | Andreas Linde | 2013-06-24 | 1 | -1/+1 |
* | Move odb_backend implementors stuff into git2/sys | Russell Belfer | 2013-04-21 | 1 | -21/+1 |
* | indexer: kill git_indexer | Carlos Martín Nieto | 2013-03-03 | 1 | -48/+0 |
* | Document callback-triggered cancellation | Ben Straub | 2013-02-05 | 1 | -1/+5 |
* | Allow progress callback to cancel fetch | Ben Straub | 2013-02-05 | 1 | -1/+1 |
* | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 |
* | API updates for indexer.h | Ben Straub | 2012-11-27 | 1 | -4/+4 |
* | Network progress: rename things | Ben Straub | 2012-10-24 | 1 | -11/+11 |
* | gitno_buffer: callback on each packet | Ben Straub | 2012-10-19 | 1 | -0/+1 |
* | Fetch/indexer: progress callbacks | Ben Straub | 2012-10-19 | 1 | -1/+12 |
* | indexer: kill git_indexer_stats.data_received | Carlos Martín Nieto | 2012-08-26 | 1 | -1/+0 |
* | indexer: recognize and mark when all of the packfile has been downloaded | Carlos Martín Nieto | 2012-08-24 | 1 | -0/+2 |
* | indexer: don't use '/objects/pack/' unconditionally | Carlos Martín Nieto | 2012-06-28 | 1 | -2/+2 |
* | Fix spelling errors. | Bruce Mitchener | 2012-05-19 | 1 | -1/+1 |
* | transports: buffer the git requests before sending them | Carlos Martín Nieto | 2012-04-25 | 1 | -1/+1 |
* | indexer: add git_indexer_stream_free() and _hash() | Carlos Martín Nieto | 2012-04-13 | 1 | -0/+17 |
* | indexer: Add git_indexer_stream_finalize() | Carlos Martín Nieto | 2012-04-13 | 1 | -0/+9 |
* | indexer: start writing the stream indexer | Carlos Martín Nieto | 2012-04-13 | 1 | -0/+19 |
* | Update Copyright header | schu | 2012-02-13 | 1 | -1/+1 |
* | include: Unify internal include strategies | Vicent Marti | 2011-11-18 | 1 | -2/+2 |
* | Cleanup legal data | Vicent Marti | 2011-09-19 | 1 | -0/+6 |
* | Add missing GIT_BEGIN_DECL and GIT_END_DECL to indexer header | Lambert CLARA | 2011-08-13 | 1 | -0/+3 |
* | Document the indexer calls | Carlos Martín Nieto | 2011-08-03 | 1 | -1/+46 |
* | Move pack index writing to a public function | Carlos Martín Nieto | 2011-08-03 | 1 | -0/+1 |
* | Implement the indexer | Carlos Martín Nieto | 2011-08-03 | 1 | -1/+3 |
* | Rename stuff to git_indexer_ | Carlos Martín Nieto | 2011-08-02 | 1 | -5/+5 |
* | Start the runner | Carlos Martín Nieto | 2011-08-02 | 1 | -7/+11 |
* | Intial indexer code | Carlos Martín Nieto | 2011-08-02 | 1 | -0/+15 |