[Pkg-privacy-commits] [obfs4proxy] branch upstream updated (abaca18 -> 45cc8f0)
Ximin Luo
infinity0 at debian.org
Sat Feb 20 22:34:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to branch upstream
in repository obfs4proxy.
from abaca18 Imported Upstream version 0.0.5
new 37a709d Bump the version to 0.0.6-dev, signifying development towards 0.0.6.
new cf4dd07 Fix doc comment for log.Debugf.
new 69ffcc3 Delay transport initialization till after logging has been setup.
new e52258e Make establishing outgoing connections the transport's responsibility.
new 611205b Add the "meek_lite" transport, which does what one would expect.
new 43cdc20 meek-lite: combine small writes at request dispatch time.
new 672e700 meek-lite: Don't send a "User-Agent" header.
new c0e8866 fix incorrect connection close
new 2cbefcf Fix other instances of attempting to close `nil` on handshake failure.
new 896a98c Do the release ritual for obfs4proxy-0.0.6.
new 45cc8f0 Imported Upstream version 0.0.6
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 4 +
ChangeLog | 8 +
common/log/log.go | 2 +-
doc/obfs4proxy.1 | 4 +-
obfs4proxy/obfs4proxy.go | 19 +-
transports/base/base.go | 10 +-
transports/{scramblesuit => meeklite}/base.go | 47 ++--
transports/meeklite/meek.go | 373 ++++++++++++++++++++++++++
transports/obfs2/obfs2.go | 13 +-
transports/obfs3/obfs3.go | 13 +-
transports/obfs4/obfs4.go | 15 +-
transports/scramblesuit/base.go | 15 +-
transports/transports.go | 13 +-
13 files changed, 479 insertions(+), 57 deletions(-)
create mode 100644 .gitignore
copy transports/{scramblesuit => meeklite}/base.go (63%)
create mode 100644 transports/meeklite/meek.go
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfs4proxy.git
More information about the Pkg-privacy-commits
mailing list