| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup legal data | Vicent Marti | 2011-09-19 | 99 | -940/+438 |
| * | status: enhance determination of statuses for a whole directory | nulltoken | 2011-09-15 | 1 | -193/+477 |
| * | status: enhance determination of status for a single file | nulltoken | 2011-09-15 | 1 | -82/+121 |
| * | repository: Add git_repository_head() | nulltoken | 2011-09-15 | 1 | -5/+17 |
| * | Fix an integral overflow on 64-bit | Sebastian Schuberth | 2011-09-08 | 1 | -1/+1 |
| * | Add casts to get rid of some warnings when filling zlib structures | Sebastian Schuberth | 2011-09-08 | 3 | -10/+10 |
| * | Get rid of a superfluous pointer cast | Sebastian Schuberth | 2011-09-08 | 1 | -1/+1 |
| * | Fix minor indentation issues (spaces to tabs) | Sebastian Schuberth | 2011-09-08 | 2 | -6/+6 |
| * | Fix some random size_t vs. int conversion warnings | Sebastian Schuberth | 2011-09-08 | 5 | -12/+16 |
| * | Merge pull request #388 from lambourg/master | Vicent Martí | 2011-09-02 | 1 | -0/+10 |
| |\ | |||||
| | * | Fix for issue #387 | Jerome Lambourg | 2011-09-02 | 1 | -0/+10 |
| * | | Fix compilation in MinGW | Vicent Marti | 2011-08-31 | 2 | -8/+5 |
| * | | posix: Fix undeclared prototype | Vicent Marti | 2011-08-30 | 2 | -7/+11 |
| * | | repository: Fix signed/unsigned comp. | Vicent Marti | 2011-08-30 | 1 | -1/+2 |
| * | | netops: This is the proper check | Vicent Marti | 2011-08-30 | 1 | -1/+1 |
| * | | netops: Use the size_t, Luke | Vicent Marti | 2011-08-30 | 2 | -9/+11 |
| * | | Add git_remote_new | Carlos Martín Nieto | 2011-08-30 | 1 | -0/+20 |
| * | | 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 |
