aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/contrib
Commit message (Collapse)AuthorAgeFilesLines
* - changed license to MIT, as it is more easily integrated into the mitmproxy ↵davidpshaw2014-05-066-69/+105
| | | | project
* - working WBXML parserDavid Shaw2014-05-067-0/+1176
|
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-1/+1
|
* Move HTTP auth module to netlib.Aldo Cortesi2013-03-031-94/+0
|
* adding some simple authetication code to limit proxy accessisrael2012-12-301-0/+1
|
* adding some simple authetication code to limit proxy accessisrael2012-12-301-0/+94
|
* remove trailing whitespaceBryan Bishop2012-12-091-1/+1
|
* Add an HTML text outline view.Aldo Cortesi2012-08-182-0/+838
| | | | | | Uses html2text, from here: https://github.com/aaronsw/html2text
* Pretty view now indents Javascript.Aldo Cortesi2012-03-259-0/+1576
| | | | Thanks to the JSBeautifier project, which is now included in the contrib directory.
* Revert changes to contrib/pyparsing.pyAldo Cortesi2011-08-191-22/+22
| | | | We want this module to match upstream.
* Optimized single character checkAndrás Veres-Szentkirályi2011-08-181-1/+1
|
* Replaced unnecessary lists with generatorsAndrás Veres-Szentkirályi2011-08-181-22/+22
|
* Switch over to new serialization format.Aldo Cortesi2011-02-165-513/+0
| | | | Remove BSON from contrib.
* Rip out BeautifulSoup, and use a custom XML-ish prettyprinter.Aldo Cortesi2011-02-061-2014/+0
|
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-031-0/+3707
|
* Basix XML/HTML pretty-printing in flow viewer.Aldo Cortesi2011-01-271-0/+2014
|
* Switch to BSON for data serialization.Aldo Cortesi2011-01-276-0/+513