Commit Graph

5 Commits

Author SHA1 Message Date
Yawning Angel
a8288437e3 Update my e-mail address (no functional changes) 2019-05-20 04:53:24 +00:00
Yawning Angel
70d0e90c86 Change the canonical upstream repo location to gitlab
This commit changes the upstream repo location to:
  https://gitlab.com/yawning/obfs4.git

Additionally all the non-`main` sub-packages now have an import
comment annotation.  As a matter of courtesy, I will continue to
push to both the existing github.com and git.torproject.org repos
for the foreseeable future, though I reserve the right to stop
doing so at any time.
2019-01-16 07:36:18 +00:00
David Fifield
cf4dd074fa Fix doc comment for log.Debugf. 2015-05-26 06:19:55 +00:00
Yawning Angel
8996cb2646 Add routines for querying the log module state.
Unless you have very good reason to do so, there should be no reason to
actually call these ever, since the log messages are only generated if
they will result in output being written to a log file.
2015-04-13 21:21:12 +00:00
Yawning Angel
df42657079 Move logging wrappers into common/log, and add a DEBUG log level.
Implements feature #15576.
2015-04-03 14:21:31 +00:00