about summary refs log tree commit homepage
path: root/projects/mongrel_upload_progress/lib/mongrel_upload_progress/init.rb
DateCommit message (Expand)
2008-11-22Mongrel::Service moved to its own repository. Everything else deleted, becaus...
2006-10-24Small patch to allow multiple listeners
2006-10-24use a hash instead of instance vars to track status, fix mem leak
2006-09-04upgrade mongrel gem version dependency, fix checked_var bug
2006-07-09simplified upload progress class, add @frequency to determine how often to up...
2006-07-07refactor Mongrel::Uploads, add DRb support
2006-07-06changes to upload progress: use instance vars to keep from locking the main h...
2006-06-25Mongrel gets some hooks to help with upload progress.
2006-06-25 * mongrel_upload_progress/lib/mongrel_upload_progress/init.rb: cleaned out a...
2006-05-23PID file wiping is now stopped, and also allows to run a debug without wiping...
2006-05-12Beginnings of an upload progress plugin handler.