| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Beef up unit tests for HAR utility functions - flow.py coverage now 100%. | Aldo Cortesi | 2013-01-29 | 1 | -6/+22 |
* | adding helper functions to make HAR export easier | Rouli | 2013-01-28 | 1 | -0/+113 |
* | Unit test love - 100% for flow.py, dump.py | Aldo Cortesi | 2013-01-05 | 1 | -1/+17 |
* | Expand Flow.match to accept either a string or a compiled filter expression. | Aldo Cortesi | 2012-09-14 | 1 | -3/+6 |
* | Getter and setter for path component on Requests. | Aldo Cortesi | 2012-08-19 | 1 | -1/+19 |
* | Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in mitmpro... | Aldo Cortesi | 2012-08-18 | 1 | -5/+62 |
* | Add a size() method to flow.Request and flow.Response. | Aldo Cortesi | 2012-08-04 | 1 | -0/+7 |
* | removed assigned but unread variables | András Veres-Szentkirályi | 2012-07-15 | 1 | -1/+1 |
* | removed unused imports | András Veres-Szentkirályi | 2012-07-15 | 1 | -2/+0 |
* | Add streaming to FlowMaster | Aldo Cortesi | 2012-07-09 | 1 | -1/+27 |
* | Remove ODict tests. ODict is now in netlib. | Aldo Cortesi | 2012-07-09 | 1 | -111/+0 |
* | Fix error when serializing reverted SSL flows. | Aldo Cortesi | 2012-07-05 | 1 | -0/+7 |
* | Serialization and de-serialization of new cert format. | Aldo Cortesi | 2012-06-28 | 1 | -11/+1 |
* | Fix a problem in ODictCaseless that could cause duplicate headers. | Aldo Cortesi | 2012-06-15 | 1 | -0/+6 |
* | Fix an exception when replaying a flow with no response. | Aldo Cortesi | 2012-06-10 | 1 | -3/+0 |
* | Add HTTP version to response objects. | Aldo Cortesi | 2012-06-10 | 1 | -4/+4 |
* | Add HTTP version to flow.Request | Aldo Cortesi | 2012-06-10 | 1 | -11/+11 |
* | Nose mopup: docs, no cover pragmas, a few missing path specs. | Aldo Cortesi | 2012-06-09 | 1 | -1/+1 |
* | Port mitmproxy test suite entirely to nose. | Aldo Cortesi | 2012-06-09 | 1 | -107/+89 |
* | Fix a crashing bug when replacing text in a flow with unicode bodies. | Aldo Cortesi | 2012-05-25 | 1 | -0/+5 |
* | Refuse to replay a request with missing content. | Aldo Cortesi | 2012-05-16 | 1 | -0/+10 |