summaryrefslogtreecommitdiff
path: root/src/transports/smart_pkt.c
Commit message (Expand)AuthorAgeFilesLines
* transports: smart: fix potential invalid memory dereferencesPatrick Steinhardt2016-06-071-0/+1
* transports: smart_pkt: fix memory leaks on error pathsPatrick Steinhardt2016-02-231-10/+11
* smart_pkt: check buffer with GITERR_CHECK_ALLOC_BUFPatrick Steinhardt2016-02-231-1/+3
* transports: smart_pkt: fix memory leaksPatrick Steinhardt2016-02-181-0/+3
* Include the 4 characters not recognised as hex-number when setting error in p...Anders Borum2015-08-171-2/+9
* Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough2015-07-121-1/+1
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-21/+29
* Use `size_t` to hold size of arraysEdward Thomson2015-02-121-5/+12
* git_buf_grow_by: increase buf asize incrementallyEdward Thomson2015-02-121-1/+1
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-3/+28
* remote: expose the remote's symref mappingsCarlos Martín Nieto2014-05-211-0/+1
* Rename progress callback to sideband_progressJacques Germishuys2014-04-211-2/+2
* protocol: basic support for multi_ack_detailedCarlos Martín Nieto2013-10-301-12/+18
* net: advertise our support for fixing thin packsCarlos Martín Nieto2013-10-041-0/+3
* Advertise and support side-band-64k when calling receive-packPhilip Kelley2013-03-121-0/+22
* update copyrightsEdward Thomson2013-01-081-1/+1
* Remove casts of return values of type void *Philip Kelley2012-11-291-16/+16
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-10/+104
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-0/+430