4 * Fix Node.js 0.8 return value inconsistencies
9 * perf: reduce overhead for full URLs
10 * perf: unroll the "fast-path" `RegExp`
15 * perf: enable strict mode
20 * Add `parseurl.original` for parsing `req.originalUrl` with fallback
21 * Return `undefined` if `req.url` is `undefined`
26 * Cache URLs based on original value
27 * Remove no-longer-needed URL mis-parse work-around
28 * Simplify the "fast-path" `RegExp`
38 * Seriously fix Node.js 0.8 compatibility
43 * Fix Node.js 0.8 compatibility
48 * Incorporate URL href-only parse fast-path
53 * Add missing `require`
58 * Genesis from `connect`