8460: Return recent events if last_log_id given.
[arvados.git] / services / ws / pg.go
2016-11-16 Tom Clegg8460: Return recent events if last_log_id given.
2016-11-15 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-11-15 Tom Clegg8460: Avoid log.Fatal once started.
2016-11-15 Tom Clegg8460: Refactor session logic (subscription protocol...
2016-11-15 Tom Clegg8460: Pass datasource in Go style.
2016-11-15 Tom Clegg8460: Combine ping and notify goroutines.
2016-11-15 Tom Clegg8460: Check permissions.
2016-11-14 Tom Clegg8460: Fix connection cleanup and db connection handling.
2016-11-14 Tom Clegg8460: Receive events and broadcast to clients.
2016-11-13 Tom Clegg8460: Scaffold for websocket server.