summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updating language in examples READMERussell Belfer2012-07-101-4/+7
* examples: add READMEMichael Schubert2012-07-101-0/+8
* indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto2012-06-282-2/+2
* Fix incorrect revertChris Young2012-06-141-1/+1
* Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young2012-06-142-8/+2
* Merge remote-tracking branch 'source/development' into developmentChris Young2012-06-131-3/+1
|\
| * Minor fixes, cleanups, and clarificationsRussell Belfer2012-06-081-3/+1
* | Let platform 'Generic' get the regex deps so we don't need to use our externa...Chris Young2012-06-091-2/+2
* | allow disabling pthreads for testingChris Young2012-06-091-0/+6
* | Fix makefileChris Young2012-06-091-3/+4
|/
* examples/network: consistently use tabs for indentationCarlos Martín Nieto2012-05-242-126/+126
* Fix examples/general.c compilationScott J. Goldman2012-05-201-1/+1
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-2/+2
* errors: Rename the generic return codesVicent Martí2012-05-185-13/+13
* Basic setup for profilingRussell Belfer2012-05-172-2/+8
* examples: fix an oopsieCarlos Martín Nieto2012-05-111-0/+1
* examples: update network examples error handlingCarlos Martín Nieto2012-05-101-2/+5
* remotes: change git_remote_new's signatureCarlos Martín Nieto2012-05-082-2/+2
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-024-74/+145
|\
| * remote: don't free transport on disconnectMichael Schubert2012-05-021-0/+3
| * remote: run a callback when updating the branch tipsCarlos Martín Nieto2012-04-252-2/+21
| * examples: run fetch in a background threadCarlos Martín Nieto2012-04-251-13/+56
| * examples: port 'fetch' to the new APICarlos Martín Nieto2012-04-251-71/+22
| * examples: stream indexer exampleCarlos Martín Nieto2012-04-131-0/+55
| * Use new error handling in the example network codeCarlos Martín Nieto2012-04-111-1/+1
* | examples/diff: update example codeschu2012-03-131-2/+2
|/