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
/
netlib
/
websockets.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
websockets: nicer human readable
Aldo Cortesi
2015-05-31
1
-3
/
+5
*
cleanup code with autopep8
Thomas Kriechbaumer
2015-05-27
1
-41
/
+46
*
Zap outdated comment
Aldo Cortesi
2015-05-16
1
-3
/
+1
*
Add tcp.Reader.safe_read, use it in socks and websockets
Aldo Cortesi
2015-05-05
1
-8
/
+8
*
websockets: more flexible masking interface.
Aldo Cortesi
2015-05-01
1
-3
/
+8
*
websockets: A progressive masker.
Aldo Cortesi
2015-05-01
1
-14
/
+18
*
websockets: more compact and legible human_readable
Aldo Cortesi
2015-04-30
1
-21
/
+17
*
Add a tiny utility class for keeping bi-directional mappings.
Aldo Cortesi
2015-04-30
1
-6
/
+19
*
websockets: nicer frame construction
Aldo Cortesi
2015-04-24
1
-15
/
+23
*
websockets: include all header values in frame roundtrip
Aldo Cortesi
2015-04-24
1
-12
/
+15
*
websockets: remove validation
Aldo Cortesi
2015-04-24
1
-20
/
+4
*
websocket: interface refactoring
Aldo Cortesi
2015-04-24
1
-160
/
+143
*
websockets: refactor to avoid rundantly specifying payloads and payload lengths
Aldo Cortesi
2015-04-24
1
-37
/
+23
*
websockets: extract frame header creation into a function
Aldo Cortesi
2015-04-24
1
-120
/
+143
*
websockets: handshake checks only take headers
Aldo Cortesi
2015-04-23
1
-6
/
+6
*
websockets: (very) slightly nicer is_valid constraints
Aldo Cortesi
2015-04-21
1
-5
/
+3
*
websockets: constants, variable names, refactoring
Aldo Cortesi
2015-04-21
1
-35
/
+40
*
Whitespace, interface simplification
Aldo Cortesi
2015-04-21
1
-15
/
+2
*
websockets: refactor to use http and header functions in http.py
Aldo Cortesi
2015-04-21
1
-73
/
+35
*
Whitespace, indentation, nounce -> nonce
Aldo Cortesi
2015-04-21
1
-25
/
+25
*
fixing test coverage, adding to_file/from_file reader writes to match socks.py
Chandler Abraham
2015-04-19
1
-28
/
+34
*
Websockets: reorganise
Aldo Cortesi
2015-04-20
1
-0
/
+410