提交历史

作者 SHA1 备注 提交日期
  Zhang Wei 98f74f8383 Change log level 9 年之前
  Tibor Vass 59231ea6d8 Merge pull request #19312 from cpuguy83/19177_fix_debug_req_dump_size 9 年之前
  Brian Goff 89af3835d4 Don't dump request body to log when too large 9 年之前
  Tibor Vass 5c630ea7c3 Rename authz to authorization for greater clarity 9 年之前
  Antonio Murdaca 5a64c8027e authZ: more fixes 9 年之前
  Zhang Wei aaf65a47a7 Better debug message for post form data 9 年之前
  Doug Davis 6287ec9095 Add a DOCKER_API_VERSION env var 10 年之前
  Justas Brazauskas 927b334ebf Fix typos found across repository 9 年之前
  Liron Levin 75c353f0ad 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. 9 年之前
  David Calavera 82323294db Unify both debug logging middlewares. 9 年之前
  Dan Walsh cf4fb15088 The loggingMiddleware function is adding lots of messages to the log 9 年之前
  Vincent Demeester 8054a30387 dockerversion placeholder for library import 9 年之前
  Brian Goff b78ca243d9 Revert "dockerversion placeholder for library-import" 9 年之前
  Vincent Demeester d5cd032a86 dockerversion placeholder for library-import 9 年之前
  Brian Goff 37dbe07519 Dump request when daemon is set to debug 9 年之前
  David Calavera da982cf551 Separate API router from server. 9 年之前
  Tibor Vass 94e3b0f428 Use golang.org/x/net/context in api/server/ 9 年之前
  David Calavera 0fea04d27e Organize server pre-func logic in middlewares. 9 年之前