Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use host header values only when the ports match | Shadab Zafar | 2016-02-18 | 2 | -3/+12 |
| | |||||
* | Handle port numbers in host header | Shadab Zafar | 2016-02-17 | 2 | -3/+27 |
| | | | | from: https://github.com/mitmproxy/netlib/pull/121 | ||||
* | Merge pull request #950 from Kriechi/rename | Aldo Cortesi | 2016-02-17 | 285 | -346/+341 |
|\ | | | | | Rename lib folders | ||||
| * | remove test/ from py.test commands | Thomas Kriechbaumer | 2016-02-16 | 2 | -3/+3 |
| | | |||||
| * | fix minor things | Thomas Kriechbaumer | 2016-02-16 | 6 | -7/+7 |
| | | |||||
| * | move py.test options to ini-file | Thomas Kriechbaumer | 2016-02-16 | 3 | -3/+6 |
| | | |||||
| * | move tservers helper | Thomas Kriechbaumer | 2016-02-16 | 5 | -33/+35 |
| | | |||||
| * | rename ProxTest -> ProxyTest | Thomas Kriechbaumer | 2016-02-16 | 5 | -48/+48 |
| | | |||||
| * | fix all libpathod->pathod references | Thomas Kriechbaumer | 2016-02-16 | 37 | -71/+63 |
| | | |||||
| * | fix all libmproxy->mitmproxy references | Thomas Kriechbaumer | 2016-02-16 | 69 | -177/+175 |
| | | |||||
| * | rename mitmproxy source directory | Thomas Kriechbaumer | 2016-02-16 | 126 | -0/+0 |
| | | |||||
| * | rename pathod source directory | Thomas Kriechbaumer | 2016-02-16 | 59 | -0/+0 |
|/ | |||||
* | Merge pull request #949 from fimad/master | Aldo Cortesi | 2016-02-16 | 1 | -4/+4 |
|\ | | | | | Fix failing unit tests caused by a69d223b | ||||
| * | Fix failing unit tests caused by a69d223b | Will Coster | 2016-02-15 | 1 | -4/+4 |
|/ | |||||
* | fix wheel creation, re-add MANIFEST.in | Maximilian Hils | 2016-02-16 | 5 | -6/+7 |
| | |||||
* | travis: remove sdist builds | Maximilian Hils | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2016-02-16 | 2 | -5/+13 |
|\ | |||||
| * | Merge pull request #948 from fimad/master | Maximilian Hils | 2016-02-16 | 2 | -5/+13 |
| |\ | | | | | | | Preserve host header when modifying request path | ||||
| | * | Preserve host header when modifying request path | Will Coster | 2016-02-15 | 2 | -5/+13 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | Currently the path_components and query setters of the Request object use the url setter under the hood. The url setter updates all parts of the URL including the host. If the host header and the host in the request URL are different (as is common when making HTTPS requests) then the host header will be updated to the value in the URL as a result of modifying the path. This change fixes this problem by modifying the query and path_components setters to not use the url setter and instead directly update the path field. | ||||
* / | temporarily silence flaky tests | Maximilian Hils | 2016-02-16 | 2 | -2/+5 |
|/ | |||||
* | remove MANIFEST.in, move Dockerfile to root | Maximilian Hils | 2016-02-16 | 5 | -17/+0 |
| | |||||
* | update mitmproxy changelog | Maximilian Hils | 2016-02-16 | 1 | -0/+23 |
| | |||||
* | rtool: remove support for source distributions | Maximilian Hils | 2016-02-16 | 1 | -40/+22 |
| | |||||
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2016-02-16 | 4 | -1/+1 |
|\ | |||||
| * | Satisfy pip constraints, set +x on executables | Aldo Cortesi | 2016-02-16 | 4 | -1/+1 |
| | | |||||
* | | fix release tool, refs #947 | Maximilian Hils | 2016-02-16 | 11 | -101/+84 |
|/ | |||||
* | update shield.io badges | Maximilian Hils | 2016-02-15 | 2 | -3/+3 |
| | |||||
* | Merge pull request #937 from mhils/single-repo | Maximilian Hils | 2016-02-15 | 627 | -139/+20169 |
|\ | | | | | Combine mitmproxy, pathod and netlib in a single repo. | ||||
| * | use own shields instance, update pathod readme | Maximilian Hils | 2016-02-15 | 7 | -118/+90 |
| | | |||||
| * | update README.rst, minor fixes | Maximilian Hils | 2016-02-15 | 6 | -104/+168 |
| | | |||||
| * | fix ALPN checks | Maximilian Hils | 2016-02-15 | 6 | -7/+7 |
| | | |||||
| * | fix appveyor, re-introduce requirements.txt | Maximilian Hils | 2016-02-15 | 8 | -21/+31 |
| | | |||||
| * | adjust travis | Maximilian Hils | 2016-02-15 | 5 | -72/+24 |
| | | |||||
| * | fix tests | Maximilian Hils | 2016-02-15 | 3 | -6/+12 |
| | | |||||
| * | move tests into shared folder | Maximilian Hils | 2016-02-15 | 170 | -0/+0 |
| | | |||||
| * | dev -> dev.sh | Maximilian Hils | 2016-02-15 | 1 | -0/+0 |
| | | |||||
| * | merge metadata files | Maximilian Hils | 2016-02-15 | 39 | -420/+46 |
| | | |||||
| * | add release | Maximilian Hils | 2016-02-15 | 6 | -0/+625 |
| |\ | |||||
| | * | make sure that we don't have build race conditions | Maximilian Hils | 2016-02-14 | 1 | -0/+2 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/mitmproxy/release | Maximilian Hils | 2016-02-14 | 1 | -2/+1 |
| | |\ | |||||
| | | * | don't print while displaying a progress bar | Maximilian Hils | 2016-02-14 | 1 | -2/+1 |
| | | | | |||||
| | * | | fix minor bugs | Maximilian Hils | 2016-02-14 | 1 | -5/+5 |
| | |/ | |||||
| | * | more verbose sftp output | Maximilian Hils | 2016-02-12 | 1 | -3/+4 |
| | | | |||||
| | * | automatically delete old snapshots | Maximilian Hils | 2016-02-12 | 1 | -0/+6 |
| | | | |||||
| | * | use public key crypto for snapshot upload | Maximilian Hils | 2016-02-11 | 2 | -4/+77 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/mitmproxy/release | Maximilian Hils | 2016-02-11 | 0 | -0/+0 |
| | |\ | |||||
| | | * | Merge pull request #2 from mitmproxy/requires-io-master | Maximilian Hils | 2016-02-06 | 1 | -1/+1 |
| | | |\ | | | | | | | | | | | [requires.io] dependency update on master branch | ||||
| | | | * | [requires.io] dependency update | requires.io | 2016-02-06 | 1 | -1/+1 |
| | | |/ | |||||
| | * / | add snapshot upload to rtool | Maximilian Hils | 2016-02-11 | 2 | -54/+146 |
| | |/ | |||||
| | * | update dependencies | Maximilian Hils | 2016-02-06 | 1 | -1/+1 |
| | | |