Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Testing using addon | kira0204 | 2018-03-12 | 1 | -11/+17 | |
| * | | fixing lint | kira0204 | 2018-03-07 | 1 | -3/+3 | |
| * | | using asserts | kira0204 | 2018-03-07 | 1 | -0/+3 | |
| * | | wrong additions | kira0204 | 2018-03-06 | 1 | -0/+14 | |
| |/ | ||||||
* | | Merge pull request #2945 from kajojify/shortening | Aldo Cortesi | 2018-03-05 | 1 | -0/+28 | |
|\ \ | ||||||
| * | | Minor fixes. | Miroslav | 2018-03-03 | 1 | -12/+11 | |
| * | | Finalization of tests. Conditions rewritten again. | Miroslav | 2018-03-02 | 1 | -19/+23 | |
| * | | Initial tests. New conditions. | Miroslav | 2018-03-01 | 1 | -0/+25 | |
* | | | Merge pull request #2868 from kira0204/data-crash | Maximilian Hils | 2018-03-04 | 1 | -2/+2 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Testing | kira0204 | 2018-02-19 | 1 | -1/+1 | |
| * | | Adding test | kira0204 | 2018-02-16 | 1 | -1/+1 | |
* | | | clean up ProxyConfig | Maximilian Hils | 2018-02-27 | 3 | -24/+20 | |
| |/ |/| | ||||||
* | | Start consolidating core options | Aldo Cortesi | 2018-02-26 | 10 | -98/+59 | |
* | | Split dumper_filter off from view_filter | Aldo Cortesi | 2018-02-26 | 2 | -6/+6 | |
* | | Revamp verbosity options | Aldo Cortesi | 2018-02-26 | 5 | -6/+7 | |
* | | Merge pull request #2909 from fristonio/Fix-2867 | Aldo Cortesi | 2018-02-25 | 1 | -0/+9 | |
|\ \ | ||||||
| * | | Fix test fails in test_xss_scanner when running tox without internet connecti... | Deepesh Pathak | 2018-02-24 | 1 | -0/+9 | |
* | | | Misc. typos | luz.paz | 2018-02-24 | 1 | -1/+1 | |
* | | | Merge pull request #2907 from cortesi/optionscomp | Aldo Cortesi | 2018-02-25 | 7 | -32/+18 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | addon options: proxyauth to /addons | Aldo Cortesi | 2018-02-24 | 2 | -7/+8 | |
| * | | Split default_contentview into dumper_* and console_* varieties | Aldo Cortesi | 2018-02-24 | 1 | -1/+1 | |
| * | | Move intercept options to addon | Aldo Cortesi | 2018-02-24 | 2 | -16/+1 | |
| * | | flow_detail option to /addons/dumper | Aldo Cortesi | 2018-02-24 | 2 | -8/+8 | |
* | | | Merge branch 'master' into opts | Aldo Cortesi | 2018-02-24 | 2 | -0/+37 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Merge pull request #2886 from tran-tien-dat/set-cookie | Aldo Cortesi | 2018-02-24 | 1 | -0/+21 | |
| |\ \ | ||||||
| | * | | Fix #2829 | Tran Tien Dat | 2018-02-21 | 1 | -0/+21 | |
| * | | | Fix an issue with quoting and commands | Aldo Cortesi | 2018-02-23 | 1 | -0/+16 | |
| |/ / | ||||||
* | | | Resolve some left-over cross-addon dependencies | Aldo Cortesi | 2018-02-24 | 2 | -6/+3 | |
* | | | addon options: upstream_auth | Aldo Cortesi | 2018-02-24 | 1 | -2/+2 | |
* | | | addon options: stickycookie, streambodies | Aldo Cortesi | 2018-02-24 | 2 | -9/+9 | |
* | | | addon options: setheaders, stickyauth | Aldo Cortesi | 2018-02-24 | 4 | -22/+16 | |
* | | | addon options: readfile, save, script | Aldo Cortesi | 2018-02-24 | 1 | -5/+5 | |
* | | | addon options: migrate replace, simplify taddons.context | Aldo Cortesi | 2018-02-24 | 1 | -5/+5 | |
* | | | addon options: shift server_replay options | Aldo Cortesi | 2018-02-24 | 1 | -16/+16 | |
* | | | addon options: shift keepserving and onboarding options | Aldo Cortesi | 2018-02-24 | 3 | -12/+13 | |
* | | | client options: migrate allowremote and clientplayback | Aldo Cortesi | 2018-02-24 | 2 | -5/+4 | |
* | | | Clean up un-necessary arguments to taddons.context | Aldo Cortesi | 2018-02-24 | 5 | -16/+15 | |
* | | | Start moving addon options into /addons | Aldo Cortesi | 2018-02-24 | 5 | -12/+13 | |
|/ / | ||||||
* | | Flake, be happy | Miroslav | 2018-02-20 | 1 | -2/+0 | |
* | | one more cleanup | Miroslav | 2018-02-20 | 1 | -1/+0 | |
* | | Hotkeys cleanup | Miroslav | 2018-02-20 | 1 | -10/+0 | |
* | | Merge pull request #2881 from cortesi/refreshopt | Maximilian Hils | 2018-02-19 | 3 | -6/+6 | |
|\ \ | |/ |/| | ||||||
| * | option replay_kill_extra -> server_replay_kill_extra | Aldo Cortesi | 2018-02-20 | 3 | -3/+3 | |
| * | option refresh_server_playback -> server_replay_refresh | Aldo Cortesi | 2018-02-20 | 2 | -3/+3 | |
* | | Merge pull request #2847 from kira0204/key-cookie-issue | Maximilian Hils | 2018-02-12 | 2 | -6/+26 | |
|\ \ | ||||||
| * | | keeping consistency, better testing | kira0204 | 2018-02-11 | 2 | -6/+22 | |
| * | | fixing logic | kira0204 | 2018-02-07 | 1 | -0/+4 | |
* | | | Merge pull request #2851 from mhils/always-use-tls-settings | Maximilian Hils | 2018-02-10 | 1 | -5/+4 | |
|\ \ \ | ||||||
| * | | | use TLS options also for request replay, refs #2840 | Maximilian Hils | 2018-02-08 | 1 | -5/+4 | |
* | | | | Excess return was deleted | Miroslav | 2018-02-08 | 1 | -1/+1 | |
| |/ / |/| | |