0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Mar 06, 2023 — Mar 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5 from olleolleolle/patch-1 More... almost 4 years ago
README: Mention async More... almost 4 years ago
A couple little bits that I forgot to fix before merging the renovation branch. More... almost 4 years ago
Merge pull request #4 from wyhaines/rewrite_with_async More... almost 4 years ago
Big Changes in the internals. More... almost 4 years ago
Add ability to specify non-file destinations to stream logs to. More... almost 4 years ago
Fixup signal handlers the Async way and use the fancy Process.spawn instead of the homegrown version. More... almost 4 years ago
There are still some bugs and weird things. More... almost 4 years ago
Update rake to more secure version. More... almost 4 years ago
Bump version to 1.1.0. More... almost 6 years ago
Rename the README to indicate format -- markdown, not plain text. More... about 6 years ago
Update Gemfile.lock for new release. More... about 6 years ago
Process.argv0 seems to have a Ruby 2.5.0 issue -- got a segfault when deployed to a production Linux server. So, switch to $0 and update version for quick re-release. More... about 6 years ago
Fix up some ambiguous code. More... about 6 years ago
Bump version. More... about 6 years ago
Merge pull request #2 from wyhaines/get_rid_of_gross_frozen_strings More... about 6 years ago
Purged most (all?) of the frozen constants and made string literals use -"". More... about 6 years ago
Merge pull request #1 from wyhaines/make-hup-work-right More... about 6 years ago
Fix race condition in the tests. More... about 6 years ago
Remove test puts. More... about 6 years ago
HUP closes and reopens log files, and USR2 does a complete restart. More... about 6 years ago
Start a set of unit tests. More... about 6 years ago
Rename the old integration test suite. More... about 6 years ago
Make the README a little better. More... about 6 years ago
Bump version. More... about 6 years ago
Mutex elimination, cleanup, and log swamp fixes. Mutexes can't be used from inside a signal handler, which meant that if there were logs written from an app in a signal handler, an exception would be thrown. Use file locks instead. This also helps clean up the draining of the local log file(s) upon reconnection so that multiple processes don't all try to send the same old logs to the log server. More... about 6 years ago
Log swamp test should now find any logfile. More... about 6 years ago
Also, $$ is a number. More... about 6 years ago
Fix a typo. More... about 6 years ago
The reconnect thread needs to not care if connect() raises. More... about 6 years ago