aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* test libmproxy.app, increase coverageMaximilian Hils2014-02-071-0/+50
|
* fix bugs, expose timestamp information to console uiMaximilian Hils2014-02-062-4/+3
|
* mock urwid to run console tests on windows, push failing testcases down to ↵Maximilian Hils2014-02-053-15/+21
| | | | 0. :-)
* add skeleton to change destinatin server during intercept, fix all testcases ↵Maximilian Hils2014-02-054-12/+25
| | | | on windows
* fix all tests except those using set_url and get_urlMaximilian Hils2014-02-055-78/+51
|
* push failing tests down to 43Maximilian Hils2014-02-044-93/+63
|
* bring failing tests back into the double-digit rangeMaximilian Hils2014-01-314-116/+131
|
* remove _flow_map from state, improve loggingMaximilian Hils2014-01-312-5/+1
|
* fix most testsuite errors, improve proxy error handlingMaximilian Hils2014-01-295-31/+29
|
* merge masterMaximilian Hils2014-01-281-0/+5
|\
| * move test requirements out of main requirements.txtMaximilian Hils2014-01-281-0/+5
| |
* | unify ipv4/ipv6 address handlingMaximilian Hils2014-01-281-2/+2
|/
* Deprecate Flow.unload_script in favor of Flow.unload_scriptsAldo Cortesi2014-01-131-4/+7
| | | | | In the presence of arguments, unloading a single script is clumsy and less useful.
* Extract command parsing and use in script grid editorAldo Cortesi2014-01-131-1/+1
|
* Script refactoring: move script command parsing into script module.Aldo Cortesi2014-01-124-36/+31
|
* Clean up and clarify script APIAldo Cortesi2014-01-121-10/+5
|
* Start refactoring scriptsAldo Cortesi2014-01-121-43/+37
| | | | | - Move ScriptContext into script module - Use mock module instead of hand-rolled mock objects in tests
* ignore console test utilities on windowsMaximilian Hils2014-01-101-2/+3
|
* Merge pull request #192 from mitmproxy/refactor_read_http_bodyAldo Cortesi2014-01-041-4/+4
|\ | | | | move CONTINUE checks into mitmproxy
| * move CONTINUE checks into mitmproxyMaximilian Hils2013-12-151-4/+4
| |
* | Merge pull request #193 from droope/search-functionalityAldo Cortesi2014-01-042-4/+121
|\ \ | | | | | | Search functionality
| * | now really fix it + testPedro Worcel2013-12-261-1/+20
| | |
| * | add looping aroundPedro Worcel2013-12-261-0/+21
| | |
| * | fix failing testPedro Worcel2013-12-251-1/+2
| | |
| * | Add focusing, and fixes non-clearance of prev searches. Addroot2013-12-252-12/+64
| | | | | | | | | | | | documentation.
| * | test passing, UI still not workingroot2013-12-242-0/+24
| | |
* | | Merge pull request #198 from Kami/add_css_viewAldo Cortesi2014-01-042-0/+26
|\ \ \ | | | | | | | | Add CSS view which beautifies minified CSS files
| * | | Add CSS view which beautifies CSS files if cssutils library is available,Tomaz Muraus2014-01-042-0/+26
| |/ / | | | | | | | | | otherwise it acts as a no-op.
* | | Decouple message type from message class name.Aldo Cortesi2014-01-041-1/+1
| | |
* | | Move app mechanism to flow.pyAldo Cortesi2014-01-044-23/+24
|/ / | | | | | | Disable apps while message passing is improved.
* | 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
| | |