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
/
router
/
network
Commit message (
Expand
)
Author
Age
Files
Lines
*
api/server/httputils: add ReadJSON() utility
Sebastiaan van Stijn
2022-04-11
1
-30
/
+6
*
api: filters: return correct status on invalid filters
Sebastiaan van Stijn
2022-03-18
1
-1
/
+1
*
Fix libnetwork imports
Brian Goff
2021-06-01
2
-3
/
+3
*
api/types: remove errdefs dependency
Sebastiaan van Stijn
2020-06-04
1
-1
/
+1
*
Rely on request.Context() cancellation
Brian Goff
2018-11-27
1
-1
/
+1
*
API: properly handle invalid JSON to return a 400 status
Sebastiaan van Stijn
2018-11-06
1
-3
/
+13
*
Move network conversions out of API router
Brian Goff
2018-06-27
4
-486
/
+52
*
Switch from x/net/context -> context
Kir Kolyshkin
2018-04-23
2
-3
/
+2
*
Remove daemon dependency on api packages
Vincent Demeester
2018-04-20
2
-3
/
+12
*
Add canonical import comment
Daniel Nephin
2018-02-05
5
-5
/
+5
*
Merge pull request #35989 from dani-docker/orca-11380
Sebastiaan van Stijn
2018-01-24
1
-0
/
+7
|
\
|
*
fix verbose for partial overlay ID
Dani Louca
2018-01-22
1
-0
/
+7
*
|
Fix network alias issue
Yong Tang
2018-01-23
1
-6
/
+5
|
/
*
Merge pull request #36021 from yongtang/30897-follow-up
Vincent Demeester
2018-01-16
2
-3
/
+3
|
\
|
*
Rename FindUniqueNetwork to FindNetwork
Yong Tang
2018-01-15
2
-3
/
+3
*
|
Move api/errdefs to errdefs
Brian Goff
2018-01-11
1
-1
/
+1
*
|
Add helpers to create errdef errors
Brian Goff
2018-01-11
1
-19
/
+5
|
/
*
Update and use FindNetwork on Windows.
Yong Tang
2018-01-07
1
-2
/
+2
*
Update `FindUniqueNetwork` to address network name duplications
Yong Tang
2018-01-06
2
-10
/
+96
*
Merge pull request #35030 from tossmilestone/34459-fix-network-create-conflic...
Sebastiaan van Stijn
2017-10-25
1
-2
/
+20
|
\
|
*
Fix returned error code for network creation from 500 to 409
He Xiaoxi
2017-10-08
1
-2
/
+20
*
|
Replace uses of filters.ToParam(), FromParam() with filters.ToJSON(), FromJSON()
Sebastiaan van Stijn
2017-09-26
1
-2
/
+2
*
|
Replace uses of filters.Include() with filters.Contains()
Sebastiaan van Stijn
2017-09-26
1
-6
/
+6
|
/
*
Remove string checking in API error handling
Brian Goff
2017-08-15
2
-9
/
+31
*
Fix api server null pointer def on inspect/ls null ipam-driver networks
Alessandro Boch
2017-08-03
1
-1
/
+3
*
Changing the get network request to return swarm scope predefined networks
Abhinandan Prativadi
2017-07-31
1
-0
/
+12
*
Add `scope` filter in `/networks/<id>`
Yong Tang
2017-06-12
1
-6
/
+14
*
Merge pull request #29418 from aboch/p66
Victor Vieux
2017-06-09
1
-0
/
+3
*
Allow to control network scope
Alessandro Boch
2017-05-17
1
-7
/
+0
*
Support configuration networks
Alessandro Boch
2017-05-17
1
-0
/
+5
*
Honor context cancellation when pruning
Kenfe-Mickael Laventure
2017-04-24
3
-3
/
+5
*
Allow user to modify ingress network
Alessandro Boch
2017-03-26
1
-0
/
+1
*
Add `--filter scope=swarm|local` for `docker network ls`
Yong Tang
2017-03-23
3
-1
/
+41
*
bump API to 1.28
Victor Vieux
2017-03-14
1
-3
/
+3
*
Enhance network inspect to show all tasks, local & non-local, in swarm mode
Santhosh Manohar
2017-03-13
1
-5
/
+39
*
Merge pull request #30265 from allencloud/add-CheckDuplicate-details-and-logic
Sebastiaan van Stijn
2017-03-03
1
-1
/
+14
|
\
|
*
add CheckDuplicate docs and logics in network
allencloud
2017-02-13
1
-1
/
+14
*
|
add missing API changes
Victor Vieux
2017-02-19
1
-3
/
+3
|
/
*
Return error in case `docker network inspect` is ambiguous
Yong Tang
2017-02-07
2
-8
/
+74
*
List Networks need not pull all the endpoints
Madhu Venugopal
2017-02-02
1
-2
/
+23
*
Fix incorrect `Scope` in `network ls/inspect` with duplicate network names
Yong Tang
2017-01-25
1
-1
/
+1
*
Return `[]` instead of `null` in case filterNetworks returns empty
Yong Tang
2017-01-11
2
-2
/
+118
*
Add `--filter until=<timestamp>` for `docker container/image prune`
Yong Tang
2017-01-04
1
-1
/
+6
*
fail fast when network filter invalid
allencloud
2016-12-29
2
-15
/
+15
*
rename clusterProvider to cluster in router
allencloud
2016-12-26
2
-13
/
+13
*
api: allow creating a network of which name is the prefix of the ID of a swar...
Akihiro Suda
2016-12-15
1
-1
/
+1
*
Convert DanglingOnly to Filters for `docker image prune`
Yong Tang
2016-12-02
2
-11
/
+3
*
Fix network attachable option.
Dong Chen
2016-11-28
1
-1
/
+1
*
AcceptedFilters in router/network/filter.go should not be exported
Vincent Demeester
2016-11-28
1
-3
/
+3
*
Show peer nodes in network inspect for swarm overlay networks
Santhosh Manohar
2016-11-09
1
-0
/
+17
[next]