about summary refs log tree commit homepage
path: root/test/test_uriclassifier.rb
DateCommit message (Expand)
2008-02-20Move tests from tests/ into tests/unit/ so they parallel tests/benchmark. The...
2007-10-26revert trunk to 1.1
2007-10-26reverts for 1.0.2
2007-10-26close #14941
2007-10-22classifier faster yet because we don't need to rebuild that string
2007-10-22classifier optimization for only one handler on "/", with unit test
2007-10-22update manifest
2007-10-22ruby uriclassifier in place. 3x slower on MRI vs TST; 1.5x slower on JRuby vs...
2007-10-22fix benchmark method in uriclassifier test
2007-10-22incomplete benchmark method
2007-10-22pure ruby URIClassifier passes on C and JRuby both; now time to profile and s...
2007-10-21mongrel 1.0.2 is not out; sorry
2007-10-21rsync flags don't warn; grammar on homepage
2007-10-21spelling fixes
2007-10-20use synchronous stop everywhere; clean up test helpers
2007-10-19missed one
2007-10-19bring sanity to test_uriclassifier
2007-09-13Added test that verifies if order of registering uri's matters(test for bug 1...
2006-06-30Ruby license applied to all files
2006-06-30Switched Mongrel to Ruby license.
2006-06-23Refactor reaping dead threads. Slight change to license header to make it cl...
2006-05-21LGPL preamble on all source files.
2006-04-01Cleaned up the test suite so it spews less logging. Fixed up the debug acces...
2006-02-28Implemented the basic plugin system for Mongrel to replace pluginfactory with...
2006-02-10Fixed the URIClassifier to solve a problem with 1 character lookups. Complet...
2006-02-02Improved the trie searching to only require one search and work more correctl...
2006-01-28initial import into trunk