| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-03-02 | Add coloring to stdout logging | Linus Färnstrand | 3 | -34/+69 | |
| 2018-03-02 | Silence jsonrpc_core a bit | Linus Färnstrand | 1 | -0/+2 | |
| 2018-03-02 | Adjust logging levels and move logging to own module | Linus Färnstrand | 3 | -44/+64 | |
| 2018-03-02 | Add extra newline to .mullvad_rpc_address | Linus Färnstrand | 1 | -1/+1 | |
| 2018-03-02 | Add --disable-rpc-auth flag to make the CLI work | Linus Färnstrand | 3 | -18/+46 | |
| 2018-02-18 | Add conditional compilation to stuff not needed on Windows | Linus Färnstrand | 1 | -0/+1 | |
| 2018-02-07 | Make the daemon version be the git description | Linus Färnstrand | 4 | -36/+32 | |
| 2018-01-18 | Add --resource-dir argument | Linus Färnstrand | 2 | -4/+16 | |
| 2018-01-15 | Add debug logging when BE sends new state to FE | Linus Färnstrand | 1 | -0/+1 | |
| 2018-01-15 | Download geoip data from am.i.mullvad on request | Linus Färnstrand | 5 | -54/+85 | |
| 2018-01-15 | Use new tokio event loop creation mechanism | Linus Färnstrand | 1 | -1/+4 | |
| 2018-01-15 | Add event loop creation to mullvad-rpc | Linus Färnstrand | 1 | -1/+1 | |
| 2018-01-15 | Use serde derive import trick | Linus Färnstrand | 2 | -4/+2 | |
| 2018-01-09 | Remove crate version from version strings | Linus Färnstrand | 3 | -8/+6 | |
| 2018-01-09 | Add metadata in problem report RPC call | Linus Färnstrand | 1 | -12/+14 | |
| 2018-01-09 | Fix invalid redact of IPv6, plus add test | Linus Färnstrand | 1 | -4/+11 | |
| 2018-01-09 | Default to servers in Sweden | Erik Larkö | 1 | -3/+3 | |
| 2017-12-27 | Upgrade rustfmt to 0.3.4 | Linus Färnstrand | 1 | -4/+1 | |
| 2017-12-20 | Implement get_allow_lan in mgmt interface | Linus Färnstrand | 2 | -0/+20 | |
| 2017-12-20 | Add allow_lan support to daemon and expose on mgmt interface | Linus Färnstrand | 2 | -0/+32 | |
| 2017-12-20 | Add allow_lan settings entry | Linus Färnstrand | 1 | -10/+24 | |
| 2017-12-20 | Add field names to SecurityPolicy | Linus Färnstrand | 1 | -4/+7 | |
| 2017-12-18 | Reformat with new rustfmt | Linus Färnstrand | 2 | -4/+2 | |
| 2017-12-15 | Upgrade lazy_static to 1.0 | Linus Färnstrand | 1 | -1/+1 | |
| 2017-12-13 | Add has_active_relays flag to cities | Linus Färnstrand | 1 | -0/+1 | |
| 2017-12-04 | Upgrade rustfmt to 0.2.17 | Linus Färnstrand | 5 | -19/+11 | |
| 2017-12-04 | Update rustfmt to 0.2.16 | Linus Färnstrand | 1 | -2/+2 | |
| 2017-12-01 | Rename mullvadd back to mullvad-daemon | Linus Färnstrand | 3 | -16/+2 | |
| 2017-12-01 | Converting TunnelState::Exiting to SecurityState::Secured | Linus Färnstrand | 1 | -2/+3 | |
| 2017-11-28 | Update IPv6 redact regex to not redact time, and optimize the run time | Erik Larkö | 2 | -25/+35 | |
| 2017-11-27 | Make sure the OpenVPN log file is readable by non-root users | Erik 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-24 | Redact IPs and MAC from logs | Erik Larkö | 2 | -11/+149 | |
| 2017-11-20 | Rename GetIp -> GetPublicIp | Linus Färnstrand | 2 | -3/+4 | |
| 2017-11-17 | Fix documentation wording | Linus Färnstrand | 1 | -1/+1 | |
| 2017-11-17 | Add separate command to list relays | Linus Färnstrand | 2 | -0/+33 | |
| 2017-11-17 | Use new relay constraints and relay selector | Linus Färnstrand | 3 | -138/+168 | |
| 2017-11-17 | Add RelaySelector module and struct | Linus Färnstrand | 1 | -0/+330 | |
| 2017-11-17 | Update relay constraints to contain location etc | Linus Färnstrand | 1 | -21/+19 | |
| 2017-11-17 | Add remove_account_from_history RPC call | Andrej Mihajlov | 1 | -1/+27 | |
| 2017-11-17 | Add get_account_history RPC call | Andrej Mihajlov | 1 | -2/+34 | |
| 2017-11-17 | Add account history | Andrej Mihajlov | 3 | -9/+116 | |
| 2017-11-14 | Adapt to intermediate solution | Linus Färnstrand | 2 | -12/+9 | |
| 2017-11-14 | Rename TunnelEndpointData to TunnelParameters | Linus Färnstrand | 1 | -3/+3 | |
| 2017-11-14 | Extract logging time format string to constant | Linus Färnstrand | 1 | -2/+4 | |
| 2017-11-14 | rustfmt | Linus Färnstrand | 1 | -7/+4 | |
| 2017-11-14 | Adapt get_openvpn_relay to new TunnelEndpoint | Linus Färnstrand | 1 | -2/+9 | |
| 2017-11-14 | Move finding resource dir to top | Linus Färnstrand | 1 | -0/+21 | |
| 2017-11-13 | Adapt daemon to TunnelEndpoint | Linus Färnstrand | 1 | -13/+18 | |
| 2017-11-13 | Reduce the size limit of the problem report to around 2mb | Erik Larkö | 1 | -3/+3 | |
| 2017-11-10 | Update the hard coded server list | Erik Larkö | 1 | -5/+5 | |
