| Commit message (Expand) | Author | Age | Files | Lines |
* | Provisional proxy mode support for pathod. | Aldo Cortesi | 2013-01-05 | 4 | -5/+46 |
* | Shift SSL parameters into Pathoc class | Aldo Cortesi | 2013-01-04 | 1 | -1/+10 |
* | Require requests > 1.0.4 | Aldo Cortesi | 2012-12-31 | 1 | -2/+2 |
* | Expand basic fuzzing example. | Aldo Cortesi | 2012-11-16 | 1 | -6/+23 |
* | Add :u shortcut example. | Aldo Cortesi | 2012-11-16 | 1 | -1/+5 |
* | :u belongs on Request not Response | Aldo Cortesi | 2012-11-16 | 1 | -1/+1 |
* | Add u User-agent shortcut. | Aldo Cortesi | 2012-11-16 | 4 | -3/+47 |
* | Fix typo. | Aldo Cortesi | 2012-11-02 | 1 | -2/+2 |
* | Examples and documentation. | Aldo Cortesi | 2012-11-02 | 4 | -25/+30 |
* | Bump version, update CHANGELOG | Aldo Cortesi | 2012-10-31 | 3 | -3/+3 |
* | Use .freeze to implement the -e explain flags for pathod and pathoc. | Aldo Cortesi | 2012-10-31 | 3 | -3/+14 |
* | Fix generated values in request path specification. | Aldo Cortesi | 2012-10-31 | 1 | -2/+2 |
* | Add a .freeze() method to all components. | Aldo Cortesi | 2012-10-31 | 1 | -0/+53 |
* | Add a .values method to messages, simplify a lot of stuff as a consequence. | Aldo Cortesi | 2012-10-30 | 2 | -30/+20 |
* | Make Message classes more self-contained. | Aldo Cortesi | 2012-10-30 | 1 | -39/+45 |
* | Extract .serve() method from message classes. | Aldo Cortesi | 2012-10-30 | 4 | -64/+62 |
* | Change preview_safe to return a safe copy of the current message. | Aldo Cortesi | 2012-10-30 | 4 | -16/+10 |
* | Simplify Request/Response class hierarchy. | Aldo Cortesi | 2012-10-30 | 1 | -57/+35 |
* | Add .spec methods for Request and Response objects. | Aldo Cortesi | 2012-10-29 | 1 | -7/+11 |
* | Add a .spec method to the token ABC, and to all tokens. | Aldo Cortesi | 2012-10-29 | 1 | -1/+36 |
* | Refactoring: canonical storage of a message is now the sequence of tokens tha... | Aldo Cortesi | 2012-10-29 | 1 | -68/+61 |
* | Cleaup, some more ABCs. | Aldo Cortesi | 2012-10-29 | 1 | -57/+79 |
* | Change response spec format to code[:features] | Aldo Cortesi | 2012-10-28 | 4 | -26/+36 |
* | Cleaup, ABC for Value classes. | Aldo Cortesi | 2012-10-28 | 1 | -20/+22 |
* | Clean up .accept() signature. | Aldo Cortesi | 2012-10-28 | 1 | -21/+31 |
* | Split Code and Reason into separate _Component objects. | Aldo Cortesi | 2012-10-28 | 1 | -23/+39 |
* | .body and .method to lazy generator instantiation. | Aldo Cortesi | 2012-10-28 | 1 | -13/+45 |
* | Move message body to new lazy-generator scheme. | Aldo Cortesi | 2012-10-28 | 3 | -17/+23 |
* | Adjust serve() API. | Aldo Cortesi | 2012-10-28 | 4 | -16/+16 |
* | Remove check argument to serve() methods. | Aldo Cortesi | 2012-10-27 | 4 | -39/+36 |
* | Major refactoring towars separate representation of expressions and request/r... | Aldo Cortesi | 2012-10-27 | 3 | -93/+85 |
* | Unit test suite love: 100% coverage | Aldo Cortesi | 2012-10-25 | 3 | -13/+22 |
* | Start moving policy checks to service-time, rather than parse-time. | Aldo Cortesi | 2012-10-25 | 4 | -39/+29 |
* | Extend Action and Value classes | Aldo Cortesi | 2012-10-24 | 1 | -6/+44 |
* | Start making Action objects more sophisticated. | Aldo Cortesi | 2012-10-05 | 1 | -8/+23 |
* | Remove actions log and explain, preparing for a more sophisticated take on this. | Aldo Cortesi | 2012-10-05 | 2 | -23/+2 |
* | rparse.py -> language.py | Aldo Cortesi | 2012-10-05 | 4 | -25/+25 |
* | Stub out documentation changes | Aldo Cortesi | 2012-10-04 | 4 | -19/+43 |
* | Add -q and -r flags to pathod, logging request and respnose bytes. | Aldo Cortesi | 2012-10-01 | 1 | -34/+43 |
* | Add timeout argument to Pathod, and matching -t command-line option. | Aldo Cortesi | 2012-10-01 | 1 | -2/+12 |
* | Add pathoc -T to ignore timeouts. | Aldo Cortesi | 2012-09-28 | 1 | -1/+3 |
* | Add pathoc -o, oneshot mode, exits after the first non-ignored response. | Aldo Cortesi | 2012-09-27 | 1 | -0/+3 |
* | Add pathoc -c to specify a list of return codes to ignore. | Aldo Cortesi | 2012-09-27 | 1 | -17/+23 |
* | Refactor print_requests -> print_request | Aldo Cortesi | 2012-09-26 | 1 | -45/+40 |
* | Expand the docs to explain pathoc multiple requests. | Aldo Cortesi | 2012-09-26 | 1 | -0/+37 |
* | Response printing | Aldo Cortesi | 2012-09-26 | 1 | -20/+21 |
* | Hex and verbatim output of requests. | Aldo Cortesi | 2012-09-26 | 2 | -4/+15 |
* | Stub out new output argument structure. | Aldo Cortesi | 2012-09-26 | 1 | -6/+13 |
* | Fix utils.get_header case handling. | Aldo Cortesi | 2012-09-24 | 1 | -1/+1 |
* | Auto-generate download links. | Aldo Cortesi | 2012-08-25 | 2 | -2/+2 |