2
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix extra bytes in request headers. More... over 14 years ago
Treat PUT requests as file uploads. More... over 14 years ago
Implement request_file_data hook. More... over 14 years ago
Refactor the multipart parser to use htp_file_t to store file data. More... over 14 years ago
Limit the number of files per transaction the multipart parser will extract to disk. More... almost 15 years ago
Tidy up multipart parser. More... almost 15 years ago
Extract uploaded files to disk. More... almost 15 years ago
Minor fix to the multipart parser. More... almost 15 years ago
Implement Digest Authentication parser. More... almost 15 years ago
Restrict the output of the base64 decoder. More... almost 15 years ago
Add base64 decoder, implement the parsing of Basic Authentication authorization headers. More... almost 15 years ago
Implement request cookie parsing. More... almost 15 years ago
Add errno include. More... almost 15 years ago
Further fixes to iconv support. More... almost 15 years ago
Add check for iconv support at configure-time. More... almost 15 years ago
Implement support for parameter transcoding. More... almost 15 years ago
Make URL-decoding of parameters configurable via the main configuration object. More... almost 15 years ago
Implement PHP parameter name transformation. More... almost 15 years ago
Add support for delegated parameter processing. More... almost 15 years ago
Add support for delegated parameter processing. More... almost 15 years ago
Finish parameter parsing. Change dslib and bstr to require pointer to the pointer of a structure in order to destroy it, which allows to set the pointer to NULL and prevent double-free errors. More... almost 15 years ago
Deallocate multipart boundary when it is no longer needed. More... almost 15 years ago
Add the MULTIPART parser to the request body parsing framework. Implement boundary extraction. Some refactoring. More... almost 15 years ago
Cleanup. More... almost 15 years ago
Improve the way response bodies are delivered and implement transaction-specific response body data hook. More... almost 15 years ago
Implement a framework for modular request body parsing, and the URLENCODED parser as the first user. More... almost 15 years ago
Tidy up More... almost 15 years ago
First fully working version of htptest More... almost 15 years ago
Fixes to the handling of CONNECT streams More... almost 15 years ago
Add support for removing the last element from the list. More... almost 15 years ago