index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: clear_log to clear socket logs
Aldo Cortesi
2015-06-05
2
-0
/
+5
*
Bump version
Aldo Cortesi
2015-06-04
1
-1
/
+1
*
Merge pull request #61 from Kriechi/distribute-cffi
Maximilian Hils
2015-05-31
2
-3
/
+37
|
\
|
*
distribute cffi correctly
Thomas Kriechbaumer
2015-05-30
2
-3
/
+37
*
|
websockets: nicer human readable
Aldo Cortesi
2015-05-31
1
-3
/
+5
*
|
When we see an incomplete read with 0 bytes, it's a disconnect
Aldo Cortesi
2015-05-31
1
-3
/
+6
*
|
Save first byte timestamp for writers too.
Aldo Cortesi
2015-05-31
1
-0
/
+1
*
|
Move version check to netlib, unit test it.
Aldo Cortesi
2015-05-31
2
-0
/
+71
|
/
*
Adjust pep8 parameters, reformat
Aldo Cortesi
2015-05-30
16
-179
/
+455
*
Merge pull request #62 from Kriechi/h2-client
Aldo Cortesi
2015-05-30
8
-55
/
+416
|
\
|
*
make tests aware of ALPN & OpenSSL 1.0.2 dependency
Thomas Kriechbaumer
2015-05-29
1
-8
/
+13
|
*
cleanup imports
Thomas Kriechbaumer
2015-05-29
2
-3
/
+0
|
*
add HTTP/2-capable client
Thomas Kriechbaumer
2015-05-29
2
-0
/
+85
|
*
add ALPN support to TCP abstraction
Thomas Kriechbaumer
2015-05-29
3
-9
/
+47
|
*
add generic frame parsing method
Thomas Kriechbaumer
2015-05-29
1
-0
/
+17
|
*
add hpack to encode and decode headers
Thomas Kriechbaumer
2015-05-29
3
-46
/
+167
|
*
fix default argument
Thomas Kriechbaumer
2015-05-29
1
-1
/
+5
|
*
add human_readable() to each frame for debugging
Thomas Kriechbaumer
2015-05-29
2
-15
/
+108
|
*
test Address __str__
Thomas Kriechbaumer
2015-05-29
1
-0
/
+1
|
/
*
improve travis coding style checks
Thomas Kriechbaumer
2015-05-29
3
-2
/
+22
*
Satisfy autobots.
Aldo Cortesi
2015-05-28
1
-1
/
+2
*
Merge branch 'Kriechi-cleanup'
Aldo Cortesi
2015-05-28
32
-361
/
+538
|
\
|
*
add pep8 autoformat checks to travis
Thomas Kriechbaumer
2015-05-27
3
-4
/
+9
|
*
cleanup code with autoflake
Thomas Kriechbaumer
2015-05-27
10
-28
/
+8
|
*
cleanup code with autopep8
Thomas Kriechbaumer
2015-05-27
27
-332
/
+510
*
|
Merge pull request #59 from Kriechi/update-tls-defaults
Aldo Cortesi
2015-05-28
2
-14
/
+32
|
\
\
|
|
/
|
/
|
|
*
update TLS defaults: signature hash and DH params
Thomas Kriechbaumer
2015-05-27
2
-14
/
+32
|
/
*
Merge pull request #58 from Kriechi/update-openssl
Aldo Cortesi
2015-05-27
2
-10
/
+7
|
\
|
*
remove outdated workarounds
Thomas Kriechbaumer
2015-05-27
1
-8
/
+4
|
*
bump pyOpenSSL and cryptography dependencies
Thomas Kriechbaumer
2015-05-27
1
-2
/
+3
|
/
*
Merge pull request #56 from Kriechi/http2-frames
Aldo Cortesi
2015-05-27
5
-0
/
+742
|
\
|
*
implement basic HTTP/2 frame classes
Thomas Kriechbaumer
2015-05-26
5
-0
/
+742
*
|
Post release version bump.
Aldo Cortesi
2015-05-26
1
-1
/
+1
|
/
*
improve displaying tcp addresses
Maximilian Hils
2015-05-18
1
-1
/
+4
*
release prep: bump version
Aldo Cortesi
2015-05-18
1
-1
/
+1
*
Zap outdated comment
Aldo Cortesi
2015-05-16
1
-3
/
+1
*
Zap a left-over test
Aldo Cortesi
2015-05-05
1
-12
/
+0
*
Add tcp.Reader.safe_read, use it in socks and websockets
Aldo Cortesi
2015-05-05
7
-62
/
+80
*
websockets: more flexible masking interface.
Aldo Cortesi
2015-05-01
1
-3
/
+8
*
websockets: A progressive masker.
Aldo Cortesi
2015-05-01
2
-14
/
+34
*
websockets: more compact and legible human_readable
Aldo Cortesi
2015-04-30
4
-28
/
+55
*
Add a tiny utility class for keeping bi-directional mappings.
Aldo Cortesi
2015-04-30
5
-35
/
+91
*
testing: http read_request corner case
Aldo Cortesi
2015-04-30
1
-0
/
+5
*
websockets: nicer frame construction
Aldo Cortesi
2015-04-24
2
-15
/
+35
*
websockets: include all header values in frame roundtrip
Aldo Cortesi
2015-04-24
2
-12
/
+19
*
websockets: remove validation
Aldo Cortesi
2015-04-24
2
-38
/
+12
*
websocket: interface refactoring
Aldo Cortesi
2015-04-24
3
-167
/
+201
*
websockets: refactor to avoid rundantly specifying payloads and payload lengths
Aldo Cortesi
2015-04-24
2
-51
/
+26
*
websockets: extract frame header creation into a function
Aldo Cortesi
2015-04-24
2
-120
/
+147
*
websockets: handshake checks only take headers
Aldo Cortesi
2015-04-23
4
-40
/
+24
[next]