summaryrefslogtreecommitdiff
path: root/src/transports/smart.h
Commit message (Expand)AuthorAgeFilesLines
* remote: introduce `git_remote_connect_options`ethomson/remote_connect_optsEdward Thomson2022-01-061-15/+5
* Make enum in src,tests and examples C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-5/+5
* threads: rename git_atomic to git_atomic32Edward Thomson2020-12-061-1/+1
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-1/+1
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-2/+2
* smart_pkt: reorder and rename parameters of `git_pkt_parse_line`Patrick Steinhardt2018-10-031-1/+1
* smart_pkt: explicitly avoid integer overflows when parsing packetsPatrick Steinhardt2018-10-031-2/+2
* No need for this placeholder.Nelson Elhage2018-07-151-1/+0
* Remove GIT_PKT_PACK entirelyNelson Elhage2018-06-261-1/+1
* smart: typoEtienne Samson2018-04-111-1/+1
* smart: typedef git_pkt_type and clarify recv_pkt return typeEtienne Samson2018-04-111-12/+12
* consistent header guardsethomson/header_guardsEdward Thomson2018-02-011-0/+4
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+3
* Changes to provide option to turn off/on ofs_deltaGaurav Saral2017-02-101-0/+2
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-0/+1
* Copy custom_headers insteach of referencing the caller's copyMatt Burke2015-09-251-1/+1
* Hook up the custom_headers to the http transportMatt Burke2015-09-081-0/+1
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-1/+1
* Provide a callback for certificate validationCarlos Martín Nieto2014-09-161-0/+1
* Custom transport: minor cleanupsEdward Thomson2014-08-141-0/+1
* smart: store reported symrefsCarlos Martín Nieto2014-05-211-2/+3
* Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-1/+1
* remote: update head list on pushCarlos Martín Nieto2013-11-111-0/+2
* remote: make _ls return the list directlyCarlos Martín Nieto2013-11-111-0/+1
* protocol: basic support for multi_ack_detailedCarlos Martín Nieto2013-10-301-1/+3
* Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-281-1/+3
|\
| * net: advertise our support for fixing thin packsCarlos Martín Nieto2013-10-041-1/+3
* | Support cancellation in push operationJameson Miller2013-10-021-1/+1
|/
* Advertise and support side-band-64k when calling receive-packPhilip Kelley2013-03-121-0/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-101-0/+1
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-1/+28
* Fix warnings on Win64 buildRussell Belfer2012-11-271-1/+1
* Basic authentication for http and winhttpPhilip Kelley2012-11-061-0/+1
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-0/+149