aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)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
| |\
| * | Remove obsolete test.Aldo Cortesi2013-12-081-10/+0
* | | Merge pull request #161 from mitmproxy/external_webappAldo Cortesi2013-12-081-4/+2
|\ \ \
| * | | 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
| * | Make use of a change to netlib.tcp that clarifies error conditions for flush ...Aldo Cortesi2013-07-301-1/+1
| * | Some refactoring of the console inteface.Aldo Cortesi2013-07-281-1/+1
| * | 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 tcp and ssl setup timestamps to get better resolution on flows perform...Rouli2013-03-191-0/+28
* | Adds a new view for protocol buffersNicolas Esteves2013-04-062-0/+10
* | Merge pull request #101 from eentzel/keep-blank-paramsAldo Cortesi2013-04-042-2/+4
|\ \
| * | Keep blank URL parametersEric Entzel2013-02-112-2/+4
* | | 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
* | Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-141-2/+19
* | 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
* | Begin some simple fuzzing with pathod.Aldo Cortesi2013-03-032-0/+21
* | 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, b...Aldo Cortesi2013-03-021-9/+17