Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2015-05-31 | 31 | -342/+697 |
|\ | |||||
| * | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 31 | -342/+697 |
* | | add bench tool for windows | Maximilian Hils | 2015-05-31 | 2 | -1/+1 |
|/ | |||||
* | Adapt to new literal escaping style in pathod | Aldo Cortesi | 2015-05-03 | 1 | -3/+1 |
* | Adapt to new Pathoc API - silence output to stdout. | Aldo Cortesi | 2015-05-02 | 2 | -8/+18 |
* | pretty_size now lives in netlib.utils | Aldo Cortesi | 2015-04-30 | 1 | -10/+5 |
* | Fudge a rare race condition in the test suite | Aldo Cortesi | 2015-04-19 | 1 | -1/+4 |
* | Whitespace, formatting | Aldo Cortesi | 2015-04-15 | 1 | -23/+33 |
* | Add set_cookies method to HTTPResponse | Aldo Cortesi | 2015-04-14 | 1 | -0/+11 |
* | New get_cookies for HttpResponse | Aldo Cortesi | 2015-04-14 | 2 | -54/+56 |
* | New get_cookie and set_cookie implementations for HTTPRequest | Aldo Cortesi | 2015-04-14 | 1 | -7/+15 |
* | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2015-04-14 | 2 | -1/+23 |
|\ | |||||
| * | add flowwriter example | Maximilian Hils | 2015-04-12 | 1 | -1/+1 |
| * | add tests | Maximilian Hils | 2015-04-10 | 1 | -0/+14 |
| * | fix #553 | Maximilian Hils | 2015-04-10 | 1 | -0/+8 |
* | | Housekeeping and cleanups | Aldo Cortesi | 2015-04-14 | 6 | -68/+74 |
|/ | |||||
* | add yappi benchmark tool | Maximilian Hils | 2015-04-08 | 2 | -0/+51252 |
* | Merge pull request #547 from macmantrl/blank_values | Maximilian Hils | 2015-04-08 | 1 | -5/+9 |
|\ | |||||
| * | Keep blank query values for flow hashing | Terry Long | 2015-04-02 | 1 | -5/+9 |
* | | fix tests | Maximilian Hils | 2015-04-08 | 1 | -0/+2 |
* | | console: All palettes now explicitly set a background colour | Aldo Cortesi | 2015-04-07 | 1 | -1/+3 |
|/ | |||||
* | Fix timestamps in detail view | Aldo Cortesi | 2015-03-31 | 1 | -6/+6 |
* | Zap old search tests | Aldo Cortesi | 2015-03-29 | 1 | -178/+0 |
* | Merge pull request #515 from krzysiekbielicki/master | Maximilian Hils | 2015-03-26 | 2 | -1/+39 |
|\ | |||||
| * | Added tests | Krzysztof Bielicki | 2015-03-16 | 2 | -1/+39 |
* | | Replace far-too-clever decorator LRU cache with something simpler | Aldo Cortesi | 2015-03-22 | 2 | -18/+18 |
* | | Fix unit tests | Aldo Cortesi | 2015-03-22 | 1 | -2/+2 |
* | | Refactor status bar prompting to use signal system | Aldo Cortesi | 2015-03-22 | 1 | -5/+5 |
* | | Pull PathEdit out into its own file. | Aldo Cortesi | 2015-03-20 | 2 | -43/+48 |
* | | Nicer Solarized palettes, using the correct terminal values | Aldo Cortesi | 2015-03-19 | 1 | -5/+5 |
* | | No output to stdout in the test suite, please. | Aldo Cortesi | 2015-03-19 | 1 | -3/+4 |
* | | Revamp palette specification | Aldo Cortesi | 2015-03-19 | 2 | -0/+20 |
* | | test/test_console_help.py fixed | Marcelo Glezer | 2015-03-18 | 1 | -1/+9 |
* | | Merge remote-tracking branch 'onlywade/master' | Maximilian Hils | 2015-03-15 | 1 | -17/+27 |
|\ \ | |||||
| * | | 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 |