aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy/connection.py
Commit message (Collapse)AuthorAgeFilesLines
* allow specification of SSL version, only allow TLS1.0+ by defaultMaximilian Hils2014-12-151-2/+3
|
* implement FlowStore basicsMaximilian Hils2014-09-171-0/+1
|
* Introduce short form object state, and connect the ends to send data to web appAldo Cortesi2014-09-171-4/+4
|
* Clean up and clarify StateObjectAldo Cortesi2014-09-171-15/+15
| | | | | | | | | - 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-9/+4
|
* simplify server changes for inline scriptsMaximilian Hils2014-09-031-3/+2
|
* improve error handlingMaximilian Hils2014-09-021-6/+2
|
* fix script testsMaximilian Hils2014-08-181-0/+2
|
* fix #327Maximilian Hils2014-08-181-0/+20
|
* fix display of urls in upstream mode, refs #308Maximilian Hils2014-08-081-1/+1
|
* properly express state information on server connections, refs #315Maximilian Hils2014-08-081-0/+2
|
* expose socknameMaximilian Hils2014-06-251-0/+3
|
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-1/+2
|
* finish proxy.py split upMaximilian Hils2014-03-091-0/+139