aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* ProxyConfig: cadir to optionsAldo Cortesi2016-07-192-4/+2
* ProxyConfig refactorAldo Cortesi2016-07-194-29/+30
* Unify proxy config and optionsAldo Cortesi2016-07-194-12/+21
* Console options cleanupAldo Cortesi2016-07-181-2/+6
* Add a toggller helper to Options, start using it in mitmproxy consoleAldo Cortesi2016-07-181-0/+11
* cleanupThomas Kriechbaumer2016-07-171-12/+12
* http2: coverage++Thomas Kriechbaumer2016-07-171-1/+152
* setheaders -> addonAldo Cortesi2016-07-172-52/+64
* Merge pull request #1370 from cortesi/filestreamerAldo Cortesi2016-07-171-2/+2
|\
| * Some work on stream-to-fileAldo Cortesi2016-07-171-2/+2
* | Merge pull request #1367 from Kriechi/fix-1366Aldo Cortesi2016-07-171-4/+22
|\ \
| * | fix-1366Thomas Kriechbaumer2016-07-161-4/+22
| |/
* | Merge branch 'master' into dumperAldo Cortesi2016-07-173-6/+229
|\|
| * Merge remote-tracking branch 'duffer/tcpflow-filter'Maximilian Hils2016-07-163-6/+229
| |\
| | * Allow DummyFlow to match ~e, ~src and ~dstShadab Zafar2016-07-162-15/+37
| | * Add DummyFlow and its TestsShadab Zafar2016-07-161-1/+59
| | * Add tests for TCPFlow.matchShadab Zafar2016-07-161-1/+15
| | * Add ~http and ~tcp filtersShadab Zafar2016-07-161-0/+10
| | * Use ~bq / ~bs for messages sent from client / serverShadab Zafar2016-07-161-5/+11
| | * Add tests for HTTPFlow only filtersShadab Zafar2016-07-161-0/+50
| | * Add test for operators (& | !)Shadab Zafar2016-07-161-0/+25
| | * Add test for addresses (~src, ~dst)Shadab Zafar2016-07-161-0/+16
| | * Add test for body (~b)Shadab Zafar2016-07-161-0/+7
| | * Add test for error (~e)Shadab Zafar2016-07-161-1/+16
* | | Extract console dump functionality into an addonAldo Cortesi2016-07-173-82/+94
|/ /
* | Merge pull request #1306 from mitmproxy/message-body-encodingMaximilian Hils2016-07-165-93/+219
|\ \
| * | preserve content-type parameter orderMaximilian Hils2016-07-151-1/+3
| * | Merge remote-tracking branch 'origin/master' into message-body-encodingMaximilian Hils2016-07-1557-956/+1395
| |\|
| * | improve message content semanticsMaximilian Hils2016-07-152-13/+73
| * | raise ValueError if content-encoding is invalidMaximilian Hils2016-07-041-8/+10
| * | tests++Maximilian Hils2016-07-021-1/+43
| * | make the linter happyMaximilian Hils2016-07-021-1/+0
| * | message.content -> .raw_content, implement .textMaximilian Hils2016-07-027-97/+117
* | | replacehooks -> addonAldo Cortesi2016-07-164-61/+62
| |/ |/|
* | add_event -> add_log throughout projectAldo Cortesi2016-07-164-4/+5
* | Zap unused test scriptsAldo Cortesi2016-07-1511-59/+9
* | Script cleanupsAldo Cortesi2016-07-152-4/+67
* | Fix HAR extractorAldo Cortesi2016-07-151-3/+4
* | Adjust concurrent tests for start methodAldo Cortesi2016-07-151-1/+1
* | Add .start for addons and scriptsAldo Cortesi2016-07-151-2/+5
* | Fix windows parse_args testAldo Cortesi2016-07-151-1/+1
* | Adjust for new options schemeAldo Cortesi2016-07-141-1/+1
* | Add a tick event for addons and scripts, and use it for race-free reloadAldo Cortesi2016-07-141-0/+1
* | Script cleanup: editing in console, Python3 compatibility fixesAldo Cortesi2016-07-143-13/+18
* | Convert examples and example tests for new-style scriptsAldo Cortesi2016-07-143-250/+101
* | Zap old scripts infrastructure, fix concurrency testsAldo Cortesi2016-07-145-24/+43
* | First-order integration of scripts addonAldo Cortesi2016-07-1410-86/+197
* | Re-add deletion of stickycookies (#1355)Shadab Zafar2016-07-141-0/+10
* | minor fixesMaximilian Hils2016-07-131-1/+1
* | make options explicitMaximilian Hils2016-07-137-21/+32