aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* Make private keys readable only by the ownerFred Miller2018-10-221-2/+18
* Make content view lines limit configurableKamil Borzym2018-10-194-5/+12
* Merge pull request #3334 from artnc/patch-1Thomas Kriechbaumer2018-10-101-1/+1
|\
| * Fix error message for failure to start editorArt Chaidarun2018-09-231-1/+1
* | keys.yaml priority over defaultkeys.py. Test for this.Miroslav2018-09-291-1/+4
|/
* addons/browser: fallback to google-chrome-unstable as last tryBenno Fünfstück2018-09-141-0/+1
* Merge pull request #3277 from madt1m/session-flowcapAldo Cortesi2018-08-143-7/+321
|\
| * session: implemented changes requested after PR review.madt1m2018-08-051-54/+51
| * tests: Full coverage. Everything working, ready for reviewmadt1m2018-08-031-22/+26
| * tests: 97% coverage reached. Session opportunely patched after emerged defects.madt1m2018-08-021-74/+144
| * session: implemented filter and refilter. Ready for testing implementationmadt1m2018-08-012-21/+69
| * protobuf: changed return type annotation in loads to enhance granularitymadt1m2018-08-011-1/+1
| * session: basic flow capture implementedmadt1m2018-08-011-11/+99
| * session: adding methods to capture and store flowsPietro Francesco Tirenna2018-07-281-0/+107
* | Autoformat for json-rpc callsFerenc soós2018-08-131-0/+1
* | Suggest --ssl-insecure cause --insecure is deprecated[OSC] Sven Schliesing2018-08-031-1/+1
* | Change lifetime of dummy certificate to two years[OSC] Sven Schliesing2018-07-311-1/+1
* | Add DEFAULT_EXP_DUMMY_CERT and set to 90 days[OSC] Sven Schliesing2018-07-311-1/+2
|/
* Merge pull request #3252 from madt1m/session-dbPietro Francesco Tirenna2018-07-243-0/+97
|\
| * session: temporary DB is now stored in temporary dirmadt1m2018-07-241-8/+6
| * session: modified schema. Now SessionDB uses tempfile module for temp sessionmadt1m2018-07-242-31/+41
| * exceptions: new SessionLoad exception for load errorsmadt1m2018-07-201-0/+4
| * session: load/create wrapper methods for SessionDBmadt1m2018-07-201-0/+59
| * session: Implemented SessionDB Schemamadt1m2018-07-201-0/+26
* | Merge pull request #3258 from Kriechi/fix-whitespaceThomas Kriechbaumer2018-07-221-1/+1
|\ \
| * | fix whitespaceThomas Kriechbaumer2018-07-221-1/+1
| |/
* | Merge pull request #3245 from madt1m/protobuf-serialization-cleanAldo Cortesi2018-07-215-1/+1112
|\ \
| * | protobuf: tests implemented, full coveragePietro Francesco Tirenna2018-07-175-61/+49
| * | Removed test code from viewPietro Francesco Tirenna2018-06-301-13/+6
| * | updated exceptions in view loadmadt1m2018-06-301-0/+2
| * | view can load from both io interfacesmadt1m2018-06-301-3/+11
| * | Timestamps are now double instead of floatmadt1m2018-06-302-25/+25
| * | more bug fixes in DB classmadt1m2018-06-301-4/+0
| * | bug fixmadt1m2018-06-301-0/+1
| * | new protobuf loads has almost the same result of FlowReader streammadt1m2018-06-301-1/+8
| * | Loads yields now an HTTP objectmadt1m2018-06-301-14/+25
| * | Completed untested version of object loadingmadt1m2018-06-301-99/+93
| * | Refactored naming strategyPietro Francesco Tirenna2018-06-281-18/+18
| * | Improved parsing mechanism for better readabilitymadt1m2018-06-231-12/+26
| * | Fixed bugs in parsing HTTPFlow objectsmadt1m2018-06-231-19/+28
| * | New explicit parsing HTTPFlow into proto native object. Viceversa not yet imp...madt1m2018-06-233-9/+185
| * | Fixed a bug in protobuf loading -> no returnmadt1m2018-06-232-1/+3
| * | Hooking the view to load from new DB handlermadt1m2018-06-233-15/+23
| * | Added protobuf methods; implemented initial DB logicmadt1m2018-06-235-60/+862
| * | Added initial protobuf definitionsmadt1m2018-06-224-0/+100
* | | Some refactoring. New test case.Miroslav2018-07-192-9/+11
* | | Command history implementationMiroslav2018-07-172-2/+52
| |/ |/|
* | mitmweb: improve dns rebinding protection, support ipv6Maximilian Hils2018-07-121-1/+12
* | mitmweb: protect against dns rebindingMaximilian Hils2018-07-111-26/+30
* | Pass option, not option name to parse_setvalGrant Murphy2018-07-021-1/+1