Maximilian Hils
|
c0d08be7a6
|
Merge branch 'master' of https://github.com/mitmproxy/mitmproxy
|
2016-06-04 00:41:35 -07:00 |
|
Maximilian Hils
|
b02d66491c
|
web: implement update and remove for list and view
|
2016-06-04 00:37:10 -07:00 |
|
Aldo Cortesi
|
d5532319c1
|
Basic ConsoleMaster tests, based on mastertester
|
2016-06-04 19:07:27 +12:00 |
|
Aldo Cortesi
|
af63a3e064
|
console/__init__.py -> console/master.py
|
2016-06-04 16:06:44 +12:00 |
|
Aldo Cortesi
|
12a4f9ecf9
|
Very basic test truss for web.app
|
2016-06-04 15:30:28 +12:00 |
|
Aldo Cortesi
|
f7f9cab5dc
|
Rebase on master
|
2016-06-04 14:37:07 +12:00 |
|
Maximilian Hils
|
1b1ea98f08
|
web: add flows to redux state
|
2016-06-03 18:53:30 -07:00 |
|
Maximilian Hils
|
1b327f34c3
|
web: add redux list views
|
2016-06-03 18:38:25 -07:00 |
|
Maximilian Hils
|
ff9cc8b283
|
web: remove old event log store
|
2016-06-03 18:38:25 -07:00 |
|
Maximilian Hils
|
d6fcd7e06d
|
web: implement redux store fetching
|
2016-06-03 18:38:25 -07:00 |
|
Thomas Kriechbaumer
|
46d9cdd70a
|
fix style
|
2016-06-03 18:57:46 +02:00 |
|
Maximilian Hils
|
e31aa39fc2
|
Merge branch 'redux-ducks'
|
2016-06-02 23:45:36 -07:00 |
|
Maximilian Hils
|
65fde7f554
|
Merge pull request #1190 from mitmproxy/file_menu_save_open
File menu save open
|
2016-06-02 23:42:35 -07:00 |
|
Maximilian Hils
|
5321f15def
|
web: fix eventlog height registration
|
2016-06-02 23:41:32 -07:00 |
|
Maximilian Hils
|
7afac747a8
|
web: reduxify event log store
|
2016-06-02 23:40:30 -07:00 |
|
Maximilian Hils
|
7c63aa3708
|
web: reduxify WebSocket
|
2016-06-02 21:12:59 -07:00 |
|
Aldo Cortesi
|
1ab64da682
|
Merge pull request #1167 from xntrik/mark_filter
implement a toggle for viewing marked flows only in console
|
2016-06-03 15:05:18 +12:00 |
|
Aldo Cortesi
|
08e4cd2a40
|
Merge remote-tracking branch 'upstream/master'
|
2016-06-03 14:55:35 +12:00 |
|
Aldo Cortesi
|
25671b91bd
|
Fix flow handling for mitmdump
Fixes #1188
|
2016-06-03 14:53:51 +12:00 |
|
Maximilian Hils
|
6a91ab166f
|
remove reducers directory
|
2016-06-02 19:29:03 -07:00 |
|
Maximilian Hils
|
a2d13714a6
|
Merge pull request #1202 from Lukasa/track-down-crypto-problems
Better debugging output.
|
2016-06-02 19:12:05 -07:00 |
|
Aldo Cortesi
|
7191906ba8
|
Merge pull request #1192 from cortesi/testsuite
WIP: Solidify pathod test suite
|
2016-06-03 14:08:48 +12:00 |
|
Aldo Cortesi
|
28aa6f0564
|
Bush-leage revert: re-enable brew OpenSSL update
|
2016-06-03 13:58:03 +12:00 |
|
Aldo Cortesi
|
6943d7e397
|
More explicit name for the tcp.Server handler counter
|
2016-06-03 13:57:12 +12:00 |
|
Cory Benfield
|
010e3bb39d
|
Quiet mode is a lie!
|
2016-06-02 18:56:32 -07:00 |
|
Cory Benfield
|
179b6e3525
|
Better debugging output.
|
2016-06-02 18:42:15 -07:00 |
|
Maximilian Hils
|
734ec94554
|
slightly improve readme wording
|
2016-06-02 18:25:56 -07:00 |
|
Aldo Cortesi
|
0d4a930397
|
Try not updating OpenSSL for now
|
2016-06-03 12:46:48 +12:00 |
|
Maximilian Hils
|
698d38b28e
|
web: 🐣
|
2016-06-02 17:46:18 -07:00 |
|
Aldo Cortesi
|
e584ef0c56
|
Make dev.sh noisy to troubleshoot OpenSSL travis issue
|
2016-06-03 12:37:20 +12:00 |
|
Aldo Cortesi
|
e60860e65d
|
Make tcp.Client.connect return a context manager that closes the connection
|
2016-06-03 12:06:36 +12:00 |
|
Aldo Cortesi
|
36383a6146
|
Pathod websocket service threads should not be immortal
|
2016-06-03 11:58:05 +12:00 |
|
Aldo Cortesi
|
c5076f5e01
|
Implement a service connection handler counter, use it in Pathod test suite
Lots of failures, but that's a good thing.
|
2016-06-03 11:47:07 +12:00 |
|
Aldo Cortesi
|
c6d15904f3
|
Merge remote-tracking branch 'upstream/master' into testsuite
|
2016-06-03 10:19:22 +12:00 |
|
Thomas Kriechbaumer
|
b9ad7be5ac
|
Merge pull request #1199 from dufferzafar/pathod-generator-hotfix
Handle the slice object case in TransformGenerator.__getitem__
|
2016-06-02 22:45:55 +02:00 |
|
Shadab Zafar
|
8e60a9bca9
|
Handle the slice object case in TransformGenerator.__getitem__
|
2016-06-03 02:00:58 +05:30 |
|
Clemens
|
5e7fa349a9
|
final review done, nothing to change -> ready to merge
|
2016-06-02 21:01:22 +02:00 |
|
Maximilian Hils
|
9c6da08d00
|
fix dumpfile upload
|
2016-06-02 11:41:26 -07:00 |
|
Thomas Kriechbaumer
|
66ec1940ac
|
Merge pull request #1198 from s4chin/add-install-instructions
Add installation section to README
|
2016-06-02 20:06:24 +02:00 |
|
Sachin Kelkar
|
2ca066b7d6
|
Update README
|
2016-06-02 23:27:26 +05:30 |
|
Maximilian Hils
|
73e494770f
|
web: add fetchApi convenience method
|
2016-06-02 10:34:16 -07:00 |
|
Clemens
|
89fc438e32
|
change some pr issuses
|
2016-06-02 10:31:24 -07:00 |
|
Clemens
|
a219d33430
|
basic file up and download working
|
2016-06-02 10:30:53 -07:00 |
|
Clemens
|
cf544318ae
|
basic file up and download working
|
2016-06-02 10:30:43 -07:00 |
|
Clemens
|
dfc033ab5f
|
added basic file up_download functionality (not finish yet)
|
2016-06-02 10:30:43 -07:00 |
|
Clemens
|
3e6a74f4ee
|
added ui
|
2016-06-02 10:29:55 -07:00 |
|
Maximilian Hils
|
d84610a41d
|
web: use object spread operator
While the spread operator is not part of ES6, React also uses it for JSX.
It makes sense for us to keep it in other parts of the codebase as well.
|
2016-06-02 10:24:33 -07:00 |
|
Maximilian Hils
|
5e385405ca
|
please flake8
|
2016-06-02 09:54:19 -07:00 |
|
Maximilian Hils
|
29c52d98dc
|
Merge remote-tracking branch 'duffer/pathod-lang-generators'
|
2016-06-02 09:53:22 -07:00 |
|
Maximilian Hils
|
7a388560d7
|
use object spread operator
While the spread operator is not part of ES6, React also uses it for JSX.
It makes sense for us to keep it in other parts of the codebase as well.
|
2016-06-02 09:51:39 -07:00 |
|