aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol/tcp.py
Commit message (Collapse)AuthorAgeFilesLines
* fix ssl shutdown in tcp mode, refs #464Maximilian Hils2015-02-051-1/+3
|
* fix #464Maximilian Hils2015-02-051-2/+4
|
* add generic tcp proxying, fix #374Maximilian Hils2014-10-181-16/+19
|
* Clean up and clarify StateObjectAldo Cortesi2014-09-171-7/+26
| | | | | | | | | - Flatten the class hierarchy - get_state, load_state, from_state are public - Simplify code - Remove __eq__ and __neq__. This fundamentally changes the semantics of inherited objects in a way that's not part of the core function of the class
* coverage++Maximilian Hils2014-09-041-2/+2
|
* ui: display * instead of 0.0.0.0 for the bound addressMaximilian Hils2014-09-031-1/+1
|
* improve error handlingMaximilian Hils2014-09-021-42/+46
|
* refactor protocol handling, fix #332Maximilian Hils2014-08-301-2/+2
|
* implement passthrough mode, fixes #175Maximilian Hils2014-08-091-2/+3
|
* refactor tcp handling, fix #280Maximilian Hils2014-07-271-32/+37
|
* add support for log levelsMaximilian Hils2014-03-131-2/+2
|
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-0/+1
|
* split up protocol\__init__.pyMaximilian Hils2014-03-101-1/+1
|
* Minor cleanups.Aldo Cortesi2014-03-021-7/+6
|
* fix bug: ensure that server connection is present for tcp connectionsMaximilian Hils2014-02-171-0/+1
|
* remove _flow_map from state, improve loggingMaximilian Hils2014-01-311-1/+1
|
* fix server reconnectMaximilian Hils2014-01-311-3/+5
|
* add generic TCP handler with SSL support, move StateObject into netlibMaximilian Hils2014-01-301-0/+57