| 9 days | khaines | Fixed a bug with the hash_cache_base, and a constant warning with Swiftiply.rb. |
| 9 days | khaines | Fixed some important omissions. |
| 9 days | khaines | Added evented_mongrel_rails to the setup.rb. |
| 9 days | khaines | Edited extconf.rb and moved things around to correct a structural problem when doing gem installs. |
| 9 days | khaines | Edited the extconf.rb file and moved things around tocorrect a structural problem when doing gem installs. |
| 10 days | khaines | Added a -v flag to swiftiply to return the vesion #. |
| 2 weeks | khaines | Fixed another little typo. |
| 2 weeks | khaines | Removed the environment variable dependency and just made two executables. Todo -- refactor and refine this approach. |
| 2 weeks | khaines | Ugh. Let a typo slip through. |
| 2 weeks | khaines | Fixes to the Deque/SplayTree related code. |
| 2 weeks | khaines | Added a modified version of the standard EM HttpClient that removes a bit of the user safeguards. |
| 2 weeks | khaines | Fixed HUP behavior so that it continues working after the first time that it is done. |
| 2 weeks | khaines | A couple bug fixes to configuration verification. |
| 3 weeks | khaines | Fixed another bug with 'GET http://foo/bar HTTP/1.1' style requests, where the request was for something that Swiftiply didn't have a defined incoming section for. |
| 4 weeks | khaines | Changed default error level to 0 on tests. Less visual garbage on the screen while tests run. |
| 4 weeks | khaines | Added/fixed some comments. |
| 4 weeks | khaines | Fixed 503 server expired scan so it works right. |
| 4 weeks | khaines | This is a mixin to facilitate dynamic creation of instance methods in a class. It may be used |
| 4 weeks | khaines | Fixed a couple tests that were broken by the ProxyBag changes in Swiftiply.rb. |
| 4 weeks | khaines | Made a change to make sure a 'Date' is on every static file delivered, and made the host |
| 4 weeks | khaines | Added a comment about the automatic setting of epoll mode. This really shouldn't be done. |
| 4 weeks | khaines | Fixes for 1.9, and a few little optimizations. |
| 4 weeks | khaines | Simple fix to allow the port numbers to be given in a string. |
| 4 weeks | khaines | Syntax change to allow types.rb to work under 1.9.x |
| 4 weeks | khaines | Added a check to see if EM was compiled with SSL support. |
| 5 weeks | khaines | Changes mongrel_rails to swiftiply_mongrel_rails to avoid overwriting the real mongrel_rails. |
| 5 weeks | khaines | Wrapped C++ Map. |
| 5 weeks | khaines | New tests. |
| 5 weeks | khaines | Renamed mongrel_rails to avoid overwriting the normal one. |
| 5 weeks | khaines | Minor comment chang. |
| 6 weeks | root | Fixed a bug with setting the X-Forwarded-For header. |
| 6 weeks | root | Added a require needed for certain C++ compilers. |
| 6 weeks | root | Added a logging message when something is added to the dynamic request cache. |
| 6 weeks | root | Changes to the cache check/verification to fix problems with the adaptive timing algorithm, and to eliminate redundant items from remaining in the verification queue. |
| 3 months | root | Changed the version number |
| 3 months | root | Changes related to logging, filtering of static file responses, and routing of request by URL. |
| 3 months | khaines | Fix for requests with no path. |
| 3 months | root | Fixed bugs with finding files in the pagecache. |
| 3 months | root | Fixed a bug with the new() method declaration. |
| 3 months | root | Logging infrastructure is improved. One can have each virtual host logged separately. |
| 3 months | root | Fixed logging so that each virtual host can have it's own logging destination, logging works for static files, and there is a working plugin architecture for the logging. |
| 3 months | root | Changes to facilitate installation onto both OSX machines, which build .bundles, and machines that build normal .so files in the extensions. |
| 5 months | khaines | Fixed the translate command for the fastfilereaderext so that it installs in the right place. |
| 5 months | khaines | Added an -e param to set the environment. |
| 5 months | khaines | Additions for the deque and splaytreemap. |
| 5 months | khaines | A 1.9 compatibility change. |
| 5 months | khaines | Fixed/added a bunch of tests. |
| 5 months | khaines | Ack. Forgot to commit this one! This should fix the problem reported when a request comes in outside where Mongrel is listening for it. |
| 5 months | khaines | A few bug fixes dealing re logging when the config doesn't specify any log level info, and with the dynamic request cache checker. |
| 5 months | root | Some changes to large file processing. Nets about 50% more speed. |
| 5 months | root | Caching fixes |
| 6 months | root | Bug fixes. |
| 6 months | root | Added some methods to the splay tree map; moving the API closer to that of a Hash. |
| 6 months | root | Removed the makefile. Should not have committed it. |
| 6 months | root | Wrapper for C++ deque. This is much faster than an Array for queueing operations. |
| 7 months | root | HEAD requests are now working correctly. Removed the keepalive stuff |
| 7 months | root | This overrides the EventMachine class to add support for streaming a large file |
| 7 months | root | Added HEAD support on static files. Added detection of HTTP version, so chunked |
| 7 months | root | Changed behavior wrt REMOTE_ADDR and HTTP_X_FORWARDED_FOR. |