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
/
builder
/
remotecontext
Commit message (
Expand
)
Author
Age
Files
Lines
*
gitutils: add validation for ref
Tonis Tiigi
2019-03-26
2
-4
/
+24
*
Convert parse errors to more informative format
linuxmercedes
2019-01-14
1
-4
/
+12
*
LCOW: Capture stderr on external process. Log actual error rather than throwaway
John Howard
2018-08-16
1
-0
/
+4
*
Update documents of `Detect`
Yuichiro Kaneko
2018-07-03
1
-2
/
+1
*
LCOW: lazycontext: Use correct lstat, fix archive check
John Howard
2018-06-27
1
-1
/
+1
*
Update tests to use gotest.tools 👼
Vincent Demeester
2018-06-13
4
-9
/
+9
*
vendor: use dockerfile parser from buildkit
Tonis Tiigi
2018-06-02
1
-1
/
+1
*
Various code-cleanup
Sebastiaan van Stijn
2018-05-23
1
-1
/
+1
*
Replace deprecated testutil.ErrorContains()
Sebastiaan van Stijn
2018-05-21
1
-2
/
+1
*
Skip some tests requires root uid when run as user
Vincent Demeester
2018-04-23
1
-0
/
+2
*
Post migration assertion fixes
Daniel Nephin
2018-03-16
1
-12
/
+9
*
Automated migration using
Daniel Nephin
2018-03-16
3
-68
/
+68
*
Add canonical import comment
Daniel Nephin
2018-02-05
16
-16
/
+16
*
Move api/errdefs to errdefs
Brian Goff
2018-01-11
1
-1
/
+1
*
Add helpers to create errdef errors
Brian Goff
2018-01-11
2
-85
/
+11
*
gitutils: remove checkout directory on error
Tonis Tiigi
2017-12-08
2
-13
/
+19
*
gitutils: fix checking out submodules
Tonis Tiigi
2017-12-07
2
-20
/
+79
*
Fix remote build target as Dockerfile
Daniel Nephin
2017-11-09
4
-100
/
+44
*
Merge pull request #35244 from joyce/joyce/todo-fixes
Yong Tang
2017-11-04
1
-3
/
+9
|
\
|
*
fix todo for printing error messages
Joyce
2017-11-03
1
-3
/
+9
*
|
Fix tests after Hash() behavior change
Tonis Tiigi
2017-10-10
2
-15
/
+9
*
|
builder: fix build cache hash for broken symlink
Tonis Tiigi
2017-09-29
2
-7
/
+4
|
/
*
Cleaning dead code out of the builder
Lorenzo Fontana
2017-09-29
1
-14
/
+0
*
builder: updates to session after vendor
Tonis Tiigi
2017-09-22
1
-4
/
+4
*
LCOW: Implemented support for docker cp + build
Akash Gupta
2017-09-14
7
-47
/
+46
*
Add gosimple linter
Daniel Nephin
2017-09-12
2
-2
/
+2
*
Add ineffassign linter
Daniel Nephin
2017-09-08
1
-5
/
+2
*
Merge pull request #34625 from dnephin/more-linters
Yong Tang
2017-09-01
1
-3
/
+3
|
\
|
*
Add interfacer linter
Daniel Nephin
2017-08-24
1
-3
/
+3
*
|
Move ErrorContains to an internal package.
Daniel Nephin
2017-08-25
1
-1
/
+1
|
/
*
Remove testutil.ReadBody
Daniel Nephin
2017-08-22
1
-1
/
+6
*
Remove string checking in API error handling
Brian Goff
2017-08-15
2
-6
/
+100
*
Merge pull request #34272 from dmcgowan/update-logrus
John Howard
2017-08-01
1
-1
/
+1
|
\
|
*
Update logrus to v1.0.1
Derek McGowan
2017-07-31
1
-1
/
+1
*
|
Fix shallow git clone in docker-build
Andrew He
2017-07-25
1
-10
/
+33
|
/
*
add f.Close() after dockerignore.ReadAll(f) before return err
lixiaobing10051267
2017-06-29
1
-0
/
+1
*
Move IsGitTransport() to gitutils
Sebastiaan van Stijn
2017-06-26
2
-1
/
+34
*
Fix handling of remote "git@" notation
Sebastiaan van Stijn
2017-06-26
2
-19
/
+81
*
Add a test for warning on empty continuation lines.
Daniel Nephin
2017-06-23
1
-9
/
+5
*
Implement incremental file sync using client session
Tonis Tiigi
2017-06-22
12
-127
/
+841
*
Rename LazyContext to LazySource.
Daniel Nephin
2017-06-08
2
-9
/
+9
*
Move pkg/gitutils to remotecontext/git
Daniel Nephin
2017-06-02
3
-2
/
+304
*
Remove the last of pkg/httputil
Daniel Nephin
2017-06-02
2
-3
/
+64
*
Move httputils/mimtype to the single consumser, and remove unused function.
Daniel Nephin
2017-06-02
5
-6
/
+47
*
Fix cancelling builder on chunked requests
Tonis Tiigi
2017-05-23
1
-0
/
+1
*
Merge pull request #32959 from simonferquel/tar-filemode-windows
Tõnis Tiigi
2017-05-16
1
-10
/
+3
|
\
|
*
Respect tar entries modes when rewriting them on Windows
Simon Ferquel
2017-05-02
1
-10
/
+3
*
|
check err
yupengzte
2017-05-05
1
-0
/
+3
|
/
*
Extract squash and tagging from the Dockerfile builder.
Daniel Nephin
2017-05-01
1
-4
/
+7
*
Refactor remote context parsing
Tonis Tiigi
2017-04-25
9
-83
/
+1041
[next]