Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
| | * | update dependencies | Maximilian Hils | 2016-02-06 | 2 | -5/+5 |
| | | | |||||
| | * | re-enable wheels | Maximilian Hils | 2016-02-04 | 1 | -6/+2 |
| | | | |||||
| | * | fully disable wheels | Maximilian Hils | 2015-12-03 | 1 | -2/+7 |
| | | | |||||
| | * | clean up, don't build wheels | Maximilian Hils | 2015-12-03 | 1 | -21/+24 |
| | | | |||||
| | * | add 'v' in release tag | Maximilian Hils | 2015-12-03 | 1 | -1/+1 |
| | | | |||||
| | * | make pyinstaller version configurable | Maximilian Hils | 2015-11-29 | 1 | -3/+5 |
| | | | |||||
| | * | also build wheels | Maximilian Hils | 2015-11-29 | 2 | -15/+28 |
| | | | |||||
| | * | add virtualenv dependency | Maximilian Hils | 2015-11-29 | 1 | -0/+1 |
| | | | |||||
| | * | tabs -> spaces | Maximilian Hils | 2015-11-29 | 1 | -11/+11 |
| | | | |||||
| | * | better binary archive names | Maximilian Hils | 2015-11-29 | 1 | -1/+5 |
| | | | |||||
| | * | fix tarfile creation | Maximilian Hils | 2015-11-29 | 2 | -41/+2 |
| | | | |||||
| | * | update rtool | Maximilian Hils | 2015-11-29 | 6 | -379/+337 |
| | | | |||||
| | * | remove unicode_literals | Maximilian Hils | 2015-11-27 | 1 | -1/+1 |
| | | | |||||
| | * | OSX tarfiles, remove obsolete osx-binaries | Aldo Cortesi | 2015-08-16 | 2 | -84/+42 |
| | | | |||||
| | * | Cleanup, restructuring, extract version in project config | Aldo Cortesi | 2015-08-16 | 1 | -44/+56 |
| | | | |||||
| | * | README -> README.mkd | Aldo Cortesi | 2015-08-16 | 1 | -0/+0 |
| | | |