Histórico de commits

Autor SHA1 Mensagem Data
  Sebastiaan van Stijn 4cc796ab93 client: Client.buildRequest: use http.NewRequestWithContext 2 anos atrás
  Sebastiaan van Stijn 87fff769f4 client: Client.checkResponseErr: change errorMessage to an error 1 ano atrás
  Sebastiaan van Stijn 2da589d454 client: return explicit "nil" for no errors, and remove nil check 2 anos atrás
  Sebastiaan van Stijn 92975f0c11 client: define a "dummy" hostname to use for local connections 2 anos atrás
  Sebastiaan van Stijn 83477ce8d0 client: remove custom "headers" type, and use "http.Header" instead 2 anos atrás
  Sebastiaan van Stijn a6048fc792 client: add WithUserAgent() option 2 anos atrás
  Cory Snider 3ceb3810d7 client: don't marshal typed nils in request body 2 anos atrás
  Sebastiaan van Stijn 10c56efa97 linting: error strings should not be capitalized (revive) 3 anos atrás
  Drew Erny 240a9fcb83 Add Swarm cluster volume supports 4 anos atrás
  Sebastiaan van Stijn 948c2c45bb client: use canonical names for HTTP Headers 4 anos atrás
  Sebastiaan van Stijn 2cff05e960 client/request.go:157:8: SA1019: err.Temporary is deprecated (staticcheck) 3 anos atrás
  Eng Zer Jun c55a4ac779 refactor: move from io/ioutil to io and os package 3 anos atrás
  Akihiro Suda b9ad7b96bd Merge pull request #41778 from kplachkov/feature/fix_err_canceled 4 anos atrás
  Sebastiaan van Stijn b92be7e297 client: S1031: unnecessary nil check around range (gosimple) 4 anos atrás
  Kostadin Plachkov cd40eb89ae Fix client request error handling 4 anos atrás
  Evgeniy Makhrov 8ccb46a521 Check for context error that is wrapped in url.Error 4 anos atrás
  Sebastiaan van Stijn dabc7cdb56 client: use constants for http methods 5 anos atrás
  Kir Kolyshkin 6392e765ac client: remove put() 6 anos atrás
  Nick Adcock 1a5dafb31e Improve readability of Windows connect error 6 anos atrás
  Sebastiaan van Stijn b26aa97914 Add client.WithAPIVersionNegotiation() option 6 anos atrás
  Sebastiaan van Stijn 2a9c987e5a Move httputils error helpers to errdefs package 6 anos atrás
  Sebastiaan van Stijn 38e6d474af client: return rich / errdefs errors 6 anos atrás
  Sebastiaan van Stijn 7e7e100be0 Add HEAD support for /_ping endpoint 6 anos atrás
  Sebastiaan van Stijn 744940056d client/request: wrap some errors 6 anos atrás
  Brian Goff 3e5b9cb466 Use net/http instead of x/ctxhttp 6 anos atrás
  Akihiro Suda 1db4be0c32 client: use io.LimitedReader for reading HTTP error 6 anos atrás
  Kir Kolyshkin 7d62e40f7e Switch from x/net/context -> context 7 anos atrás
  Daniel Nephin 0a91ba2d8c Remove duplicate calls for getting an APIClient 7 anos atrás
  Daniel Nephin 4f0d95fa6e Add canonical import comment 7 anos atrás
  Daniel Nephin 81bb9978ab Cleanup client not found errors. 7 anos atrás