Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | We can't sensibly unit test pages withhout firing up a server. | Aldo Cortesi | 2012-06-07 | 3 | -139/+113 | |
| | | | | | | | | | | | | We've just added functionality to do this ourselves, so rip out the old stuff. | |||||
| | * | Better test daemon cleanup, improve utils test coverage. | Aldo Cortesi | 2012-06-07 | 3 | -10/+7 | |
| | | | ||||||
| | * | Add /api/info, returning general info on the running pathod daemon. | Aldo Cortesi | 2012-06-07 | 3 | -10/+36 | |
| | | | ||||||
| | * | Start building a Pathod unit testing truss. | Aldo Cortesi | 2012-06-07 | 5 | -18/+100 | |
| | | | | | | | | | | | | | | | | | | - Add test.py, which will house the testing API. - Extend API with a shutdown method, used to terminate the test daemon. - Refactor to allow clean shutdown. | |||||
| | * | Let Pathod pick an arbitrary empty port if -p 0 is specified. | Aldo Cortesi | 2012-06-07 | 2 | -6/+21 | |
| | | | ||||||
| | * | lippathod/app.py -> libpathod/pathod.py | Aldo Cortesi | 2012-06-07 | 3 | -7/+7 | |
| | | | ||||||
| | * | Fix redundant imports, tweak TODO for 0.2 | Aldo Cortesi | 2012-04-30 | 5 | -7/+10 | |
| | | | ||||||
| | * | Clear log API. | Aldo Cortesi | 2012-04-30 | 2 | -0/+13 | |
| | | | ||||||
| | * | Log retrieval API. | Aldo Cortesi | 2012-04-30 | 2 | -2/+69 | |
| | | | ||||||
| | * | Docs. | Aldo Cortesi | 2012-04-29 | 1 | -1/+5 | |
| | | | ||||||
| | * | Docs, installation instructions. | Aldo Cortesi | 2012-04-29 | 2 | -2/+31 | |
| | | | ||||||
| | * | Docs and spelling errors. | Aldo Cortesi | 2012-04-29 | 1 | -18/+16 | |
| | | | ||||||
| | * | Doc tweaks. | Aldo Cortesi | 2012-04-29 | 1 | -18/+18 | |
| | | | ||||||
| | * | Doc tweaks. | Aldo Cortesi | 2012-04-29 | 3 | -25/+23 | |
| | | | ||||||
| | * | setup.py, LICENSE, README.txt | Aldo Cortesi | 2012-04-29 | 4 | -0/+121 | |
| | | | ||||||
| | * | Make "Go" button on preview form work. | Aldo Cortesi | 2012-04-29 | 5 | -17/+15 | |
| | | | ||||||
| | * | Preview in web application. | Aldo Cortesi | 2012-04-29 | 9 | -44/+111 | |
| | | | ||||||
| | * | Add a rendered version of the docs to the web app. | Aldo Cortesi | 2012-04-29 | 3 | -3/+254 | |
| | | | ||||||
| | * | Doc tweaks. | Aldo Cortesi | 2012-04-29 | 1 | -15/+6 | |
| | | | | | | | | | | | | | | | There will be a lot of these, because the only way to see how things render on Github is to upload a new README... | |||||
| | * | Docs for Value Specifiers. | Aldo Cortesi | 2012-04-29 | 1 | -17/+83 | |
| | | | ||||||
| | * | Feature specification documentation. | Aldo Cortesi | 2012-04-29 | 1 | -26/+62 | |
| | | | ||||||
| | * | README -> README.mkd | Aldo Cortesi | 2012-04-29 | 1 | -0/+0 | |
| | | | ||||||
| | * | First pass at a README. | Aldo Cortesi | 2012-04-29 | 5 | -49/+149 | |
| | | | ||||||
| | * | Add logging, expose logs through the web app interface. | Aldo Cortesi | 2012-04-29 | 7 | -559/+80 | |
| | | | ||||||
| | * | Basic logging. | Aldo Cortesi | 2012-04-29 | 5 | -12/+64 | |
| | | | ||||||
| | * | Regularize language even further | Aldo Cortesi | 2012-04-29 | 4 | -121/+116 | |
| | | | | | | | | | | | | | | | | | | - Unify offset specifcation syntax, so there's now oly one form for specify pauses and disconnects. - Use @ instead of ! for content generation. Mildy more convenient in the shell. | |||||
| | * | Anchor management: list and remove anchors. | Aldo Cortesi | 2012-04-29 | 4 | -18/+33 | |
| | | | ||||||
| | * | Basic anchor adding. | Aldo Cortesi | 2012-04-29 | 6 | -15/+88 | |
| | | | ||||||
| | * | Basic SSL support. | Aldo Cortesi | 2012-04-29 | 4 | -4/+54 | |
| | | | ||||||
| | * | Refactor application definitions and startup. | Aldo Cortesi | 2012-04-29 | 7 | -73/+128 | |
| | | | | | | | | | | | | | | | Also, create one of the dodgiest web testing trusses in history. Tornado just seems to have no nice way of doing this. | |||||
| | * | Add a shortcut for setting Location header. | Aldo Cortesi | 2012-04-28 | 2 | -3/+25 | |
| | | | ||||||
| | * | Add a shortcut for setting content-type. | Aldo Cortesi | 2012-04-28 | 3 | -7/+32 | |
| | | | ||||||
| | * | Unify pause and disconnect event frameworks. | Aldo Cortesi | 2012-04-28 | 3 | -46/+56 | |
| | | | ||||||
| | * | More language tweaks. | Aldo Cortesi | 2012-04-28 | 3 | -38/+28 | |
| | | | | | | | | | | | | | | | Separators this time - move to colon-separated features, use = for header key/value separation. | |||||
| | * | Make specification language more terse, and more regular. | Aldo Cortesi | 2012-04-28 | 3 | -102/+73 | |
| | | | ||||||
| | * | Better internal error pages. | Aldo Cortesi | 2012-04-28 | 5 | -32/+55 | |
| | | | ||||||
| | * | First pass at static file serving. | Aldo Cortesi | 2012-04-28 | 3 | -11/+56 | |
| | | | ||||||
| | * | Initial checkin. | Aldo Cortesi | 2012-04-28 | 19 | -0/+5397 | |
| | | ||||||
| * | add netlib | Maximilian Hils | 2016-02-15 | 92 | -0/+10285 | |
| |\ | ||||||
| | * | bump version | Maximilian Hils | 2016-02-14 | 2 | -3/+5 | |
| | | | ||||||
| | * | change ci notifications | Thomas Kriechbaumer | 2016-02-08 | 1 | -2/+2 | |
| | | | ||||||
| | * | bump version | Maximilian Hils | 2016-02-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix http version string | Maximilian Hils | 2016-02-08 | 2 | -10/+10 | |
| | | | ||||||
| | * | Merge pull request #120 from mitmproxy/model-cleanup | Thomas Kriechbaumer | 2016-02-08 | 12 | -29/+114 | |
| | |\ | | | | | | | | | Model Cleanup | |||||
| | | * | fix docstrings | Maximilian Hils | 2016-02-08 | 1 | -4/+11 | |
| | | | | ||||||
| | | * | fix py3 compat | Maximilian Hils | 2016-02-08 | 5 | -9/+10 | |
| | | | | ||||||
| | | * | add Serializable ABC | Maximilian Hils | 2016-02-08 | 12 | -28/+105 | |
| | |/ | ||||||
| | * | minor fixes | Maximilian Hils | 2016-02-08 | 3 | -3/+3 | |
| | | | ||||||
| | * | expose OpenSSL's HAS_ALPN | Maximilian Hils | 2016-02-08 | 1 | -3/+4 | |
| | | | ||||||
| | * | minor fixes | Maximilian Hils | 2016-02-06 | 4 | -1/+4 | |
| | | |