- Fix Node.js 0.8 return value inconsistencies
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path"
RegExp
- perf: enable strict mode
- Add
parseurl.original
for parsingreq.originalUrl
with fallback - Return
undefined
ifreq.url
isundefined
- Cache URLs based on original value
- Remove no-longer-needed URL mis-parse work-around
- Simplify the "fast-path"
RegExp
- Fix typo
- Seriously fix Node.js 0.8 compatibility
- Fix Node.js 0.8 compatibility
- Incorporate URL href-only parse fast-path
- Add missing
require
- Genesis from
connect