1
I Use This!
Inactive

Commits : Listings

Analyzed 13 days ago. based on code collected 13 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved http parser data into own class. More... almost 11 years ago
Renamed finished method to finish. Removed finished method of parser. More... almost 11 years ago
Use yylval in bison http parser to transmit the token. More... almost 11 years ago
Set lval of bison http parser in lexer. More... almost 11 years ago
Added lexer class. More... almost 11 years ago
Removed static casts and void arguments. More... almost 11 years ago
Updated astyle.rc to K&R style. Improved the ordering of the parameters. More... almost 11 years ago
Applied K&R style, because this reduces the impact of failed merges. More... almost 11 years ago
Don't lower character of header value. More... almost 11 years ago
Added HeaderType enum class. More... almost 11 years ago
Updated year in copyright. More... almost 11 years ago
Replaced old http parser with bison http parser everwhere. More... almost 11 years ago
Lexer will only look forward in case of lws header. More... almost 11 years ago
Defined values for external http version and method. More... almost 11 years ago
Reordered http methods of the parser. More... almost 11 years ago
Server integration test will use port 10000. More... almost 11 years ago
Added yacc sources to CMakeLists.txt. More... almost 11 years ago
Fixed integration test. More... almost 11 years ago
Fixed a race condition in listener socket. More... almost 11 years ago
Improved signal safe connect. More... almost 11 years ago
Added more performance tests for http parser. More... almost 11 years ago
Removed notification pipe. More... almost 11 years ago
More signal safe socket functions. More... almost 11 years ago
Implemented signal safe variants of some socket function. More... almost 11 years ago
Added integration tests if listener is still listening. More... almost 11 years ago
Added method to ask if a listener socket is still listening. More... almost 11 years ago
Fixed another race condition with socket cleanup. More... almost 11 years ago
Fixed race condition in listener socket. More... almost 11 years ago
Removed obsolete includes. More... almost 11 years ago
Fixing compiler errors when building optimized. More... almost 11 years ago