aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/io/protobuf.py
Commit message (Expand)AuthorAgeFilesLines
* protobuf: changed return type annotation in loads to enhance granularitymadt1m2018-08-011-1/+1
* protobuf: tests implemented, full coveragePietro Francesco Tirenna2018-07-171-29/+24
* 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-231-5/+112
* Fixed a bug in protobuf loading -> no returnmadt1m2018-06-231-0/+2
* Added protobuf methods; implemented initial DB logicmadt1m2018-06-231-6/+54
* Added initial protobuf definitionsmadt1m2018-06-221-0/+11