1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server
David Calavera 27220ecc6b Move timeutils functions to the only places where they are used.
- Move time json marshaling to the jsonlog package: this is a docker
  internal hack that we should not promote as a library.
- Move Timestamp encoding/decoding functions to the API types: This is
  only used there. It could be a standalone library but I don't this
it's worth having a separated repo for this. It could introduce more
complexity than it solves.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-12-15 14:56:14 -05:00
..
httputils remove unnecessary logs from daemon 2015-11-10 17:44:38 +08:00
router Move timeutils functions to the only places where they are used. 2015-12-15 14:56:14 -05:00
middleware.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
middleware_test.go Separate API router from server. 2015-09-29 19:43:03 -04:00
profiler.go api/server fix golint errors/warnings. 2015-07-28 22:44:39 +00:00
server.go Rebase from master 2015-12-08 19:45:22 +02:00
server_test.go Separate API router from server. 2015-09-29 19:43:03 -04:00
server_unix.go Better error message for invalid unix socket format 2015-12-15 10:05:58 +08:00
server_windows.go Allocate resources for server API before daemon creation 2015-10-05 09:32:08 -07:00