1
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Sep 06, 2025 — Sep 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid memory leak due to user, pass and digested_user initialization More... about 10 years ago
Merge pull request #99 from wlandry/debian_multiarch More... about 10 years ago
Update debian/ install files to handle the latest multiarch configuration More... about 10 years ago
Incremented version More... about 10 years ago
Fixed memory leak in http_response_ptr More... about 10 years ago
Merge pull request #95 from wlandry/large_POST More... about 10 years ago
Merge 'etr/master' into large_POST. More... over 10 years ago
Add a function to check whether the content of a request was too large. More... over 10 years ago
Merge pull request #96 from wlandry/Increase_POST_buffer More... over 10 years ago
Merge pull request #93 from wlandry/const_warning_fix More... over 10 years ago
Merge pull request #92 from pellucide/master More... over 10 years ago
Merge pull request #94 from wlandry/formdata More... over 10 years ago
Increase memory limit for POST processing to 32kb (same as #MHD_POOL_SIZE_DEFAULT) More... over 10 years ago
Properly limit the maximum size of the content and any processed posts or arguments. The default is unlimited. More... over 10 years ago
Add a way to limit size of uploads More... over 10 years ago
Handle POST's larger than 1024 bytes correctly. More... over 10 years ago
Parse POST's with format of formdata as well as urlencoded. More... over 10 years ago
Fix warnings about const results of functions More... over 10 years ago
For a POST parameter with a large value, libmicrohttpd will call webserver::post_iterator multiple times with chunnks of post data and successibe offsets. Currently, set_arg will overwrites the value. So after all the successive post_iterator calls, the value will be set to the last chunk. More... over 10 years ago
Merge pull request #91 from pnxs/master More... over 10 years ago
FIX: logic error in refactoring More... over 10 years ago
Add support for gcc <= 4.6 More... over 10 years ago
http_response_ptr is now thread safe using atomic More... over 10 years ago
Linearized code to make it more readable More... over 10 years ago
Linearized code to make it more readable More... over 10 years ago
Removed unused code More... over 10 years ago
Added benchmark example More... over 10 years ago
Simplified general structure, removed event_supplier support, comet logic now uses a lock-free implementation More... over 10 years ago
Simplified general structure, removed event_supplier support, comet logic now uses a lock-free implementation More... over 10 years ago
Disable epoll More... over 10 years ago