Shadab Zafar
|
500bf18023
|
Enable Travis for the entire pathod directory :)
|
2016-06-16 17:08:06 -07:00 |
|
Shadab Zafar
|
f399a5cd29
|
Py3: Fix tests by using byte literals
|
2016-06-16 17:08:06 -07:00 |
|
Jason
|
034287edcf
|
[web] clean up
|
2016-06-17 07:57:06 +08:00 |
|
Maximilian Hils
|
4836f3f12b
|
Merge pull request #1263 from Kriechi/readme
Update README with information about tox & flake8.
|
2016-06-16 16:28:18 -07:00 |
|
Jason
|
16a28eca25
|
[web] websocket
|
2016-06-17 07:26:29 +08:00 |
|
Jason
|
7a78970d10
|
[web] common
|
2016-06-17 07:07:38 +08:00 |
|
Jason
|
4ce7a9ba77
|
[web] editor config for line endings
|
2016-06-17 06:26:46 +08:00 |
|
Jason
|
6ad2f13341
|
[web] fix settings ducks
|
2016-06-17 06:01:29 +08:00 |
|
Jason
|
cedac98b70
|
[web] promot reduce
|
2016-06-17 05:08:05 +08:00 |
|
Jason
|
7fb0836bfe
|
[web] remove store
|
2016-06-17 05:08:05 +08:00 |
|
Jason
|
b88937f1e0
|
[web] eliminate SettingsStore
|
2016-06-17 05:08:05 +08:00 |
|
Jason
|
99b2b8633d
|
[web] settings store
|
2016-06-17 05:08:05 +08:00 |
|
Jason
|
f5c597a9e3
|
[web] Editor & Prompt
|
2016-06-17 04:38:35 +08:00 |
|
Jason
|
e5bf1e930a
|
[web] FlowView and ContentView
|
2016-06-17 04:37:57 +08:00 |
|
Thomas Kriechbaumer
|
daa31c0fe0
|
hide codecov.yml
|
2016-06-16 18:13:03 +02:00 |
|
Maximilian Hils
|
1fc2db85fa
|
web: fix tests
|
2016-06-16 03:06:08 -07:00 |
|
Thomas Kriechbaumer
|
1575fd3c9e
|
update README with tox and flake8 info
|
2016-06-16 10:12:22 +02:00 |
|
Maximilian Hils
|
848e7c6c50
|
web: use implicit bindActionCreators
|
2016-06-15 14:32:03 -07:00 |
|
Maximilian Hils
|
c7a891b652
|
Merge branch 'add_flow_to_options'
|
2016-06-15 13:40:03 -07:00 |
|
Maximilian Hils
|
94e2929b3f
|
minor fixes
|
2016-06-15 13:39:56 -07:00 |
|
Shadab Zafar
|
7de5d7b298
|
Enable Travis for test/pathod/test_pathoc
|
2016-06-15 09:49:39 +02:00 |
|
Shadab Zafar
|
52fa195204
|
Unexpected spaces around =
|
2016-06-15 09:49:39 +02:00 |
|
Shadab Zafar
|
03ce09ca99
|
Py3: Split on byte newlines in pathod.log
|
2016-06-15 09:49:39 +02:00 |
|
Shadab Zafar
|
22a94f06e6
|
Py3: Find Content-Length header by bytes
|
2016-06-15 09:49:38 +02:00 |
|
Shadab Zafar
|
f83433e674
|
Py3: pathoc
|
2016-06-15 09:49:38 +02:00 |
|
Shadab Zafar
|
fa40531a80
|
Py3: pathod
|
2016-06-15 09:49:38 +02:00 |
|
Shadab Zafar
|
d9b940c21e
|
Py3: websockets
|
2016-06-15 09:49:38 +02:00 |
|
Shadab Zafar
|
0f1aa2b78e
|
Py3: fix http2 bytes issue
|
2016-06-15 09:49:38 +02:00 |
|
Clemens
|
48e372bf98
|
rename view -> ui, make code more readable
|
2016-06-15 08:54:55 +02:00 |
|
Clemens
|
00b4abfe83
|
add previous state to dispatch function
|
2016-06-15 00:19:33 +02:00 |
|
Clemens
|
003096b4cc
|
code review
|
2016-06-14 22:17:34 +02:00 |
|
Maximilian Hils
|
26fe7dc87d
|
Merge pull request #1257 from tdickers/master
Make har_extractor.py output HAR 1.2 spec-compliant
|
2016-06-14 10:03:13 -07:00 |
|
Tai Dickerson
|
c2d0910e59
|
Make har_extractor.py output HAR 1.2 spec-compliant
HAR files were failing to load in harviewer (http://www.softwareishard.com/har/viewer/) due to:
- ISO 8601 dates for startedDateTime missing timezone (http://www.softwareishard.com/blog/har-12-spec/#pages)
-- Used UTC but could add detection of default system timezone if desired
- pages object missing pageTimings (http://www.softwareishard.com/blog/har-12-spec/#pageTimings)
-- Used {} because all child fields are optional
|
2016-06-14 12:47:10 -04:00 |
|
Clemens
|
bf75e14573
|
added flowMenu
|
2016-06-14 11:20:48 +02:00 |
|
Aldo Cortesi
|
a63817f2b8
|
Merge pull request #1253 from mhils/fix-debug
Fix Debug Mode on Windows
|
2016-06-14 17:12:02 +12:00 |
|
Aldo Cortesi
|
04394ebd50
|
Merge pull request #1251 from cortesi/netlibrace
Roll connect handlers and thread leak detection out in more of the netlib test suite
|
2016-06-14 17:11:41 +12:00 |
|
Aldo Cortesi
|
93276d45be
|
Merge branch 'master' into netlibrace
|
2016-06-14 16:29:15 +12:00 |
|
Aldo Cortesi
|
4c292b0197
|
Fix Python3 tests
|
2016-06-14 16:13:50 +12:00 |
|
Aldo Cortesi
|
d8ae2f1562
|
Merge pull request #1254 from mitmproxy/scriptargs
Inline Scripts: use sys.argv instead of args argument.
|
2016-06-14 15:25:01 +12:00 |
|
Aldo Cortesi
|
c2b5a13e3f
|
Don't fail when start() is not defined
|
2016-06-14 14:39:07 +12:00 |
|
Aldo Cortesi
|
59aff68e7a
|
Merge branch 'netlibrace' of github.com:cortesi/mitmproxy into netlibrace
|
2016-06-14 14:35:12 +12:00 |
|
Aldo Cortesi
|
50a20fefee
|
Satisfy lint
|
2016-06-14 14:34:30 +12:00 |
|
Aldo Cortesi
|
9e63350a96
|
Use handlers in http2 test suite
|
2016-06-14 14:32:18 +12:00 |
|
Aldo Cortesi
|
e6fd98bb72
|
Start rolling out leak detection in netlib
|
2016-06-14 14:32:18 +12:00 |
|
Maximilian Hils
|
63c6660895
|
update examples, tests, docs
|
2016-06-13 18:17:09 -07:00 |
|
Maximilian Hils
|
804efe9d38
|
fix contextmanager, remove args argument to start()
|
2016-06-13 18:08:57 -07:00 |
|
Maximilian Hils
|
3c9a70b761
|
fix debug mode on Windows
|
2016-06-13 18:06:44 -07:00 |
|
Aldo Cortesi
|
e7b61995ad
|
A tiny wrapper to make script invocations nicer
|
2016-06-14 12:34:22 +12:00 |
|
Aldo Cortesi
|
3c5b0491e6
|
Use handlers in http2 test suite
|
2016-06-14 12:09:13 +12:00 |
|
Aldo Cortesi
|
d7d532d6a6
|
Merge remote-tracking branch 'upstream/master' into netlibrace
|
2016-06-14 11:20:29 +12:00 |
|