aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/models/connections.py
Commit message (Collapse)AuthorAgeFilesLines
* move mitmproxyMaximilian Hils2016-02-151-161/+0
|
* make stateobject simpler and stricterMaximilian Hils2016-02-081-39/+4
|
* simplify state managementMaximilian Hils2016-02-081-5/+4
|
* code formatting: fix whitespace issuesThomas Kriechbaumer2016-01-271-1/+3
|
* Minor aesthetic fixes.Sandor Nemes2016-01-181-2/+0
|
* Fixed a problem with the bind address not being used as the source address ↵Sandor Nemes2016-01-081-2/+4
| | | | on outgoing TCP packets
* [docs/libmproxy/test] Support single client-side cert file as argument toMichael J. Bazzinotti2015-12-281-5/+8
| | | | --client-certs
* simplify Client/ServerConnection.__repr__Maximilian Hils2015-11-261-6/+4
|
* update web builds, use watchifyMaximilian Hils2015-10-081-3/+3
|
* default should not be NoneColin Bendell2015-10-071-1/+1
| | | Fixed default value when self.address has not been set
* Check if server connection hasn't yet been initiatedColin Bendell2015-10-071-2/+2
| | | This fixes #761 when NoneType error is thrown when non-TLS requests initiate a client request but the server connection hasn't yet been initiated.
* fix dns_spoofing example, avoid connecting to itselfMaximilian Hils2015-08-311-1/+1
|
* move files aroundMaximilian Hils2015-08-301-0/+194