Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize transport architecture (squashed 3) | Philip Kelley | 2012-11-01 | 1 | -427/+0 |
* | fetch: use the include-tag capability | Carlos Martín Nieto | 2012-09-30 | 1 | -0/+3 |
* | network: add sideband support | Carlos Martín Nieto | 2012-08-24 | 1 | -2/+49 |
* | remote: use the same code to control git and http | Carlos Martín Nieto | 2012-07-30 | 1 | -3/+17 |
* | network: implement multi_ack for the git transport | Carlos Martín Nieto | 2012-07-30 | 1 | -5/+13 |
* | pkt: correctly advertise capabilitites | Carlos Martín Nieto | 2012-07-13 | 1 | -1/+1 |
* | http: add https support when GnuTLS is available | Carlos Martín Nieto | 2012-05-19 | 1 | -6/+0 |
* | errors: Rename error codesbreaking-changes | Vicent Martí | 2012-05-18 | 1 | -2/+2 |
* | errors: Rename the generic return codes | Vicent Martí | 2012-05-18 | 1 | -2/+2 |
* | Minor error fixes | Carlos Martín Nieto | 2012-05-08 | 1 | -0/+1 |
* | Merge pull request #654 from carlosmn/pkt-err | Vicent Martí | 2012-04-30 | 1 | -0/+21 |
|\ | |||||
| * | net: recognize and report server-side error messages | Carlos Martín Nieto | 2012-04-30 | 1 | -0/+21 |
* | | buf: deploy git_buf_len() | nulltoken | 2012-04-30 | 1 | -1/+1 |
|/ | |||||
* | pkt: bring back GIT_ESHORTBUFFER | Carlos Martín Nieto | 2012-04-29 | 1 | -8/+4 |
* | transports: buffer the git requests before sending them | Carlos Martín Nieto | 2012-04-25 | 1 | -68/+0 |
* | Fix warnings on 64-bit windows builds | Russell Belfer | 2012-04-17 | 1 | -35/+42 |
* | error-handling: protocol, pkt | Carlos Martín Nieto | 2012-04-11 | 1 | -67/+50 |
* | Clean up GIT_UNUSED macros on all platforms | Russell Belfer | 2012-03-02 | 1 | -3/+3 |
* | 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 | -9/+4 |
* | remote: Cleanup the remotes coderepo-ownership | Vicent Marti | 2011-11-28 | 1 | -12/+12 |
* | global: Properly use `git__` memory wrappers | Vicent Marti | 2011-10-28 | 1 | -3/+3 |
* | pkt: move the protocol strings to the top of the file | Carlos Martín Nieto | 2011-10-12 | 1 | -17/+14 |
* | pkt: get rid of the chunked support | Carlos Martín Nieto | 2011-10-12 | 1 | -28/+5 |
* | http: simple negotiation | Carlos Martín Nieto | 2011-10-12 | 1 | -0/+1 |
* | Introduce the git_pkt_buffer_ family of functions | Carlos Martín Nieto | 2011-10-12 | 1 | -21/+82 |
* | net,pkt: add chunked support | Carlos Martín Nieto | 2011-10-12 | 1 | -12/+40 |
* | pkt: send all of the wants in the negotiation | Carlos Martín Nieto | 2011-10-01 | 1 | -1/+3 |
* | Merge pull request #421 from nulltoken/ntk/fix/config-get-set-long | Vicent Martí | 2011-09-22 | 1 | -1/+1 |
|\ | |||||
| * | config: make git_config_[get|set]_long() able to properly deal with 8 bytes w... | nulltoken | 2011-09-22 | 1 | -1/+1 |
* | | Merge pull request #405 from carlosmn/http-ls | Vicent Martí | 2011-09-22 | 1 | -5/+21 |
|\ \ | |/ |/| | |||||
| * | pkt: add the comment type | Carlos Martín Nieto | 2011-09-09 | 1 | -0/+19 |
| * | pkt: don't use strlen before we know the name is NUL-terminated | Carlos Martín Nieto | 2011-09-07 | 1 | -5/+2 |
* | | Tabify everything | Vicent Marti | 2011-09-19 | 1 | -4/+4 |
* | | Cleanup legal data | Vicent Marti | 2011-09-19 | 1 | -21/+3 |
|/ | |||||
* | 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 | 1 | -9/+9 |
* | posix: Properly handle `snprintf` in all platforms | Vicent Marti | 2011-08-18 | 1 | -1/+2 |
* | Actually implement object negotiation | Carlos Martín Nieto | 2011-08-18 | 1 | -12/+21 |
* | Remove enum git_whn | Carlos Martín Nieto | 2011-08-18 | 1 | -2/+2 |
* | Use common capabilities | Carlos Martín Nieto | 2011-08-18 | 1 | -3/+33 |
* | Download pack | Carlos Martín Nieto | 2011-08-18 | 1 | -15/+36 |
* | Move have sending | Carlos Martín Nieto | 2011-08-18 | 1 | -51/+52 |
* | Implement sending haves | Carlos Martín Nieto | 2011-08-18 | 1 | -1/+64 |
* | negotiation | Carlos Martín Nieto | 2011-08-18 | 1 | -1/+1 |
* | git_pkt_send_wants | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+26 |
* | Cleanup external API | Vicent Marti | 2011-07-11 | 1 | -2/+3 |
* | Use gitno_buffer in the git transport | Carlos Martín Nieto | 2011-06-27 | 1 | -1/+2 |
* | Move git_pkt_{gen_proto,send_request} to transport_git.c | Carlos Martín Nieto | 2011-06-26 | 1 | -58/+0 |
* | Use (s)size_t | Carlos Martín Nieto | 2011-06-26 | 1 | -3/+3 |