aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * implement basic HTTP/2 frame classesThomas Kriechbaumer2015-05-265-0/+742
| | * | Post release version bump.Aldo Cortesi2015-05-261-1/+1
| | |/
| | * improve displaying tcp addressesMaximilian Hils2015-05-181-1/+4
| | * release prep: bump versionAldo Cortesi2015-05-181-1/+1
| | * Zap outdated commentAldo Cortesi2015-05-161-3/+1
| | * Zap a left-over testAldo Cortesi2015-05-051-12/+0
| | * Add tcp.Reader.safe_read, use it in socks and websocketsAldo Cortesi2015-05-057-62/+80
| | * websockets: more flexible masking interface.Aldo Cortesi2015-05-011-3/+8
| | * websockets: A progressive masker.Aldo Cortesi2015-05-012-14/+34
| | * websockets: more compact and legible human_readableAldo Cortesi2015-04-304-28/+55
| | * Add a tiny utility class for keeping bi-directional mappings.Aldo Cortesi2015-04-305-35/+91
| | * testing: http read_request corner caseAldo Cortesi2015-04-301-0/+5
| | * websockets: nicer frame constructionAldo Cortesi2015-04-242-15/+35
| | * websockets: include all header values in frame roundtripAldo Cortesi2015-04-242-12/+19
| | * websockets: remove validationAldo Cortesi2015-04-242-38/+12
| | * websocket: interface refactoringAldo Cortesi2015-04-243-167/+201
| | * websockets: refactor to avoid rundantly specifying payloads and payload lengthsAldo Cortesi2015-04-242-51/+26
| | * websockets: extract frame header creation into a functionAldo Cortesi2015-04-242-120/+147
| | * websockets: handshake checks only take headersAldo Cortesi2015-04-234-40/+24
| | * websockets: (very) slightly nicer is_valid constraintsAldo Cortesi2015-04-211-5/+3
| | * websockets: constants, variable names, refactoringAldo Cortesi2015-04-212-35/+67
| | * Whitespace, interface simplificationAldo Cortesi2015-04-212-25/+5
| | * websockets: refactor to use http and header functions in http.pyAldo Cortesi2015-04-213-194/+152
| | * Whitespace, indentation, nounce -> nonceAldo Cortesi2015-04-213-66/+79
| | * Whitespace, pep8, mixed indentationAldo Cortesi2015-04-213-19/+74
| | * Return a named tuple from read_responseAldo Cortesi2015-04-212-6/+20
| | * Migrate requeset reading from mitmproxy to netlibAldo Cortesi2015-04-213-3/+195
| | * Merge pull request #55 from Chandler/websocketsAldo Cortesi2015-04-202-45/+77
| | |\
| | | * whitespaceChandler Abraham2015-04-191-2/+1
| | | * remove subproject commitChandler Abraham2015-04-191-6/+0
| | | * fixing test coverage, adding to_file/from_file reader writes to match socks.pyChandler Abraham2015-04-193-45/+84
| | |/
| | * Websockets: reorganiseAldo Cortesi2015-04-204-98/+90
| | * Merge branch 'master' of github.com:mitmproxy/netlibMaximilian Hils2015-04-1713-24/+1088
| | |\
| | | * websockets: more whitespace, WebSocketFrame -> FrameAldo Cortesi2015-04-173-76/+81
| | | * websockets: whitespace, PEP8Aldo Cortesi2015-04-171-73/+96
| | | * Merge pull request #54 from Chandler/websocketsAldo Cortesi2015-04-175-0/+556
| | | |\
| | | | * 100% test coverage, though still need plenty moreChandler Abraham2015-04-134-29/+18
| | | | * whitespaceChandler Abraham2015-04-111-6/+1
| | | | * handshake tests, serialization testChandler Abraham2015-04-113-28/+105
| | | | * small cleanups, working on testsChandler Abraham2015-04-113-28/+41
| | | | * netlib websocketsChandler Abraham2015-04-106-0/+482
| | | * | Improve flexibility of http_cookies._format_pairsAldo Cortesi2015-04-161-2/+2
| | | * | ODict improvementsAldo Cortesi2015-04-156-34/+72
| | | * | odict: don't convert values to strings when addedAldo Cortesi2015-04-141-2/+2
| | | * | Add an .extend method for ODictsAldo Cortesi2015-04-142-1/+12
| | | * | Remove old-style set-cookie cruft, unit tests to 100%Aldo Cortesi2015-04-142-11/+9
| | | * | Firm up cookie parsing and formatting APIAldo Cortesi2015-04-142-32/+195
| | | * | Merge branch 'master' of https://github.com/mitmproxy/netlibAldo Cortesi2015-04-127-35/+38
| | | |\|
| | | * | cookies: Cater for special values, fix some bugs found in real-world testingAldo Cortesi2015-04-122-15/+41
| | | * | Initial outline of a cookie parsing and serialization module.Aldo Cortesi2015-04-123-0/+244