Add Config#register_request_file_data and (partial) example. |
|
More...
|
almost 14 years ago
|
Add support for htp_file_t |
|
More...
|
almost 14 years ago
|
Added Config::register_request_body_data and Config::register_response_body_data and example. |
|
More...
|
almost 14 years ago
|
Fixed some bugs with callbacks. |
|
More...
|
almost 14 years ago
|
Fix -Wall warnings. |
|
More...
|
almost 14 years ago
|
Add HTP::parse_uri and example. |
|
More...
|
almost 14 years ago
|
Add output of request_params_body to example. |
|
More...
|
almost 14 years ago
|
Add Config#register_urlencoded_parser. |
|
More...
|
almost 14 years ago
|
In URI#to_s do not put @ before hostname if no username or password. |
|
More...
|
almost 14 years ago
|
Use macros for RSTRING length and ptr. Fixes compilation under Ruby 1.9. |
|
More...
|
almost 14 years ago
|
Add dir_config to allow user customization of paths. |
|
More...
|
almost 14 years ago
|
Config#server_personality now returns a symbol if possible. |
|
More...
|
almost 14 years ago
|
Add .gitignore which ignores autoconf stuff. |
|
More...
|
almost 14 years ago
|
Implement Config::spersonality and Config::set_server_personality. In Ruby-land, implement server_personality and server_personality=. The latter can take a symbol or a string in addition to a FixNum. |
|
More...
|
almost 14 years ago
|
Update todo list. |
|
More...
|
almost 14 years ago
|
Add note that #conn methods are missing. |
|
More...
|
almost 14 years ago
|
Added following methods to Config: register_transaction_start, register_request_line, register_request_headers, register_request_trailer, register_response_line, register_response_headers, register_response_trailers. |
|
More...
|
almost 14 years ago
|
Add HTP::get_version |
|
More...
|
almost 14 years ago
|
Add Config#copy which uses htp_config_copy to do actual copying. Alias dup to copy. |
|
More...
|
almost 14 years ago
|
Add #to_str alias and cleanup example.rb. |
|
More...
|
almost 14 years ago
|
Added bool support note and minor cleanup. |
|
More...
|
almost 14 years ago
|
Added calfeld. |
|
More...
|
almost 14 years ago
|
Ruby bindings for libHTP. These are pretty complete for Tx (htp_tx_t) and the structs accessible through Tx and pretty incomplete otherwise. |
|
More...
|
almost 14 years ago
|
Remove typedef for non-existent struct and minor whitespace cleanup. |
|
More...
|
almost 14 years ago
|
Corrected API doc for various flags field based on code inspection. |
|
More...
|
almost 14 years ago
|
Fix typo. |
|
More...
|
almost 14 years ago
|
Improve incorrect API doc for htp_connp_req_data. |
|
More...
|
almost 14 years ago
|
Fix spelling error. |
|
More...
|
almost 14 years ago
|
Fix spelling errors. |
|
More...
|
almost 14 years ago
|
Change INSTALL mode to 644. |
|
More...
|
almost 14 years ago
|