summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-03-22Cleanup gitignoreHEADmasterSam Whited
Signed-off-by: Sam Whited <sam@samwhited.com>
2019-10-23.gitignore .ideakwadronaut
2019-10-21added dialer to the modes and removed unneccessary codeBluesaxorcist
2019-10-07ignore log filesBluesaxorcist
2019-08-30added the dispatcher changes to .gitignoreBluesaxorcist
2019-08-16ignored state filesBluesaxorcist
2014-05-12Move to a unified client/server binary, and fix bugs.Yawning Angel
* The old and the busted: obfs4-[client,server]. * The new hotness: obfs4client. * Add obfs4.ServerHandshake() that servers need to call after a successful return from Accept(). This allows implementations to move the handshake into a goroutine or whatever.
2014-05-09Initial import.Yawning Angel