1
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 14 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed unit test for dates. More... almost 11 years ago
Added tests for to_lower. More... almost 11 years ago
Moved character comparison methods into own header. More... almost 11 years ago
Removed last peek. More... almost 11 years ago
Removed peek anomaly. More... almost 11 years ago
Replaced one peek call with get. More... almost 11 years ago
Moved get_unsigned_integer to lexer. More... almost 11 years ago
Added lexer unit tests. More... almost 11 years ago
Moved lexer into own files. More... almost 11 years ago
Moved lexing methods into own class. More... almost 11 years ago
Fixed cppcheck warnings. More... almost 11 years ago
Removed bison from make. More... almost 11 years ago
Moved unit tests for http date parser. More... almost 11 years ago
Fixed unit test. More... almost 11 years ago
Removed bison http date parser. More... almost 11 years ago
--- examples/performance/main.cpp | 16 +- More... almost 11 years ago
Several cleanups. More... almost 11 years ago
Refactored header parsing. More... almost 11 years ago
Some simplifications. More... almost 11 years ago
Refactored http_parse. More... almost 11 years ago
Reduced number of lexer states. More... almost 11 years ago
Renamed custom_header variable name. More... almost 11 years ago
Improved performance measurements. More... almost 11 years ago
Removed difference between known and custom headers. More... almost 11 years ago
Removed old c style types used with bison. More... almost 11 years ago
Using new verification method to verify forced characters. More... almost 11 years ago
Added lower case string define. More... almost 11 years ago
Improved parsing performance by reducing construction overhead. More... almost 11 years ago
Using push back string for url, reason phrase and header temporaries. More... almost 11 years ago
Added class push_back_string for faster string management. More... almost 11 years ago