Aldo Cortesi
|
d65f2215cb
|
Much more sophisticated cert handling
- Specify per-domain certificates and keys
- Certs are no longer regenerated for SANs
- And more. :)
|
2014-03-05 17:28:04 +13:00 |
|
Aldo Cortesi
|
32af668814
|
Minor cleanups.
|
2014-03-02 22:15:53 +13:00 |
|
Aldo Cortesi
|
f373ac5b6c
|
Improve explicit certificate specification
- Support cert/key in the same PEM file
- Rationalize arguments, expand tests, clean up a bit
|
2014-03-02 17:27:24 +13:00 |
|
Aldo Cortesi
|
863b1e1455
|
Update for pathod.SSLOptions changes.
|
2014-03-02 15:58:53 +13:00 |
|
Aldo Cortesi
|
a34a483184
|
Adapt for new pathod and netlib APIs.
|
2014-03-02 15:14:22 +13:00 |
|
Pedro Worcel
|
cffae49e34
|
add helpful messages on wrap
|
2014-02-22 18:04:56 +13:00 |
|
Pedro Worcel
|
3e50034428
|
fix the wrapping on backward searches
|
2014-02-22 17:15:37 +13:00 |
|
Pedro Worcel
|
4284fd3614
|
add multi-line support to backwards search
|
2014-02-22 16:32:22 +13:00 |
|
Pedro Worcel
|
3c02865e8b
|
add multi-line support
|
2014-02-22 15:32:35 +13:00 |
|
Pedro Worcel
|
7a154e1ae1
|
add basic backwards search
|
2014-02-22 15:00:10 +13:00 |
|
Aldo Cortesi
|
a85974eaa8
|
Fix flow initialization order error
Resolves #210
|
2014-02-08 17:17:35 +13:00 |
|
Aldo Cortesi
|
fe4bab2e6f
|
Cleanup: fix unit tests, simpler app test, remove print statements
|
2014-02-08 12:33:59 +13:00 |
|
Maximilian Hils
|
33b10da57c
|
fix tests
|
2014-02-07 18:26:42 +01:00 |
|
Maximilian Hils
|
735e4400c4
|
add tests for reconnect to upstream proxy, ensure that server_reconnect is always hooked
|
2014-02-07 18:14:15 +01:00 |
|
Maximilian Hils
|
545fc2506b
|
Achievement Unlocked: Proxy Chain
|
2014-02-07 07:08:59 +01:00 |
|
Maximilian Hils
|
9526c5d565
|
fix race conditions in test suite
|
2014-02-07 04:15:24 +01:00 |
|
Maximilian Hils
|
d07029d575
|
coverage++
|
2014-02-07 03:56:57 +01:00 |
|
Maximilian Hils
|
9f5f2b7071
|
test libmproxy.app, increase coverage
|
2014-02-07 02:36:39 +01:00 |
|
Maximilian Hils
|
cb397ec788
|
fix bugs, expose timestamp information to console ui
|
2014-02-06 00:53:39 +01:00 |
|
Maximilian Hils
|
80683e77bc
|
mock urwid to run console tests on windows, push failing testcases down to 0. :-)
|
2014-02-05 23:17:26 +01:00 |
|
Maximilian Hils
|
f26d91cb81
|
add skeleton to change destinatin server during intercept, fix all testcases on windows
|
2014-02-05 20:26:47 +01:00 |
|
Maximilian Hils
|
d864a326d2
|
fix all tests except those using set_url and get_url
|
2014-02-05 14:33:17 +01:00 |
|
Maximilian Hils
|
6a53ae5fd3
|
push failing tests down to 43
|
2014-02-04 05:02:17 +01:00 |
|
Maximilian Hils
|
2db5f9de26
|
bring failing tests back into the double-digit range
|
2014-01-31 04:45:39 +01:00 |
|
Maximilian Hils
|
7d96ff00ef
|
remove _flow_map from state, improve logging
|
2014-01-31 03:01:51 +01:00 |
|
Maximilian Hils
|
607f777811
|
fix most testsuite errors, improve proxy error handling
|
2014-01-29 02:49:11 +01:00 |
|
Maximilian Hils
|
1e3e0dd127
|
merge master
|
2014-01-28 17:29:28 +01:00 |
|
Maximilian Hils
|
17f09aa0af
|
unify ipv4/ipv6 address handling
|
2014-01-28 17:28:20 +01:00 |
|
Maximilian Hils
|
125166020b
|
move test requirements out of main requirements.txt
|
2014-01-28 03:09:21 +01:00 |
|
Aldo Cortesi
|
069aca1df4
|
Deprecate Flow.unload_script in favor of Flow.unload_scripts
In the presence of arguments, unloading a single script is clumsy and
less useful.
|
2014-01-13 14:20:34 +13:00 |
|
Aldo Cortesi
|
4f69eef8f3
|
Extract command parsing and use in script grid editor
|
2014-01-13 14:15:17 +13:00 |
|
Aldo Cortesi
|
42d4a2fae9
|
Script refactoring: move script command parsing into script module.
|
2014-01-12 23:02:29 +13:00 |
|
Aldo Cortesi
|
e5776b8be3
|
Clean up and clarify script API
|
2014-01-12 13:59:32 +13:00 |
|
Aldo Cortesi
|
58e1b3a47f
|
Start refactoring scripts
- Move ScriptContext into script module
- Use mock module instead of hand-rolled mock objects in tests
|
2014-01-12 12:49:19 +13:00 |
|
Maximilian Hils
|
2f63da99c9
|
ignore console test utilities on windows
|
2014-01-10 01:39:16 +01:00 |
|
Aldo Cortesi
|
d5f9b02615
|
Merge pull request #192 from mitmproxy/refactor_read_http_body
move CONTINUE checks into mitmproxy
|
2014-01-04 14:37:47 -08:00 |
|
Aldo Cortesi
|
7d37e0ce10
|
Merge pull request #193 from droope/search-functionality
Search functionality
|
2014-01-04 14:34:20 -08:00 |
|
Aldo Cortesi
|
ac31039ad3
|
Merge pull request #198 from Kami/add_css_view
Add CSS view which beautifies minified CSS files
|
2014-01-04 14:04:02 -08:00 |
|
Tomaz Muraus
|
e9f6302ec7
|
Add CSS view which beautifies CSS files if cssutils library is available,
otherwise it acts as a no-op.
|
2014-01-04 04:49:50 +01:00 |
|
Aldo Cortesi
|
45eab17e0c
|
Decouple message type from message class name.
|
2014-01-04 14:42:32 +13:00 |
|
Aldo Cortesi
|
1e07d9e6e7
|
Move app mechanism to flow.py
Disable apps while message passing is improved.
|
2014-01-04 14:35:11 +13:00 |
|
Pedro Worcel
|
799c877676
|
now really fix it + test
|
2013-12-26 22:18:34 +13:00 |
|
Pedro Worcel
|
21efe2f2c8
|
add looping around
|
2013-12-26 17:04:18 +13:00 |
|
Pedro Worcel
|
9cf8a1a89d
|
fix failing test
|
2013-12-25 21:08:20 +13:00 |
|
root
|
95406bd119
|
Add focusing, and fixes non-clearance of prev searches. Add
documentation.
|
2013-12-25 16:50:29 +13:00 |
|
root
|
932464d0a0
|
test passing, UI still not working
|
2013-12-24 14:28:20 +13:00 |
|
Maximilian Hils
|
e643759ef6
|
merge smurfix/fix2, add serverconnect hook docs, adjust tests
|
2013-12-16 22:10:06 +01:00 |
|
Maximilian Hils
|
f4b58ba495
|
move CONTINUE checks into mitmproxy
|
2013-12-15 06:33:18 +01:00 |
|
Maximilian Hils
|
6ec2e6f24f
|
fix script path error in tests
|
2013-12-15 02:51:35 +01:00 |
|
Maximilian Hils
|
605950bfdf
|
add @concurrent decorator for inline scripts, fixes #176
|
2013-12-15 02:43:16 +01:00 |
|