summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Check for context error that is wrapped in url.ErrorEvgeniy Makhrov2020-08-041-2/+1
* Enable client on netbsd and dragonflyJulien Pivotto2020-06-211-1/+1
* Improve readability of Windows connect errorNick Adcock2019-09-061-1/+7
* client: do not fallback to GET if HEAD on _ping fail to connectIan Campbell2019-05-131-0/+2
* Merge pull request #39032 from thaJeztah/improve_version_negotiationSebastiaan van Stijn2019-04-205-10/+84
|\
| * Add client.WithAPIVersionNegotiation() optionSebastiaan van Stijn2019-04-105-10/+84
* | Add client.WithTimeout() optionSebastiaan van Stijn2019-04-112-0/+25
|/
* Fix empty WithVersion blocking version negotiationSebastiaan van Stijn2019-04-102-3/+26
* client: define "Opt" typeSebastiaan van Stijn2019-04-102-9/+12
* api: add undocumented /grpc endpoint to talk to GRPC servicesTibor Vass2019-04-023-19/+12
* Merge pull request #38909 from thaJeztah/fix_version_overrideTibor Vass2019-03-211-2/+4
|\
| * Fix client version not being pinned when setSebastiaan van Stijn2019-03-201-2/+4
* | Merge pull request #38707 from thaJeztah/close_the_door_on_your_way_outTõnis Tiigi2019-03-2161-72/+64
|\ \ | |/ |/|
| * Client: always call ensureReaderClosedSebastiaan van Stijn2019-03-1861-72/+64
* | builder-next: allow outputs configurationTonis Tiigi2019-03-191-0/+8
|/
* Use errdefs for handling errors in clientSebastiaan van Stijn2019-03-167-12/+12
* Keep old "notfound" interface for backward compatibilitySebastiaan van Stijn2019-03-161-1/+2
* Move httputils error helpers to errdefs packageSebastiaan van Stijn2019-03-162-6/+6
* Update tests to check returned errorsSebastiaan van Stijn2019-03-1681-2/+359
* client: remove special error handling for "no such image"Sebastiaan van Stijn2019-03-161-4/+0
* client: return rich / errdefs errorsSebastiaan van Stijn2019-03-162-4/+13
* Make client.notfound error match errdefs.notfoundSebastiaan van Stijn2019-03-161-4/+2
* Make client/errors helpers work with errdefs errorsSebastiaan van Stijn2019-03-161-7/+14
* Delete duplicate wordsxichengliudui2019-03-141-1/+1
* Add HEAD support for /_ping endpointSebastiaan van Stijn2019-01-313-24/+96
* Remove use of deprecated client.NewClient()Sebastiaan van Stijn2019-01-281-1/+1
* Merge pull request #38606 from thaJeztah/move_client_optsYong Tang2019-01-263-154/+167
|\
| * Move deprecated client constructors to a separate fileSebastiaan van Stijn2019-01-212-20/+23
| * Move client-opts to a separate fileSebastiaan van Stijn2019-01-212-134/+144
* | Use assert.NilError() instead of assert.Assert()Sebastiaan van Stijn2019-01-211-6/+6
|/
* Fix ping-tests using wrong status-codeSebastiaan van Stijn2019-01-141-6/+6
* Remove use of deprecated client.NewEnvClient()Sebastiaan van Stijn2019-01-036-13/+13
* client/request: wrap some errorsSebastiaan van Stijn2018-12-311-5/+5
* Unify the defer syntaxHamish Hutchings2018-12-021-1/+1
* Add an op func to override Client.schemePeter Kang2018-11-011-9/+20
* Update documentation for ServiceUpdateHarrison Turton2018-10-231-1/+3
* Use net/http instead of x/ctxhttpBrian Goff2018-10-161-2/+2
* client: use io.LimitedReader for reading HTTP errorAkihiro Suda2018-10-112-1/+26
* client: dial tls on Dialer if tls config is setTonis Tiigi2018-09-041-1/+1
* builder: add prune options to the APITibor Vass2018-09-012-3/+18
* add optional fields in daemon.json to enable buildkitAnda Xu2018-08-191-1/+4
* client: add WithDialContext() and client.Dialer()Akihiro Suda2018-07-284-6/+30
* Remove stray uses of "golang.org/x/net/context"Sebastiaan van Stijn2018-07-132-3/+2
* api: Change Platform field back to string (temporary workaround)Tibor Vass2018-07-031-9/+6
* api: fix platform typeTonis Tiigi2018-06-261-5/+5
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-1327-54/+54
* builder: add support for building from tarballTonis Tiigi2018-06-101-0/+1
* builder: add graceful cancellation endpointTonis Tiigi2018-06-103-0/+25
* Use stdlib TLS dialerBrian Goff2018-06-084-148/+104
* Clean up in TestNegotiateAPIVersionEmptyJohn Stephens2018-06-071-1/+1