summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use RedactErrorWriter in the ErrorLog for http.Server.redact-errorDavid Fifield2017-10-20
* Add RedactErrorWriter.David Fifield2017-10-20
* Log redacted messages for WebSocket↔ORPort errors.David Fifield2017-10-20
* Add a redactError function.David Fifield2017-10-20
* Use %.f not %.g to format stats interval.David Fifield2017-10-20
* Fix periodic stats reporting.David Fifield2017-10-19
* Downgrade coffeelint line lengths to a "warning"Arlo Breault2017-10-18
* Fix `go vet` complaintArlo Breault2017-10-18
* torrc-manuel deserves a -logArlo Breault2017-10-18
* webrtc.NewIceServer already does this split / validationArlo Breault2017-10-18
* Keep track of clientAddr in statsChannel.David Fifield2017-10-17
* Actually call clientAddr.David Fifield2017-10-17
* Rough tests for the clientAddr function.David Fifield2017-10-17
* Log once a day how many connections had client_ip.David Fifield2017-10-17
* Add a dummy port number to USERADDR.David Fifield2017-10-17
* Factor out a function to extract the client IP address.David Fifield2017-10-17
* Pass the incoming client_ip into the ExtORPort.David Fifield2017-10-14
* Bug 18628: Pass the client_ip parameter in the JavaScript proxy as well.David Fifield2017-10-14
* Parse.ipFromSDP function.David Fifield2017-10-14
* Pass client IP from proxy-go to server by parsing SDPHooman2017-10-14
* Use the "context" package in go 1.7Arlo Breault2017-10-12
* Bump go version on travis to 1.8.3Arlo Breault2017-10-12
* Use context.WithTimeout instead of transport.DeadlineArlo Breault2017-10-12
* Go get another missing dep in travisArlo Breault2017-10-12
* Add missing import removed in 0c02af3Arlo Breault2017-10-12
* Go get missing dep in travisArlo Breault2017-10-12
* Update for the latest go-webrtcArlo Breault2017-10-12
* Updating from legacy (import "appengine") packagesArlo Breault2017-10-12
* Move handling of -ice option into main.David Fifield2017-08-14
* Re-remove ipHandler function.David Fifield2017-08-11
* Merge branch 'standalone-broker'David Fifield2017-08-02
|\
| * Customize reflect.go for Snowflake broker.standalone-brokerDavid Fifield2017-07-15
| * Copy appengine directory from meek commit 6057a9e9d6.David Fifield2017-07-15
| * Replace --webPort and --tlsPort with a single --addr option.David Fifield2017-07-14
| * autocert (Let's Encrypt) for broker.David Fifield2017-07-14
| * go fmtDavid Fifield2017-07-14
| * Move flag code out of init into main.David Fifield2017-07-14
| * Server ports as parametersHooman2017-07-12
| * Fixed README.md and added cert and key optionsHooman2017-07-11
| * Make Broker run standaloneHooman2017-06-29
* | Deglobalize some flag-controlled variables.David Fifield2017-08-01
* | Stop writing to global opt.brokerURL variable.David Fifield2017-08-01
* | Make capacity a uint.David Fifield2017-08-01
* | Remove unused stunURL and relayURL, unused except for parsing tests.David Fifield2017-08-01
* | fmtDavid Fifield2017-07-25
* | Close the log file in server.David Fifield2017-07-16
* | Add a -log option to server-webrtc.David Fifield2017-07-16
* | Make client and server-webrtc log in UTC.David Fifield2017-07-16
* | Have embed.html refresh itself once a day.David Fifield2017-07-15
* | Remove broker /ip endpoint.David Fifield2017-07-15