index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Basic ConsoleMaster tests, based on mastertester
Aldo Cortesi
2016-06-04
1
-1
/
+13
*
console/__init__.py -> console/master.py
Aldo Cortesi
2016-06-04
1
-6
/
+6
*
Very basic test truss for web.app
Aldo Cortesi
2016-06-04
1
-0
/
+22
*
Rebase on master
Aldo Cortesi
2016-06-04
4
-76
/
+119
*
Make tcp.Client.connect return a context manager that closes the connection
Aldo Cortesi
2016-06-03
1
-18
/
+18
*
Implement a service connection handler counter, use it in Pathod test suite
Aldo Cortesi
2016-06-03
1
-0
/
+1
*
Merge remote-tracking branch 'upstream/master' into testsuite
Aldo Cortesi
2016-06-03
1
-5
/
+8
|
\
|
*
Merge remote-tracking branch 'duffer/pathod-lang-generators'
Maximilian Hils
2016-06-02
1
-5
/
+8
|
|
\
|
|
*
Py3: Return bytes from FileGenerator
Shadab Zafar
2016-06-02
1
-4
/
+6
|
|
*
Py3: Return bytes from RandomGenerator
Shadab Zafar
2016-06-02
1
-1
/
+2
*
|
|
Satisfy linting gods
Aldo Cortesi
2016-06-02
1
-1
/
+2
*
|
|
Silence requests warnings
Aldo Cortesi
2016-06-02
1
-0
/
+3
*
|
|
Reimplement test retrievals on pathoc and ditch requests
Aldo Cortesi
2016-06-02
3
-11
/
+27
*
|
|
pathod.test shouldn't use the API at all
Aldo Cortesi
2016-06-02
1
-4
/
+5
*
|
|
Since we have locks over the logs, use direct access rather than API requests...
Aldo Cortesi
2016-06-02
2
-5
/
+4
*
|
|
Honesty in testing
Aldo Cortesi
2016-06-02
1
-5
/
+0
|
/
/
*
|
Shift a bunch more string-related functions to strutils
Aldo Cortesi
2016-06-02
3
-23
/
+23
*
|
Consolidate some functions to strutils.bytes_to_escaped_str
Aldo Cortesi
2016-06-02
1
-11
/
+0
*
|
Utils reorganisation: add netlib.strutils
Aldo Cortesi
2016-06-02
2
-37
/
+40
*
|
Fix non-deterministic test failures in export
Aldo Cortesi
2016-06-02
1
-2
/
+4
|
/
*
Merge pull request #1180 from dufferzafar/pathod-base
Maximilian Hils
2016-05-31
1
-12
/
+12
|
\
|
*
Py3: Use byte literals for comparison
Shadab Zafar
2016-05-31
1
-12
/
+12
*
|
be more strict about module namespaces
Maximilian Hils
2016-05-31
1
-2
/
+1
|
/
*
http2.frame -> http2.framereader
Aldo Cortesi
2016-05-31
2
-10
/
+10
*
Fix test failures
Aldo Cortesi
2016-05-31
1
-1
/
+1
*
Satisfy flake8
Aldo Cortesi
2016-05-31
4
-0
/
+4
*
Unify and make symmetric pretty_size and parse_size
Aldo Cortesi
2016-05-31
1
-4
/
+8
*
Move human-friendly format functions to netlib.human, remove redundant implem...
Aldo Cortesi
2016-05-31
4
-39
/
+31
*
utils.multipartdecode -> http.multipart.decode
Aldo Cortesi
2016-05-31
3
-32
/
+33
*
netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokens
Aldo Cortesi
2016-05-31
2
-12
/
+12
*
Module is part of the name - url.decode, not url.urldecode
Aldo Cortesi
2016-05-31
2
-22
/
+22
*
Extract url functions from netlib.utils and move to netlib.http.url
Aldo Cortesi
2016-05-31
3
-67
/
+68
*
Start cleaning up netlib.utils
Aldo Cortesi
2016-05-31
4
-47
/
+47
*
Improve handling of pseudo-headers
Aldo Cortesi
2016-05-31
1
-1
/
+4
*
Fix test import error
Aldo Cortesi
2016-05-31
1
-1
/
+2
*
split mitmproxy.flow into mitmproxy.flow.*
Maximilian Hils
2016-05-30
1
-21
/
+21
*
fix
Thomas Kriechbaumer
2016-05-29
1
-1
/
+1
*
fix windows paths
Thomas Kriechbaumer
2016-05-29
1
-2
/
+2
*
fix har test
Thomas Kriechbaumer
2016-05-29
1
-5
/
+5
*
fix headers order
Thomas Kriechbaumer
2016-05-29
1
-1
/
+1
*
fix #1162
Thomas Kriechbaumer
2016-05-29
1
-2
/
+5
*
more style cleanup
Thomas Kriechbaumer
2016-05-29
52
-86
/
+93
*
more style cleanup
Thomas Kriechbaumer
2016-05-29
11
-57
/
+63
*
Merge pull request #1172 from cortesi/solidcore
Aldo Cortesi
2016-05-29
6
-104
/
+104
|
\
|
*
handle_* -> *
Aldo Cortesi
2016-05-29
6
-66
/
+58
|
*
Explicitly list all events
Aldo Cortesi
2016-05-29
1
-2
/
+2
|
*
Flatten ServerMaster into Master
Aldo Cortesi
2016-05-29
1
-5
/
+2
|
*
Merge branch 'master' into solidcore
Aldo Cortesi
2016-05-29
18
-28
/
+21
|
|
\
|
*
|
Make @controller.handler inheritance-friendly
Aldo Cortesi
2016-05-28
1
-4
/
+1
|
*
|
Mandate that all handlers must be wrapped, make tests pass
Aldo Cortesi
2016-05-28
2
-18
/
+26
[next]