aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol
Commit message (Collapse)AuthorAgeFilesLines
* fix typoMaximilian Hils2014-10-081-1/+1
|
* replay: carry over SNI valueMaximilian Hils2014-10-021-2/+3
|
* fix timestamp formatting: end_time may not be setMaximilian Hils2014-09-221-2/+4
|
* clean up timestamp handlingMaximilian Hils2014-09-211-6/+10
|
* start to fill detailpaneMaximilian Hils2014-09-191-0/+6
|
* flowtable: add selection indicator, add keyboard navigationMaximilian Hils2014-09-181-0/+3
|
* implement FlowStore basicsMaximilian Hils2014-09-171-1/+1
|
* Introduce short form object state, and connect the ends to send data to web appAldo Cortesi2014-09-172-2/+3
|
* Clean up and clarify StateObjectAldo Cortesi2014-09-173-24/+43
| | | | | | | | | - Flatten the class hierarchy - get_state, load_state, from_state are public - Simplify code - Remove __eq__ and __neq__. This fundamentally changes the semantics of inherited objects in a way that's not part of the core function of the class
* Whitespace & formattingAldo Cortesi2014-09-172-58/+123
|
* Basic websocket connection, code cleanup.Aldo Cortesi2014-09-171-17/+26
|
* mitmproxy -> libmproxy.main. do some leanup on the wayMaximilian Hils2014-09-081-2/+2
|
* update examples, fix #353Maximilian Hils2014-09-081-1/+2
|
* remove proxy mode abstraction: always be clear which mode we are inMaximilian Hils2014-09-081-19/+18
|
* improve loggingMaximilian Hils2014-09-081-7/+19
|
* improve change_server api, add example how to change the upstream serverMaximilian Hils2014-09-071-5/+18
|
* update code docs, make sure that url attribute never returns ↵Maximilian Hils2014-09-071-4/+10
| | | | prettified/formatted values
* streamline HTTPHandler.handle_flow()Maximilian Hils2014-09-051-95/+96
|
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-052-52/+58
|
* change replay_request behaviour, refs #346; test upstream proxy modeMaximilian Hils2014-09-051-24/+19
|
* coverage++Maximilian Hils2014-09-041-1/+1
|
* coverage++Maximilian Hils2014-09-041-2/+2
|
* Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-041-2/+3
|\
| * Merge branch 'master' into issue_341Maximilian Hils2014-09-041-2/+3
| |\
| | * remove outdated IOError test case ↵Maximilian Hils2014-09-041-1/+1
| | | | | | | | | | | | (https://github.com/mitmproxy/netlib/commit/f5fdfd8a9f17e0fe213a9cf54acae84e4bc31462)
| | * fix #344Maximilian Hils2014-09-041-2/+3
| | |
| | * fix IOError handlingMaximilian Hils2014-09-031-1/+1
| | |
* | | improve HTTPRequest syntaxMaximilian Hils2014-09-032-94/+61
| | |
* | | simplify server changes for inline scriptsMaximilian Hils2014-09-032-42/+104
|/ /
* / fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-032-79/+46
|/
* http: ignore disconnects that happen between requestsMaximilian Hils2014-09-031-2/+5
|
* ui: display * instead of 0.0.0.0 for the bound addressMaximilian Hils2014-09-032-2/+2
|
* improve error handlingMaximilian Hils2014-09-022-53/+57
|
* minor fixesMaximilian Hils2014-08-311-2/+2
|
* refactor protocol handling, fix #332Maximilian Hils2014-08-303-36/+50
|
* fix #328Maximilian Hils2014-08-242-40/+49
|
* fix #330Maximilian Hils2014-08-231-10/+12
|
* make sure that flow.server_conn is set when script hook is calledMaximilian Hils2014-08-181-7/+8
|
* fix #327Maximilian Hils2014-08-181-0/+19
|
* fix: changes to request.host in the request inline script hook are now ↵Maximilian Hils2014-08-171-13/+17
| | | | considered for the server connection
* implement passthrough mode, fixes #175Maximilian Hils2014-08-091-2/+3
|
* fix #274Maximilian Hils2014-08-091-2/+6
|
* fix replay formMaximilian Hils2014-08-091-2/+7
|
* fix #308Maximilian Hils2014-08-081-12/+57
|
* fix display of urls in upstream mode, refs #308Maximilian Hils2014-08-081-2/+15
|
* properly express state information on server connections, refs #315Maximilian Hils2014-08-083-31/+33
|
* suppress SPDY/HTTP2 announcement headers, fix #277Maximilian Hils2014-08-031-11/+12
|
* fix #307Maximilian Hils2014-08-031-1/+2
|
* Merge branch 'stream'Maximilian Hils2014-07-311-22/+56
|\ | | | | | | | | Conflicts: libmproxy/protocol/http.py
| * workaround: always make sure that flow.response.reply existsMaximilian Hils2014-07-251-2/+3
| |