41
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1064 from cherokee/uwsgi_wizzard_689 More... over 11 years ago
Make sure no unicode string end up in the configuration. More... over 11 years ago
Whitespace More... over 11 years ago
Fix #1011 More... over 11 years ago
One line of comment. More... over 11 years ago
Whitespace changes More... over 11 years ago
Prevent resolving to a unix socket from the proxy More... over 11 years ago
Regression from the I/O-cache CGI admin addition. More... over 11 years ago
Another unused variable. More... over 11 years ago
Merge pull request #1059 from cherokee/xsendfile_846 More... over 11 years ago
Merge pull request #1061 from cherokee/kinnison-kinnison/fix_ldap_warnings More... over 11 years ago
Only provide the variables in platforms where they are used. More... over 11 years ago
Remove unused variable vsrv. More... over 11 years ago
Whitespace fixes More... over 11 years ago
A created connection to an ldap server should be closed after use. More... over 11 years ago
Minor change with respect to the direct parsing of the boolean. More... over 11 years ago
When X-Sendfile or X-Accel-Redirect is present we should not invoke the encoder. More... over 11 years ago
When conn_op_cant_encoder is set, we should include Content-Length. More... over 11 years ago
VALIDATOR_LDAP: Fix warnings during compilation More... over 11 years ago
When TRACE would be disabled, the compile was broken. Thanks @kinnison for spotting it. More... over 11 years ago
Merge pull request #1057 from cherokee/review_compiler_fixes More... over 11 years ago
Another space. More... over 11 years ago
Typo madness. More... over 11 years ago
Better readibility for memset. More... over 11 years ago
Fix the Content-Length parser. More... over 11 years ago
Alternative solution to prevent sizeof on strings. More... over 11 years ago
Max-age is defined by the standard as non-negative integers. More... over 11 years ago
If we are storing a boolean, we should read it as boolean. More... over 11 years ago
Port must always be a valid TCP ports, therefore cannot be signed. Later in the the code htons is called, which also requires an unsigned (short) integer. More... over 11 years ago
This branch contains compiler fixes and the suggestion from issue #1056 More... over 11 years ago