January 14, 2016
View 59231ea

Merge pull request #19312 from cpuguy83/19177_fix_debug_req_dump_size

Tibor Vass authored on 2016/01/14 23:06:02
View 89af383

Don't dump request body to log when too large

Brian Goff authored on 2016/01/14 05:28:27
January 13, 2016
View 5c630ea

Rename authz to authorization for greater clarity

Tibor Vass authored on 2016/01/13 09:38:18
December 18, 2015
View 5a64c80

authZ: more fixes

Antonio Murdaca authored on 2015/12/18 20:34:19
December 17, 2015
View aaf65a4

Better debug message for post form data

Zhang Wei authored on 2015/12/17 16:55:39
December 14, 2015
View 927b334

Fix typos found across repository

Justas Brazauskas authored on 2015/12/14 01:00:39
December 2, 2015
View 8232329

Unify both debug logging middlewares.

David Calavera authored on 2015/12/02 04:33:33
November 26, 2015
View cf4fb15

The loggingMiddleware function is adding lots of messages to the log

Dan Walsh authored on 2015/11/26 21:10:38
November 12, 2015
View 75c353f

Docker authorization plug-in infrastructure enables extending the functionality of the Docker daemon with respect to user authorization. The infrastructure enables registering a set of external authorization plug-in. Each plug-in receives information about the user and the request and decides whether to allow or deny the request. Only in case all plug-ins allow accessing the resource the access is granted.

Liron Levin authored on 2015/11/12 20:06:47
November 10, 2015
View 8054a30

dockerversion placeholder for library import

Vincent Demeester authored on 2015/11/10 03:32:46
October 28, 2015
View b78ca24

Revert "dockerversion placeholder for library-import"

Brian Goff authored on 2015/10/28 10:19:14
October 26, 2015
View d5cd032

dockerversion placeholder for library-import

Vincent Demeester authored on 2015/10/26 03:18:23
October 22, 2015
View 37dbe07

Dump request when daemon is set to debug

Brian Goff authored on 2015/10/22 23:55:23
September 24, 2015
View da982cf

Separate API router from server.

David Calavera authored on 2015/09/24 08:42:08
September 1, 2015
View 6287ec9

Add a DOCKER_API_VERSION env var

Doug Davis authored on 2015/09/01 06:45:27