summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1152 from ben/clone-api-structificationVicent Martí2013-01-023-21/+22
|\
| * Include checkout options inlineBen Straub2013-01-021-1/+1
| * Move `url` to last place in parameter listBen Straub2013-01-022-2/+2
| * Fix warnings in exampleBen Straub2012-12-271-3/+15
| * Fix examplesBen Straub2012-12-212-2/+2
| * Rename remote creation APIsBen Straub2012-12-202-2/+2
| * Fix clone sampleBen Straub2012-12-191-17/+6
* | Update showindex exampleRussell Belfer2012-12-281-11/+23
|/
* Fix diff constructor name order confusionRussell Belfer2012-12-172-8/+8
* Make building samples more friendlyBen Straub2012-12-162-0/+6
* Move non-options back out of options structBen Straub2012-12-141-6/+5
* Deploy git_clone_options to network sampleBen Straub2012-12-141-5/+10
* Enable authenticated clones in network sampleBen Straub2012-12-131-1/+17
* Stop premature remote freeing when cloningBen Straub2012-12-131-0/+1
* Fix network exampleBen Straub2012-12-131-2/+11
* Deploy GIT_REMOTE_CALLBACKS_INITBen Straub2012-11-301-2/+1
* Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-1/+1
* Deploy GIT_CHECKOUT_OPTS_INITBen Straub2012-11-301-1/+1
* API updates for remote.hBen Straub2012-11-272-3/+3
* API updates for index.hBen Straub2012-11-271-1/+1
* Update diff callback param orderRussell Belfer2012-11-272-5/+5
* API review / update for tree.hRussell Belfer2012-11-271-2/+2
* Examples: fix clone apiBen Straub2012-11-271-1/+1
* Examples: fix reference namesBen Straub2012-11-272-3/+3
* tag: rename git_tag_type to git_tag_target_typenulltoken2012-11-171-1/+1
* Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-141-6/+6
* Fix various cross-platform build issuesRussell Belfer2012-11-094-13/+29
* Improve docs, examples, warningsRussell Belfer2012-11-013-48/+63
* index refactoringEdward Thomson2012-10-292-2/+3
* Remove 'bytes' param from git_remote_downloadBen Straub2012-10-241-6/+3
* Renaming: fix exampleBen Straub2012-10-243-14/+17
* Network progress: rename thingsBen Straub2012-10-241-1/+1
* Improve clone sample's formattingBen Straub2012-10-191-9/+6
* Checkout progress now reports completed/total stepsBen Straub2012-10-191-4/+8
* gitno_buffer: callback on each packetBen Straub2012-10-191-3/+4
* Correct progress reporting from checkoutBen Straub2012-10-191-3/+3
* Clone: in-line callbacks for progressBen Straub2012-10-191-42/+50
* Fix example compilationBen Straub2012-10-192-2/+2
* Example: compile fixes (not yet working)Ben Straub2012-10-191-3/+2
* Add accessor for git_remote's stats fieldBen Straub2012-10-191-9/+8
* examples: fix config getter param orderCarlos Martín Nieto2012-09-301-2/+2
* examples: add progress output to fetchCarlos Martín Nieto2012-08-241-1/+13
* indexer: recognize and mark when all of the packfile has been downloadedCarlos Martín Nieto2012-08-241-1/+1
* Merge pull request #778 from ben/cloneVicent Martí2012-08-194-0/+71
|\
| * Rename example function to avoid name collision.Ben Straub2012-07-313-3/+3
| * Checkout: save index on checkout.Ben Straub2012-07-311-1/+0
| * Add clone to the network example.Ben Straub2012-07-304-0/+72
* | examples: fix warnings in network/Carlos Martín Nieto2012-07-304-46/+24
* | remote: start moving the protocol to a common areaCarlos Martín Nieto2012-07-301-0/+3
|/
* Add a struct for network callbacksCarlos Martín Nieto2012-07-211-2/+9