| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2017-09-22 | Update forgotten Cargo.lock change | Linus Färnstrand | 1 | -1/+0 |
| 2017-09-22 | Explicitly set 644 permission on rpc file on unix | Linus Färnstrand | 2 | -3/+17 |
| 2017-09-22 | Merge branch 'log-version-and-commit'2017.1-alpha4 | Linus Färnstrand | 3 | -0/+61 |
| 2017-09-22 | Add build.rs script fetching commit info and log that on daemon start | Linus Färnstrand | 3 | -0/+61 |
| 2017-09-22 | Merge branch 'remove-unused-crates' | Linus Färnstrand | 4 | -4/+0 |
| 2017-09-21 | Remove unused crate imports, silencing compiler | Linus Färnstrand | 4 | -4/+0 |
| 2017-09-21 | Merge branch 'add-all-authors' | Linus Färnstrand | 7 | -7/+9 |
| 2017-09-21 | Add all authors | Linus Färnstrand | 7 | -7/+9 |
| 2017-09-21 | Merge branch 'dns-proxy' | Linus Färnstrand | 7 | -46/+179 |
| 2017-09-21 | Lower socket-relay timeout to 8 sec | Linus Färnstrand | 1 | -1/+1 |
| 2017-09-21 | Upgrade pfctl and add DNS proxy | Linus Färnstrand | 5 | -33/+144 |
| 2017-09-21 | Add tunnel IP and gateway to metadata about tunnel | Linus Färnstrand | 4 | -17/+39 |
| 2017-09-21 | Merge branch 'check-rpc-file-permissions-in-cli' | Linus Färnstrand | 1 | -4/+29 |
| 2017-09-21 | Add RPC address file permission check in CLI | Linus Färnstrand | 1 | -4/+29 |
| 2017-09-21 | Merge branch 'socket-relay' | Linus Färnstrand | 7 | -0/+385 |
| 2017-09-20 | Add logging when data is discarded | Linus Färnstrand | 1 | -0/+5 |
| 2017-09-20 | Separate recv_stream from timeout future | Linus Färnstrand | 1 | -23/+20 |
| 2017-09-20 | Improve trace logging for relay | Linus Färnstrand | 1 | -6/+13 |
| 2017-09-19 | Update Cargo.lock | Linus Färnstrand | 1 | -0/+22 |
| 2017-09-19 | Time out reply socket after idle, not fixed, time | Linus Färnstrand | 3 | -17/+19 |
| 2017-09-19 | Make cli tool use arguments for addresses | Linus Färnstrand | 1 | -12/+17 |
| 2017-09-19 | Add integration test relaying to self | Linus Färnstrand | 1 | -0/+55 |
| 2017-09-19 | Add socket-relay to workspace | Linus Färnstrand | 1 | -0/+1 |
| 2017-09-19 | Add socket-relay crate with udp support | Linus Färnstrand | 4 | -0/+291 |
| 2017-09-19 | Merge branch 'update-rustfmt-to-nightly' | Linus Färnstrand | 27 | -390/+443 |
| 2017-09-19 | Fix comments split over multiple lines | Linus Färnstrand | 2 | -6/+3 |
| 2017-09-18 | Run rustfmt-nightly 0.2.6 on everything | Linus Färnstrand | 24 | -373/+430 |
| 2017-09-18 | Update rustfmt.toml | Linus Färnstrand | 1 | -1/+2 |
| 2017-09-18 | Upgrade to rustfmt-nightly 0.2.6 | Linus Färnstrand | 3 | -15/+13 |
| 2017-09-13 | Merge branch 'set_custom_relay-endpoint' | Erik Larkö | 23 | -81/+414 |
| 2017-09-13 | Review fixes | Erik Larkö | 1 | -1/+1 |
| 2017-09-13 | Serialize TransportProtocol as camelCase instead of PascalCase | Erik Larkö | 1 | -0/+1 |
| 2017-09-13 | Review fixes | Erik Larkö | 1 | -14/+10 |
| 2017-09-13 | Format fixes | Erik Larkö | 2 | -2/+5 |
| 2017-09-13 | Review fixes | Erik Larkö | 10 | -69/+116 |
| 2017-09-13 | Remove custom relay in cli | Erik Larkö | 1 | -1/+13 |
| 2017-09-13 | Set custom relay in cli | Erik Larkö | 6 | -0/+82 |
| 2017-09-13 | Add remove_custom_relay endpoint | Erik Larkö | 2 | -4/+17 |
| 2017-09-13 | Create talpid-types and put TransportProtocol there | Erik Larkö | 15 | -55/+85 |
| 2017-09-13 | Add set_custom_relay API endpoint | Erik Larkö | 6 | -25/+174 |
| 2017-09-12 | Merge branch 'more-detailed-rpc-errors' | Linus Färnstrand | 5 | -63/+85 |
| 2017-09-11 | Update Cargo.lock | Linus Färnstrand | 1 | -51/+42 |
| 2017-09-11 | Extract error mapping code to method | Linus Färnstrand | 1 | -22/+33 |
| 2017-09-11 | Forward RPC errors from master unchanged to FE | Linus Färnstrand | 1 | -3/+23 |
| 2017-09-11 | Upgrade jsonrpc deps to 7.1.1 | Linus Färnstrand | 3 | -11/+11 |
| 2017-09-08 | Merge branch 'add-license' | Linus Färnstrand | 14 | -5/+746 |
| 2017-09-08 | Add license metadata | Linus Färnstrand | 14 | -5/+746 |
| 2017-09-07 | Merge branch 'add-dhcp-rule' | Andrej Mihajlov | 1 | -0/+25 |
| 2017-09-07 | Add DHCP rules | Andrej Mihajlov | 1 | -0/+25 |
| 2017-09-07 | Merge branch 'update-pfctl' | Andrej Mihajlov | 2 | -21/+12 |
