0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump VERSION 1.1.0 More... over 6 years ago
Multibyte issue fix; healthcheck URL Things that looked like multibyte characters in binary files could confuse ruby String handling as coded originally (which was based on the old Ruby 1.8.x String semantics). Apply changes so that it works with modern Rubies. More... over 6 years ago
Change tabs into spaces, and change algorithm for etag calculation. ETags will now be calculated through the much faster algorithm of using the last modification time plus the file size as the key. More... over 6 years ago
Clean up a couple hanging spaces. More... over 6 years ago
Fix tabs in gemspec. More... about 7 years ago
Clean up version handling. More... about 7 years ago
Updates to deal with UTF-8 fun, and a few little fixes. More... about 7 years ago
Duh. encodeHTML, not uri encoding. More... over 7 years ago
URI encode the uri before displaying it. More... over 7 years ago
Merge branch 'master' of github.com:wyhaines/swiftiply More... over 7 years ago
Some minor cleanups. Set file encodings, and fix a bug where content-length was being sent with chunked encoding. More... over 7 years ago
Content-Length + Transfer-Encoding: chunked == BAD How did this survive this long without being noticed? Ugh. More... almost 8 years ago
Start rewriting the README. More... over 8 years ago
Merge pull request #5 from wyhaines/in_use More... over 8 years ago
More production fixes. More... over 8 years ago
Purge some tabs; fixup shebang; remove unneeded fastfilereaderext, as it's included in modern event machine versions. More... over 8 years ago
Version of the executable stub that supports the pidfile argument. More... over 8 years ago
Changes for a production, in use version of the codebase. More... over 8 years ago
More minitest cleanup. More... about 9 years ago
More minitest fixups, and tab elimination. More... about 9 years ago
Quick and dirty test fixup for minitest. More... about 9 years ago
The first pass of a set of changes that make Swiftiply work with Ruby 2.x. More... over 9 years ago
Quick change to the README in light of a recently published article on the Engine Yard blog. More... about 14 years ago
Started refactoring the massive Swiftiply.rb into separate files for various pieces. Added a bit of code for the status page. Tweaked things crudely to get around buggy 'ab' on OSX when running the integration tests in the test suite. More... about 15 years ago
Fixed a bug with static file delivery; did some modest refactors. Urls in the form of /foo/bar.swf#abc123 would fail because the #abc123 portion was being treated as part of the filename. Fixed. Started refactoring some of the more hideous methods inside the config section. More... about 15 years ago
Added .bundles to the list of items to cleanup. More... about 15 years ago
Started a refactor of the em_config method, since it is crazy long. More... about 15 years ago
Comments and the start of status page changes. More... about 15 years ago
Misc cleanup. More... over 15 years ago
Swiftiplied_mongrel now has functional support for Keep-Alive. More... over 15 years ago