aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
Commit message (Collapse)AuthorAgeFilesLines
...
* rparse.py -> language.pyAldo Cortesi2012-10-051-2/+2
|
* Add -q and -r flags to pathod, logging request and respnose bytes.Aldo Cortesi2012-10-011-9/+24
| | | | | | | - These flags also mean that a bytes log is included in the internal log buffer. - There's an -x flag to turn on hex dump output in the text logs (does not affect the log buffer).
* Add timeout argument to Pathod, and matching -t command-line option.Aldo Cortesi2012-10-011-1/+6
|
* Use 24-hour clock for log timestamps.Aldo Cortesi2012-08-231-1/+1
|
* Make sure date stamps are added to all logs.Aldo Cortesi2012-08-231-8/+13
|
* Add -D to daemonize pathod.Aldo Cortesi2012-08-161-57/+94
|
* Listen on localhost by default.Aldo Cortesi2012-07-291-2/+2
|
* Handle file access denied in pathod.Aldo Cortesi2012-07-291-1/+4
|
* Add an option to specify a log file to pathod.Aldo Cortesi2012-07-271-2/+10
|
* Add a --nohang flag that turns off pauses in response generation.Aldo Cortesi2012-07-261-1/+6
|
* Add option to specify craft anchor point.Aldo Cortesi2012-07-241-0/+5
|
* Add pathod --noapi to turn off the service API.Aldo Cortesi2012-07-231-2/+7
|
* Add a --nocraft option to pathod that turns off crafting.Aldo Cortesi2012-07-231-1/+6
|
* Add a --noweb option to turn web iface off, refactor unit tests.Aldo Cortesi2012-07-231-10/+10
|
* Use policy hook to apply a size limit in pathod, add corresponding cmdline arg.Aldo Cortesi2012-07-231-1/+14
|
* Logging truss for pathod.Aldo Cortesi2012-06-241-1/+18
|
* Sketch out pathoc commandline interaction.Aldo Cortesi2012-06-241-1/+1
|
* Enable anchors on command line.Aldo Cortesi2012-06-241-7/+17
|
* Remove last vestige of Tornado pathod.Aldo Cortesi2012-06-211-2/+1
|
* Restore client argument parsing. Add thread-safe logging subsystem.Aldo Cortesi2012-06-211-3/+55
|
* Start porting web app to Flask.Aldo Cortesi2012-06-191-1/+1
|
* Start refactoring towards netlib, adding SNI and client testing.Aldo Cortesi2012-06-171-54/+3
|
* Fail if only one of certfile or keyfile is specified.Aldo Cortesi2012-06-071-0/+4
|
* Start building a Pathod unit testing truss.Aldo Cortesi2012-06-071-12/+7
| | | | | | - Add test.py, which will house the testing API. - Extend API with a shutdown method, used to terminate the test daemon. - Refactor to allow clean shutdown.
* Let Pathod pick an arbitrary empty port if -p 0 is specified.Aldo Cortesi2012-06-071-3/+5
|
* lippathod/app.py -> libpathod/pathod.pyAldo Cortesi2012-06-071-3/+3
|
* Doc tweaks.Aldo Cortesi2012-04-291-2/+2
|
* First pass at a README.Aldo Cortesi2012-04-291-1/+1
|
* Basic anchor adding.Aldo Cortesi2012-04-291-4/+15
|
* Basic SSL support.Aldo Cortesi2012-04-291-3/+25
|
* Refactor application definitions and startup.Aldo Cortesi2012-04-291-4/+5
| | | | | Also, create one of the dodgiest web testing trusses in history. Tornado just seems to have no nice way of doing this.
* First pass at static file serving.Aldo Cortesi2012-04-281-3/+3
|
* Initial checkin.Aldo Cortesi2012-04-281-0/+21