aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Documentation re-orgAldo Cortesi2014-10-234-34/+41
| | | | | | | | | | | | - No longer using README.md in the rendered documentation. - Rendered doc instrutions are now for the released version of mitmproxy, with dev install instructions in the README.md
* | fix typoMaximilian Hils2014-10-231-1/+1
| |
* | update proxy modes diagramsMaximilian Hils2014-10-234-0/+0
|/
* fix #346Maximilian Hils2014-10-222-1/+16
|\
| * reverse proxy: adjust dst when reading flows, fix #346Maximilian Hils2014-09-082-2/+16
| |
* | fix #378Maximilian Hils2014-10-221-3/+19
| |
* | tweak SSL detection heuristicsMaximilian Hils2014-10-212-2/+17
| |
* | fix race conditions in testsMaximilian Hils2014-10-193-0/+17
| |
* | add generic tcp proxying, fix #374Maximilian Hils2014-10-1818-88/+250
| |
* | remove default_caMaximilian Hils2014-10-184-8/+4
| |
* | add test case for #375Maximilian Hils2014-10-171-0/+21
| |
* | fix cert forwardingMaximilian Hils2014-10-091-1/+1
| |
* | Add SOCKS5 mode, fix #305Maximilian Hils2014-10-094-11/+89
| |
* | Merge branch 'cert_chains'Maximilian Hils2014-10-094-13/+15
|\ \
| * | add mini documentationMaximilian Hils2014-10-091-4/+6
| | |
| * | fix support for chained certificatesMaximilian Hils2014-10-084-9/+9
| | |
* | | fix typoMaximilian Hils2014-10-081-1/+1
|/ /
* | Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2014-10-074-17/+97
|\ \
| * \ Merge pull request #371 from tekii/masterMaximilian Hils2014-10-044-17/+97
| |\ \ | | | | | | | | --replay-ignore-content & --replay-ignore-param ported from branch 0.10
| | * | --replay-ignore-content & --replay-ignore-param ported from branch 0.10Marcelo Glezer2014-10-034-17/+97
| |/ /
| * | Merge pull request #369 from mitmproxy/distMaximilian Hils2014-10-012-85/+28
| |\ \ | | | | | | | | improve distribution
* | | | replay: carry over SNI valueMaximilian Hils2014-10-022-6/+4
| |/ / |/| |
* | | update MANIFEST.inMaximilian Hils2014-10-011-7/+7
| | |
* | | distutils -> setuptoolsMaximilian Hils2014-10-011-78/+21
|/ /
* | fix timestamp formatting: end_time may not be setMaximilian Hils2014-09-222-3/+8
| |
* | beef up event logMaximilian Hils2014-09-2211-56/+291
| |
* | web: perf improvementsMaximilian Hils2014-09-227-30/+62
| |
* | web: various improvementsMaximilian Hils2014-09-218-106/+234
| |
* | clean up timestamp handlingMaximilian Hils2014-09-212-8/+12
| |
* | web: minor fixesMaximilian Hils2014-09-202-14/+18
| |
* | web: display flow connection infoMaximilian Hils2014-09-1910-166/+485
| |
* | web: flow iconsMaximilian Hils2014-09-194-10/+102
| |
* | start to fill detailpaneMaximilian Hils2014-09-1911-18/+375
| |
* | basic splitter -> kick-ass splitterMaximilian Hils2014-09-185-28/+94
| |
* | add splitterMaximilian Hils2014-09-1810-100/+210
| |
* | web: detailpane implMaximilian Hils2014-09-1817-265/+688
| |
* | fix #361Maximilian Hils2014-09-183-8/+5
| |
* | flowtable: add selection indicator, add keyboard navigationMaximilian Hils2014-09-1812-154/+376
| |
* | .jsx -> .jsx.jsMaximilian Hils2014-09-187-11/+17
| | | | | | | | | | Rename jsx files to be compatible with Chrome Dev Tools and Workspace Mapping.
* | undo spritingMaximilian Hils2014-09-1718-109/+63
| |
* | add features to the traffic table, introduce image spritingMaximilian Hils2014-09-1725-41/+396
| |
* | implement FlowStore basicsMaximilian Hils2014-09-1717-66/+458
| |
* | connect eventlog events to uiMaximilian Hils2014-09-1715-103/+89
| |
* | Introduce short form object state, and connect the ends to send data to web appAldo Cortesi2014-09-178-21/+67
| |
* | formattingMaximilian Hils2014-09-1713-158/+164
| |
* | Clean up and clarify StateObjectAldo Cortesi2014-09-1710-144/+123
| | | | | | | | | | | | | | | | | | - 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-173-66/+136
| |
* | Basic websocket connection, code cleanup.Aldo Cortesi2014-09-176-60/+85
| |
* | fix flow detail displayMaximilian Hils2014-09-161-1/+1
| |
* | Slightly more verbose gulping, remove strict declarations for now.Aldo Cortesi2014-09-165-27/+46
| |