Commit Graph

6844 Commits

Author SHA1 Message Date
Matthew Shao
9f58093954 [web] Add tests for js/components/EventLog.jsx 2017-06-25 21:13:53 +08:00
Matthew Shao
06a0cabb7a [web] Add tests for js/components/ContentView.jsx 2017-06-25 21:12:30 +08:00
Thomas Kriechbaumer
646f26b0e2 Merge pull request #2412 from ujjwal96/ip-formatting
Few ip formatting fixes
2017-06-25 09:18:45 +02:00
Maximilian Hils
13dac9f212 Merge pull request #2411 from ujjwal96/ico-parser
ICO content view
2017-06-25 02:02:01 +02:00
Ujjwal Verma
3bccc2b8c6 Few ip formatting fixes 2017-06-25 04:09:45 +05:30
Ujjwal Verma
3977eecbb9 lint! 2017-06-25 01:13:09 +05:30
Ujjwal Verma
8ca29679df Added test 2017-06-25 01:05:20 +05:30
Maximilian Hils
bde64746a9 Merge pull request #2395 from MatthewShao/mitmweb-options
[WIP] Add RESTful API for mitmweb option
2017-06-24 19:54:04 +02:00
Matthew Shao
1863326220 Minor Update for /options API of mitmweb. 2017-06-24 10:18:00 +08:00
Maximilian Hils
a0abc7b748 Merge pull request #2410 from fulldecent/patch-1
Slight wording change
2017-06-24 00:19:15 +02:00
Ujjwal Verma
e81144e26b ICO Parser. Closes #2407 2017-06-24 03:28:44 +05:30
William Entriken
44d3188bf2 Slight wording change 2017-06-23 17:30:48 -04:00
Matthew Shao
c7ce7f84e6 Add test for POST /options API of mitmweb. 2017-06-23 10:58:59 +08:00
Matthew Shao
ab162361a1 Add POST /options RESTful API for mitmweb. 2017-06-23 10:44:09 +08:00
Thomas Kriechbaumer
ba38a120e4 Merge pull request #2406 from ujjwal96/tls-parser
Removed redundant type
2017-06-22 09:39:12 +02:00
Ujjwal Verma
6380e74821 Removed redundant type 2017-06-22 06:28:11 +05:30
Thomas Kriechbaumer
6d284f5a2e Merge pull request #2401 from ujjwal96/ip-formatting
Fix ip formatting in websocket messages
2017-06-17 23:26:01 +02:00
Ujjwal Verma
c5858463ca Fix ip formatting in websocket messages 2017-06-18 01:08:31 +05:30
Maximilian Hils
9c49943db4 minor fixes for windows package 2017-06-14 14:35:51 +02:00
Matthew Shao
9687d67601 Add test for typespec_to_str. 2017-06-14 07:44:00 +08:00
Aldo Cortesi
309274689c Merge pull request #2397 from cortesi/neverenoughconsole
console: keymap-related improvements
2017-06-14 11:09:26 +12:00
Aldo Cortesi
e8939b8b9f console: keybindings tweaks
- consistent sort order
- preserve help on edit
2017-06-14 10:01:07 +12:00
Aldo Cortesi
2108bfb106 console: add console.key.edit.focus, bind to "enter" 2017-06-14 09:48:07 +12:00
Aldo Cortesi
e5f79abb4f console: add console.key.execute.focus, bind to x 2017-06-14 09:21:37 +12:00
Aldo Cortesi
254fe34d4c console: add console.key.unbind.focus, bind "d" key in keymap editor 2017-06-14 09:04:10 +12:00
Aldo Cortesi
788f0f5784 console: console.key.bind console.key.unbind commands 2017-06-14 08:34:34 +12:00
Matthew Shao
1177e6d907 Add typesepc_to_str function to mitmproxy/utils/typechck.py 2017-06-13 23:22:43 +08:00
Matthew Shao
2c0f6c2023 Minor Update and add test. 2017-06-13 23:03:07 +08:00
Aldo Cortesi
e6cf9ac9ab console: use master.shutdown rather than raising urwid.ExitMainLoop 2017-06-13 16:16:39 +12:00
Aldo Cortesi
79ce711784 console: extract console addons into consoleaddons.py 2017-06-13 16:15:22 +12:00
Aldo Cortesi
09128d9d1a console: keymap - list keys with modifiers separately 2017-06-13 16:10:40 +12:00
Aldo Cortesi
4a7cafee9e console: teach keymap to understand "space"
Urwid uses " ", which is not a great user experience.
2017-06-13 15:36:00 +12:00
Aldo Cortesi
08972c3f5b Merge pull request #2394 from cortesi/moarconsole
Misc console-related improvements
2017-06-13 12:33:36 +12:00
Aldo Cortesi
ba49b55684 console: key binding viewer
Read-only for now.
2017-06-13 11:48:08 +12:00
Aldo Cortesi
88832f92a3 view: show a message if we remove more than one flow from view 2017-06-13 11:02:32 +12:00
Aldo Cortesi
56eb0441da commands: teach parser correct annotations for variable args
We should annotate with the base type, not the resulting sequence.
2017-06-13 10:26:03 +12:00
Aldo Cortesi
0fc24857e1 core: set command can now take multiple values
These are joined together with spaces before execution. This is a big
convenience boost on the command-prompt.
2017-06-13 09:47:50 +12:00
Aldo Cortesi
d95f28e6bf config: don't crash with a config file containing only comments 2017-06-13 09:43:12 +12:00
Aldo Cortesi
06cb68c799 Minor: formatting, make default color scheme solarized-dark 2017-06-13 09:30:33 +12:00
Ujjwal Verma
9da6cc4534 Merge pull request #2393 from ujjwal96/streaming-test
Test for streaming
2017-06-13 01:37:08 +05:30
Ujjwal Verma
6ca45856b4 Test for streaming 2017-06-12 23:46:43 +05:30
Matthew Shao
03bb0a09b9 Add tests for dump_dicts in optmanager.py. 2017-06-12 23:23:09 +08:00
Matthew Shao
aabc78350a Add GET /options RESTful API for mitmweb. 2017-06-12 20:26:46 +08:00
Maximilian Hils
33252cb6bb Merge pull request #2392 from mhils/web-fixes
[web] Update dependencies, minor fixes
2017-06-12 13:34:56 +02:00
Maximilian Hils
c4804b5fe1 [web] update dependencies 2017-06-12 13:02:15 +02:00
Maximilian Hils
99eca6dfed [web] fix contentviews, simplify related logic 2017-06-12 13:01:22 +02:00
Maximilian Hils
c1ba6b6c21 [web] fix stopEdit 2017-06-12 12:57:37 +02:00
Thomas Kriechbaumer
2ceefe9582 Merge pull request #2390 from ograff/remove_private_key_pkcs12
Remove private key from PKCS12 file
2017-06-12 11:15:37 +02:00
Maximilian Hils
c89d076cf3 Merge pull request #2376 from MatthewShao/jest-dev
[WIP][web] Add tests for components/ContentView (con't)
2017-06-12 10:59:27 +02:00
Oliver Graff
bd9d0bf6b1 Remove private key from PKCS12 file
Fixes #2349
2017-06-12 01:44:26 -07:00