Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refs: git_reference_listall -> git_reference_list | Vicent Martí | 2012-05-18 | 1 | -1/+1 |
* | fetch: filter tag annotation pseudo-refs while generating wants | Carlos Martín Nieto | 2012-05-09 | 1 | -0/+4 |
* | Remove old and unused error codes | Vicent Martí | 2012-05-02 | 1 | -9/+1 |
* | transports: buffer the git requests before sending them | Carlos Martín Nieto | 2012-04-25 | 1 | -0/+41 |
* | fetch: use the streaming indexer when downloading a pack | Carlos Martín Nieto | 2012-04-25 | 1 | -33/+23 |
* | error-handling: fetch | Carlos Martín Nieto | 2012-04-11 | 1 | -44/+39 |
* | Update Copyright header | schu | 2012-02-13 | 1 | -1/+1 |
* | Use git_buf for path storage instead of stack-based buffers | Russell Belfer | 2011-12-07 | 1 | -8/+14 |
* | remote: Cleanup the remotes coderepo-ownership | Vicent Marti | 2011-11-28 | 1 | -67/+43 |
* | repository: Change ownership semantics | Vicent Marti | 2011-11-26 | 1 | -3/+7 |
* | filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanups | Russell Belfer | 2011-11-22 | 1 | -1/+1 |
* | *: correct and codify various file permissions | Brodie Rao | 2011-10-14 | 1 | -1/+2 |
* | fetch: add a generic pack-download function | Carlos Martín Nieto | 2011-10-12 | 1 | -0/+58 |
* | transport: don't have an extra send-wants step | Carlos Martín Nieto | 2011-10-12 | 1 | -6/+1 |
* | fetch: move 'head' so it's visible to the whole function | Carlos Martín Nieto | 2011-10-09 | 1 | -1/+2 |
* | fetch: store FETCH_HEAD | Carlos Martín Nieto | 2011-10-08 | 1 | -2/+19 |
* | A missing refspec is not an error | Carlos Martín Nieto | 2011-10-08 | 1 | -4/+6 |
* | Cleanup legal data | Vicent Marti | 2011-09-19 | 1 | -21/+3 |
* | Don't hide the transport details | Carlos Martín Nieto | 2011-08-30 | 1 | -4/+5 |
* | Actually implement object negotiation | Carlos Martín Nieto | 2011-08-18 | 1 | -1/+5 |
* | Move negotiation to the transport | Carlos Martín Nieto | 2011-08-18 | 1 | -46/+4 |
* | Use time sorting in fetch | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+1 |
* | Be smarter about selecting wants | Carlos Martín Nieto | 2011-08-18 | 1 | -28/+2 |
* | Remove enum git_whn | Carlos Martín Nieto | 2011-08-18 | 1 | -14/+2 |
* | Only wait for pack if we need it | Carlos Martín Nieto | 2011-08-18 | 1 | -4/+9 |
* | Tell the user where the downloaded packfile is stored | Carlos Martín Nieto | 2011-08-18 | 1 | -2/+2 |
* | Don't expose the fetch code to the user | Carlos Martín Nieto | 2011-08-18 | 1 | -9/+11 |
* | Bind the configuration and remotes to a repository | Carlos Martín Nieto | 2011-08-18 | 1 | -4/+6 |
* | Download pack | Carlos Martín Nieto | 2011-08-18 | 1 | -24/+8 |
* | Move have sending | Carlos Martín Nieto | 2011-08-18 | 1 | -18/+39 |
* | Implement sending haves | Carlos Martín Nieto | 2011-08-18 | 1 | -5/+5 |
* | Add a generic send_wants | Carlos Martín Nieto | 2011-08-18 | 1 | -2/+5 |
* | negotiation | Carlos Martín Nieto | 2011-08-18 | 1 | -3/+73 |
* | Add git_fetch_list_want which creates the "want" list | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+123 |