summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-02-28Merge branch 'event-enum'Linus Färnstrand2-56/+139
2017-02-28Fix small bug in testLinus Färnstrand1-1/+1
2017-02-28Move INTERESTING_EVENTS down to ffi moduleLinus Färnstrand2-9/+6
2017-02-28Rename ParseEnv error to negative formLinus Färnstrand1-1/+1
2017-02-27Remove old constantsLinus Färnstrand1-44/+0
2017-02-27Use new event enum to register for eventsLinus Färnstrand1-5/+70
2017-02-27Define INTERESTING_EVENTSLinus Färnstrand1-0/+8
2017-02-27Introduce OpenVpnPluginEvent enumLinus Färnstrand1-9/+66
2017-02-27Change comment typeLinus Färnstrand1-3/+3
2017-02-23Merge branch zmq-on-travisErik Larkö8-2/+172
2017-02-23Don't cache rust-zmqErik Larkö1-4/+5
2017-02-22Address review problemsErik Larkö11-95/+161
2017-02-14Build ZMQ on travisErik Larkö4-2/+105
2017-02-13Merge branch 'update-cargo-metadata'Linus Färnstrand4-8/+8
2017-02-10Use crate metadata as clap cli parametersLinus Färnstrand1-5/+2
2017-02-10Update authors and add descriptionLinus Färnstrand3-3/+6
2017-02-09Merge branch 'error-chain'Linus Färnstrand8-112/+102
2017-02-09Convert all net tests to use assert_matchesLinus Färnstrand1-5/+10
2017-02-08Create Errors with into() instead of Error::fromLinus Färnstrand2-2/+2
2017-02-08Try out new pattern matching test formatLinus Färnstrand1-1/+2
2017-02-08Stop using foreign_link in an invalid(?) wayLinus Färnstrand2-13/+21
2017-02-08Print errors and backtrace in talpid_cliLinus Färnstrand1-12/+18
2017-02-08Convert talpid_cli to use error-chainLinus Färnstrand3-8/+20
2017-02-08Convert process::monitor module to use error-chainLinus Färnstrand1-51/+17
2017-02-08Convert net module to use error-chainLinus Färnstrand1-32/+19
2017-02-08Add error-chain dependencyLinus Färnstrand3-0/+5
2017-02-07Merge branch 'improve-build'Linus Färnstrand5-23/+101
2017-02-06Manually add toolchain bin to PATH for appveyorLinus Färnstrand1-0/+2
2017-02-06Simplify build scripts with --allLinus Färnstrand2-17/+6
2017-02-06Correct Cargo.lock placement and contentLinus Färnstrand2-4/+91
2017-02-06Introduce workspaceLinus Färnstrand1-2/+2
2017-02-06Merge branch 'assert_matches'Linus Färnstrand7-18/+24
2017-02-04Make assert_matches a dev-dependencyLinus Färnstrand4-0/+6
2017-02-04Use assert_matches crate to implement assert_eventLinus Färnstrand3-4/+5
2017-02-04Replace homegrown assert_pat! with assert_matchesLinus Färnstrand4-14/+13
2017-02-01Merge branch 'parse-c-strings'Linus Färnstrand7-2/+257
2017-01-31Separate whitespace trimming testLinus Färnstrand1-6/+6
2017-01-31Fix spelling: null-terminatedLinus Färnstrand1-4/+4
2017-01-31Adapt travis+appveyor to build openvpn pluginLinus Färnstrand2-2/+6
2017-01-31Improve description of Null errorLinus Färnstrand1-1/+1
2017-01-31Add failing string to NoEqual errorLinus Färnstrand1-3/+4
2017-01-31Add extra parse testsLinus Färnstrand1-0/+23
2017-01-31Add parse module with array and env functionsLinus Färnstrand5-0/+227
2017-01-31Merge branch 'integrate-cli'Linus Färnstrand5-1/+146
2017-01-30Adapt travis+appveyor to build talpid_cliLinus Färnstrand2-1/+5
2017-01-30Add cli crateLinus Färnstrand3-0/+141
2017-01-30Merge branch 'child-spawner-associated'Linus Färnstrand2-20/+27
2017-01-30Change spawner generic to SLinus Färnstrand1-7/+7
2017-01-30Rename all ChildSpawner instances to spawnerLinus Färnstrand1-11/+11
2017-01-30Make child associated type in ChildSpawnerLinus Färnstrand2-9/+16