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
Allow the engine_manager to handle multiple "current" engines at once. More... over 9 years ago
ts_headers.c: Removing unused header parsing features. Code cleanup. RNS-1607. More... over 9 years ago
Update server error page callback to use const uint8_t *. More... over 9 years ago
engine/engine.c: Format fixes. More... over 9 years ago
tc_response.rb: Adding test of response file location relative to the current config parser file. More... over 9 years ago
tc_response.rb: Add test to ensure that a simple redirect response works: response:301,Location:http://www.example.com,/my/test/file. More... over 9 years ago
response.cpp: Simplify and correct some Boost::Spirit use. More... over 9 years ago
response.cpp: Using phoenix for all binding. More... over 9 years ago
modules/response.cpp: Module that gives the user the resonse actions. RNS-1593. More... over 9 years ago
rule.c: Do not try to convert unknown modifiers to phases. This is an undocumented "feature" that leads to misleaing error messages. More... over 9 years ago
engine: Update legacy transaction flags in blocking API until everything moves to use it. RNS-1498 More... over 9 years ago
engine_manager_control_channel: Add the engine instance ID to the engine_status output in the control channel. RNS-1589 More... over 9 years ago
engine_manager_control_channel.c: Update timeout to 60s to avoid potentially slow poll time, but still not cause lockup. RNS-1597 More... over 9 years ago
tx.lua: Add lua tx:isAllowed() wrapper around ib_tx_is_allowed(tx). RNS-1498 More... over 9 years ago
engine_manager_control_channel.c: Lock-down client socket for server-only access. RNS-1597. More... over 9 years ago
ident.c, ident_authbasic.c: Update ident module to use new response API. More... over 9 years ago
engine.c: Do not dissallow status codes the user submits to the response API. It is the server APIs role to reject what it will not serve. More... over 9 years ago
engine.c: Update block_with_status() to use ib_tx_response(). RNS-1594. More... over 9 years ago
error_page.cpp: Update error_page module to use ib_tx_response() API. RNS-1595. More... over 9 years ago
parsed_content.h: Fixing visibility attribute to preceed * character. More... over 9 years ago
core_actions.c: Update redirect actions to use new redirect api. RNS-1592. More... over 9 years ago
engine.c: Adding ib_tx_response() function to generate server responses more easily and consistently. RNS-1591. More... over 9 years ago
Adding an extra unit test for normalize_sql_comments(). More... over 9 years ago
engine.lua: Add lua config DLS checks for the engine. More... over 9 years ago
engine.c: Fix ib_tx_allow() logic. Adding a distinction between the desire to block and that block being applied in an transaction. RNS-1498. More... over 9 years ago
engine.c: Add ib_tx_allow(). RNS-1498. More... over 9 years ago
engine_manager_control_channel.c: Fixing documentation. More... over 9 years ago
engine_manager.h: Fixing null checking. More... over 9 years ago
engine_manager_control_channel: Implement engine_status ibctl command. RNS-1589. More... over 9 years ago
config.lua: Adding includeFunction() to allow for direct access to the LUA config DSL. More... over 9 years ago