| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add the ability to flag content as missing in a request or a response. | Aldo Cortesi | 2012-05-16 | 1 | -0/+6 |
| * | Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy. | Aldo Cortesi | 2012-04-24 | 1 | -0/+9 |
| * | Serialized data version check. | Aldo Cortesi | 2012-04-11 | 1 | -1/+12 |
| * | Serialize requestcount for ClientConnect objects. | Aldo Cortesi | 2012-04-03 | 1 | -1/+2 |
| * | Add accessor method for SSLCert object on Response. | Aldo Cortesi | 2012-04-02 | 1 | -0/+7 |
| * | Expand SSL cert support | Aldo Cortesi | 2012-04-02 | 1 | -3/+3 |
| * | Refactor pretty view mechanism. | Aldo Cortesi | 2012-03-24 | 1 | -0/+5 |
| * | Add error indications to GridEditor. | Aldo Cortesi | 2012-03-23 | 1 | -0/+4 |
| * | Generalize GridEditor to N columns. | Aldo Cortesi | 2012-03-18 | 1 | -4/+7 |
| * | Hooks -> ReplaceHooks | Aldo Cortesi | 2012-03-17 | 1 | -20/+23 |
| * | Add a hooks mechanism, based on filter expressions. | Aldo Cortesi | 2012-03-16 | 1 | -0/+35 |
| * | replace() methods now decode and re-encode contents before substitution. | Aldo Cortesi | 2012-03-16 | 1 | -0/+18 |
| * | Add a decoded context manager. | Aldo Cortesi | 2012-03-16 | 1 | -0/+24 |