aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | Use Server#threaded_redis instead of creating a new connectionPratik Naik2015-04-151-1/+1
| | * | | | | | | | | | | | Dont close the open connections on redis reconnectPratik Naik2015-04-141-2/+3
| | * | | | | | | | | | | | Revert "Revert "Remove all the existing connections on redis reconnect""Pratik Naik2015-04-142-1/+16
| | * | | | | | | | | | | | Revert "Remove all the existing connections on redis reconnect"Pratik Naik2015-04-142-16/+1
| | * | | | | | | | | | | | Add Broadcaster to publish to redis channelsPratik Naik2015-04-133-0/+31
| | * | | | | | | | | | | | Don't rely on server#redisPratik Naik2015-04-131-2/+0
| | * | | | | | | | | | | | Remove all the existing connections on redis reconnectPratik Naik2015-04-132-1/+16
| | * | | | | | | | | | | | Add a tagged proxy logger to handle per connection tagsPratik Naik2015-04-106-35/+59
| | * | | | | | | | | | | | Tag log entries with the request idPratik Naik2015-04-105-34/+45
| | * | | | | | | | | | | | Collect information about all the open connections and a method to fetch thatPratik Naik2015-04-092-2/+29
| | * | | | | | | | | | | | Rename Registry to InternalChannel and remove dup methodsPratik Naik2015-04-093-32/+16
| | * | | | | | | | | | | | Better method namesPratik Naik2015-04-091-4/+4
| | * | | | | | | | | | | | Simplify client connection closingPratik Naik2015-04-091-4/+7
| | * | | | | | | | | | | | Redis config with indifferent accessPratik Naik2015-04-081-2/+2
| | * | | | | | | | | | | | Log received redis channel messagesPratik Naik2015-04-081-1/+9
| | * | | | | | | | | | | | Log server initializationPratik Naik2015-04-081-0/+2
| | * | | | | | | | | | | | Log when unsubscribing from a redis channelPratik Naik2015-04-081-1/+4
| | * | | | | | | | | | | | Log when subscribing to a redis channelPratik Naik2015-04-081-0/+1
| | * | | | | | | | | | | | Print exception class and message in the logsPratik Naik2015-04-081-2/+6
| | * | | | | | | | | | | | Fix the error loggingPratik Naik2015-04-081-1/+1
| | * | | | | | | | | | | | Log request start and finishPratik Naik2015-04-071-2/+32
| | * | | | | | | | | | | | Bump versionPratik Naik2015-04-072-2/+2
| | * | | | | | | | | | | | Merge branch 'connection-management'Pratik Naik2015-04-0711-146/+317
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Fix an error messagePratik Naik2015-04-061-1/+1
| | | * | | | | | | | | | | | Catch exceptions when subscribing to a channel and processing a messagePratik Naik2015-04-061-4/+10
| | | * | | | | | | | | | | | Remote connections API for the serverPratik Naik2015-04-063-0/+18
| | | * | | | | | | | | | | | Remove a puts messagePratik Naik2015-04-061-1/+0
| | | * | | | | | | | | | | | Be sure to cleanup internal redis subscriptions on closePratik Naik2015-04-061-1/+1
| | | * | | | | | | | | | | | Add remote connection to talk over internal redis channelPratik Naik2015-04-067-18/+71
| | | * | | | | | | | | | | | Add connection identifier and an internal redis channelPratik Naik2015-04-066-137/+216
| | | * | | | | | | | | | | | Separate connection and server classesPratik Naik2015-04-046-150/+166
| | * | | | | | | | | | | | | Clear ping wait timeout when removing the connectionPratik Naik2015-04-031-1/+2
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Close the websocket on exceptionPratik Naik2015-03-252-0/+15
| | * | | | | | | | | | | | Dont process messages when the websocket is no longer openPratik Naik2015-03-251-0/+6
| | * | | | | | | | | | | | Dont process messages until connect is runPratik Naik2015-03-251-2/+18
| | * | | | | | | | | | | | Merge branch 'master' into authorizationPratik Naik2015-03-241-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Increase the stale timoutPratik Naik2015-03-241-1/+1
| | | * | | | | | | | | | | | Don't call connection#close directlyPratik Naik2015-03-231-1/+1
| | * | | | | | | | | | | | | Remove request and cookies helper methodsPratik Naik2015-03-061-8/+0
| | * | | | | | | | | | | | | Add request and cookies helpersPratik Naik2015-03-061-0/+11
| | * | | | | | | | | | | | | Authorize before sending and receiving dataPratik Naik2015-03-052-4/+29
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Call reconnect() when a ping doesnt arrive in expected timePratik Naik2015-02-261-1/+1
| | * | | | | | | | | | | | Remove existing connection when trying to reconnect to ensure we dont end up ...Pratik Naik2015-02-261-0/+9
| | * | | | | | | | | | | | Never stop attempting to reconnectPratik Naik2015-02-261-9/+2
| | * | | | | | | | | | | | Reconnect the websocket if the server doesnt send a ping every 6 secondsPratik Naik2015-02-261-4/+18
| | * | | | | | | | | | | | Merge remote-tracking branch 'origin/celluloid'Jeremy Kemper2015-02-161-8/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Add loggingDavid Heinemeier Hansson2015-02-091-1/+8
| | | * | | | | | | | | | | | Inline id_key variableDavid Heinemeier Hansson2015-02-091-7/+4
| | * | | | | | | | | | | | | Support Rails 5Jeremy Kemper2015-02-162-5/+5
| | * | | | | | | | | | | | | Dont create the test log filePratik Naik2015-02-131-4/+0