summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-04-18Reformat with new rustfmt settingsLinus Färnstrand14-120/+175
2017-04-18Move callback out to allow formattingLinus Färnstrand1-1/+2
2017-04-18Activate take_source_hintLinus Färnstrand1-0/+1
2017-04-18Remove custom trailing_comma format settingLinus Färnstrand1-1/+0
2017-04-13Updated rustfmt.toml settingsLinus Färnstrand1-1/+13
2017-04-13Upgrade rustfmt to 0.8.3Linus Färnstrand1-1/+1
2017-04-12Merge branch 'update-dependencies'Linus Färnstrand7-197/+121
2017-04-11Upgrading to error-chain 0.10Linus Färnstrand7-14/+14
2017-04-11Run "cargo update". Lots of new jsonrpc stuffLinus Färnstrand1-184/+108
2017-04-07Merge branch 'restructure-workspace'Linus Färnstrand14-42/+41
2017-04-07Update CI configs to handle empty root crateLinus Färnstrand2-3/+3
2017-04-07Rename talpid_daemon to mullvad_daemonLinus Färnstrand5-18/+18
2017-04-07Move talpid_core from root to memberLinus Färnstrand8-21/+20
2017-04-07Merge branch 'http-ipc-jsonrpc'Erik Larkö9-291/+768
2017-04-07Use new address getterLinus Färnstrand1-2/+2
2017-04-07Have error_chain! calls in same place in fileLinus Färnstrand1-11/+12
2017-04-07Don't expose address mutable, proide immutable refLinus Färnstrand1-1/+5
2017-04-07Put all chain_err on level. Return last errorLinus Färnstrand1-31/+30
2017-04-07Use quick_main in daemonLinus Färnstrand1-31/+16
2017-04-07Use json naming conventions when deserializingErik Larkö1-0/+1
2017-04-07Created the talpid_daemon crate and put the frontend IPC stuff thereErik Larkö9-291/+778
2017-04-06Merge branch 'quick-main-macro'Linus Färnstrand1-28/+9
2017-04-05Simplified errors in talpid_cliLinus Färnstrand1-16/+8
2017-04-05Use quick_main!() from error_chainLinus Färnstrand1-12/+1
2017-03-30Merge branch 'format-script'Linus Färnstrand2-4/+36
2017-03-30Add set -u for safetyLinus Färnstrand1-1/+3
2017-03-30Add format.sh script and reconfigure TravisLinus Färnstrand2-4/+34
2017-03-29Merge branch 'http-ipc-shortcuts'Linus Färnstrand1-14/+9
2017-03-29Empty type on channel with unused contentLinus Färnstrand1-4/+4
2017-03-29Loop without breakLinus Färnstrand1-6/+4
2017-03-29One line should_stopLinus Färnstrand1-4/+1
2017-03-29Merge branch http-ipcErik Larkö4-0/+311
2017-03-29rustfmtErik Larkö2-25/+26
2017-03-27Can stop the Http serverErik Larkö2-23/+73
2017-03-22revert to e_c 0.8Erik Larkö2-134/+2
2017-03-22Log received messages and cleaner reply error handlingErik Larkö1-4/+9
2017-03-22Remove the http ipc clientErik Larkö3-83/+1
2017-03-22Don't chain the boxed errorErik Larkö1-6/+1
2017-03-22Remove the ReplyFailure ErrorKindErik Larkö2-6/+2
2017-03-22Attempt to start the HTTP server on different portsErik Larkö1-7/+13
2017-03-22Simplify serde parsingErik Larkö1-18/+2
2017-03-22Have the IPC API support responsesErik Larkö3-27/+66
2017-03-22Add a HTTP IPC implementationErik Larkö5-2/+451
2017-03-20Merge branch 'clippy-cleanup'Linus Färnstrand8-11/+10
2017-03-16Add forgotten semicolonsLinus Färnstrand2-2/+2
2017-03-16Make use of bail! macro in error_chainLinus Färnstrand6-8/+8
2017-03-16Clean up according to clippy lintsLinus Färnstrand3-4/+3
2017-03-15Merge branch 'cdylib'Linus Färnstrand1-1/+1
2017-03-14Make the OpenVPN build as a cdylibLinus Färnstrand1-1/+1
2017-03-10Merge branch 'add-tests'Linus Färnstrand2-2/+40