aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* merge smurfix/fix2, add serverconnect hook docs, adjust testsMaximilian Hils2013-12-165-17/+30
|\
* | fix script path error in testsMaximilian Hils2013-12-152-2/+14
| |
* | add @concurrent decorator for inline scripts, fixes #176Maximilian Hils2013-12-153-8/+88
|/
* add content-length 0 if we remove header for chunked encoding, fixes #186Maximilian Hils2013-12-121-1/+12
|
* ignore missing CN in certificates. fixes #169Maximilian Hils2013-12-122-0/+27
|
* store resolved ip addresses, fixes #187Maximilian Hils2013-12-121-0/+5
|
* backport changes to fix testsMaximilian Hils2013-12-082-3/+3
|
* Merge branch 'master' into 0.10Maximilian Hils2013-12-081-10/+0
|\
| * Merge pull request #134 from mhils/scripts_improvementsAldo Cortesi2013-12-085-16/+49
| |\ | | | | | | Support multiple scripts and script arguments. refs #76
| * | Remove obsolete test.Aldo Cortesi2013-12-081-10/+0
| | |
* | | Merge pull request #161 from mitmproxy/external_webappAldo Cortesi2013-12-081-4/+2
|\ \ \ | | | | | | | | External webapp
| * | | add option to expose webapp externally, remove distinct ip settingMaximilian Hils2013-08-181-4/+2
| | | |
* | | | Merge branch 'master' into 0.10Maximilian Hils2013-09-141-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix pretty_size unit tests.Aldo Cortesi2013-08-231-1/+1
| | |
* | | Merge branch 'master' into 0.10Maximilian Hils2013-08-174-8/+14
|\| |
| * | Revamp dummy cert storeAldo Cortesi2013-08-121-3/+0
| | | | | | | | | | | | | | | | | | We no longer keep these on disk. This is for a number of reasons, including some race conditions and the fact that some valid IDNA-encoded domain names are not valid file names on Windows.
| * | Make use of a change to netlib.tcp that clarifies error conditions for flush ↵Aldo Cortesi2013-07-301-1/+1
| | | | | | | | | | | | | | | | | | and close. Should fix #144.
| * | Some refactoring of the console inteface.Aldo Cortesi2013-07-281-1/+1
| | | | | | | | | | | | | | | | | | Reduce some state duplication, by removing currentflow variable. Fixes #141
| * | Move app instantiation out of proxy.py.Aldo Cortesi2013-07-242-3/+12
| | |
* | | fix request_timestamps test caseMaximilian Hils2013-06-181-1/+2
| | |
* | | skip tests on windows that don't make senseMaximilian Hils2013-06-182-1/+10
| | |
* | | update tests to reflect changes to options.scriptsMaximilian Hils2013-06-176-11/+31
| | |
* | | Merge remote-tracking branch 'origin/scripts_improvements' into 0.10Maximilian Hils2013-06-165-16/+49
|\ \ \ | |/ / |/| / | |/
| * update test scriptMaximilian Hils2013-06-161-3/+3
| |
| * add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-135-16/+49
| |
* | always read files in binary modeMaximilian Hils2013-06-165-13/+13
|/
* Adapt for new request_client_cert option in netlib.Aldo Cortesi2013-05-132-3/+5
|
* Minor coverage.Aldo Cortesi2013-04-301-0/+2
|
* Merge pull request #107 from rouli/masterAldo Cortesi2013-04-191-0/+28
|\ | | | | Adding remote TCP and SSL setup timestamps
| * adding tcp and ssl setup timestamps to get better resolution on flows ↵Rouli2013-03-191-0/+28
| | | | | | | | performance
* | Adds a new view for protocol buffersNicolas Esteves2013-04-062-0/+10
| | | | | | | | | | | | | | | | | | The view uses protoc from the Google protocol buffer tools. If the tool isn't installed, the view isn't shown. Google protobuf repo: https://code.google.com/p/protobuf/
* | Merge pull request #101 from eentzel/keep-blank-paramsAldo Cortesi2013-04-042-2/+4
|\ \ | | | | | | Keep blank URL parameters
| * | Keep blank URL parametersEric Entzel2013-02-112-2/+4
| | | | | | | | | | | | TODO: This should probably be configurable
* | | Add a basic built-in web app.Aldo Cortesi2013-03-252-1/+26
| |/ |/|
* | Un-break unit tests. Tsk tsk.Aldo Cortesi2013-03-171-2/+4
| |
* | Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-172-1/+22
| | | | | | | | | | - Can be toggled with "o" then "h" in mitmproxy - Useful for transparent mode
* | Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-141-2/+19
| | | | | | | | Fixes #104
* | Few more fuzzing commands, exclude console app from coverage.Aldo Cortesi2013-03-031-3/+5
| |
* | Fuzzing, and fixes for errors found with fuzzing.Aldo Cortesi2013-03-034-9/+31
| |
* | Three more errors turned up with fuzzing.Aldo Cortesi2013-03-032-3/+18
| | | | | | | | These are fixed in netlib, regression tests added here.
* | Begin some simple fuzzing with pathod.Aldo Cortesi2013-03-032-0/+21
| | | | | | | | Finally doing what I started writing pathod for in the first place...
* | Remove __slots__ to make it possible to inherit from Options classes.Aldo Cortesi2013-03-032-2/+0
| |
* | 100% unit test coverage on proxy.py. Hallelujah!Aldo Cortesi2013-03-032-2/+32
| |
* | Unit test proxy option parsing.Aldo Cortesi2013-03-033-4/+73
| |
* | Unit test proxy auth.Aldo Cortesi2013-03-032-8/+20
| |
* | Move HTTP auth module to netlib.Aldo Cortesi2013-03-033-59/+9
| |
* | Test controller message default reply.Aldo Cortesi2013-03-031-0/+12
| |
* | Extend unit tests for proxy.py to some tricky cases.Aldo Cortesi2013-03-022-11/+54
| |
* | Test cert generation errors.Aldo Cortesi2013-03-023-8/+21
| |
* | Remove human_curl requirement for the test suite - it's pathoc all the way, ↵Aldo Cortesi2013-03-021-9/+17
| | | | | | | | baby.