Aldo Cortesi
|
60dce08d54
|
Remove compatibility shim used to interop with older versions of Urwid
|
2015-03-13 23:04:07 +11:00 |
|
Marcelo Glezer
|
ba42984b59
|
added support for creating new requests. still wip (not working for https)
|
2015-02-10 15:24:21 -03:00 |
|
Maximilian Hils
|
102183fd23
|
remove leftovers
|
2015-02-07 00:36:47 +01:00 |
|
Maximilian Hils
|
65c14724f5
|
make copy context-sensitive
|
2015-02-07 00:33:29 +01:00 |
|
Maximilian Hils
|
02e0bad684
|
improve clipboard UX
|
2015-02-06 23:32:22 +01:00 |
|
Maximilian Hils
|
c871a12ea4
|
Merge remote-tracking branch 'tekii/feature-334'
|
2015-02-06 20:27:50 +01:00 |
|
Maximilian Hils
|
f215c3712d
|
fix #459
|
2015-02-05 17:12:48 +01:00 |
|
Marcelo Glezer
|
75cca63b26
|
added copy to clipboard support for url
|
2015-02-05 11:31:25 -03:00 |
|
Marcelo Glezer
|
9fc68d320c
|
added support for copying request (content|header) to clipboard
|
2015-02-05 11:31:24 -03:00 |
|
Marcelo Glezer
|
3bcf0cbba8
|
used save_body from common when b key is pressed
|
2015-02-05 11:31:24 -03:00 |
|
Marcelo Glezer
|
8f66fe1bfc
|
added support for saving file if content is binary. still wip
|
2015-02-05 11:31:24 -03:00 |
|
Marcelo Glezer
|
c57efffe01
|
extracted server_copy_response to common
|
2015-02-05 11:31:24 -03:00 |
|
Marcelo Glezer
|
f21a44dd48
|
removed pyperclip hard dependencies
|
2015-02-05 11:31:24 -03:00 |
|
Marcelo Glezer
|
d9f562b5c0
|
used get_decoded_content and removed decode call from headers as max suggested
|
2015-02-05 11:31:24 -03:00 |
|
Marcelo Glezer
|
1a06f15ee0
|
added copy functionality to flowview too
|
2015-02-05 11:31:24 -03:00 |
|
Maximilian Hils
|
1f454b577f
|
web: CSP, revert functionality, serve content
|
2014-12-25 16:10:47 +01:00 |
|
Maximilian Hils
|
4767b83726
|
fix gzipped body edit
|
2014-12-23 23:14:55 +01:00 |
|
Maximilian Hils
|
2861d99de4
|
web: intercept feature
|
2014-12-23 20:33:42 +01:00 |
|
Maximilian Hils
|
591ed0b41f
|
fix HTTPResponse creation
|
2014-12-04 00:29:15 +01:00 |
|
Maximilian Hils
|
6f3b4eee3c
|
fix clear key
|
2014-11-10 17:35:28 +01:00 |
|
Lucas Cimon
|
6f5883a4d1
|
Using uppercase C to 'clear' display mode, because lowercase 'c' is used for css
|
2014-11-07 17:02:29 +01:00 |
|
Maximilian Hils
|
01da54f1c3
|
fix #361
|
2014-09-18 03:56:35 +02:00 |
|
Maximilian Hils
|
2a6337343a
|
update docs, mostly revert 2f44b26b4c
|
2014-09-05 15:16:20 +02:00 |
|
Maximilian Hils
|
ea55f2e012
|
Merge branch 'issue_341' into server_change_api
Conflicts:
examples/redirect_requests.py
libmproxy/console/common.py
|
2014-09-04 00:11:20 +02:00 |
|
Maximilian Hils
|
649e63ff3c
|
fix some leftovers
|
2014-09-04 00:10:01 +02:00 |
|
Maximilian Hils
|
2f44b26b4c
|
improve HTTPRequest syntax
|
2014-09-03 23:44:54 +02:00 |
|
Maximilian Hils
|
4382829b7d
|
workaround: always make sure that flow.response.reply exists
|
2014-07-25 18:47:48 +02:00 |
|
Maximilian Hils
|
3b8d57ca86
|
fix issue #260
|
2014-04-07 14:40:01 +02:00 |
|
Maximilian Hils
|
c1fff51b1b
|
always use relative imports, fix status bar bug
|
2014-03-10 22:36:47 +01:00 |
|
Maximilian Hils
|
9cc10630c8
|
update docs, fix #215
|
2014-03-10 17:01:30 +01:00 |
|
Maximilian Hils
|
dd3aedca01
|
fix mentions of CONTENT_MISSING in libmproxy.console
|
2014-03-09 21:59:53 +01: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
|
9fe6b8fd26
|
add docs
|
2014-02-22 16:36:35 +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
|
bf1399fa2b
|
Handle views that don't support search gracefully
This includes all key/value formatted views, e.g. the image view. We
need to support these ultimately, but no time before the next release.
|
2014-01-19 13:23:38 +13:00 |
|
Aldo Cortesi
|
f5f46bf080
|
Re-enable caching on search.
|
2014-01-19 12:43:58 +13:00 |
|
Pedro Worcel
|
799c877676
|
now really fix it + test
|
2013-12-26 22:18:34 +13:00 |
|
Pedro Worcel
|
a4b059c2a7
|
fix bug that happens after searching for a non-existant string, and
later for an existant one.
|
2013-12-26 21:53:04 +13:00 |
|
Pedro Worcel
|
34a09780ee
|
add docs
|
2013-12-26 17:26:51 +13:00 |
|
Pedro Worcel
|
70f6bb301b
|
added 'n' functionality, tidy up & testing
|
2013-12-26 17:16:26 +13:00 |
|
Pedro Worcel
|
21efe2f2c8
|
add looping around
|
2013-12-26 17:04:18 +13:00 |
|
root
|
bcf5620239
|
fix crash
|
2013-12-25 16:57:54 +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 |
|
Aldo Cortesi
|
edb10e33aa
|
Remove GPL notices left in source files after our change to the MIT license.
Thanks to Roy Shamir for reporting this.
|
2013-08-01 11:08:00 +12:00 |
|
Aldo Cortesi
|
5f0b5532bc
|
Show an error when attempting to decode invalid data.
|
2013-07-29 18:14:11 +12:00 |
|