summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-02-14Move tunnel log rotation into tunnel monitoring moduleLinus Färnstrand2-46/+36
2019-02-14Replace some generics with impl TraitLinus Färnstrand1-8/+8
2019-02-14Fix order of methods on OpenVpnCommandLinus Färnstrand1-7/+7
2019-02-14Merge branch 'bump-binaries-repo-with-shadowsocks'Linus Färnstrand3-0/+3
2019-02-14Add autogenerated header to Cargo.lockLinus Färnstrand1-0/+2
2019-02-14Bump binaries repo to version with shadowsocksLinus Färnstrand2-0/+1
2019-02-13Merge branch 'fix-ts-watch'Andrej Mihajlov5-37/+87
2019-02-13Add openvpn.exe to .gitignoreAndrej Mihajlov1-0/+1
2019-02-13Fix minor typoAndrej Mihajlov1-1/+1
2019-02-13Fix typescript watch scriptAndrej Mihajlov3-36/+85
2019-02-13Merge branch 'update-linux-offline-check'Janito Vaqueiro Ferreira Filho4-117/+114
2019-02-13Also check IP addresses to detect connectivityJanito Vaqueiro Ferreira Filho1-19/+44
2019-02-13Create `NetlinkConnection` helper typeJanito Vaqueiro Ferreira Filho1-14/+53
2019-02-13Replace state tracking with sending requestsJanito Vaqueiro Ferreira Filho1-82/+12
2019-02-13Describe HW address ignore fix in change logJanito Vaqueiro Ferreira Filho1-0/+3
2019-02-13Update iproute2 dependency to fix HW address errorJanito Vaqueiro Ferreira Filho2-15/+15
2019-02-12Merge branch 'fix-spelling'Linus Färnstrand1-1/+1
2019-02-12Fix minor spelling "managing"Linus Färnstrand1-1/+1
2019-02-11Merge branch 'fix-reconnection-loop'Andrej Mihajlov2-19/+33
2019-02-11Fix the potential reconnect loop in GUI, triggered by the timeout when receiv...Andrej Mihajlov2-19/+33
2019-02-09Merge branch 'improve-advanced-settings'Andrej Mihajlov8-196/+195
2019-02-08Update README.mdAndrej Mihajlov1-5/+7
2019-02-08Upgrade TypeScript to 3.3.3Andrej Mihajlov3-6/+6
2019-02-08Refactor AdvancedSettingsAndrej Mihajlov4-185/+182
2019-02-08Merge branch 'typescript-lint-issues'Andrej Mihajlov77-2783/+2811
2019-02-08Fix linter issuesAndrej Mihajlov77-2783/+2811
2019-02-05Merge branch 'transpile-ts-appveyor'Andrej Mihajlov1-0/+1
2019-02-05Transpile TS on appveyorAndrej Mihajlov1-0/+1
2019-02-05Merge branch 'adjust-cli-gui-for-wg'Emīls Piņķis13-105/+407
2019-02-04Temporarily specify newer version of pfctlEmīls Piņķis2-6/+7
2019-02-04Update ipnetwork to 0.14Emīls Piņķis4-6/+15
2019-02-04Clear last used relay when using custom relayEmīls Piņķis1-3/+6
2019-02-04Fix wireguard config bugEmīls Piņķis2-5/+6
2019-02-04Allow cli to set wireguard settingsEmīls Piņķis1-28/+118
2019-02-04Allow cli to set custom wireguard relayEmīls Piņķis3-58/+152
2019-02-04Add RPCs for setting wireguard settingsEmīls Piņķis5-1/+105
2019-02-04Merge branch 'typescript'Andrej Mihajlov218-4587/+2483
2019-02-04TypeScript migrationAndrej Mihajlov218-4587/+2483
2019-02-01Merge branch 'separate-dns-and-firewall'Linus Färnstrand33-214/+247
2019-02-01Remove unused import on macOSLinus Färnstrand1-4/+1
2019-02-01Renaming remaining mentions of "security" to "firewall"Linus Färnstrand13-31/+31
2019-02-01Rename security => firewall in documentation and loggingLinus Färnstrand8-17/+16
2019-02-01Run rustfmtLinus Färnstrand7-8/+11
2019-02-01Fix windows compile errorsLinus Färnstrand7-10/+12
2019-02-01Rename security module to firewallLinus Färnstrand14-72/+72
2019-02-01Fix dns/firewall code to work with new structureLinus Färnstrand12-75/+104
2019-02-01Move talpid-core DNS code out to own moduleLinus Färnstrand12-14/+17
2019-01-30Merge branch 'refactor-talpid-types'Emīls Piņķis37-833/+1128
2019-01-30Adjust GUI code to new TunnelEndpoint typeEmīls Piņķis8-115/+123
2019-01-30Refactor mullvad typesEmīls Piņķis13-76/+352