Historie revizí

Autor SHA1 Zpráva Datum
  zhangxiaoyu-zidif 1ab62a0b4d server.go: format for před 8 roky
  Aaron Lehmann 7381fffb2f api: Don't include stack traces with errors před 8 roky
  Tibor Vass f7d9bb6248 Show stacktrace in daemon logs only if 500 internal error před 8 roky
  Tibor Vass 26d0bac895 plugin: use pkg/errors in more places před 8 roky
  Tonis Tiigi 64981b9f09 Move UAStringKey to dockerversion pkg před 8 roky
  allencloud 1f039a66ac fix typo před 8 roky
  Victor Vieux e98e4a7111 always add but hide experimental cmds and flags před 8 roky
  Elena Morozova 64238fef8c all: replace loop with single append před 8 roky
  mgniu 97a4548bb3 typo: modified `Server` as `Serve` před 8 roky
  Daniel Nephin c452e1bfe6 Move errors/ to api/errors před 8 roky
  mgniu e743ab0882 replace `handleWithGlobalMiddlewares` with `handlerWithGlobalMiddlewares` před 9 roky
  Yong Tang a72b45dbec Fix logrus formatting před 9 roky
  Ben Firshman 322e2a7d05 Return remote API errors as JSON před 9 roky
  David Calavera 8d3467626e Move middleware to interfaces. před 9 roky
  Antonio Murdaca 526ddd3512 api: server: server: remove redunant debugf před 9 roky
  David Calavera a793564b25 Remove static errors from errors package. před 9 roky
  David Calavera 1ba44a832f Make server middleware standalone functions. před 9 roky
  David Calavera e8f569b324 Remove all docker debugging knowledge from the server. před 9 roky
  David Calavera 34c29277c2 Move listeners and port allocation outside the server. před 9 roky
  David Calavera 1af76ef597 Remove daemon dependency from api/server. před 9 roky
  Lukas Waslowski dd93571c69 Decouple the "container" router from the actual daemon implementation. před 9 roky
  Anusha Ragunathan 9c332b164f Remove package daemonbuilder. před 9 roky
  Alexander Morozov 3dc8829a83 Remove obsolete comment před 9 roky
  David Calavera 677a6b3506 Allow to set daemon and server configurations in a file. před 9 roky
  Tibor Vass 5c630ea7c3 Rename authz to authorization for greater clarity před 9 roky
  David Calavera 8e034802b7 Remove usage of pkg sockets and tlsconfig. před 9 roky
  Anusha Ragunathan f8dc044aec Create build router separate from image router. před 9 roky
  Liron Levin f28230d35c Rebase from master před 9 roky
  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. před 9 roky
  David Calavera 867f432985 Move docker system information to a dedicated router and backend. před 9 roky