libgit2/src/transports
Carlos Martín Nieto fafafb1f37 http: bump the pretend git version in the User-Agent
We want to keep the git UA in order for services to recognise that we're
a Git client and not a browser. But in order to stop dumb HTTP some
services have blocked UAs that claim to be pre-1.6.6 git.

Thread these needles by using the "git/2.0" prefix which is still close
enough to git's yet distinct enough that you can tell it's us.
2016-12-20 16:19:30 +00:00
..
auth_negotiate.c Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth_negotiate.h Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth.c Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth.h Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
cred_helpers.c ssh: make sure to ask for a username and use the same one 2014-06-26 22:58:39 +02:00
cred.c cred: add a free function wrapper 2015-08-19 02:23:18 +02:00
cred.h cred: add convenience function to get the username 2014-06-26 22:58:38 +02:00
git.c git: put NULL check at the top 2015-10-30 18:23:17 +01:00
http.c http: bump the pretend git version in the User-Agent 2016-12-20 16:19:30 +00:00
local.c proxy: ask the user for credentials if necessary 2016-04-19 13:54:19 +02:00
smart_pkt.c transports: smart: fix potential invalid memory dereferences 2016-06-07 09:14:14 +02:00
smart_protocol.c Fix potential use of uninitialized values 2016-12-12 09:16:33 +01:00
smart.c transport: cast away constness for free 2016-04-21 11:02:31 -04:00
smart.h proxy: ask the user for credentials if necessary 2016-04-19 13:54:19 +02:00
ssh.c Merge pull request #3555 from cbargren/ssh-git-protocols 2016-03-08 13:38:55 +00:00
ssh.h ssh: initialize libssh2 2016-03-03 22:26:31 +01:00
winhttp.c winhttp: plug several memory leaks 2016-06-07 15:36:13 +02:00