Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't hide the transport details | Carlos Martín Nieto | 2011-08-30 | 4 | -66/+11 |
* | Fix Windows compilation | Carlos Martín Nieto | 2011-08-30 | 3 | -15/+26 |
* | compat: Move `mkstemp` to the POSIX compat layer | Vicent Marti | 2011-08-30 | 4 | -11/+22 |
* | network: <select.h> is not available in MinGW | Vicent Marti | 2011-08-30 | 1 | -0/+2 |
* | Merge pull request #378 from kiryl/Wuninitialized | Vicent Martí | 2011-08-30 | 3 | -8/+11 |
|\ | |||||
| * | transport_git: add missed error handling | Kirill A. Shutemov | 2011-08-24 | 1 | -0/+2 |
| * | Fix false positive -Wuninitialized warnings | Kirill A. Shutemov | 2011-08-24 | 2 | -8/+9 |
* | | pkt: use sizeof() instead of strlen() to avoid variable length array | Kirill A. Shutemov | 2011-08-26 | 1 | -1/+1 |
* | | Drop STRLEN() macros | Kirill A. Shutemov | 2011-08-25 | 13 | -35/+33 |
|/ | |||||
* | transport: Merge bitfield | Vicent Marti | 2011-08-18 | 1 | -2/+2 |
* | posix: Properly handle `snprintf` in all platforms | Vicent Marti | 2011-08-18 | 12 | -35/+30 |
* | odb: Do not pass around a header when hashing | Vicent Marti | 2011-08-18 | 3 | -14/+10 |
* | Keep sending want lines if the server doesn't anwer a flush | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+23 |
* | Actually implement object negotiation | Carlos Martín Nieto | 2011-08-18 | 4 | -30/+79 |
* | Implement and bind local_send_wants | Carlos Martín Nieto | 2011-08-18 | 1 | -3/+12 |
* | Move negotiation to the transport | Carlos Martín Nieto | 2011-08-18 | 5 | -46/+83 |
* | Update transport lifetime documentation | Carlos Martín Nieto | 2011-08-18 | 1 | -13/+10 |
* | 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 | 2 | -16/+4 |
* | Assert a filename in indexer creation | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+2 |
* | Don't try to download the packfile too early | Carlos Martín Nieto | 2011-08-18 | 1 | -14/+11 |
* | Add git_remote_update_tips | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+27 |
* | Implement cooperative caching | Carlos Martín Nieto | 2011-08-18 | 3 | -4/+49 |
* | Rethrow pack entry offset error | Carlos Martín Nieto | 2011-08-18 | 1 | -1/+1 |
* | Use strcpy+strcat as memcpy was overlapping | Carlos Martín Nieto | 2011-08-18 | 1 | -2/+3 |
* | Use common capabilities | Carlos Martín Nieto | 2011-08-18 | 4 | -5/+78 |
* | Only wait for pack if we need it | Carlos Martín Nieto | 2011-08-18 | 4 | -8/+26 |
* | Tell the user where the downloaded packfile is stored | Carlos Martín Nieto | 2011-08-18 | 4 | -10/+14 |
* | Don't expose the fetch code to the user | Carlos Martín Nieto | 2011-08-18 | 4 | -9/+29 |
* | Bind the configuration and remotes to a repository | Carlos Martín Nieto | 2011-08-18 | 5 | -4/+11 |
* | Download pack | Carlos Martín Nieto | 2011-08-18 | 6 | -40/+165 |
* | Move have sending | Carlos Martín Nieto | 2011-08-18 | 6 | -76/+129 |
* | Implement sending haves | Carlos Martín Nieto | 2011-08-18 | 8 | -14/+89 |
* | Add a generic send_wants | Carlos Martín Nieto | 2011-08-18 | 7 | -2/+40 |
* | negotiation | Carlos Martín Nieto | 2011-08-18 | 2 | -4/+74 |
* | git_pkt_send_wants | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+26 |
* | Add git_fetch_list_want which creates the "want" list | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+123 |
* | refs.c: remove two lines of dead code | schu | 2011-08-17 | 1 | -2/+0 |
* | reflog.c: fix memory leaks | schu | 2011-08-17 | 1 | -8/+21 |
* | git__strndup: immediately return NULL when ENOMEM | schu | 2011-08-17 | 1 | -2/+4 |
* | config_file.c: fix memory leaks | schu | 2011-08-17 | 1 | -6/+15 |
* | tsort.c: fix include of common.h | schu | 2011-08-17 | 1 | -1/+2 |
* | unix/posix.h: remove redundant include | schu | 2011-08-17 | 1 | -1/+0 |
* | Fix the reference character check for Unicode | Carlos Martín Nieto | 2011-08-16 | 1 | -2/+2 |
* | reflog: fix memory leaks | schu | 2011-08-16 | 1 | -1/+5 |
* | reflog: assimilate reflog API to return git_oid's | schu | 2011-08-15 | 2 | -11/+10 |
* | commit: Add support for Encoding header | Vicent Marti | 2011-08-12 | 2 | -31/+31 |
* | Merge pull request #355 from jdavid/fix-build | Vicent Martí | 2011-08-09 | 1 | -2/+2 |
|\ | |||||
| * | Fix "redefinition of typedef git_indexer" build error | J. David Ibáñez | 2011-08-05 | 1 | -2/+2 |