summaryrefslogtreecommitdiff
path: root/examples/network/index-pack.c
Commit message (Collapse)AuthorAgeFilesLines
* update example to new packfile creation signatureEdward Thomson2013-11-071-1/+1
|
* indexer: remove the stream infixCarlos Martín Nieto2013-10-301-6/+6
| | | | | | | | | | | It was there to keep it apart from the one which read in from a file on disk. This other indexer does not exist anymore, so there is no need for anything other than git_indexer to refer to it. While here, rename _add() function to _append() and _finalize() to _commit(). The former change is cosmetic, while the latter avoids talking about "finalizing", which OO languages use to mean something completely different.
* indexer: fix thin packsCarlos Martín Nieto2013-10-041-1/+1
| | | | | | When given an ODB from which to read objects, the indexer will attempt to inject the missing bases at the end of the pack and update the header and trailer to reflect the new contents.
* Fix clang warnings and improve checksRussell Belfer2013-04-091-3/+4
|
* update examples to work on windowsEdward Thomson2013-01-231-2/+14
|
* Renaming: fix exampleBen Straub2012-10-241-4/+4
|
* Fix example compilationBen Straub2012-10-191-1/+1
|
* examples: fix warnings in network/Carlos Martín Nieto2012-07-301-37/+10
|
* indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto2012-06-281-1/+1
| | | | | Not everyone who indexes a packfile wants to put it in the standard git repository location.
* examples/network: consistently use tabs for indentationCarlos Martín Nieto2012-05-241-76/+76
|
* errors: Rename the generic return codesVicent Martí2012-05-181-3/+3
|
* examples: stream indexer exampleCarlos Martín Nieto2012-04-131-0/+55
|
* examples: add ls-remote, fetch and index-pack examplesCarlos Martín Nieto2011-10-031-0/+47
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>