| 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 |
| |/ |
|
* / | Test suite should pass even if example dependencies are not present | Aldo Cortesi | 2015-03-12 | 1 | -2/+8 |
|/ |
|
* | fixed formatting and added a 'test' (sort of) | Marcelo Glezer | 2015-03-02 | 1 | -0/+2 |
* | Merge pull request #489 from tekii/feature-487 | Maximilian Hils | 2015-03-02 | 1 | -0/+13 |
|\ |
|
| * | added to flowlist / flowdetail time elapsed between request sent and response... | Marcelo Glezer | 2015-02-26 | 1 | -0/+13 |
* | | fix #319 | Maximilian Hils | 2015-02-27 | 2 | -0/+13 |
* | | fix #479 | Maximilian Hils | 2015-02-27 | 2 | -2/+33 |
|/ |
|
* | 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 | Maximilian Hils | 2015-02-05 | 1 | -6/+12 |
* | clean up flow reading | Maximilian Hils | 2015-02-05 | 1 | -1/+1 |
* | Merge remote-tracking branch 'base/master' | Marcelo Glezer | 2015-01-12 | 1 | -0/+24 |
|\ |
|
| * | fix #443 | Maximilian Hils | 2015-01-09 | 1 | -0/+24 |
* | | first steps in scenario support | Marcelo Glezer | 2015-01-05 | 1 | -3/+3 |
|/ |
|
* | Fix unit tests | Aldo Cortesi | 2015-01-02 | 1 | -2/+2 |
* | Consolidate reading flows from file, use in mitmweb. | Aldo Cortesi | 2015-01-02 | 1 | -3/+11 |
* | Move onboarding app to Tornado | Aldo Cortesi | 2014-12-27 | 1 | -2/+2 |
* | fix tests, experimental travis speedup | Maximilian Hils | 2014-12-24 | 2 | -2/+5 |
* | 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 |
* | Merge pull request #414 from mitmproxy/flowviews2 | Aldo Cortesi | 2014-12-12 | 3 | -34/+34 |
|\ |
|
| * | introduce revised views, port over changes from multiple_views branch | Maximilian Hils | 2014-11-26 | 3 | -34/+34 |
* | | append file mode for saving flows merged to master | Marcelo Glezer | 2014-12-11 | 1 | -2/+9 |
* | | fix tests | Maximilian Hils | 2014-12-01 | 1 | -1/+2 |
|/ |
|
* | fix tests | Maximilian Hils | 2014-11-15 | 1 | -2/+2 |
* | Enable config file parsing | Aldo Cortesi | 2014-11-15 | 1 | -1/+17 |
* | Adjust tests | Aldo Cortesi | 2014-11-15 | 2 | -9/+9 |
* | 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 tests | Maximilian Hils | 2014-11-07 | 1 | -9/+13 |
* | Fix bug in flow dumping, add unit test that should have caught this in the fi... | Aldo Cortesi | 2014-11-06 | 1 | -1/+15 |
* | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2014-11-04 | 1 | -6/+29 |
|\ |
|
| * | Updating OPTIONS test with related issue number. | Wade 524 | 2014-10-31 | 1 | -1/+1 |
| * | Adding some test coverage for handling HTTP OPTIONS requests. | Wade 524 | 2014-10-31 | 1 | -6/+29 |
* | | Release prep: binaries build script, release checklist, fuzzing | Aldo Cortesi | 2014-11-02 | 4 | -5/+21 |
|/ |
|
* | Legibility | Aldo Cortesi | 2014-10-26 | 2 | -2/+4 |
* | Fix crash while streaming | Aldo Cortesi | 2014-10-26 | 1 | -1/+3 |
* | Start a fuzzing architecture for mitmproxy | Aldo Cortesi | 2014-10-26 | 7 | -4/+53 |
* | 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 | 2 | -0/+15 |
* | | add generic tcp proxying, fix #374 | Maximilian Hils | 2014-10-18 | 2 | -15/+86 |
* | | add test case for #375 | Maximilian Hils | 2014-10-17 | 1 | -0/+21 |
* | | --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 | 2 | -29/+29 |
* | | Remove external app option, make tick timeout explicit | Aldo Cortesi | 2014-09-14 | 2 | -5/+4 |
* | | fix tests | Maximilian Hils | 2014-09-12 | 1 | -2/+2 |
* | | update distribution: pip install now works on Windows | Maximilian Hils | 2014-09-09 | 1 | -5/+0 |
* | | mitmproxy -> libmproxy.main. do some leanup on the way | Maximilian Hils | 2014-09-08 | 3 | -21/+22 |
|/ |
|