]> git.proxmox.com Git - libgit2.git/history - src/pkt.c
Tabify everything
[libgit2.git] / src / pkt.c
2011-09-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-30 Vicent MartíMerge pull request #380 from kiryl/no-release-debug
2011-08-30 Vicent MartíMerge pull request #378 from kiryl/Wuninitialized
2011-08-26 Vicent MartíMerge pull request #379 from kiryl/STRLEN
2011-08-25 Kirill A. Shutemovpkt: use sizeof() instead of strlen() to avoid variable...
2011-08-25 Kirill A. ShutemovDrop STRLEN() macros
2011-08-18 Vicent Martiposix: Properly handle `snprintf` in all platforms
2011-08-18 Carlos Martín NietoActually implement object negotiation
2011-08-18 Carlos Martín NietoRemove enum git_whn
2011-08-18 Carlos Martín NietoUse common capabilities
2011-08-18 Carlos Martín NietoDownload pack
2011-08-18 Carlos Martín NietoMove have sending
2011-08-18 Carlos Martín NietoImplement sending haves
2011-08-18 Carlos Martín Nietonegotiation
2011-08-18 Carlos Martín Nietogit_pkt_send_wants
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-11 Vicent MartíMerge pull request #314 from nulltoken/ntk/fix-reflog
2011-07-11 Vicent MartiCleanup external API
2011-07-05 Vicent MartíMerge pull request #299 from kiryl/examples-general...
2011-07-05 Vicent MartíMerge pull request #297 from nulltoken/patch-5
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-06-27 Carlos Martín NietoUse gitno_buffer in the git transport
2011-06-26 Carlos Martín NietoMove git_pkt_{gen_proto,send_request} to transport_git.c
2011-06-26 Carlos Martín NietoUse (s)size_t
2011-06-26 Carlos Martín NietoImplement and use git_pkt_send_request
2011-06-26 Carlos Martín NietoCorrectly handle network input
2011-06-26 Carlos Martín NietoImplement and use git_pkt_free
2011-06-26 Carlos Martín NietoAdd function to generate a request
2011-06-26 Carlos Martín Nietopkt-line: read capabilities
2011-06-26 Carlos Martín Nietopkt-line: parse other-ref lines
2011-06-26 Carlos Martín Nietopkt: make sure we really only read the length
2011-06-26 Carlos Martín NietoMove flush-pkt creation into its own function
2011-06-26 Carlos Martín NietoLay the foundations for pkt-line parsing