6
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
predicate/ppa.rb: Adding the ability to clean data but keep the description structures. They take minutes to parse. More... over 9 years ago
Update copyright dates. More... over 9 years ago
ibmod_predicate_core.cpp: Moving boost/thread.hpp into clang #pragma block. More... over 9 years ago
ibmod_predicate_core.cpp: PerContext::close() happens in a thread per context and is joined by the main context before it returns control to IronBee. More... over 9 years ago
ibmod_predicate_core.cpp: Remove unecessary member values from the PerContext configuration. More... over 9 years ago
core_audit.c: Check return code. CID-11266. More... over 9 years ago
core_audit.c: Check return value. CID-11267. More... over 9 years ago
log_pipe.c: Check return value. Remove unused macro as premature optimization. More... over 9 years ago
module.c: Remove dead code check. Ib may never be null. CID-11784. More... over 9 years ago
core_operators.c: parameters list may not be NULL. Remove unecessary check. CID-11787. More... over 9 years ago
abort.c: Abort list may not be NULL. Remove unecessary check. CID-11789. More... over 9 years ago
rule_logger.c: Removing assert as a NULL field is handled. Also, reordered asserts to be first in the function, as that is the IB src code standard. CID-11790. More... over 9 years ago
txdump.c: Allow bs to be NULL as it is handled. CID-11791. More... over 9 years ago
rule_engine.c: Remove unused check. We've already asserted that target is not NULL. CID-11792. More... over 9 years ago
modhtp.c: Remove dead code. CID-11793. More... over 9 years ago
hash.c: Remove dead code. CID-11794. More... over 9 years ago
module.c: Remove dead code. CID-11797. More... over 9 years ago
core_operators.c: Parameters is asserted to never be null. CID-11800. More... over 9 years ago
dso.c: Incorrect check of malloc'ed string. CID-11801. More... over 9 years ago
rule_logger.c: Removing assert to allow NULL fields into a function that knows how to render null fields. CID-11803 More... over 9 years ago
*.cpp: Disable warnings around boost includes that cause clang 3.6 and later warnings. More... over 9 years ago
parser_suite.cpp: Adding warning detection for new clang warnings. More... over 9 years ago
parser_suite.cpp: Updating for use with recent clang and boost code bases. More... over 9 years ago
Fixing contradictions between NONNULL_ATTRIBUTE() use and NULL checks in C functions. More... over 9 years ago
standard_ironbee.cpp: Fixed bug where rule_id was being used as the rule_version in event generation. RNS-1519. More... over 9 years ago
tc_lua_predicate.rb: Lua predicate tests should use the LuaInclude facilities in clipp_test. More... over 9 years ago
predicate.lua: Adding GenEvent to Lua. More... over 9 years ago
standard_ironbee.cpp: Forgot to return validation results. More... over 9 years ago
standard_ironbee.cpp: Adding GenEvent predicate that should generate an event. More... over 9 years ago
trafficserver: Remove double logging of timestamp. RNS-1516 More... over 9 years ago