Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move files around | Maximilian Hils | 2015-08-30 | 1 | -193/+0 |
| | |||||
* | restructure code, remove cruft | Maximilian Hils | 2015-08-30 | 1 | -3/+3 |
| | |||||
* | improve next_layer detection | Thomas Kriechbaumer | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | various fixes | Maximilian Hils | 2015-08-18 | 1 | -3/+7 |
| | |||||
* | improve protocol handling | Maximilian Hils | 2015-08-16 | 1 | -2/+5 |
| | |||||
* | add ALPN to proxy connections | Thomas Kriechbaumer | 2015-08-16 | 1 | -12/+2 |
| | |||||
* | cleaner Exceptions, ssl -> tls, upstream proxy mode | Maximilian Hils | 2015-08-11 | 1 | -0/+8 |
| | |||||
* | revert ALPN-related changes to fix master | Thomas Kriechbaumer | 2015-08-01 | 1 | -9/+11 |
| | | | | | In the future this should be added again to support HTTP/2. | ||||
* | attach application protocol to connection | Thomas Kriechbaumer | 2015-07-30 | 1 | -0/+6 |
| | |||||
* | refactor connection & protocol handling | Thomas Kriechbaumer | 2015-07-30 | 1 | -2/+13 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -11/+21 |
| | |||||
* | allow specification of SSL version, only allow TLS1.0+ by default | Maximilian Hils | 2014-12-15 | 1 | -2/+3 |
| | |||||
* | implement FlowStore basics | Maximilian Hils | 2014-09-17 | 1 | -0/+1 |
| | |||||
* | Introduce short form object state, and connect the ends to send data to web app | Aldo Cortesi | 2014-09-17 | 1 | -4/+4 |
| | |||||
* | Clean up and clarify StateObject | Aldo Cortesi | 2014-09-17 | 1 | -15/+15 |
| | | | | | | | | | - Flatten the class hierarchy - get_state, load_state, from_state are public - Simplify code - Remove __eq__ and __neq__. This fundamentally changes the semantics of inherited objects in a way that's not part of the core function of the class | ||||
* | coverage++ | Maximilian Hils | 2014-09-04 | 1 | -9/+4 |
| | |||||
* | simplify server changes for inline scripts | Maximilian Hils | 2014-09-03 | 1 | -3/+2 |
| | |||||
* | improve error handling | Maximilian Hils | 2014-09-02 | 1 | -6/+2 |
| | |||||
* | fix script tests | Maximilian Hils | 2014-08-18 | 1 | -0/+2 |
| | |||||
* | fix #327 | Maximilian Hils | 2014-08-18 | 1 | -0/+20 |
| | |||||
* | fix display of urls in upstream mode, refs #308 | Maximilian Hils | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | properly express state information on server connections, refs #315 | Maximilian Hils | 2014-08-08 | 1 | -0/+2 |
| | |||||
* | expose sockname | Maximilian Hils | 2014-06-25 | 1 | -0/+3 |
| | |||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -1/+2 |
| | |||||
* | finish proxy.py split up | Maximilian Hils | 2014-03-09 | 1 | -0/+139 |