aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * add basic backwards searchPedro Worcel2014-02-222-97/+121
| |
* | combine asterisk-form and origin-form into relative formMaximilian Hils2014-03-082-8/+8
|/
* Fix flow initialization order errorAldo Cortesi2014-02-081-1/+0
| | | | Resolves #210
* Cleanup: fix unit tests, simpler app test, remove print statementsAldo Cortesi2014-02-089-85/+76
|
* fix testsMaximilian Hils2014-02-071-0/+3
|
* add tests for reconnect to upstream proxy, ensure that server_reconnect is ↵Maximilian Hils2014-02-072-10/+101
| | | | always hooked
* Achievement Unlocked: Proxy ChainMaximilian Hils2014-02-073-8/+74
|
* fix race conditions in test suiteMaximilian Hils2014-02-073-9/+20
|
* coverage++Maximilian Hils2014-02-074-5/+104
|
* 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