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
engine_manager_control_channel.c: Set a recieve timeout on the client socket. RNS-1479. More... over 9 years ago
core_actions.c: Code review improvements. RNS-1583. More... over 9 years ago
module_bootstrap.hpp: Do not return NULL when an error occurs loading a module. RNS-1563. More... over 9 years ago
sql_comments.cpp: SQL embedded comments should support removing /*![integer] */. RNS-1586. More... over 9 years ago
core_actions.c: Removing advancement of s to make clang-analyze happy. More... over 9 years ago
xrules_ibaction.*: Fixing comment formatting. Removing virtual keyword from function; The IbAction class should not be extended. More... over 9 years ago
xrules: Add an IbAction xrule that will handle all unknown actions. RNS-1583. More... over 9 years ago
ib_action_create(): Use name to lookup action definition instead of making the user do it. RNS-1583. More... over 9 years ago
core_actions.c: Implement redirect action. RNS-1583. More... over 9 years ago
pcre.c: Code review improvements. Punctuation. Spelling. INT_MAX check. More... over 9 years ago
xrules_acls.cpp: Do not rely on setting flags to block requests. Use the ib_tx_block* api. RNS-1498. More... over 9 years ago
pcre.c: Adding support for zero-length matches with better logging. More... over 9 years ago
sql_comments.cpp:-Rename sql_comments_normalize to normalize_sql_comments. More... over 9 years ago
json_yajl_encode.c: Adding ib_json_encode_field() to aid in safe log statments. More... over 9 years ago
Merge branch 'master' of https://github.com/orenyomtov/ironbee More... over 9 years ago
Fix a typo in the "Preface" documentation page More... over 9 years ago
sql_comments.cpp: Adding sql_comments_normalize() transformation. More... over 9 years ago
sql_comments.cpp: Create replace_sql_block_comments() and enable version comments for similar to MySql. More... over 9 years ago
standard_ironbee.cpp: Update (SetPredicateVar (expr1) (expr2)) to finish with the value of (expr1) once all children are finished. If (expr2) is omitted it is not an error. More... over 9 years ago
standard_ironbee.cpp: New predicate (SetPredicateVar (expr1) (expr2)) sets PREDICATE_VALUE_NAME and PREDICATE_VALUE vars of (expr1) before calling (expr2): RNS-1529. More... over 9 years ago
lua.c: Allow LuaInclude directive use in Site contexts. More... over 9 years ago
module-sql_comments.adoc: Documenting ibmod_sql_comments.so module. RNS-1473. More... over 9 years ago
sql_comments.cpp: Aliasing MySQL comment replacement to replace_sql_comments(). RNS-1473. More... over 9 years ago
clippscript.adoc, clippscript.html: Regenerate the documentation. More... over 9 years ago
clippscript.rb: Allow for multiple headers with the same name. More... over 9 years ago
modules/Makefile.am: Remove unused header from EXTRA_DIST. More... over 9 years ago
tc_lua_predicate.rb: Tightening check of test to ensure the absence of a value. More... over 9 years ago
standard_ironbee.cpp: Use IronBee::Rule. Do not put error messages into rule messages. More... over 9 years ago
rule.cpp, rule.hpp: Add C++ wrapper for ib_rule_t. More... over 9 years ago
standard_ironbee.cpp: Adding more checking for when a rule may not have a message associated with it. More... over 9 years ago