8460: Accept 403 response from API as "not permitted", instead of "unexpected error".
[arvados.git] / services / ws / main.go
2016-11-17 Tom Clegg8460: Fix up logging.
2016-11-17 Tom Clegg8460: Structured logging.
2016-11-16 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-11-16 Tom Clegg8460: Log connection stats.
2016-11-15 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-11-15 Tom Clegg8460: Print listening address at startup.
2016-11-15 Tom Clegg8460: Pass datasource in Go style.
2016-11-15 Tom Clegg8460: Check permissions.
2016-11-14 Tom Clegg8460: Receive events and broadcast to clients.
2016-11-13 Tom Clegg8460: Add default config and -dump-config flag.
2016-11-13 Tom Clegg8460: Scaffold for websocket server.