summaryrefslogtreecommitdiff
path: root/include/git2/transport.h
Commit message (Expand)AuthorAgeFilesLines
* transport: don't try to export nonexistent functionCarlos Martín Nieto2013-03-301-10/+0
* No bitfields in public headers b/c packing is compiler-specificPhilip Kelley2013-02-071-1/+1
* Add user-from-url param to auth callbackBen Straub2013-01-311-0/+3
* Some doc improvementsSebastian Bauer2013-01-161-0/+3
* Move credential helpers to their own (optional) headerBen Straub2013-01-091-20/+1
* Expose stock user/pass credential utilityBen Straub2013-01-091-0/+20
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-101-1/+3
* Allow compilation as C++Ben Straub2012-12-061-1/+1
* Remove GIT_CRED_VERSION and friendsBen Straub2012-12-031-4/+0
* Add version fields and init macros for public input structs.Ben Straub2012-11-301-0/+9
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-11/+29
* API updates for transport.hBen Straub2012-11-271-12/+12
* Basic authentication for http and winhttpPhilip Kelley2012-11-061-0/+49
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-0/+257
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-281-40/+0
* transport: Add `git_transport_valid_url`Vicent Marti2011-11-221-0/+8
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Don't hide the transport detailsCarlos Martín Nieto2011-08-301-8/+0
* Slim down git_transportCarlos Martín Nieto2011-06-271-1/+1
* Remove the repo param from git_transport_newCarlos Martín Nieto2011-06-261-1/+1
* Implement ls-remote on local driveCarlos Martín Nieto2011-06-261-4/+6
* Lay down the fundations for the network codeCarlos Martín Nieto2011-06-261-0/+56