1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Dec 31, 2024 — Dec 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #91 from pnxs/master More... almost 10 years ago
FIX: logic error in refactoring More... almost 10 years ago
Add support for gcc <= 4.6 More... almost 10 years ago
http_response_ptr is now thread safe using atomic More... almost 10 years ago
Linearized code to make it more readable More... about 10 years ago
Linearized code to make it more readable More... about 10 years ago
Removed unused code More... about 10 years ago
Added benchmark example More... about 10 years ago
Simplified general structure, removed event_supplier support, comet logic now uses a lock-free implementation More... about 10 years ago
Simplified general structure, removed event_supplier support, comet logic now uses a lock-free implementation More... about 10 years ago
Disable epoll More... about 10 years ago
Fixed start methods More... about 10 years ago
Use MHD_run_from_select to avoid double run of select inside MHD More... about 10 years ago
Avoid errors when stopping the server if using internal select More... about 10 years ago
Temporary disabling fastopen in travis More... about 10 years ago
Enable fastopen only after 3.7 (server and client) rather than 3.6 (just client) More... about 10 years ago
Updated the library to use latest libmicrohttpd improvements More... about 10 years ago
Fixed http_resource to inherit behaviour from render in all render methods More... about 10 years ago
Updated authors file to include latest contributors More... about 10 years ago
Fixing travis since apt dependency changed More... about 10 years ago
Added travis dependency packages More... about 10 years ago
Changed http_resource to use virtual istead of CRTP More... about 10 years ago
Merge pull request #87 from MPursche/master More... about 10 years ago
Added proper error handling to tcp socket creation and binding. More... about 10 years ago
Merge pull request #84 from 4picht/patch-stop-leaking-threads More... about 10 years ago
FIX: src/webserver.cpp pthread_kill call More... about 10 years ago
webserver: stop leaking pthreads on startup failure More... about 10 years ago
Merge pull request #82 from 4picht/patch-1 More... about 10 years ago
Merge pull request #83 from 4picht/patch-no-abort More... about 10 years ago
FIX: do not call abort, throw an exception instead More... about 10 years ago