summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: network: refactor credentials callbackPatrick Steinhardt2017-05-151-5/+19
* examples: general: fix memory leaksPatrick Steinhardt2017-01-121-1/+30
* examples: general: display config only if it was foundPatrick Steinhardt2017-01-121-3/+3
* examples: general: narrow down scope of loop variablesPatrick Steinhardt2017-01-121-4/+6
* examples: general: clean up committer/author variablesPatrick Steinhardt2017-01-121-4/+4
* fix examples/network/clone.c: heap-buffer-overflowForce.Charlie-I2017-01-091-1/+1
* Fix issue #4046 Seg fault in config_files()Douglas Swanson2016-12-291-4/+6
* examples: add: fix type casting warningPatrick Steinhardt2016-10-101-5/+4
* examples: diff: parse correct types for line-diffoptsPatrick Steinhardt2016-10-103-3/+31
* examples: fix warnings in network/fetch.cPatrick Steinhardt2016-10-101-7/+7
* examples: general: fix remaining warningsPatrick Steinhardt2016-10-101-9/+14
* examples: general: convert C99 comments to C90 commentsPatrick Steinhardt2016-10-101-42/+54
* examples: general: extract function demonstrating OID parsingPatrick Steinhardt2016-10-101-26/+44
* examples: general: extract function demonstrating ODBPatrick Steinhardt2016-10-101-51/+77
* examples: general: extract function demonstrating commit writingPatrick Steinhardt2016-10-101-36/+51
* examples: general: extract functions demonstrating object parsingPatrick Steinhardt2016-10-101-131/+194
* examples: general: extract function demonstrating revwalkingPatrick Steinhardt2016-10-101-39/+53
* examples: general: extract function demonstrating index walkingPatrick Steinhardt2016-10-101-24/+33
* examples: general: extract function demonstrating reference listingsPatrick Steinhardt2016-10-101-22/+36
* examples: general: extract function demonstrating config filesPatrick Steinhardt2016-10-101-14/+23
* examples: general: use tabs instead of spacesPatrick Steinhardt2016-10-101-457/+457
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-1/+1
* Update link to Pro Git's Git internals chapter.Patrick McKenna2016-03-071-3/+2
* fix returnEun2015-10-071-0/+1
* Update another call to git_remote_connectMatt Burke2015-09-081-1/+1
* Merge pull request #3306 from libgit2/cmn/fetch-ex-fetchCarlos Martín Nieto2015-07-131-74/+27
|\
| * examples: modernise the fetch examplecmn/fetch-ex-fetchCarlos Martín Nieto2015-07-121-74/+27
* | Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough2015-07-121-2/+2
|/
* examples: clean up some warningsEdward Thomson2015-06-292-2/+4
* Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-251-1/+1
* examples: adjust to submodule status API changeCarlos Martín Nieto2015-06-221-16/+10
* print_usage functions is defined but not usedAriel O. Barria2015-06-031-0/+2
* remote: remove fetch parameter from create_anonymousCarlos Martín Nieto2015-05-282-2/+2
* examples: show the sideband progress on cloneCarlos Martín Nieto2015-05-131-0/+8
* examples: adjust to the new remote APICarlos Martín Nieto2015-05-134-24/+16
* Restructured to be nicer exampleTomas Paladin Volf2015-05-021-9/+14
* Added call to git_libgit2_shutdown()Tomas Paladin Volf2015-04-301-2/+4
* describe example: enable building by default.Patrick Steinhardt2015-04-072-0/+2
* examples: add remote example.Patrick Steinhardt2015-03-193-1/+279
* Merge pull request #2808 from libgit2/cmn/repo-identEdward Thomson2015-03-031-1/+1
|\
| * Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-1/+1
* | Merge pull request #2885 from JIghtuse/masterCarlos Martín Nieto2015-03-031-6/+24
|\ \ | |/ |/|
| * describe example: function to add commits to optsBoris Egorov2015-02-061-6/+24
* | example: drop `SAFE_CREATE` from clone exampleEdward Thomson2015-02-271-1/+1
|/
* for-each-ref example: init/shutdown libgit2 in mainBoris Egorov2015-02-051-0/+3
* describe example: fix memory allocation sizeBoris Egorov2015-01-251-2/+4
* clone example: don't divide by zeroEdward Thomson2015-01-101-3/+9
* Spelling fixesWill Stamper2014-12-041-2/+2
* blame: Do not assume blob contents are NULL-terminatedVicent Marti2014-11-211-6/+8
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-0814-25/+29