aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Collapse)AuthorAgeFilesLines
...
| * added ClientConnection and ServerConnection to new requestMarcelo Glezer2015-02-121-3/+14
| |
| * removed useless try exceptMarcelo Glezer2015-02-121-5/+6
| |
| * fixed typosMarcelo Glezer2015-02-121-2/+2
| |
| * missing str in http.parse_urlMarcelo Glezer2015-02-111-1/+1
| |
| * renamed add_request to create_request and added a tiny docstringMarcelo Glezer2015-02-112-2/+8
| |
| * set sni to None when no server_conn is NoneMarcelo Glezer2015-02-101-2/+4
| |
| * request is absoluteMarcelo Glezer2015-02-101-1/+1
| |
| * added support for creating new requests. still wip (not working for https)Marcelo Glezer2015-02-104-12/+51
| |
| * Merge pull request #467 from mitmproxy/clipboardMaximilian Hils2015-02-083-31/+163
| |\ | | | | | | Clipboard
| | * remove leftoversMaximilian Hils2015-02-072-1/+1
| | |
| | * make copy context-sensitiveMaximilian Hils2015-02-073-90/+89
| | |
| | * improve clipboard UXMaximilian Hils2015-02-063-91/+86
| | |
| | * Merge remote-tracking branch 'tekii/feature-334'Maximilian Hils2015-02-064-29/+167
| | |\
| | | * removed str() cast and changed 'failed copy trying save instead' messageMarcelo Glezer2015-02-061-2/+2
| | | |
| | | * save_flow now uses with, and pyperclip requirement updated to 1.5.8Marcelo Glezer2015-02-061-3/+2
| | | |
| | | * added copy to clipboard support for urlMarcelo Glezer2015-02-053-2/+9
| | | |
| | | * added support for 'b' key in flowlistMarcelo Glezer2015-02-052-0/+41
| | | |
| | | * added support for copying request (content|header) to clipboardMarcelo Glezer2015-02-053-9/+34
| | | |
| | | * used save_body from common when b key is pressedMarcelo Glezer2015-02-052-31/+18
| | | |
| | | * added support for saving file if content is binary. still wipMarcelo Glezer2015-02-053-6/+44
| | | |
| | | * extracted server_copy_response to commonMarcelo Glezer2015-02-053-40/+26
| | | |
| | | * removed pyperclip hard dependenciesMarcelo Glezer2015-02-052-22/+34
| | | |
| | | * used get_decoded_content and removed decode call from headers as max suggestedMarcelo Glezer2015-02-053-14/+4
| | | |
| | | * added copy functionality to flowview tooMarcelo Glezer2015-02-051-1/+23
| | | |
| | | * removed invalid comment and unneeded safe textMarcelo Glezer2015-02-052-5/+0
| | | |
| | | * now content and header are working and exception for binary files are ↵Marcelo Glezer2015-02-052-11/+16
| | | | | | | | | | | | | | | | handled correctly
| | | * wip - content copy is working, header representation is notMarcelo Glezer2015-02-052-0/+31
| | | |
* | | | fix #479Maximilian Hils2015-02-271-1/+6
|/ / /
* | | disable replay from ui for live flowsMaximilian Hils2015-02-071-0/+2
| | |
* | | fix #110Maximilian Hils2015-02-071-0/+6
| | |
* | | fix #451Maximilian Hils2015-02-073-19/+35
| | |
* | | fix tests, re-enable pypy, do housekeepingMaximilian Hils2015-02-071-4/+4
|/ /
* | fix #459Maximilian Hils2015-02-052-6/+10
| |
* | fix ssl shutdown in tcp mode, refs #464Maximilian Hils2015-02-051-1/+3
|/
* fix #464Maximilian Hils2015-02-052-5/+7
|
* clean up flow readingMaximilian Hils2015-02-053-33/+46
|
* Merge remote-tracking branch 'tekii/master'Maximilian Hils2015-02-053-10/+14
|\
| * open flow files using with as max suggestedMarcelo Glezer2015-01-122-4/+4
| |
| * Merge remote-tracking branch 'base/master'Marcelo Glezer2015-01-123-6/+18
| |\
| * | now mitmproxy supports multiple saved flows files too. also fixed ↵Marcelo Glezer2015-01-061-5/+7
| | | | | | | | | | | | server_play_back start with mitmproxy (missing parameter)
| * | first steps in scenario supportMarcelo Glezer2015-01-052-6/+8
| | |
* | | fix statusbar initializationMaximilian Hils2015-02-051-0/+2
| | |
* | | missing parameter in start_server_playback callMarcelo Glezer2015-01-131-2/+4
| | |
* | | hotfix to mitmproxy missing start_server_playback() parameter added. ↵Marcelo Glezer2015-01-121-1/+1
| |/ |/| | | | | backported from PR [#439]
* | document choice of timeout value, refs #443Maximilian Hils2015-01-091-0/+4
| |
* | Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2015-01-091-2/+10
|\ \
| * | Error to stdout when loading bad replays from the command lineNick HS2015-01-081-2/+10
| |/
* / fix #443Maximilian Hils2015-01-093-4/+4
|/
* Add PEG support to gulpfileAldo Cortesi2015-01-032-562/+564
| | | | | - Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports
* Unit test framework for web client-side codeAldo Cortesi2015-01-022-9/+15
| | | | | | - Also make formatSize nicer and test it. Now there's no excuse! ;)