aboutsummaryrefslogtreecommitdiff
path: root/rpki/http_simple.py
AgeCommit message (Collapse)Author
2016-05-07Oops, TeX-style "--" numeric ranges in copyright comments are bad fitRob Austein
for XML. Apparently we were carefully changing just the XML files to use a single "-" to work around this. Enough already, just convert all copyright year ranges to single "-" and have done with this. svn path=/branches/tk705/; revision=6427
2016-05-07More copyright notices, what fun.Rob Austein
svn path=/branches/tk705/; revision=6426
2015-11-10Use a lock to serialize rpkid tasks. Add temporary trace callRob Austein
sequence trace code to rpki.rpkidb.models to assist in simplifying some of the gratuitously complicated method call chains. Various trivial PyLint cleanups. svn path=/branches/tk705/; revision=6161
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
or commenting conventions should be shot. If it so happens that it is inconvenient to shoot him, then he is to be politely requested to recode his program in adherence to the above standard." -- Michael Spier, Digital Equipment Corporation svn path=/branches/tk705/; revision=6152
2015-10-16PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs.Rob Austein
svn path=/branches/tk705/; revision=6123
2015-07-21Code to support multiple HTTP content types didn't quite work withRob Austein
rpki.http_simple. svn path=/branches/tk705/; revision=6085
2014-09-21Add CMS goo to simple CMS client, remove need for async HTTP in Zookeeper.Rob Austein
svn path=/branches/tk705/; revision=5966
2014-09-21Move synchronous HTTP client code to library.Rob Austein
svn path=/branches/tk705/; revision=5965
2014-08-28Don't return HTML error messages on POST failures.Rob Austein
svn path=/branches/tk705/; revision=5938
2014-08-28Log connection info in simplified HTTP server.Rob Austein
svn path=/branches/tk705/; revision=5937
2014-08-18Start unwinding unnecessary uses of asynch I/O.Rob Austein
svn path=/branches/tk705/; revision=5920