Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | Use Server#threaded_redis instead of creating a new connection | Pratik Naik | 2015-04-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | Dont close the open connections on redis reconnect | Pratik Naik | 2015-04-14 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | Revert "Revert "Remove all the existing connections on redis reconnect"" | Pratik Naik | 2015-04-14 | 2 | -1/+16 | |
| | * | | | | | | | | | | | | Revert "Remove all the existing connections on redis reconnect" | Pratik Naik | 2015-04-14 | 2 | -16/+1 | |
| | * | | | | | | | | | | | | Add Broadcaster to publish to redis channels | Pratik Naik | 2015-04-13 | 3 | -0/+31 | |
| | * | | | | | | | | | | | | Don't rely on server#redis | Pratik Naik | 2015-04-13 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | Remove all the existing connections on redis reconnect | Pratik Naik | 2015-04-13 | 2 | -1/+16 | |
| | * | | | | | | | | | | | | Add a tagged proxy logger to handle per connection tags | Pratik Naik | 2015-04-10 | 6 | -35/+59 | |
| | * | | | | | | | | | | | | Tag log entries with the request id | Pratik Naik | 2015-04-10 | 5 | -34/+45 | |
| | * | | | | | | | | | | | | Collect information about all the open connections and a method to fetch that | Pratik Naik | 2015-04-09 | 2 | -2/+29 | |
| | * | | | | | | | | | | | | Rename Registry to InternalChannel and remove dup methods | Pratik Naik | 2015-04-09 | 3 | -32/+16 | |
| | * | | | | | | | | | | | | Better method names | Pratik Naik | 2015-04-09 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | Simplify client connection closing | Pratik Naik | 2015-04-09 | 1 | -4/+7 | |
| | * | | | | | | | | | | | | Redis config with indifferent access | Pratik Naik | 2015-04-08 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | Log received redis channel messages | Pratik Naik | 2015-04-08 | 1 | -1/+9 | |
| | * | | | | | | | | | | | | Log server initialization | Pratik Naik | 2015-04-08 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | Log when unsubscribing from a redis channel | Pratik Naik | 2015-04-08 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | Log when subscribing to a redis channel | Pratik Naik | 2015-04-08 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | Print exception class and message in the logs | Pratik Naik | 2015-04-08 | 1 | -2/+6 | |
| | * | | | | | | | | | | | | Fix the error logging | Pratik Naik | 2015-04-08 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | Log request start and finish | Pratik Naik | 2015-04-07 | 1 | -2/+32 | |
| | * | | | | | | | | | | | | Bump version | Pratik Naik | 2015-04-07 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | Merge branch 'connection-management' | Pratik Naik | 2015-04-07 | 11 | -146/+317 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Fix an error message | Pratik Naik | 2015-04-06 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | Catch exceptions when subscribing to a channel and processing a message | Pratik Naik | 2015-04-06 | 1 | -4/+10 | |
| | | * | | | | | | | | | | | | Remote connections API for the server | Pratik Naik | 2015-04-06 | 3 | -0/+18 | |
| | | * | | | | | | | | | | | | Remove a puts message | Pratik Naik | 2015-04-06 | 1 | -1/+0 | |
| | | * | | | | | | | | | | | | Be sure to cleanup internal redis subscriptions on close | Pratik Naik | 2015-04-06 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | Add remote connection to talk over internal redis channel | Pratik Naik | 2015-04-06 | 7 | -18/+71 | |
| | | * | | | | | | | | | | | | Add connection identifier and an internal redis channel | Pratik Naik | 2015-04-06 | 6 | -137/+216 | |
| | | * | | | | | | | | | | | | Separate connection and server classes | Pratik Naik | 2015-04-04 | 6 | -150/+166 | |
| | * | | | | | | | | | | | | | Clear ping wait timeout when removing the connection | Pratik Naik | 2015-04-03 | 1 | -1/+2 | |
| | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Close the websocket on exception | Pratik Naik | 2015-03-25 | 2 | -0/+15 | |
| | * | | | | | | | | | | | | Dont process messages when the websocket is no longer open | Pratik Naik | 2015-03-25 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | Dont process messages until connect is run | Pratik Naik | 2015-03-25 | 1 | -2/+18 | |
| | * | | | | | | | | | | | | Merge branch 'master' into authorization | Pratik Naik | 2015-03-24 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Increase the stale timout | Pratik Naik | 2015-03-24 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | Don't call connection#close directly | Pratik Naik | 2015-03-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | Remove request and cookies helper methods | Pratik Naik | 2015-03-06 | 1 | -8/+0 | |
| | * | | | | | | | | | | | | | Add request and cookies helpers | Pratik Naik | 2015-03-06 | 1 | -0/+11 | |
| | * | | | | | | | | | | | | | Authorize before sending and receiving data | Pratik Naik | 2015-03-05 | 2 | -4/+29 | |
| | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Call reconnect() when a ping doesnt arrive in expected time | Pratik Naik | 2015-02-26 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | Remove existing connection when trying to reconnect to ensure we dont end up ... | Pratik Naik | 2015-02-26 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | Never stop attempting to reconnect | Pratik Naik | 2015-02-26 | 1 | -9/+2 | |
| | * | | | | | | | | | | | | Reconnect the websocket if the server doesnt send a ping every 6 seconds | Pratik Naik | 2015-02-26 | 1 | -4/+18 | |
| | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/celluloid' | Jeremy Kemper | 2015-02-16 | 1 | -8/+12 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Add logging | David Heinemeier Hansson | 2015-02-09 | 1 | -1/+8 | |
| | | * | | | | | | | | | | | | Inline id_key variable | David Heinemeier Hansson | 2015-02-09 | 1 | -7/+4 | |
| | * | | | | | | | | | | | | | Support Rails 5 | Jeremy Kemper | 2015-02-16 | 2 | -5/+5 | |
| | * | | | | | | | | | | | | | Dont create the test log file | Pratik Naik | 2015-02-13 | 1 | -4/+0 |