aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/models
Commit message (Collapse)AuthorAgeFilesLines
* move mitmproxyMaximilian Hils2016-02-154-817/+0
|
* fix plain http proxyingMaximilian Hils2016-02-141-0/+1
|
* autopep8Thomas Kriechbaumer2016-02-141-1/+0
|
* Do not send Proxy-Agent in CONNECT responsesWill Coster2016-02-131-4/+3
| | | | | | | Sending any headers at all in response to a CONNECT request breaks proxying Android emulators on all non-80 ports. Issue: #783
* make stateobject simpler and stricterMaximilian Hils2016-02-083-81/+43
|
* simplify state managementMaximilian Hils2016-02-083-80/+29
|
* remove duplicate codeMaximilian Hils2016-02-081-27/+0
|
* fix #876Maximilian Hils2016-02-081-4/+6
|
* add comment that explains OrderedDict useMaximilian Hils2016-02-041-0/+4
|
* fix race condition during state loadingThomas Kriechbaumer2016-02-041-1/+2
| | | PyPy and Python2.7 might process the state attributes in different order.
* --wip--Thomas Kriechbaumer2016-02-041-4/+0
|
* code formatting: fix whitespace issuesThomas Kriechbaumer2016-01-273-2/+9
|
* 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 #773Maximilian Hils2015-09-281-4/+14
|
* fix testsMaximilian Hils2015-09-281-1/+1
|
* Merge branch 'http-models'Maximilian Hils2015-09-281-65/+36
|\
| * adjust to netlib response changes + docsMaximilian Hils2015-09-261-18/+18
| |
| * adjust to netlib request changes + docsMaximilian Hils2015-09-261-47/+18
| |
* | handle Expect: 100-continue header, fix #770Maximilian Hils2015-09-282-2/+4
|/
* fix minor bugs, add py.test compatibilityMaximilian Hils2015-09-211-1/+5
|
* experimental: don't interfere with headers, fix #93Maximilian Hils2015-09-181-1/+0
|
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-171-11/+11
|
* adjust to netlib changesMaximilian Hils2015-09-161-13/+12
|
* minor fixesMaximilian Hils2015-09-141-2/+2
|
* adjust to new netlib Headers classMaximilian Hils2015-09-051-27/+35
|
* fix dns_spoofing example, avoid connecting to itselfMaximilian Hils2015-08-312-2/+2
|
* coverage++Maximilian Hils2015-08-301-2/+2
|
* move files aroundMaximilian Hils2015-08-304-0/+930