Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Handle NetLibDisconnect error. | Aldo Cortesi | 2012-07-09 | 1 | -24/+27 | |
| | | | ||||||
| | * | Factor out request printing in to a method, and test it. | Aldo Cortesi | 2012-06-30 | 4 | -21/+49 | |
| | | | ||||||
| | * | Move docs into pathod server. | Aldo Cortesi | 2012-06-29 | 16 | -493/+107 | |
| | | | ||||||
| | * | Allow naked literals for path specification. | Aldo Cortesi | 2012-06-29 | 3 | -4/+32 | |
| | | | ||||||
| | * | Add netlib dependency pointer. | Aldo Cortesi | 2012-06-28 | 1 | -0/+3 | |
| | | | ||||||
| | * | Catch errors that may happen on interpreter shutdown. | Aldo Cortesi | 2012-06-27 | 1 | -2/+5 | |
| | | | ||||||
| | * | Split pathod and pathoc daemon test suites out. | Aldo Cortesi | 2012-06-26 | 4 | -48/+81 | |
| | | | ||||||
| | * | Allow naked value literal for pathoc path specifications. | Aldo Cortesi | 2012-06-26 | 2 | -6/+8 | |
| | | | ||||||
| | * | parse -> parse_response in web app | Aldo Cortesi | 2012-06-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fixed the WSGI server hang in netlib, remove fudge. | Aldo Cortesi | 2012-06-26 | 2 | -6/+2 | |
| | | | ||||||
| | * | Catch and log SSL connection errors. Improve log format. | Aldo Cortesi | 2012-06-26 | 1 | -9/+18 | |
| | | | ||||||
| | * | Port pathoc to new netlib API. Add SNI. | Aldo Cortesi | 2012-06-26 | 3 | -6/+17 | |
| | | | ||||||
| | * | Handle client close more gracefully. | Aldo Cortesi | 2012-06-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | Move server to new explicit netlib API. | Aldo Cortesi | 2012-06-25 | 2 | -2/+3 | |
| | | | ||||||
| | * | Simple HTTP connection keep-alive for pathod. | Aldo Cortesi | 2012-06-24 | 1 | -50/+51 | |
| | | | ||||||
| | * | Use http.read_response to read server response. | Aldo Cortesi | 2012-06-24 | 2 | -7/+22 | |
| | | | | | | | | | | | | Also add a few different output formats, and a verbosity flag. | |||||
| | * | read_headers now returns an ODictCaseless object. | Aldo Cortesi | 2012-06-24 | 1 | -1/+1 | |
| | | | ||||||
| | * | Logging truss for pathod. | Aldo Cortesi | 2012-06-24 | 4 | -4/+21 | |
| | | | ||||||
| | * | Sketch out pathoc commandline interaction. | Aldo Cortesi | 2012-06-24 | 4 | -2/+48 | |
| | | | ||||||
| | * | Request service rendering. | Aldo Cortesi | 2012-06-24 | 3 | -101/+127 | |
| | | | ||||||
| | * | Add Path specification to request parser. | Aldo Cortesi | 2012-06-24 | 3 | -5/+31 | |
| | | | ||||||
| | * | Simple request spec parsing. | Aldo Cortesi | 2012-06-24 | 3 | -10/+67 | |
| | | | ||||||
| | * | Request method parsing. | Aldo Cortesi | 2012-06-24 | 2 | -13/+49 | |
| | | | ||||||
| | * | Refactor to extract ready_actions and write_values. | Aldo Cortesi | 2012-06-24 | 3 | -106/+109 | |
| | | | ||||||
| | * | Document our use of the 800 response code. | Aldo Cortesi | 2012-06-24 | 1 | -2/+19 | |
| | | | ||||||
| | * | Enable anchors on command line. | Aldo Cortesi | 2012-06-24 | 6 | -32/+38 | |
| | | | ||||||
| | * | Re-enable anchors. | Aldo Cortesi | 2012-06-24 | 4 | -12/+45 | |
| | | | ||||||
| | * | Add staticdir to test.Test. | Aldo Cortesi | 2012-06-24 | 3 | -6/+15 | |
| | | | ||||||
| | * | Fix disconnect, improve coverage, enable file value specifier. | Aldo Cortesi | 2012-06-24 | 4 | -8/+25 | |
| | | | ||||||
| | * | More doc refinement. | Aldo Cortesi | 2012-06-24 | 5 | -70/+66 | |
| | | | ||||||
| | * | Documentation. | Aldo Cortesi | 2012-06-24 | 7 | -327/+361 | |
| | | | ||||||
| | * | Documentation skeleton. | Aldo Cortesi | 2012-06-24 | 11 | -9/+618 | |
| | | | ||||||
| | * | Move http.py to netlib.http_status | Aldo Cortesi | 2012-06-23 | 2 | -107/+4 | |
| | | | ||||||
| | * | Bump version, adapt for API canges in netlib. | Aldo Cortesi | 2012-06-23 | 4 | -16/+19 | |
| | | | ||||||
| | * | Remove last vestige of Tornado pathod. | Aldo Cortesi | 2012-06-21 | 5 | -270/+4 | |
| | | | ||||||
| | * | Finalize porting built-in web app to Flask. | Aldo Cortesi | 2012-06-21 | 6 | -86/+74 | |
| | | | ||||||
| | * | Built-in app: Index page. | Aldo Cortesi | 2012-06-21 | 3 | -8/+19 | |
| | | | ||||||
| | * | Log inspection and manipulation from tests. | Aldo Cortesi | 2012-06-21 | 4 | -44/+38 | |
| | | | ||||||
| | * | Restore client argument parsing. Add thread-safe logging subsystem. | Aldo Cortesi | 2012-06-21 | 4 | -63/+99 | |
| | | | ||||||
| | * | Disconnect, rest refactoring. | Aldo Cortesi | 2012-06-21 | 5 | -63/+39 | |
| | | | ||||||
| | * | Re-enable SSL service. | Aldo Cortesi | 2012-06-20 | 2 | -2/+9 | |
| | | | ||||||
| | * | Basic response generation. | Aldo Cortesi | 2012-06-20 | 2 | -23/+25 | |
| | | | ||||||
| | * | Start porting web app to Flask. | Aldo Cortesi | 2012-06-19 | 4 | -9/+32 | |
| | | | ||||||
| | * | Porting to netlib proceeds apace. | Aldo Cortesi | 2012-06-19 | 6 | -194/+122 | |
| | | | ||||||
| | * | Start refactoring towards netlib, adding SNI and client testing. | Aldo Cortesi | 2012-06-17 | 6 | -315/+513 | |
| | | | ||||||
| | * | Join thread on test exit to avoid race condition. | Aldo Cortesi | 2012-06-09 | 1 | -0/+1 | |
| | | | ||||||
| | * | Port test suite over to Nose. | Aldo Cortesi | 2012-06-09 | 9 | -80/+110 | |
| | | | ||||||
| | * | Add requests to install_requires. | Aldo Cortesi | 2012-06-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | SSL support for test struss. | Aldo Cortesi | 2012-06-07 | 2 | -16/+41 | |
| | | | | | | | | | | | | Also, rewrite requests usage for latest version. | |||||
| | * | Fail if only one of certfile or keyfile is specified. | Aldo Cortesi | 2012-06-07 | 1 | -0/+4 | |
| | | |