git-lfs/lfsapi
2017-04-28 09:21:38 -06:00
..
auth_test.go all: expand config.Environment interface to support multiple values per key 2017-04-12 17:29:11 -04:00
auth.go lfsapi/auth: optionally prepend an empty scheme to Git remote URLs 2017-03-27 16:49:32 -06:00
body.go lfsapi: Ensure requests include Content-Length header if necessary 2017-01-25 08:59:11 -07:00
certs_darwin.go lfsapi: add custom ssl cert support 2016-12-20 11:22:20 -07:00
certs_freebsd.go lfsapi: add custom ssl cert support 2016-12-20 11:22:20 -07:00
certs_linux.go lfsapi: add custom ssl cert support 2016-12-20 11:22:20 -07:00
certs_openbsd.go lfsapi: add custom ssl cert support 2016-12-20 11:22:20 -07:00
certs_test.go all: expand config.Environment interface to support multiple values per key 2017-04-12 17:29:11 -04:00
certs_windows.go lfsapi: add custom ssl cert support 2016-12-20 11:22:20 -07:00
certs.go lfsapi/certs: use *config.URLConfig to do per-host config lookup 2017-04-17 14:37:22 -06:00
client_test.go all: expand config.Environment interface to support multiple values per key 2017-04-12 17:29:11 -04:00
client.go disable activity timeout if activitytimeout=0 2017-04-28 09:21:38 -06:00
creds_test.go lfsapi: add credential cacher test 2017-03-24 12:23:32 -06:00
creds.go Add credential caching 2017-03-24 11:27:52 -06:00
endpoint_finder_test.go all: expand config.Environment interface to support multiple values per key 2017-04-12 17:29:11 -04:00
endpoint_finder.go lfsapi/endpoint_finder: use *URLConfig to do access lookups 2017-04-17 14:49:32 -06:00
endpoint_test.go move endpoint pkg to lfsapi 2016-12-19 11:45:22 -07:00
endpoint.go lfsapi: allow Endpoint to override ssh auth operation 2017-01-25 08:59:31 -07:00
errors.go Don't print doc url and request id for expected errors 2017-02-27 14:16:19 -07:00
lfsapi_nix.go lfsapi: teach auth about netrc 2016-12-19 14:53:18 -07:00
lfsapi_windows.go lfsapi: teach auth about netrc 2016-12-19 14:53:18 -07:00
lfsapi.go write a goroutine-safe logger for http stats 2017-04-27 12:57:26 -06:00
netrc_test.go lfsapi: add netrc auth test 2016-12-23 11:13:33 -07:00
netrc.go lfsapi: Export Env interface since (*Client) GitEnv() needs to be public 2017-01-06 11:37:31 -07:00
ntlm_test.go all: expand config.Environment interface to support multiple values per key 2017-04-12 17:29:11 -04:00
ntlm.go lfsapi: clean up cloneRequest() from httputil ntlm support 2017-01-06 14:06:25 -07:00
proxy_test.go all: expand config.Environment interface to support multiple values per key 2017-04-12 17:29:11 -04:00
proxy.go lfsapi: don't export ProxyFromClient 2017-01-06 14:36:34 -07:00
response_test.go lfsapi: fix some test errors 2017-02-24 17:11:31 -07:00
ssh_test.go all: expand config.Environment interface to support multiple values per key 2017-04-12 17:29:11 -04:00
ssh.go tq,lfsapi/ssh: include createdAt field in struct 2017-04-05 16:43:00 -06:00
stats_test.go close the clients before testing stats 2017-04-28 08:24:32 -06:00
stats.go close the clients before testing stats 2017-04-28 08:24:32 -06:00
verbose_test.go lfsapi: Test that binary (or at least, not json/html/xml/etc) are not dumped in verbose mode 2016-12-22 14:42:58 -07:00
verbose.go dont rely on res 2017-04-27 17:03:17 -06:00