summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-05-18Merge branch 'reduce-lazy-static-upgrade-regex'Linus Färnstrand3-12/+30
2018-05-18Upgrade to regex 1.0Linus Färnstrand2-2/+24
2018-05-18Remove lazy_static around Durations that are const fnsLinus Färnstrand1-10/+6
2018-05-18Merge branch 'move-cache-dir'Linus Färnstrand11-87/+146
2018-05-18Make AccountHistory hold track of its own cache pathLinus Färnstrand2-37/+54
2018-05-18Run integration test with ./ as cache dirLinus Färnstrand1-1/+3
2018-05-18Add --cache-dir argument to daemonLinus Färnstrand3-6/+27
2018-05-18Make AccountHistory take cache_dir as argumentLinus Färnstrand3-32/+36
2018-05-18Allow RelaySelector to take cache_dir by argumentLinus Färnstrand2-16/+22
2018-05-18Rename API ip file to kebab-caseLinus Färnstrand2-10/+9
2018-05-18Move cache dir computation to own moduleLinus Färnstrand6-17/+27
2018-05-18Merge branch 'collect-logs-in-problem-report'Janito Vaqueiro Ferreira Filho3-74/+162
2018-05-18Collect log directory access errorsJanito Vaqueiro Ferreira Filho1-9/+53
2018-05-18Refactor to only use `ProblemReport::add_logs`Janito Vaqueiro Ferreira Filho1-13/+9
2018-05-18Move GUI log to user-specific directory on WindowsJanito Vaqueiro Ferreira Filho1-21/+11
2018-05-18List `problem-report` collect changes in changelogJanito Vaqueiro Ferreira Filho1-0/+2
2018-05-18Collect predefined log files in `problem-report`Janito Vaqueiro Ferreira Filho2-51/+107
2018-05-18Reword `add_log` function commentJanito Vaqueiro Ferreira Filho1-2/+2
2018-05-18Fix typo in `problem-report` help messageJanito Vaqueiro Ferreira Filho1-1/+1
2018-05-18Merge branch 'windows-fix-placement'Emīls Piņķis1-4/+7
2018-05-18Ignore a single tray dimension when updating window position dependingEmīls1-4/+4
2018-05-18Add minimum window size to prevent downsizing on Windows when theEmīls1-0/+3
2018-05-17Merge branch 'mac-signing-instructions'Linus Färnstrand3-14/+44
2018-05-17More verbose macOS preinstall scriptLinus Färnstrand1-8/+9
2018-05-17Improve build.sh to package on Linux + use rustc 1.26Linus Färnstrand1-2/+2
2018-05-17Add check for signing variables in build.shLinus Färnstrand2-4/+33
2018-05-17Merge branch 'remove-disable-auth'Linus Färnstrand6-47/+17
2018-05-17Remove mentions of --disable-rpc-auth from changelogLinus Färnstrand1-3/+0
2018-05-17Remove --disable-rpc-authLinus Färnstrand5-44/+17
2018-05-17Merge branch 'use-path-display-method'Linus Färnstrand8-25/+19
2018-05-17Change from to_string_lossy() to display() on pathsLinus Färnstrand8-25/+19
2018-05-17Merge branch 'format-with-rustfmt-0-7-0'Linus Färnstrand12-34/+65
2018-05-17Format with rustfmt 0.7.0Linus Färnstrand11-33/+64
2018-05-17Update travis config for rustfmt 0.7.0Linus Färnstrand1-1/+1
2018-05-16Merge branch 'pubsub-ws-ipc'Janito Vaqueiro Ferreira Filho4-72/+382
2018-05-16Add support for JSON-RPC PubSub subscriptionsJanito Vaqueiro Ferreira Filho4-10/+216
2018-05-16Use a separate thread to handle RPC connectionJanito Vaqueiro Ferreira Filho1-63/+137
2018-05-16Use custom error types consistentlyJanito Vaqueiro Ferreira Filho1-11/+41
2018-05-16Merge branch 'create-rpc-file-dirs'Janito Vaqueiro Ferreira Filho2-1/+14
2018-05-16Describe RPC file parent dir creation in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2018-05-16Fix commentJanito Vaqueiro Ferreira Filho1-1/+1
2018-05-16Create parent directories in RPC info file pathJanito Vaqueiro Ferreira Filho1-0/+12
2018-05-15Merge branch 'move-settings-on-unix'Linus Färnstrand4-7/+41
2018-05-15Fix shell expansion bug in preinstall scriptLinus Färnstrand1-1/+1
2018-05-15Add to changelogLinus Färnstrand1-0/+1
2018-05-15Migrate cache files on macOS installLinus Färnstrand1-0/+10
2018-05-15Delete old log directory on installLinus Färnstrand1-0/+6
2018-05-15Move settings to /etc on unix platformsLinus Färnstrand2-6/+22
2018-05-15Add sleep on old app uninstallLinus Färnstrand1-0/+1
2018-05-15Make yarn pack:mac remove colliding mac/ folderLinus Färnstrand1-1/+1