Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor perform_action via extract methods | David Heinemeier Hansson | 2015-06-19 | 1 | -5/+21 |
| | | | | And improve logging | ||||
* | Better spacing | David Heinemeier Hansson | 2015-06-19 | 1 | -0/+2 |
| | |||||
* | Nix space | David Heinemeier Hansson | 2015-06-19 | 1 | -1/+0 |
| | |||||
* | Log connection | David Heinemeier Hansson | 2015-06-19 | 1 | -1/+2 |
| | |||||
* | Stop logging all send data, but do log broadcasting | David Heinemeier Hansson | 2015-06-19 | 2 | -1/+1 |
| | | | | We basically want to quiet the pings. | ||||
* | Making running of subscribe callbacks a private matter | David Heinemeier Hansson | 2015-06-19 | 1 | -5/+4 |
| | |||||
* | Add #perform_disconnection to have a place for both callbacks and logging | David Heinemeier Hansson | 2015-06-19 | 2 | -7/+10 |
| | | | | And using an unlikely-to-clash name. | ||||
* | Use a perform_action router to handle incoming data | David Heinemeier Hansson | 2015-06-19 | 2 | -5/+9 |
| | | | | Similar to a controller in ActionPack. | ||||
* | Switch internal actions to be called commands instead, such that we can use ↵ | David Heinemeier Hansson | 2015-06-19 | 2 | -4/+4 |
| | | | | action as the routing word on the user side | ||||
* | Free up subscribe/unsubscribe as action names the user can use in their channels | David Heinemeier Hansson | 2015-06-19 | 3 | -6/+5 |
| | |||||
* | More spacing | David Heinemeier Hansson | 2015-06-19 | 6 | -9/+0 |
| | |||||
* | Trailing CR | David Heinemeier Hansson | 2015-06-19 | 1 | -1/+0 |
| | |||||
* | Spaces | David Heinemeier Hansson | 2015-06-19 | 1 | -2/+0 |
| | |||||
* | Nicer formatting | David Heinemeier Hansson | 2015-06-18 | 1 | -1/+1 |
| | |||||
* | Fix that log_exception only takes an exception, not a string | David Heinemeier Hansson | 2015-06-18 | 1 | -1/+1 |
| | |||||
* | Allow unsubscribing from all current redis channels | David Heinemeier Hansson | 2015-06-18 | 1 | -12/+9 |
| | |||||
* | Remove nil values from connection identifier | Pratik Naik | 2015-06-01 | 1 | -1/+1 |
| | |||||
* | Dont log the messages | Pratik Naik | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | Rails style logger tags | Pratik Naik | 2015-05-07 | 2 | -6/+7 |
| | |||||
* | Log redis reconnect failures | Pratik Naik | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | Revert "Ping pubsub every 2 minutes" | Pratik Naik | 2015-04-16 | 1 | -10/+1 |
| | | | | This reverts commit 702c919b27940d5b46d653d31a89daf2efa674d0. | ||||
* | Ping pubsub every 2 minutes | Pratik Naik | 2015-04-16 | 1 | -1/+10 |
| | |||||
* | 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 |
| | | | | This reverts commit 155db8120811b89624fb7e657818eb32ed07301a. | ||||
* | Revert "Remove all the existing connections on redis reconnect" | Pratik Naik | 2015-04-14 | 2 | -16/+1 |
| | | | | This reverts commit 4ac6cfefbb84a6b6ae095c20e990e5807caa9105. | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Merge branch 'connection-management' | Pratik Naik | 2015-04-07 | 9 | -144/+308 |
|\ | |||||
| * | 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 |
| | |