| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move the transports to their own directory | Carlos Martín Nieto | 2011-10-12 | 1 | -516/+0 |
| * | net: plug a few memory leaks | Carlos Martín Nieto | 2011-10-12 | 1 | -0/+3 |
| * | git transport: don't loose received data | Carlos Martín Nieto | 2011-10-12 | 1 | -83/+38 |
| * | pkt: get rid of the chunked support | Carlos Martín Nieto | 2011-10-12 | 1 | -8/+8 |
| * | transport: don't have an extra send-wants step | Carlos Martín Nieto | 2011-10-12 | 1 | -18/+5 |
| * | net,pkt: add chunked support | Carlos Martín Nieto | 2011-10-12 | 1 | -10/+11 |
| * | transport-git: fix git request length calculation | Carlos Martín Nieto | 2011-10-01 | 1 | -1/+1 |
| * | transport-git: Encapsulation ist gut | Vicent Marti | 2011-10-01 | 1 | -16/+11 |
| * | netops: abstract away socket closing | Carlos Martín Nieto | 2011-10-01 | 1 | -7/+6 |
| * | Initialise the winsock DLL | Carlos Martín Nieto | 2011-10-01 | 1 | -3/+21 |
| * | Use git_buf in the git request | Carlos Martín Nieto | 2011-10-01 | 1 | -10/+10 |
| * | Merge pull request #405 from carlosmn/http-ls | Vicent Martí | 2011-09-22 | 1 | -32/+2 |
| |\ | |||||
| | * | Move extract_host_and_port to netops and add default port argument | Carlos Martín Nieto | 2011-09-04 | 1 | -32/+2 |
| * | | Tabify everything | Vicent Marti | 2011-09-19 | 1 | -3/+3 |
| * | | Cleanup legal data | Vicent Marti | 2011-09-19 | 1 | -21/+3 |
| |/ | |||||
| * | Fix Windows compilation | Carlos Martín Nieto | 2011-08-30 | 1 | -14/+2 |
| * | 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 | 1 | -0/+2 |
| |\ | |||||
| | * | transport_git: add missed error handling | Kirill A. Shutemov | 2011-08-24 | 1 | -0/+2 |
| * | | Drop STRLEN() macros | Kirill A. Shutemov | 2011-08-25 | 1 | -5/+5 |
| |/ | |||||
| * | 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 | 1 | -16/+52 |
| * | Move negotiation to the transport | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+67 |
| * | Don't try to download the packfile too early | Carlos Martín Nieto | 2011-08-18 | 1 | -14/+11 |
| * | 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 | 1 | -1/+36 |
| * | Only wait for pack if we need it | Carlos Martín Nieto | 2011-08-18 | 1 | -4/+11 |
| * | Tell the user where the downloaded packfile is stored | Carlos Martín Nieto | 2011-08-18 | 1 | -4/+8 |
| * | Download pack | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+93 |
| * | Move have sending | Carlos Martín Nieto | 2011-08-18 | 1 | -3/+11 |
| * | Implement sending haves | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+8 |
| * | Add a generic send_wants | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+8 |
| * | Cleanup external API | Vicent Marti | 2011-07-11 | 1 | -1/+1 |
| * | Fix network MSYS compilation | Carlos Martín Nieto | 2011-07-06 | 1 | -10/+0 |
| * | Slim down git_transport | Carlos Martín Nieto | 2011-06-27 | 1 | -2/+3 |
| * | Initialize memory in git transport | Carlos Martín Nieto | 2011-06-27 | 1 | -0/+3 |
| * | Use gitno_buffer in the git transport | Carlos Martín Nieto | 2011-06-27 | 1 | -21/+12 |
| * | Move transports to an inheritance model | Carlos Martín Nieto | 2011-06-26 | 1 | -36/+38 |
| * | Move git_pkt_{gen_proto,send_request} to transport_git.c | Carlos Martín Nieto | 2011-06-26 | 1 | -1/+56 |
| * | Implement and use git_pkt_send_request | Carlos Martín Nieto | 2011-06-26 | 1 | -13/+3 |
| * | Implement and use gitno_send | Carlos Martín Nieto | 2011-06-26 | 1 | -6/+3 |
| * | Create netops and start moving git:// to it | Carlos Martín Nieto | 2011-06-26 | 1 | -34/+11 |
| * | Correctly handle network input | Carlos Martín Nieto | 2011-06-26 | 1 | -14/+28 |
| * | Implement and use git_pkt_free | Carlos Martín Nieto | 2011-06-26 | 1 | -6/+1 |
| * | Implement the git TCP transport up to ls-remote | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+312 |
