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
/
daemon
/
logger
/
loggerutils
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon/logger: fix empty-lines (revive)
Sebastiaan van Stijn
2022-09-28
2
-2
/
+0
*
use consistent alias for gotest.tools/v3/assert/cmp
Sebastiaan van Stijn
2022-09-08
2
-17
/
+15
*
logger/*: fix reading w/ non-monotonic timestamps
Cory Snider
2022-07-25
3
-57
/
+55
*
daemon/logger: Fix TestConcurrentLogging race test
Paweł Gronowski
2022-05-31
1
-5
/
+8
*
daemon/logger: Share buffers by sync.Pool
Paweł Gronowski
2022-05-27
2
-28
/
+15
*
daemon/logger: hold LogFile lock less on ReadLogs
Cory Snider
2022-05-19
1
-27
/
+51
*
daemon/logger: follow LogFile without file watches
Cory Snider
2022-05-19
4
-504
/
+290
*
daemon/logger: fix refcounting decompressed files
Cory Snider
2022-05-19
3
-140
/
+553
*
daemon/logger: rotate log files, never truncate
Cory Snider
2022-05-19
4
-36
/
+95
*
daemon/logger: drain readers when logger is closed
Cory Snider
2022-05-19
3
-5
/
+11
*
daemon/logger: remove ProducerGone from LogWatcher
Cory Snider
2022-05-19
3
-26
/
+16
*
daemon/logger: open log reader synchronously
Cory Snider
2022-05-19
2
-33
/
+56
*
daemon/logger: fix data race in LogFile
Cory Snider
2022-03-03
1
-1
/
+3
*
daemon/logger: add test to detect data races
Cory Snider
2022-03-03
1
-0
/
+84
*
daemon/logger: replace flaky TestFollowLogsHandleDecodeErr
Kazuyoshi Kato
2021-12-27
2
-75
/
+41
*
daemon/logger: refactor followLogs to write more unit tests
Kazuyoshi Kato
2021-12-27
2
-175
/
+211
*
daemon/logger: test followLogs' handleDecodeErr case
Kazuyoshi Kato
2021-12-15
1
-0
/
+73
*
daemon/logger: read the length header correctly
Kazuyoshi Kato
2021-12-15
1
-0
/
+1
*
Merge pull request #40084 from thaJeztah/hostconfig_const_cleanup
Akihiro Suda
2021-08-28
1
-1
/
+1
|
\
|
*
api/types: hostconfig: fix LogMode enum
Sebastiaan van Stijn
2021-08-06
1
-1
/
+1
*
|
refactor: move from io/ioutil to io and os package
Eng Zer Jun
2021-08-27
2
-10
/
+13
*
|
Update to Go 1.17.0, and gofmt with Go 1.17
Sebastiaan van Stijn
2021-08-24
1
-0
/
+1
|
/
*
Handle long log messages correctly on SizedLogger
Kazuyoshi Kato
2021-01-20
1
-0
/
+11
*
Fix windows log file rotation with readers
=
2020-10-29
3
-47
/
+168
*
Fix logfile to open all files with custom openFile
Brian Goff
2020-10-28
3
-6
/
+14
*
Clean up some logfile implementation
Brian Goff
2020-10-28
1
-42
/
+56
*
Fix various race conditions in loggerutils
Brian Goff
2020-10-28
1
-8
/
+11
*
Fix log file rotation test.
Brian Goff
2020-07-15
1
-3
/
+3
*
Fix flakey test for log file rotate.
Brian Goff
2020-05-18
1
-10
/
+21
*
Merge pull request #40920 from cpuguy83/log_rotate_error_handling
Brian Goff
2020-05-07
2
-2
/
+69
|
\
|
*
logfile: Check if log is closed on close error during rotate
Brian Goff
2020-05-07
2
-2
/
+69
*
|
Replace errors.Cause() with errors.Is() / errors.As()
Sebastiaan van Stijn
2020-04-29
1
-3
/
+3
|
/
*
Reduce allocations for logfile reader
Brian Goff
2020-04-08
2
-44
/
+95
*
Support configuration of log cacher.
Brian Goff
2020-02-19
3
-7
/
+175
*
Support reads for all log drivers.
Brian Goff
2020-02-19
1
-0
/
+63
*
bump gotest.tools v3.0.1 for compatibility with Go 1.14
Sebastiaan van Stijn
2020-02-11
2
-2
/
+2
*
daemon: remove use of deprecated os.SEEK_END
Sebastiaan van Stijn
2019-11-25
1
-2
/
+2
*
Use FILE_SHARE_DELETE for log files on Windows.
Brian Goff
2019-09-23
4
-4
/
+271
*
logger: fix follow logs for max-file=1
Kir Kolyshkin
2019-09-20
1
-1
/
+15
*
Use assert.NilError() instead of assert.Assert()
Sebastiaan van Stijn
2019-01-21
1
-2
/
+2
*
TestFollowLogsProducerGone: add
Kir Kolyshkin
2018-09-06
1
-0
/
+84
*
daemon.ContainerLogs(): fix resource leak on follow
Kir Kolyshkin
2018-09-06
2
-33
/
+12
*
daemon/logger/loggerutils: add TestFollowLogsClose
Brian Goff
2018-09-06
1
-0
/
+43
*
fixed typo (becuase -> because)
SeungUkLee
2018-08-26
1
-2
/
+2
*
Remove now unused multireader.
Brian Goff
2018-08-20
2
-437
/
+0
*
Merge pull request #37092 from cpuguy83/local_logger
Sebastiaan van Stijn
2018-08-20
2
-31
/
+162
|
\
|
*
Decouple logfile from tailfile.
Brian Goff
2018-08-10
2
-31
/
+162
*
|
Merge pull request #37412 from AzureCR/naduggar/logissue
Sebastiaan van Stijn
2018-08-14
1
-3
/
+17
|
\
\
|
|
/
|
/
|
|
*
Select polling based watcher for Windows log watcher
Tejaswini Duggaraju
2018-07-10
1
-3
/
+17
*
|
loggerutils: fix a typo
Kir Kolyshkin
2018-07-31
1
-1
/
+1
[next]