aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Improve loggingDavid Heinemeier Hansson2015-06-193-18/+26
| * Refactor perform_action via extract methodsDavid Heinemeier Hansson2015-06-191-5/+21
| * Better spacingDavid Heinemeier Hansson2015-06-191-0/+2
| * Nix spaceDavid Heinemeier Hansson2015-06-191-1/+0
| * Log connectionDavid Heinemeier Hansson2015-06-191-1/+2
| * Stop logging all send data, but do log broadcastingDavid Heinemeier Hansson2015-06-192-1/+1
| * Making running of subscribe callbacks a private matterDavid Heinemeier Hansson2015-06-191-5/+4
| * Add #perform_disconnection to have a place for both callbacks and loggingDavid Heinemeier Hansson2015-06-192-7/+10
| * Use a perform_action router to handle incoming dataDavid Heinemeier Hansson2015-06-192-5/+9
| * Switch internal actions to be called commands instead, such that we can use a...David Heinemeier Hansson2015-06-193-5/+5
| * Free up subscribe/unsubscribe as action names the user can use in their channelsDavid Heinemeier Hansson2015-06-193-6/+5
| * Latest dependenciesDavid Heinemeier Hansson2015-06-191-6/+8
| * More spacingDavid Heinemeier Hansson2015-06-196-9/+0
| * Trailing CRDavid Heinemeier Hansson2015-06-191-1/+0
| * SpacesDavid Heinemeier Hansson2015-06-191-2/+0
| * Nicer formattingDavid Heinemeier Hansson2015-06-181-1/+1
| * Fix that log_exception only takes an exception, not a stringDavid Heinemeier Hansson2015-06-181-1/+1
| * Allow unsubscribing from all current redis channelsDavid Heinemeier Hansson2015-06-181-12/+9
| * Remove nil values from connection identifierPratik Naik2015-06-011-1/+1
| * Dont log the messagesPratik Naik2015-05-121-1/+1
| * Rails style logger tagsPratik Naik2015-05-072-6/+7
| * Log redis reconnect failuresPratik Naik2015-04-161-2/+2
| * Revert "Ping pubsub every 2 minutes"Pratik Naik2015-04-161-10/+1
| * Ruby 2.2.2Pratik Naik2015-04-161-1/+1
| * Ping pubsub every 2 minutesPratik Naik2015-04-161-1/+10
| * Latest rubyPratik Naik2015-04-151-1/+1
| * 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