| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Clay 0.7.0 scriptclay-test | Vicent Marti | 2011-09-04 | 2 | -1/+214 |
| * | Switch to the Clay testing framework | Vicent Marti | 2011-09-04 | 37 | -8007/+1106 |
| * | 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 |
| * | Merge pull request #380 from kiryl/no-release-debug | Vicent Martí | 2011-08-30 | 1 | -3/+1 |
| |\ | |||||
| | * | CMakeLists: no need in split debug/release build | Kirill A. Shutemov | 2011-08-25 | 1 | -3/+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 | 2 | -0/+32 |
| * | | Don't hide the transport details | Carlos Martín Nieto | 2011-08-30 | 5 | -74/+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 |
| | |/ | |||||
| * | | Merge pull request #379 from kiryl/STRLEN | Vicent Martí | 2011-08-25 | 14 | -36/+34 |
| |\ \ | |/ |/| | |||||
| | * | 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 | 14 | -36/+34 |
| |/ | |||||
| * | 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 | 2 | -30/+3 |
| * | Remove enum git_whn | Carlos Martín Nieto | 2011-08-18 | 3 | -24/+6 |
| * | 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 | 2 | -0/+37 |
| * | 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 | 5 | -8/+40 |
| * | 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 | 5 | -10/+41 |
| * | 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 | 3 | -4/+76 |
| * | 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 | 2 | -0/+130 |
| * | Merge pull request #375 from schu/cleanup | Vicent Martí | 2011-08-17 | 6 | -20/+42 |
| |\ | |||||
