summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-01-30Add initial FFI declarations for an OpenVPN pluginLinus Färnstrand3-0/+152
2017-01-30Add lazy_static to OpenVPN pluginLinus Färnstrand3-0/+13
2017-01-30Initial empty talpid_openvpn_plugin crateLinus Färnstrand4-0/+16
2017-01-26Merge branch 'remove-rustfmt-forced-install'Linus Färnstrand1-1/+1
2017-01-25Remove forced installation of rustfmtLinus Färnstrand1-1/+1
2017-01-25Merge branch 'disable-appveyor-emails'Linus Färnstrand1-0/+6
2017-01-25Disable emails in appveyorLinus Färnstrand1-0/+6
2017-01-25Merge branch 'simplify-child-monitor'Linus Färnstrand1-254/+73
2017-01-25Fix typo in commentLinus Färnstrand1-1/+1
2017-01-25Unlock mutex before calling listenerLinus Färnstrand1-2/+4
2017-01-25Make ChildMonitor synchronousLinus Färnstrand1-254/+71
2017-01-25Merge branch 'rustfmt-upgrade'Linus Färnstrand4-15/+10
2017-01-24Force rustfmt install on travis. .travis.yml cleanLinus Färnstrand1-6/+3
2017-01-24Print rustfmt versionLinus Färnstrand1-0/+1
2017-01-24Run rustfmt 0.7.1Linus Färnstrand3-9/+6
2017-01-19Merge branch 'appveyor-setup'Linus Färnstrand2-0/+64
2017-01-18Improve build: false commentLinus Färnstrand1-1/+2
2017-01-17Go back to trust's version of Rust installLinus Färnstrand1-11/+3
2017-01-17Remove "TODO" from comments that are already doneLinus Färnstrand1-3/+3
2017-01-17Change how nightly Rust is downloadedLinus Färnstrand1-3/+11
2017-01-17Stop Appveyor from building PRs twiceLinus Färnstrand1-0/+3
2017-01-17Cache appveyor buildsLinus Färnstrand1-0/+5
2017-01-17Remove email notificationsLinus Färnstrand1-4/+0
2017-01-17Add appveyor.ymlLinus Färnstrand1-0/+55
2017-01-17Disable email notifications on TravisLinus Färnstrand1-0/+4
2017-01-17Merge branch 'delete-unstable-tests'Linus Färnstrand2-52/+0
2017-01-16Delete tests relying on timing luckLinus Färnstrand2-52/+0
2017-01-13Merge remote-tracking branch 'origin/std-streams'Erik Larkö1-2/+20
2017-01-13Show that the pipe only affect stdout and stderrErik Larkö1-9/+11
2017-01-12Standard streams can be discardedErik Larkö1-2/+18
2017-01-10Merge branch 'rename-openvpnbuilder'Linus Färnstrand2-17/+17
2017-01-10Rename OpenVpnBuilder -> OpenVpnCommandLinus Färnstrand2-17/+17
2017-01-10Merge branch 'openvpn-monitor'Linus Färnstrand4-7/+506
2017-01-10Mark child as unused in StoppingStateLinus Färnstrand1-2/+2
2017-01-10Move needed importsLinus Färnstrand2-5/+5
2017-01-10Rename MonitorChild, move implLinus Färnstrand2-37/+38
2017-01-09Use drop() instead of let _ =Linus Färnstrand1-1/+1
2017-01-09Fix formatting on macroLinus Färnstrand1-1/+1
2017-01-09Fix typosLinus Färnstrand1-2/+2
2017-01-06Add monitor module testsLinus Färnstrand1-0/+176
2017-01-06Add ChildMonitor, the public interface of monitorLinus Färnstrand1-0/+42
2017-01-06Add monitor module state machineLinus Färnstrand1-0/+151
2017-01-06Add monitor module error and result typesLinus Färnstrand1-0/+43
2017-01-06Add public traits for monitor moduleLinus Färnstrand1-0/+86
2017-01-06Move process.rs module to own directoryLinus Färnstrand1-0/+3
2017-01-06Add clonablechild dependencyLinus Färnstrand2-0/+3
2017-01-06Remove unused testLinus Färnstrand1-6/+0
2016-12-21Merge branch 'clippy-cleanup'Linus Färnstrand2-3/+3
2016-12-21Fix code smells that clippy detectedLinus Färnstrand2-3/+3
2016-12-21Merge branch 'spawn-without-mut'Linus Färnstrand1-2/+2