aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/log.py
Commit message (Collapse)AuthorAgeFilesLines
* netlib.strutils -> mitmproxy.utils.strutilsAldo Cortesi2016-10-201-1/+1
|
* netlib.human -> mitmproxy.utils.humanAldo Cortesi2016-10-201-1/+2
|
* python3: clean up class bracketsAldo Cortesi2016-10-171-1/+1
|
* Zap object base classAldo Cortesi2016-10-171-1/+1
|
* pathod: remove sixAldo Cortesi2016-10-171-3/+1
|
* fix pathod log encodingMaximilian Hils2016-07-061-3/+9
|
* remove clean_bin, clarify unicode handlingMaximilian Hils2016-07-051-2/+3
|
* minor fixesMaximilian Hils2016-07-011-1/+1
|
* Py3: Split on byte newlines in pathod.logShadab Zafar2016-06-151-1/+1
|
* Remove timestamps from pathoc outputAldo Cortesi2016-06-101-13/+13
| | | | | | Pathoc is an interactive tool, no need for a long leading timestamp. More generally, make timestamps optional in the logging mechanism so we can configure this with command-line flags or something down the track.
* Shift a bunch more string-related functions to strutilsAldo Cortesi2016-06-021-4/+1
|
* Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-021-1/+2
| | | | Extract a number of string and format-related functions to netlib.strutils.
* Py3: Import and Other misc. stuffShadab Zafar2016-05-261-1/+3
|
* combine projectsMaximilian Hils2016-02-181-0/+83