Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factor logger out of pathoc, use it in pathod as well. | Aldo Cortesi | 2015-05-30 | 1 | -1/+3 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -0/+6 |
| | |||||
* | Websocket frame read limit. | Aldo Cortesi | 2015-04-30 | 1 | -2/+2 |
| | |||||
* | Pull HTTP functionality out of language._Message in prep for frames | Aldo Cortesi | 2015-04-24 | 1 | -0/+3 |
| | |||||
* | Change the semantics of the craft anchor point specification | Aldo Cortesi | 2015-04-23 | 1 | -0/+1 |
| | | | | | The anchor point is now defined as /p (rather than /p/), with the specification for a request just to /p or /p/ being empty. | ||||
* | pathod: register websocket key from client handshake | Aldo Cortesi | 2015-04-23 | 1 | -0/+3 |
| | |||||
* | websockets: server handshake scheme | Aldo Cortesi | 2015-04-22 | 1 | -1/+1 |
| | | | | Also refactor settings and resolution interfaces | ||||
* | Whitespace, small fixes. | Aldo Cortesi | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | 100% unit tests | Aldo Cortesi | 2015-04-19 | 1 | -6/+4 |
| | | | | | - Add SANs to pathod SSLConfig - Fix tricky SSL establishment error test. Lets see if it's platform portable. | ||||
* | Scripts to reproducibly generate the test certificate | Aldo Cortesi | 2015-04-19 | 1 | -1/+1 |
| | |||||
* | Fix test that fails on Travis with a bodge | Aldo Cortesi | 2015-04-17 | 1 | -1/+3 |
| | | | | Circumvents a platform difference causing a test failure. | ||||
* | Housekeeping: .env and fix unit tests | Aldo Cortesi | 2015-04-17 | 1 | -1/+1 |
| | |||||
* | Fix unit tests | Aldo Cortesi | 2014-11-11 | 1 | -2/+2 |
| | |||||
* | Parse patterns eagerly on instantiation | Aldo Cortesi | 2014-10-25 | 1 | -21/+4 |
| | |||||
* | Fix tests, re-add scripts | Aldo Cortesi | 2014-10-24 | 1 | -10/+26 |
| | |||||
* | Adjust timeout test to make race condition much less likely. | Aldo Cortesi | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | Adjust for upstream cert store changes, improve cert handling significantly | Aldo Cortesi | 2014-03-05 | 1 | -6/+3 |
| | |||||
* | Add connection cipher info to pathod server log | Aldo Cortesi | 2014-03-02 | 1 | -2/+9 |
| | |||||
* | Support cert/key combo files in args. Improve argument names in SSLOptions | Aldo Cortesi | 2014-03-02 | 1 | -1/+1 |
| | |||||
* | Implement custom certs. | Aldo Cortesi | 2014-03-02 | 1 | -0/+13 |
| | |||||
* | Big improvements to SSL handling | Aldo Cortesi | 2014-03-02 | 1 | -5/+27 |
| | | | | | | | | - pathod now dynamically generates SSL certs, using the ~/.mitmproxy cacert - pathoc returns data on SSL peer certificates - Pathod certificate CN can be specified on command line - Support SSLv23 | ||||
* | adjust to signature changes in netlib.tcp | Maximilian Hils | 2014-01-28 | 1 | -2/+2 |
| | |||||
* | Make pathoc request return more human-friendly. | Aldo Cortesi | 2013-02-27 | 1 | -8/+8 |
| | |||||
* | Adapt to netlib API changes. | Aldo Cortesi | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | Make last_log return None if nothing is logged. | Aldo Cortesi | 2013-02-23 | 1 | -1/+1 |
| | |||||
* | Implement and unit test not-after-connect option. | Aldo Cortesi | 2013-01-05 | 1 | -0/+8 |
| | |||||
* | CONNECT through proxy mode for pathoc | Aldo Cortesi | 2013-01-05 | 1 | -0/+6 |
| | | | | Also, use this to unit test the pathod CONNECT implementation. | ||||
* | Proxy mode: drop to SSL if we see an HTTP CONNECT request | Aldo Cortesi | 2013-01-05 | 1 | -0/+4 |
| | |||||
* | Fix timeout test. | Aldo Cortesi | 2012-11-18 | 1 | -1/+1 |
| | |||||
* | Add disconnect specifiers to test suite. | Aldo Cortesi | 2012-11-18 | 1 | -6/+6 |
| | | | | Fixes hangs seen in test suite with recent versions of requetss. | ||||
* | Add u User-agent shortcut. | Aldo Cortesi | 2012-11-16 | 1 | -1/+1 |
| | | | | | | | | Usage: 200:ua - Shortcut "a" for Android. 200:u"foo" - Or a value literal Shortcuts can be listed using the --show-uas argument to pathoc. | ||||
* | Change response spec format to code[:features] | Aldo Cortesi | 2012-10-28 | 1 | -1/+0 |
| | | | | Reason message is now specified as just another feature with the "m" mnemonic. | ||||
* | Cleaup, ABC for Value classes. | Aldo Cortesi | 2012-10-28 | 1 | -1/+2 |
| | |||||
* | Move message body to new lazy-generator scheme. | Aldo Cortesi | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Remove check argument to serve() methods. | Aldo Cortesi | 2012-10-27 | 1 | -2/+2 |
| | | | | | | | Refactoring means we can now do this without a callback. Also introduce the maximum_length method that estimates the max possible message length. | ||||
* | Unit test suite love: 100% coverage | Aldo Cortesi | 2012-10-25 | 1 | -0/+11 |
| | | | | Also start figuring out how to sanitize binary data in the JSON API. | ||||
* | Add timeout argument to Pathod, and matching -t command-line option. | Aldo Cortesi | 2012-10-01 | 1 | -0/+9 |
| | |||||
* | Cleanup of libpathod.test, test example for front page. | Aldo Cortesi | 2012-07-30 | 1 | -8/+9 |
| | |||||
* | 100% test coverage. | Aldo Cortesi | 2012-07-30 | 1 | -0/+6 |
| | |||||
* | Add a --nohang flag that turns off pauses in response generation. | Aldo Cortesi | 2012-07-26 | 1 | -0/+9 |
| | |||||
* | Refactor test.py, add unit tests for app.py corner case. | Aldo Cortesi | 2012-07-25 | 1 | -4/+9 |
| | |||||
* | Add a --noweb option to turn web iface off, refactor unit tests. | Aldo Cortesi | 2012-07-23 | 1 | -3/+15 |
| | |||||
* | pathod.py unit tests++ | Aldo Cortesi | 2012-07-23 | 1 | -0/+5 |
| | |||||
* | Unit tests for most of app.py, return 404 for unknown log entry. | Aldo Cortesi | 2012-07-23 | 1 | -51/+4 |
| | |||||
* | Use policy hook to apply a size limit in pathod, add corresponding cmdline arg. | Aldo Cortesi | 2012-07-23 | 1 | -1/+8 |
| | |||||
* | Allow execution of specs from file, using +./path | Aldo Cortesi | 2012-07-22 | 1 | -0/+4 |
| | |||||
* | Escape special characters in first line error log. | Aldo Cortesi | 2012-07-22 | 1 | -1/+0 |
| | |||||
* | Handle invalid content length headers. | Aldo Cortesi | 2012-07-22 | 1 | -1/+7 |
| | |||||
* | More robust response handling. | Aldo Cortesi | 2012-07-21 | 1 | -1/+4 |
| | |||||
* | Use injection to test a corner case in pathod daemon. | Aldo Cortesi | 2012-07-21 | 1 | -1/+12 |
| |