February 28, 2017
View f7819fc

Refactor cpu-realtime file creation to remove duplication

Vincent Demeester authored on 2017/02/28 19:12:06
February 18, 2017
View cf5fe9e

Merge pull request #31075 from vieux/switch_to_new_versioning_scheme

Victor Vieux authored on 2017/02/18 08:43:28
February 16, 2017
View 47396d6

Switch to new versioning scheme

Victor Vieux authored on 2017/02/16 16:22:50
February 2, 2017
View 354bd4a

Merge pull request #29692 from yongtang/29492-daemon-shm-size

Vincent Demeester authored on 2017/02/02 00:56:10
February 1, 2017
View ebaf1ce

Merge pull request #27071 from rhvgoyal/docker-overlay-error

Alexander Morozov authored on 2017/02/01 06:41:02
January 28, 2017
View cd6a61f

Merge pull request #29887 from vdemeester/daemon-extract-stats-collector

Alexander Morozov authored on 2017/01/28 03:28:03
January 23, 2017
View db63f93

Extract daemon configuration and discovery to their own package

Vincent Demeester authored on 2017/01/23 20:23:07
January 16, 2017
View 4a8799d

validate mount path for tmpfs

Akihiro Suda authored on 2017/01/16 18:52:43
January 9, 2017
View d7fda01

Add daemon flag to set no_new_priv as default for unprivileged containers.

Daniel Zhang authored on 2017/01/09 10:22:05
January 7, 2017
View 75f5d63

rewrite reload code

allencloud authored on 2017/01/07 23:30:25
January 5, 2017
View 835971c

Extract daemon statsCollector to its own package

Vincent Demeester authored on 2017/01/05 02:01:59
January 3, 2017
View f285d5b

do not create init-dir if not needed

Sebastiaan van Stijn authored on 2017/01/03 22:54:30
December 30, 2016
View 1dd9410

Merge pull request #29683 from vdemeester/runconfig-clean

Sebastiaan van Stijn authored on 2016/12/30 01:42:08
December 25, 2016
View db575ef

Add daemon option --default-shm-size

Yong Tang authored on 2016/12/25 18:11:12
November 29, 2016
View 6306019

Refactoring ineffectual assignments This patch fixed below 4 types of code line 1. Remove unnecessary variable assignment 2. Use variables declaration instead of explicit initial zero value 3. Change variable name to underbar when variable not used 4. Add erro check and return for ignored error

Daehyeok Mun authored on 2016/11/29 17:17:35