Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Handle invalid content length headers. | Aldo Cortesi | 2012-07-22 | 2 | -3/+20 | |
| | | | ||||||
| | * | More robust response handling. | Aldo Cortesi | 2012-07-21 | 3 | -73/+94 | |
| | | | ||||||
| | * | pathoc: add a flag to dump request information. | Aldo Cortesi | 2012-07-21 | 5 | -17/+40 | |
| | | | ||||||
| | * | Add support for client timeout to pathoc. | Aldo Cortesi | 2012-07-21 | 2 | -5/+14 | |
| | | | ||||||
| | * | Add an -n argument to pathoc, to repeat the specified requests N times. | Aldo Cortesi | 2012-07-21 | 2 | -26/+38 | |
| | | | ||||||
| | * | Document Python-style string escaping. | Aldo Cortesi | 2012-07-21 | 1 | -2/+6 | |
| | | | ||||||
| | * | Use injection to test a corner case in pathod daemon. | Aldo Cortesi | 2012-07-21 | 1 | -1/+12 | |
| | | | ||||||
| | * | Allow Python string escape sequences in value literals. | Aldo Cortesi | 2012-07-21 | 2 | -2/+6 | |
| | | | ||||||
| | * | Fine-tuning for injection: docs, bugfixes. | Aldo Cortesi | 2012-07-20 | 3 | -2/+29 | |
| | | | ||||||
| | * | Add an injection operator. | Aldo Cortesi | 2012-07-20 | 2 | -2/+59 | |
| | | | ||||||
| | * | Convert documentation to HTML, fix styling. | Aldo Cortesi | 2012-07-20 | 3 | -263/+293 | |
| | | | ||||||
| | * | Much simpler rewrite of inner data sending loop. | Aldo Cortesi | 2012-07-20 | 2 | -24/+45 | |
| | | | | | | | | | | | | We don't have to do the asynchronous code contortion anymore. | |||||
| | * | We shouldn't ever get a socket error emanating from netlib. | Aldo Cortesi | 2012-07-20 | 1 | -4/+1 | |
| | | | ||||||
| | * | Extend test suite to cover SSL. Log SSL connection errors. | Aldo Cortesi | 2012-07-20 | 2 | -14/+50 | |
| | | | ||||||
| | * | Handle invalid first line errors, add an error log buffer type. | Aldo Cortesi | 2012-07-20 | 2 | -12/+44 | |
| | | | ||||||
| | * | 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 | |
| | | |