1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jan 06, 2025 — Jan 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More of my new header scheme. More... over 12 years ago
Update condition API change. More... over 12 years ago
Use foreach loops. More... over 12 years ago
Do less allocation in the big generated match blocks. More... over 12 years ago
Start using a new request reading scheme. More... over 12 years ago
Improve the code generation and do it in Rust code. More... over 12 years ago
Update ptr::offset calls (now takes an int instead of a uint). More... over 12 years ago
Add a RFC 2616 token definition. More... over 12 years ago
Make methods consistent with order/terminology of the specs. More... over 12 years ago
Make a more efficient BufferedReader.read_byte(). More... over 12 years ago
Omit the now-unnecessary #[allow(default_methods)]. More... over 12 years ago
Import Cell rather than using ::std::cell::Cell. More... over 12 years ago
Update comparison data. More... over 12 years ago
Get remote address. More... over 12 years ago
Fix up accuracy of timing for keep-alive connections. More... over 12 years ago
Implement keep-alive (dangerous—no server timeout). More... over 12 years ago
Flush ResponseWriter to ensure all the response is sent. More... over 12 years ago
Spawn tasks as supervised for request handlers. More... over 12 years ago
Add a couple of performance comparisons. More... over 12 years ago
Change issue reference to the non-dupe issue. More... over 12 years ago
Don't flush a BufferedWriter on drop for now (ICE). More... over 12 years ago
Use a BufferedWriter. Currently ICEs. More... over 12 years ago
Reorder server perf code into a more sensible location in the file. More... over 12 years ago
extra::net::url has moved to extra::url. No more 0.7 compatibility. More... over 12 years ago
Make a proper, general BufferedReader. Slight perf win in request reading owing to the change in how poking works. More... over 12 years ago
Expose Host information in the request. More... over 12 years ago
Some style cleanup and documenting of request. More... over 12 years ago
Get tests working (with some related bug fixes). More... over 12 years ago
Make rusthttpserver::methods module name singular. More... over 12 years ago
Remove the "Code" from UnregisteredStatusCode and kill Status::new. More... over 12 years ago