summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-12-05Merge branch 'win-promote-tray'Odd Stranne20-2/+894
2018-12-05Update changelogOdd Stranne1-0/+3
2018-12-05Update installer script with tray icon functionalityOdd Stranne1-2/+41
2018-12-05Add NSIS plugin for installing tray iconOdd Stranne17-0/+850
2018-12-05Bump submodule 'windows-libraries'Odd Stranne1-0/+0
2018-12-04Merge branch 'clippy-cleanup'Linus Färnstrand5-12/+11
2018-12-04Get rid of possibly silent casting lossLinus Färnstrand1-1/+1
2018-12-04Simplify some iterators in routing, and correct conversion method nameLinus Färnstrand3-6/+5
2018-12-04Replace let Some(_) with just is_some()Linus Färnstrand1-5/+5
2018-12-04Merge branch 'dont-cache-incremental'Linus Färnstrand1-0/+6
2018-12-04Delete the incremental folder before caching on TravisLinus Färnstrand1-0/+6
2018-12-04Merge branch 'fix-location'Janito Vaqueiro Ferreira Filho1-14/+6
2018-12-04Refactor to reduce repeated codeJanito Vaqueiro Ferreira Filho1-8/+4
2018-12-04Remove reconnection loop guardJanito Vaqueiro Ferreira Filho1-7/+3
2018-12-04Merge branch 'add-link-management'Emīls Piņķis5-54/+231
2018-12-03Fix routing module on MacOSEmīls Piņķis1-5/+5
2018-12-03Add network interface management to talpid-coreEmīls Piņķis4-49/+226
2018-12-03Merge branch 'fix-autoconnect'Janito Vaqueiro Ferreira Filho1-0/+21
2018-12-03Fix auto-connect when app startsJanito Vaqueiro Ferreira Filho1-0/+21
2018-12-03Bump binariese submodule to where openvpn.exe is signedLinus Färnstrand2-0/+1
2018-12-03Merge branch 'increase-windows-openvpn-die-timeout'Linus Färnstrand2-0/+5
2018-12-03Increase timeout for OpenVPN to die on windowsLinus Färnstrand2-0/+5
2018-12-03Merge branch 'activate-field-init-rustfmt-option'Linus Färnstrand4-4/+5
2018-12-03Activate the use_field_init_shorthand rustfmt optionLinus Färnstrand4-4/+5
2018-12-03Merge branch 'fix-macos-log-dir-permissions'Linus Färnstrand7-5/+28
2018-12-03Run rustfmt 1.0.0-nightlyLinus Färnstrand1-1/+3
2018-12-03Add to changelogLinus Färnstrand1-0/+3
2018-12-03Make daemon create log dir with correct permissionsLinus Färnstrand4-4/+21
2018-12-03Set correct permissions on log dir in macOS preinstall scriptLinus Färnstrand1-0/+1
2018-11-30Merge branch 'cache-user-location'Andrej Mihajlov1-3/+26
2018-11-30Cache the user location and handle edge cases when the stale location could b...Andrej Mihajlov1-3/+26
2018-11-22Merge branch 'add-routing'Emīls Piņķis5-0/+578
2018-11-22Add MacOS routing implementationEmīls Piņķis2-0/+129
2018-11-22Add linux routing implementationEmīls Piņķis2-0/+341
2018-11-22Add subprocess module for routing in talpid-coreEmīls Piņķis2-1/+49
2018-11-21Add routing trait to talpid-coreEmīls Piņķis2-0/+60
2018-11-21Merge branch 'type-ipc-events'Andrej Mihajlov7-116/+236
2018-11-21Fix minor text clipping issueAndrej Mihajlov1-0/+1
2018-11-21Get rid of defaultTunnelStateTransition and defaultSettings methodsAndrej Mihajlov4-46/+24
2018-11-21Add IPC event channel and type all IPC eventsAndrej Mihajlov4-70/+211
2018-11-21Merge branch 'fix-formatting'Emīls Piņķis25-26/+27
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis25-26/+27
2018-11-20Merge branch 'fix-openvpn-plugin-error-handling'Linus Färnstrand1-16/+10
2018-11-20Silence plugin from logging not-important panicLinus Färnstrand1-16/+10
2018-11-20Merge branch 'move-location-to-main'Andrej Mihajlov3-72/+95
2018-11-20Prevent fetching the location during reconnection loopAndrej Mihajlov1-3/+11
2018-11-20Move location management to the main processAndrej Mihajlov2-72/+87
2018-11-20Fix casing in the Location typeAndrej Mihajlov1-1/+1
2018-11-20Merge branch 'move-notifications-to-main'Andrej Mihajlov7-180/+266
2018-11-20Move notifications and version fetch to the main processAndrej Mihajlov7-180/+266