Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup code with autoflake | Thomas Kriechbaumer | 2015-05-27 | 1 | -1/+0 |
| | | | | run the following command: $ autoflake -r -i --remove-all-unused-imports --remove-unused-variables . | ||||
* | cleanup code with autopep8 | Thomas Kriechbaumer | 2015-05-27 | 1 | -5/+17 |
| | | | | run the following command: $ autopep8 -i -r -a -a . | ||||
* | fix code smell | Maximilian Hils | 2015-04-09 | 1 | -5/+5 |
| | |||||
* | Simplify expected_http_body_size signature, fixing a traceback found in fuzzing | Aldo Cortesi | 2014-11-07 | 1 | -2/+2 |
| | |||||
* | minor cleanups | Maximilian Hils | 2014-08-16 | 1 | -1/+2 |
| | |||||
* | use passlib instead of md5crypt | Maximilian Hils | 2014-08-16 | 1 | -24/+5 |
| | |||||
* | allow super() on TCPServer, add thread names for better debugging | Maximilian Hils | 2014-02-15 | 1 | -1/+1 |
| | |||||
* | Silence pyflakes, adjust requirements.txt | Aldo Cortesi | 2014-01-19 | 1 | -1/+0 |
| | |||||
* | add requirements.txt, small changes | Maximilian Hils | 2013-12-13 | 1 | -2/+0 |
| | |||||
* | merge origin/master | Maximilian Hils | 2013-12-08 | 1 | -6/+6 |
|\ | |||||
| * | Unit test auth actions. | Aldo Cortesi | 2013-12-08 | 1 | -10/+7 |
| | | |||||
* | | make AuthAction generic | Maximilian Hils | 2013-12-08 | 1 | -5/+5 |
|/ | |||||
* | add custom argparse actions to seamlessly integrate ProxyAuth classes | Maximilian Hils | 2013-11-21 | 1 | -0/+44 |
| | |||||
* | 100% test coverage. | Aldo Cortesi | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | Integrate HTTP auth, test to 100% | Aldo Cortesi | 2013-03-03 | 1 | -0/+113 |