| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding a server replay option to ignore host when searching for matching requ... | Wade Catron | 2015-03-08 | 1 | -17/+27 |
* | disable replay from ui for live flows | Maximilian Hils | 2015-02-07 | 1 | -0/+3 |
* | fix #451 | Maximilian Hils | 2015-02-07 | 1 | -3/+0 |
* | fix tests, re-enable pypy, do housekeeping | Maximilian Hils | 2015-02-07 | 1 | -1/+1 |
* | fix tests, experimental travis speedup | Maximilian Hils | 2014-12-24 | 1 | -1/+4 |
* | web: intercept feature | Maximilian Hils | 2014-12-23 | 1 | -6/+6 |
* | --replay_ignore_payload_params added, to filter params in form posts | Marcelo Glezer | 2014-12-18 | 1 | -12/+64 |
* | introduce revised views, port over changes from multiple_views branch | Maximilian Hils | 2014-11-26 | 1 | -20/+20 |
* | handle script hooks in replay, fix tests, fix #402 | Maximilian Hils | 2014-11-14 | 1 | -3/+5 |
* | fix tests | Maximilian Hils | 2014-11-11 | 1 | -1/+2 |
* | fix #346 | Maximilian Hils | 2014-10-22 | 1 | -1/+11 |
|\ |
|
| * | reverse proxy: adjust dst when reading flows, fix #346 | Maximilian Hils | 2014-09-08 | 1 | -2/+11 |
* | | fix race conditions in tests | Maximilian Hils | 2014-10-19 | 1 | -0/+3 |
* | | add generic tcp proxying, fix #374 | Maximilian Hils | 2014-10-18 | 1 | -6/+6 |
* | | --replay-ignore-content & --replay-ignore-param ported from branch 0.10 | Marcelo Glezer | 2014-10-03 | 1 | -9/+49 |
* | | Clean up and clarify StateObject | Aldo Cortesi | 2014-09-17 | 1 | -27/+27 |
* | | Remove external app option, make tick timeout explicit | Aldo Cortesi | 2014-09-14 | 1 | -3/+3 |
|/ |
|
* | add --ignore ui indication | Maximilian Hils | 2014-09-08 | 1 | -0/+9 |
* | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 1 | -43/+43 |
* | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 1 | -52/+50 |
* | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 1 | -189/+164 |
* | fix #259 | Maximilian Hils | 2014-07-26 | 1 | -1/+1 |
* | Remove global should_exit and fix tests | Vyacheslav Bakhmutov | 2014-06-13 | 1 | -2/+1 |
* | finish proxy.py split up | Maximilian Hils | 2014-03-09 | 1 | -6/+6 |
* | split up proxy.py | Maximilian Hils | 2014-03-09 | 1 | -2/+3 |
* | Cleanup: fix unit tests, simpler app test, remove print statements | Aldo Cortesi | 2014-02-08 | 1 | -2/+0 |
* | coverage++ | Maximilian Hils | 2014-02-07 | 1 | -2/+6 |
* | fix bugs, expose timestamp information to console ui | Maximilian Hils | 2014-02-06 | 1 | -3/+2 |
* | add skeleton to change destinatin server during intercept, fix all testcases ... | Maximilian Hils | 2014-02-05 | 1 | -7/+20 |
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 1 | -71/+44 |
* | push failing tests down to 43 | Maximilian Hils | 2014-02-04 | 1 | -69/+34 |
* | bring failing tests back into the double-digit range | Maximilian Hils | 2014-01-31 | 1 | -63/+59 |
* | remove _flow_map from state, improve logging | Maximilian Hils | 2014-01-31 | 1 | -4/+0 |
* | fix most testsuite errors, improve proxy error handling | Maximilian Hils | 2014-01-29 | 1 | -1/+1 |
* | Deprecate Flow.unload_script in favor of Flow.unload_scripts | Aldo Cortesi | 2014-01-13 | 1 | -4/+7 |
* | Script refactoring: move script command parsing into script module. | Aldo Cortesi | 2014-01-12 | 1 | -8/+8 |
* | Move app mechanism to flow.py | Aldo Cortesi | 2014-01-04 | 1 | -0/+21 |
* | merge smurfix/fix2, add serverconnect hook docs, adjust tests | Maximilian Hils | 2013-12-16 | 1 | -1/+5 |
* | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-08-17 | 1 | -1/+1 |
|\ |
|
| * | Some refactoring of the console inteface. | Aldo Cortesi | 2013-07-28 | 1 | -1/+1 |
* | | update tests to reflect changes to options.scripts | Maximilian Hils | 2013-06-17 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'origin/scripts_improvements' into 0.10 | Maximilian Hils | 2013-06-16 | 1 | -6/+15 |
|\ \
| |/
|/| |
|
| * | add support for multiple scripts and script arguments. refs #76 | Maximilian Hils | 2013-06-13 | 1 | -6/+15 |
* | | always read files in binary mode | Maximilian Hils | 2013-06-16 | 1 | -1/+1 |
|/ |
|
* | Minor coverage. | Aldo Cortesi | 2013-04-30 | 1 | -0/+2 |
* | Merge pull request #101 from eentzel/keep-blank-params | Aldo Cortesi | 2013-04-04 | 1 | -1/+1 |
|\ |
|
| * | Keep blank URL parameters | Eric Entzel | 2013-02-11 | 1 | -1/+1 |
* | | Add the --host option, which uses the value in the Host header for dispaly URLs. | Aldo Cortesi | 2013-03-17 | 1 | -1/+12 |
* | | Introduce a filtered flow writer, and use it in dump.py | Aldo Cortesi | 2013-03-14 | 1 | -2/+19 |
* | | Significantly refactor the master/slave message passing interface. | Aldo Cortesi | 2013-02-17 | 1 | -13/+19 |
|/ |
|