This website requires JavaScript.
Explore
Help
Register
Sign In
github_mirrors
/
ModSecurity
Watch
3
Star
0
Fork
1
You've already forked ModSecurity
mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced
2025-08-13 13:26:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ModSecurity
/
examples
History
Eduardo Arias
bbef22b3b5
Added const reported by cppcheck 2.14
2024-10-19 11:48:05 -03:00
..
multiprocess_c
Removed usage of pthreads and replaced with std C++ features
2024-08-09 11:34:40 -07:00
multithread
Added const reported by cppcheck 2.14
2024-10-19 11:48:05 -03:00
reading_logs_via_rule_message
Avoid passing RuleMessage by std::shared_ptr and use a reference instead.
2024-10-07 11:45:00 -03:00
reading_logs_with_offset
Adjusted pthread LDFLAG in examples required for multithreading.
2024-08-18 19:19:29 +00:00
simple_example_using_c
Added methods to free buffers allocated by ModSecurity APIs
2024-08-05 12:18:11 -07:00
using_bodies_in_chunks
Avoid passing RuleMessage by std::shared_ptr and use a reference instead.
2024-10-07 11:45:00 -03:00
Makefile.am
Adding multithreaded example from issue
#3054
(by airween)
2024-08-09 11:34:41 -07:00