index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
api
/
server
/
httputils
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: use http constants to replace numbers
xin.li
2023-02-21
1
-6
/
+6
*
api: Extract parsing reference from repo and tag
Paweł Gronowski
2023-02-07
1
-0
/
+35
*
api/server/httputils: move WriteJSON() together with ReadJSON()
Sebastiaan van Stijn
2022-04-11
2
-15
/
+9
*
api/server/httputils: add ReadJSON() utility
Sebastiaan van Stijn
2022-04-11
2
-1
/
+133
*
api/server/httputils: matchesContentType(): return error instead of logging
Sebastiaan van Stijn
2022-04-11
2
-18
/
+25
*
errdefs: move GetHTTPErrorStatusCode to api/server/httpstatus
Sebastiaan van Stijn
2022-03-21
2
-35
/
+0
*
api/server: use constants for http methods
Sebastiaan van Stijn
2019-10-13
1
-6
/
+6
*
API: explicitely ignore unhandled errors
Sebastiaan van Stijn
2019-09-18
2
-6
/
+6
*
Move httputils error helpers to errdefs package
Sebastiaan van Stijn
2019-03-16
4
-295
/
+35
*
Add httputils.FromStatusCode()
Sebastiaan van Stijn
2019-03-16
2
-0
/
+139
*
Handle correct status codes for distribution errors
Sebastiaan van Stijn
2019-02-08
1
-1
/
+26
*
Replace deprecated grpc.ErrorDesc() and grpc.Code() calls
Sebastiaan van Stijn
2018-12-30
1
-3
/
+3
*
api/server, dockerversion: modify context key
KimMachineGun
2018-08-22
1
-4
/
+2
*
Switch from x/net/context -> context
Kir Kolyshkin
2018-04-23
2
-3
/
+2
*
Add canonical import comment
Daniel Nephin
2018-02-05
8
-8
/
+8
*
Merge pull request #35638 from cpuguy83/error_helpers2
Yong Tang
2018-01-15
2
-19
/
+6
|
\
|
*
Move api/errdefs to errdefs
Brian Goff
2018-01-11
2
-2
/
+2
|
*
Add helpers to create errdef errors
Brian Goff
2018-01-11
2
-18
/
+5
*
|
Golint: don't use basic untyped string for context key
Sebastiaan van Stijn
2018-01-15
1
-1
/
+3
|
/
*
Move RFC3339NanoFixed to a more appropriate package.
Daniel Nephin
2017-09-25
1
-6
/
+2
*
LCOW: Implemented support for docker cp + build
Akash Gupta
2017-09-14
1
-3
/
+1
*
Add gosimple linter
Daniel Nephin
2017-09-12
1
-9
/
+2
*
Add deadcode linter
Daniel Nephin
2017-08-21
1
-8
/
+0
*
Remove string checking in API error handling
Brian Goff
2017-08-15
3
-53
/
+69
*
Update logrus to v1.0.1
Derek McGowan
2017-07-31
2
-2
/
+2
*
Avoid using a map for log attributes
Aaron Lehmann
2017-07-18
1
-19
/
+21
*
Merge pull request #33798 from vdemeester/move-some-api-code-away
Vincent Demeester
2017-06-24
2
-3
/
+30
|
\
|
*
Move some `api` package functions away
Vincent Demeester
2017-06-23
2
-3
/
+30
*
|
Remove Go 1.6 code from moby
Boaz Shuster
2017-06-19
2
-18
/
+0
|
/
*
Suggest login on pull denial
Alfred Landrum
2017-06-09
1
-0
/
+1
*
choose rpc code to determine status code
allencloud
2017-06-06
1
-0
/
+40
*
Change log details encoding format and support details on service logs
Drew Erny
2017-05-12
1
-0
/
+2
*
refactor logs and support service logs /w tty
Drew Erny
2017-04-06
1
-0
/
+92
*
use t.Fatal() to output the err message where the values used for formatting
fate-grand-order
2017-02-23
1
-1
/
+1
*
fix status-code for "locked" swarm and "certificate expired"
Sebastiaan van Stijn
2017-02-17
1
-0
/
+2
*
Fix #303111: dockerd leaks ExecIds on failed exec -i
Dmitry Shyshkin
2017-02-10
1
-0
/
+1
*
fix some types on errors and form
kaiwentan
2017-02-07
2
-2
/
+2
*
Merge pull request #28631 from likel/master
Sebastiaan van Stijn
2016-12-30
1
-3
/
+3
|
\
|
*
Remove redundant format
Ke Li
2016-12-27
1
-3
/
+3
*
|
Move UAStringKey to dockerversion pkg
Tonis Tiigi
2016-12-26
1
-3
/
+0
|
/
*
return directly without ifs in remaining packages
unclejack
2016-12-14
1
-4
/
+1
*
fix typo
allencloud
2016-11-18
1
-1
/
+1
*
Merge pull request #28532 from stevvooe/disabled-swarm-service-unavailable
Michael Crosby
2016-11-17
1
-1
/
+1
|
\
|
*
api/server/httputils: service unavailable for disable swarm
Stephen J Day
2016-11-17
1
-1
/
+1
*
|
Merge pull request #28383 from zteBill/fix-useless-var
Brian Goff
2016-11-17
1
-6
/
+7
|
\
\
|
|
/
|
/
|
|
*
make each return explicitly
zteBill
2016-11-17
1
-6
/
+7
*
|
api/server/httputils: ensure consistent status code
Stephen J Day
2016-11-16
1
-13
/
+16
|
/
*
api/server/httputils: compile with go < 1.7
Antonio Murdaca
2016-10-04
3
-10
/
+33
*
Disable HTML escaping for JSON strings in `docker inspect`
Yong Tang
2016-09-29
1
-1
/
+3
*
Use apiError in server version middleware.
Daniel Nephin
2016-09-16
1
-1
/
+6
[next]