summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2017-11-28Update IPv6 redact regex to not redact time, and optimize the run timeErik Larkö2-25/+35
2017-11-28Merge branch 'redact-ips-and-mac'Erik Larkö4-11/+158
2017-11-27Make sure the OpenVPN log file is readable by non-root usersErik Larkö2-2/+10
When OpenVPN creates it's log file it is only readable by root. When we then want to collect this log file in the problem report we do not want to be root. If OpenVPN on the other hand is told to log to a file that already exists it doesn't change the permissions of that file. So here we create the log file with permissions that work for us before OpenVPN has the chance to create it itself.
2017-11-24Redact IPs and MAC from logsErik Larkö3-11/+150
2017-11-23Merge branch 'use-relay-selector'Linus Färnstrand12-254/+829
2017-11-21Snake case LocationConstraintLinus Färnstrand2-2/+5
2017-11-20Serialize TunnelParameters correctlyLinus Färnstrand1-2/+2
2017-11-20Accept that RelayConstrainstUpdate fields are missingLinus Färnstrand1-0/+1
2017-11-20Rename GetIp -> GetPublicIpLinus Färnstrand2-3/+4
2017-11-17Merge branch 'account-history'Andrej Mihajlov4-11/+176
2017-11-17Add remove_account_from_history RPC callAndrej Mihajlov1-1/+27
2017-11-17Add get_account_history RPC callAndrej Mihajlov1-2/+34
2017-11-17Add account historyAndrej Mihajlov3-9/+116
2017-11-17Fix documentation wordingLinus Färnstrand1-1/+1
2017-11-17Add separate command to list relaysLinus Färnstrand2-0/+33
2017-11-17Add location and IP to CLI status commandLinus Färnstrand1-0/+15
2017-11-17Use new relay constraints and relay selectorLinus Färnstrand4-138/+169
2017-11-17Remove unused connect() helper methodsLinus Färnstrand1-14/+0
2017-11-17Add RelaySelector module and structLinus Färnstrand1-0/+330
2017-11-17Update relay constraints to contain location etcLinus Färnstrand3-103/+278
2017-11-14Merge branch 'relay-list'Linus Färnstrand10-87/+127
2017-11-14Adapt to intermediate solutionLinus Färnstrand3-12/+10
2017-11-14Add RelayListProxy RPC structLinus Färnstrand2-0/+18
2017-11-14Add RelayList and adapt surrounding typesLinus Färnstrand5-75/+99
2017-11-14Merge branch 'generalize-resource-dir'Linus Färnstrand3-73/+106
2017-11-14Update TunnelParameters docsLinus Färnstrand1-3/+3
2017-11-14Rename TunnelEndpointData to TunnelParametersLinus Färnstrand3-17/+17
2017-11-14Extract logging time format string to constantLinus Färnstrand1-2/+4
2017-11-14rustfmtLinus Färnstrand1-7/+4
2017-11-14Adapt get_openvpn_relay to new TunnelEndpointLinus Färnstrand1-2/+9
2017-11-14Change TunnelEndpoint to another designLinus Färnstrand2-18/+50
2017-11-14Move finding resource dir to topLinus Färnstrand2-50/+45
2017-11-14Merge branch 'upgrade-pfctl'Linus Färnstrand2-375/+316
2017-11-14Upgrade dependenciesLinus Färnstrand1-261/+305
2017-11-13Update pfctl to version with bindgen 0.31Linus Färnstrand2-114/+11
2017-11-13Merge branch 'introduce-tunnelendpoint'Linus Färnstrand3-16/+51
2017-11-13Adapt daemon to TunnelEndpointLinus Färnstrand1-13/+18
2017-11-13Add TunnelEndpoint typeLinus Färnstrand2-3/+33
2017-11-13Merge branch 'problem-report-limits'Erik Larkö1-3/+3
2017-11-13Reduce the size limit of the problem report to around 2mbErik Larkö1-3/+3
2017-11-10Merge branch 'hard-coded-server-list'Erik Larkö1-5/+5
2017-11-10Update the hard coded server listErik Larkö1-5/+5
2017-11-09Moved the changelog items from unreleased to beta 6Erik Larkö1-1/+1
2017-11-08Merge branch 'update-changelog'Linus Färnstrand1-2/+15
2017-11-08Update changelog with beta6 changesLinus Färnstrand1-2/+15
2017-11-08Merge branch 'censor-problem-report-logs'Linus Färnstrand6-42/+74
2017-11-08Update changelogLinus Färnstrand1-0/+1
2017-11-08Rename problem report censoring term to "redact"Linus Färnstrand1-14/+19
2017-11-08rustfmt after 0.2.15 upgradeLinus Färnstrand3-25/+25
2017-11-08Upgrade rustfmt to 0.2.15Linus Färnstrand1-1/+1