| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-11-29 | Reformat code without blank_lines_upper_bound = 2 | Linus Färnstrand | 1 | -1/+0 |
| 2021-07-13 | Fix tokio runtime builders | David Lönnhager | 1 | -1/+1 |
| 2021-06-18 | Update account history RPCs | David Lönnhager | 1 | -16/+5 |
| 2021-04-23 | Use new error enum. in `VoucherSubmissionResult` | Janito Vaqueiro Ferreira Filho | 1 | -14/+3 |
| 2021-04-23 | Create `VoucherSubmissionError` enumeration | Janito Vaqueiro Ferreira Filho | 1 | -0/+25 |
| 2021-01-12 | Replace the old cache directory | David Lönnhager | 1 | -1/+0 |
| 2021-01-04 | Always prefer the last used API address | David Lönnhager | 1 | -0/+1 |
| 2020-12-14 | Move problem report JNI methods to a new module | Janito Vaqueiro Ferreira Filho | 1 | -64/+2 |
| 2020-12-04 | Implement `MullvadDaemon.setDnsOptions` method | Janito Vaqueiro Ferreira Filho | 1 | -1/+26 |
| 2020-11-26 | Don't return `null` from `getAccountData` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-11-24 | Log when daemon starts even if logging is set-up | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-11-24 | Pass resource dir. when sending problem report | Janito Vaqueiro Ferreira Filho | 1 | -1/+11 |
| 2020-11-24 | Fix log message for sending problem reports error | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-10-22 | Detect if multiple daemon instances are running | Janito Vaqueiro Ferreira Filho | 1 | -1/+16 |
| 2020-09-25 | Implement `MullvadDaemon.removeAccountFromHistory` | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 |
| 2020-09-01 | Reduce excessive thread count | David Lönnhager | 1 | -4/+4 |
| 2020-09-01 | Update mullvad-jni | David Lönnhager | 1 | -3/+13 |
| 2020-09-01 | Use predefined constants in mullvad-jni | Linus Färnstrand | 1 | -2/+2 |
| 2020-08-20 | Don't log cancelled RPC requests as errors | Janito Vaqueiro Ferreira Filho | 1 | -18/+20 |
| 2020-07-20 | Move wait for tun up event into `TalpidVpnService` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-06-25 | Use new version info in Android | Emīls | 1 | -1/+1 |
| 2020-05-11 | Log voucher submission errors | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 |
| 2020-05-11 | Use `VoucherSubmissionResult` instead | Janito Vaqueiro Ferreira Filho | 1 | -13/+6 |
| 2020-05-11 | Create `VoucherSubmissionResult` type | Janito Vaqueiro Ferreira Filho | 1 | -1/+28 |
| 2020-05-11 | Create `MullvadDaemon.submitVoucher` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+28 |
| 2020-05-07 | Use embeded TLS certificates | Emīls | 1 | -8/+1 |
| 2020-04-28 | Implement `MullvadDaemon.createNewAccount` | Janito Vaqueiro Ferreira Filho | 1 | -0/+25 |
| 2020-04-28 | Fix invalid account error detection | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-04-28 | Pass resource directory to problem report | Emīls | 1 | -1/+8 |
| 2020-04-27 | Adjust android code for new mullvad-rpc | Emīls | 1 | -7/+6 |
| 2020-04-22 | Use resource dir to store settings file on Android | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-04-22 | Remove hard-coded log directory for problem report | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2020-04-22 | Use Android app files directory for resources | Janito Vaqueiro Ferreira Filho | 1 | -29/+11 |
| 2020-04-22 | Use Android app's files directory for logs | Janito Vaqueiro Ferreira Filho | 1 | -20/+20 |
| 2020-04-22 | Use cache directory given by Android | Janito Vaqueiro Ferreira Filho | 1 | -7/+21 |
| 2020-03-30 | Implement `MullvadDaemon.setWireguardMtu` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 |
| 2020-03-02 | Use signal handler on Android | Emīls | 1 | -1/+2 |
| 2020-02-24 | Uncouple the management interface from the daemon | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-02-24 | Create `DaemonCommandChannel` in `mullvad-jni` | Janito Vaqueiro Ferreira Filho | 1 | -8/+13 |
| 2020-02-24 | Return command sender when creating daemon | Janito Vaqueiro Ferreira Filho | 1 | -7/+5 |
| 2020-02-15 | Implement `MullvadDaemon.reconnect()` | Janito Vaqueiro Ferreira Filho | 1 | -0/+17 |
| 2020-02-13 | Add setAutoConnect to mullvad-jni | Emīls | 1 | -0/+22 |
| 2020-02-11 | Remove obsoleted `from_java` module | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-02-11 | Use `jnix::FromJava` instead of custom `FromJava` | Janito Vaqueiro Ferreira Filho | 1 | -5/+3 |
| 2020-02-11 | Fetch account history from daemon | Emīls | 1 | -0/+25 |
| 2020-02-10 | Implement `MullvadDaemon.setAllowLan` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 |
| 2020-01-29 | Fix JNI method entrypoint name for destructor | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-01-13 | Notify when daemon thread has stopped | Janito Vaqueiro Ferreira Filho | 1 | -6/+46 |
| 2019-12-11 | Finish refactor into ui and service packages | Emīls | 1 | -19/+25 |
| 2019-12-10 | Use Rust 2018 edition idioms in `mullvad-jni` | Janito Vaqueiro Ferreira Filho | 1 | -35/+39 |
