Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: show the sideband progress on clone | Carlos Martín Nieto | 2015-05-13 | 1 | -0/+8 |
| | | | | | This lets us see what the server (or libgit2 locally) is doing, rather than having to stare at a non-moving screen. | ||||
* | examples: adjust to the new remote API | Carlos Martín Nieto | 2015-05-13 | 1 | -3/+3 |
| | |||||
* | example: drop `SAFE_CREATE` from clone example | Edward Thomson | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | clone example: don't divide by zero | Edward Thomson | 2015-01-10 | 1 | -3/+9 |
| | | | | | Local transports don't have data about the size, avoid dividing by zero in the callback. | ||||
* | git_checkout_opts -> git_checkout_options | Ben Straub | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | - BUGFIX #2133 (@fourplusone) in smart_protocol.c | Miha | 2014-02-25 | 1 | -1/+1 |
| | | | | | | - added MSVC cmake definitions to disable warnings - general.c is rewritten so it is ansi-c compatible and compiles ok on microsoft windows - some MSVC reported warning fixes | ||||
* | Merge pull request #1891 from libgit2/cmn/fix-thin-packs | Vicent Martí | 2013-10-28 | 1 | -1/+7 |
|\ | | | | | Add support for thin packs | ||||
| * | indexer: include the delta stats | Carlos Martín Nieto | 2013-10-23 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | The user is unable to derive the number of deltas in the pack, as that would require them to capture the stats exactly in the moment between download and final processing, which is abstracted away in the fetch. Capture these numbers for the user and expose them in the progress struct. The clone and fetch examples now also present this information to the user. | ||||
* | | clone: put the callbacks struct directly in the clone options | Carlos Martín Nieto | 2013-10-02 | 1 | -5/+3 |
| | | | | | | | | There's no need for this to be a pointer to somewhere else. | ||||
* | | remote: move the credentials callback to the struct | Carlos Martín Nieto | 2013-10-02 | 1 | -1/+1 |
| | | | | | | | | | | Move this one as well, letting us have a single way of setting the callbacks for the remote, and removing fields from the clone options. | ||||
* | | remote: put the _download() callback with the others | Carlos Martín Nieto | 2013-10-02 | 1 | -2/+4 |
|/ | | | | | | The text progress and update_tips callbacks are already part of the struct, which was meant to unify the callback setup, but the download one was left out. | ||||
* | Adding credentials callback to ls-remote and fetch too. | Krzysztof Adamski | 2013-09-01 | 1 | -32/+1 |
| | |||||
* | Give props to Martin Pool | Martin Woodward | 2013-02-26 | 1 | -1/+4 |
| | | | | | | Martin Pool was the original author of the code referenced in the clone example. Make note that he's given his permission and also give him the proper credit. | ||||
* | Allow progress callback to cancel fetch | Ben Straub | 2013-02-05 | 1 | -1/+2 |
| | | | | | This works by having the indexer watch the return code of the callback, so will only take effect on object boundaries. | ||||
* | Add user-from-url param to auth callback | Ben Straub | 2013-01-31 | 1 | -0/+1 |
| | |||||
* | update examples to work on windows | Edward Thomson | 2013-01-23 | 1 | -3/+5 |
| | |||||
* | Include checkout options inline | Ben Straub | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Fix warnings in example | Ben Straub | 2012-12-27 | 1 | -3/+15 |
| | |||||
* | Fix clone sample | Ben Straub | 2012-12-19 | 1 | -17/+6 |
| | |||||
* | Move non-options back out of options struct | Ben Straub | 2012-12-14 | 1 | -6/+5 |
| | |||||
* | Deploy git_clone_options to network sample | Ben Straub | 2012-12-14 | 1 | -5/+10 |
| | |||||
* | Enable authenticated clones in network sample | Ben Straub | 2012-12-13 | 1 | -1/+17 |
| | |||||
* | Stop premature remote freeing when cloning | Ben Straub | 2012-12-13 | 1 | -0/+1 |
| | |||||
* | Fix network example | Ben Straub | 2012-12-13 | 1 | -2/+11 |
| | |||||
* | Deploy GIT_CHECKOUT_OPTS_INIT | Ben Straub | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | Examples: fix clone api | Ben Straub | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | Fix various cross-platform build issues | Russell Belfer | 2012-11-09 | 1 | -9/+15 |
| | | | | | | This fixes a number of warnings and problems with cross-platform builds. Among other things, it's not safe to name a member of a structure "strcmp" because that may be #defined. | ||||
* | Renaming: fix example | Ben Straub | 2012-10-24 | 1 | -7/+8 |
| | |||||
* | Improve clone sample's formatting | Ben Straub | 2012-10-19 | 1 | -9/+6 |
| | |||||
* | Checkout progress now reports completed/total steps | Ben Straub | 2012-10-19 | 1 | -4/+8 |
| | |||||
* | gitno_buffer: callback on each packet | Ben Straub | 2012-10-19 | 1 | -3/+4 |
| | | | | | The fetch code takes advantage of this to implement a progress callback every 100kb of transfer. | ||||
* | Correct progress reporting from checkout | Ben Straub | 2012-10-19 | 1 | -3/+3 |
| | |||||
* | Clone: in-line callbacks for progress | Ben Straub | 2012-10-19 | 1 | -42/+50 |
| | | | | Also implemented in the git2 example. | ||||
* | Example: compile fixes (not yet working) | Ben Straub | 2012-10-19 | 1 | -3/+2 |
| | |||||
* | Rename example function to avoid name collision. | Ben Straub | 2012-07-31 | 1 | -1/+1 |
| | |||||
* | Checkout: save index on checkout. | Ben Straub | 2012-07-31 | 1 | -1/+0 |
| | |||||
* | Add clone to the network example. | Ben Straub | 2012-07-30 | 1 | -0/+69 |