aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [web] fix StoreView.indexJason2016-03-022-2/+2
|
* web: use es6 modulesMaximilian Hils2016-02-2924-939/+1079
|
* web: fix routerMaximilian Hils2016-02-2911-215/+232
|
* fix up web stuffMaximilian Hils2016-02-2827-18082/+22298
|
* suppress pathoc test timeouts on windowsMaximilian Hils2016-02-271-0/+2
|
* fix snapshot uploadMaximilian Hils2016-02-272-22/+25
|
* Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-02-275-17/+19
|\
| * Merge pull request #978 from Kriechi/dev-ciMaximilian Hils2016-02-263-5/+6
| |\ | | | | | | use dev-scripts on CI
| | * use dev-scripts on CIThomas Kriechbaumer2016-02-253-5/+6
| |/
| * fix #977Thomas Kriechbaumer2016-02-241-1/+1
| |
| * fix h2 importsThomas Kriechbaumer2016-02-231-12/+12
| | | | | | | | fixes #975
| * Merge branch 'ParthGanatra-pip-upgrade'Thomas Kriechbaumer2016-02-231-0/+1
| |\
| | * Update dev.shParth Ganatra2016-02-231-0/+1
| | |
* | | add simplified connection constructorMaximilian Hils2016-02-271-2/+26
| | |
* | | fix #966Maximilian Hils2016-02-271-3/+2
|/ /
* / fix coverage collectionMaximilian Hils2016-02-231-2/+2
|/
* Merge pull request #967 from dufferzafar/766Aldo Cortesi2016-02-221-3/+3
|\ | | | | Fix minor issues with har_extractor
| * har_extractor: Replace deprecated stuff with recommended onesShadab Zafar2016-02-201-3/+3
| |
| * har_extractor: Use items() instead of iteritems()Shadab Zafar2016-02-201-2/+2
| |
* | Doc tweaksAldo Cortesi2016-02-215-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch does the following: - Fixes all warnings in the doc tree - Adds a modd + devd conf file that renders HTML and treats doc warnings as errors. This lets you send warning output to your desktop notifier, and gives livereload similar to the livehtml entry in the Makefile. - Some small tweaks Sphinx currently has a bug that causes unknown options to generate a warning: https://github.com/sphinx-doc/sphinx/issues/2229 This is fixed in stable, but not yet released. You can update Sphinx to the latest stable like so: pip install --upgrade https://github.com/sphinx-doc/sphinx/archive/stable.zip
* | Merge branch 'master' of github.com:mitmproxy/mitmproxyAldo Cortesi2016-02-212-2/+2
|\ \
| * | fix proxy reconnectMaximilian Hils2016-02-201-1/+1
| | |
| * | fix testsThomas Kriechbaumer2016-02-201-1/+1
| |/
* / First-order conversion of rtool to flat directory structureAldo Cortesi2016-02-191-80/+59
|/
* fix #951Maximilian Hils2016-02-191-9/+15
|
* Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-02-194-17/+27
|\
| * console: slightly less hacky hack show http2 warning after first tickAldo Cortesi2016-02-191-7/+8
| |
| * Merge pull request #960 from Kriechi/enable-h2Aldo Cortesi2016-02-194-17/+26
| |\ | | | | | | enable HTTP/2 by default if available
| | * enable HTTP/2 by default if availableThomas Kriechbaumer2016-02-184-17/+26
| | |
* | | fix #956Maximilian Hils2016-02-192-11/+5
|/ /
* | Merge remote-tracking branch 'duffer/pretty-host'Maximilian Hils2016-02-183-5/+39
|\ \ | |/ |/|
| * Fixup more testsShadab Zafar2016-02-182-5/+8
| |
| * Incorporate comments made during reviewShadab Zafar2016-02-181-5/+3
| |
| * Use host header values only when the ports matchShadab Zafar2016-02-182-3/+12
| |
| * Handle port numbers in host headerShadab Zafar2016-02-172-3/+27
| | | | | | | | from: https://github.com/mitmproxy/netlib/pull/121
* | Merge pull request #964 from mitmproxy/flat-structureMaximilian Hils2016-02-18291-392/+77
|\ \ | | | | | | Flat structure
| * | fix .landscape.ymlMaximilian Hils2016-02-181-2/+2
| | |
| * | fix test paths, move coverage config into setup.pyMaximilian Hils2016-02-184-14/+15
| | |
| * | combine projectsMaximilian Hils2016-02-18219-375/+59
| | |
| * | move pathod/.sources to rootMaximilian Hils2016-02-183-0/+0
| | |
| * | move mitmproxy/web to rootMaximilian Hils2016-02-1866-0/+0
| | |
* | | Merge pull request #962 from mitmproxy/simpler-issue-templateThomas Kriechbaumer2016-02-182-38/+6
|\| | | | | | | | Simplify Issue Template
| * | remove nonmeaningful contributing section from the readmeMaximilian Hils2016-02-181-23/+0
| | |
| * | simplify issue templateMaximilian Hils2016-02-181-15/+6
|/ /
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-02-18158-162/+215
|\ \
| * \ Merge pull request #959 from thiagoarrais/doc-fixAldo Cortesi2016-02-181-1/+1
| |\ \ | | | | | | | | Fix misleading documentation for clipboard command
| | * | Fix helpThiago Arrais2016-02-171-1/+1
| | | | | | | | | | | | | | | | 'P' can also be used on the request screen!
| * | | Merge branch 'Kriechi-h2'Aldo Cortesi2016-02-182-16/+1
| |\ \ \
| | * \ \ Merge branch 'h2' of https://github.com/Kriechi/mitmproxy into Kriechi-h2Aldo Cortesi2016-02-182-16/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | upgrade h2, remove reset-stream hotfixThomas Kriechbaumer2016-02-172-16/+1
| | | |/