| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Updating docs
|
| | |
|
|\ \
| |/
|/| |
Spelling corrected for think*
|
|/
|
| |
Replaced "You should thin* of the mitmproxy" to "You should think* of the mitmproxy"
|
|\
| |
| | |
Start migrating addon options into /addons
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
Parse Set-Cookie header more permissively. Fix #2829
|
| | | |
|
|\ \ \
| | | |
| | | | |
Bump version
|
| | | |
| | | |
| | | |
| | | | |
Re-bump after tag
|
|\| | |
| | | |
| | | | |
Tag 3.0.2
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix loss of keyboard control after spawn
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We were stepping on this Urwid bug:
https://github.com/urwid/urwid/issues/285
The guys from pazz/alot found a fix, which I cribbed:
https://github.com/pazz/alot/pull/1204
Fix #2901
|
| | | |
| | | |
| | | | |
we may have to figure out something smarter here, maybe set the version for tagged commits to whatever the tag is.
|
|\ \ \ \
| | | | |
| | | | | |
Explicitly declare pyperclip requirement
|
|/ / / /
| | | |
| | | | |
pyperclip version 1.6.0 introduces an API change: the class `pyperclip.exceptions.PyperclipException` is moved to `pyperclip.PyperclipException`. As mitmproxy uses the latter, it's better to explicitly declare the requirement.
|
|\ \ \ \
| | | | |
| | | | | |
Prep for v3.0.1
|
| | | | | |
|
|\| | | |
| |/ / /
|/| | | |
Fix an issue with quoting and commands
|
|/ / /
| | |
| | |
| | |
| | | |
Previously, quotes would disappear during editing, making it
impossible to enter command arguments with spaces.
|
| | | |
|
| | |
| | |
| | |
| | | |
Also the last "easy" option to shift.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Also triage options, and categorize them into core options (won't be migrated),
options that are hard to migrate for various reasons, and easy migrations.
|
| | |
| | |
| | |
| | | |
Also test coverage ++
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
This takes the first few steps:
- Extends taddons to make loading addon options easier
- Removes dependencies in the test suite on options in addons
- Tweaks command-line parser autocreation to ignore nonexistent options. This
lets us load common options without over-depending on loaded addons.
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Update changelog for 3.0
|
| | | |
|
|/ /
| |
| |
| | |
Fixes #2784
|
|\ \
| | |
| | | |
All new documentation
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This patch does a lot.
- Ditch sphinx in favor of hugo. This gives us complete control of the layout
and presentation of our docs. Henceforth, docs will be hosted on our website
rather than ReadTheDocs.
- Create a simple, clean doc layout and theme.
- Remove large parts of the documentaion. I've ditched anything that was a)
woefully out of date, b) too detailed, or c) too hard to maintain in the long
term.
- Huge updates to the docs themselves: completely rewrite addons documentation,
add docs for core concepts like commands and options, and revise and tweak a
lot of the existing docs.
With this patch, we're also changing the way we publish and maintain the docs.
From now on, we don't publish docs for every release. Instead, the website will
contain ONE set of docs for each major release. The online docs will be updated
if needed as minor releases are made. Docs are free to improve during minor
releases, but anything that changes behaviour sufficiently to require a doc
change warrants a new major release. This also leaves us free to progressively
update and improve docs out of step with our release cadence.
With this new scheme, I feel CI over the docs is less important. I've removed
it for now, but won't object if someone wants to add it back in.
|
|\ \
| |/
|/| |
Fix verbosity mode. Fix #2885
|
| |
| |
| | |
In contrast to headers, they will almost never help uncover issues.
|
| | |
|
|/ |
|
|\
| |
| | |
Hotkeys cleanup. #2877
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|