0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Sep 19, 2025 — Sep 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5 from yep/fix-readme More... about 14 years ago
fix indentation. More... about 14 years ago
fix markdown formatting.
yep
More... about 14 years ago
Merge pull request #4 from mmarshall/master More... about 14 years ago
Add connection::deliver() and deliver_websocket(). More... about 14 years ago
Add connection::reply_websocket(). More... about 14 years ago
Add connection::reply(). More... about 14 years ago
Merge pull request #3 from mmarshall/master More... about 14 years ago
Link the static lib before dependant libs. More... about 14 years ago
Merge pull request #2 from orofarne/master More... over 14 years ago
Example improved More... over 14 years ago
README -> README.md More... over 14 years ago
Disconnect flag added to request struct. Small fixes. More... over 14 years ago
Changed the http_reply method to use the newer message format for compatibility with mongrel2-v1.3 More... almost 16 years ago
added commandline option to prefork processes. More... about 16 years ago
added install target to Makefile. More... about 16 years ago
added simple logging facility for debug logging; bug fixes after first test with a CGI.pm-based script. More... about 16 years ago
read from CGI script's stdout and stderr, log stderr to own stderr. More... about 16 years ago
use a single std::transform call. More... about 16 years ago
cstdio is required because it declares snprintf(). More... about 16 years ago
first naive, somehow working, but mostly untested version of the CGI handler. More... about 16 years ago
added .gitignore file. More... about 16 years ago
added skeleton for CGI handler. More... about 16 years ago
added a section about dependencies to README file. More... about 16 years ago
restructured src tree a bit; Makefile is now building static library + example handler. More... about 16 years ago
removed dead code. More... about 16 years ago
free json object. More... about 16 years ago
removed debug output. More... about 16 years ago
It was missing some includes and added a small detail to the README to compile in ubuntu More... about 16 years ago
added README file. More... about 16 years ago