summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-28Checking in changes prior to tagging of version 0.01. Changelog diff is:masterfranck cuny1-3/+3
2010-04-28POD fixfranck cuny2-1/+3
2010-04-27change how path works, by default the whole application is throttled, but if ↵franck cuny1-8/+14
path is specified, only this path will be throttled
2010-04-27check if a path should be throttledfranck cuny1-4/+32
2010-04-03return a hash objectfranck cuny1-0/+1
2010-04-01fix namefranck cuny1-1/+1
2010-04-01start PODfranck cuny5-16/+191
2010-04-01handle black and white list, add support to intervalfranck cuny3-19/+81
2010-03-31import old Plack::Middleware::APIRateLimit (renamed as miyagawa's ↵franck cuny6-6/+215
suggestion) and stole API from rack::throttle