summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-02-07Merge branch 'win-ignore-volumes-without-fs'David Lönnhager1-7/+16
2022-02-07Ignore volumes without known file systemsDavid Lönnhager1-7/+16
2022-02-07Merge branch 'background-fetch-cancellation'Andrej Mihajlov4-38/+106
2022-02-07Refactor background refresh on iOS 12Andrej Mihajlov1-14/+16
2022-02-07Operation: add extension to set multiple dependencies at onceAndrej Mihajlov1-1/+8
2022-02-07Handle cancellation in background fetchAndrej Mihajlov2-8/+18
2022-02-07AsyncBlockOperation: clean up cancellation blocks once operation is finishedAndrej Mihajlov1-0/+6
2022-02-07AsyncOperation: add operationDidFinish hookAndrej Mihajlov1-9/+19
2022-02-07AsyncBlockOperation: add cancellation handlerAndrej Mihajlov1-3/+32
2022-02-07Return cancellation handle for key rotationAndrej Mihajlov2-4/+8
2022-02-07Merge branch 'win-fix-warning'David Lönnhager1-1/+7
2022-02-04Fix deprecation warning and add some docsDavid Lönnhager1-1/+7
2022-02-04Merge branch 'cargo-set-resolver-2'David Lönnhager1-0/+1
2022-02-04Explicitly set resolver version for workspaceDavid Lönnhager1-0/+1
2022-02-04Merge branch 'fix-tile-service-crash'Albin2-1/+9
2022-02-04Update changelogAlbin1-0/+3
2022-02-04Fix tile service crashAlbin1-1/+6
2022-02-04Merge branch 'update-default-bridge-shadowsocks-passwords-and-cipher'Emīls2-2/+5
2022-02-04Update the default password and cipher for the custom bridgesLinus Färnstrand2-2/+5
2022-02-03Merge branch 'enable-lto-and-optimizations'Linus Färnstrand1-6/+2
2022-02-03Enable LTO and opt-level=3 in the Rust workspaceLinus Färnstrand1-6/+2
2022-02-03Merge branch 'upgrade-nix-dependency'Linus Färnstrand6-16/+29
2022-02-03Upgrade ctrlc to latest version to make it use nix 0.23Linus Färnstrand1-3/+3
2022-02-03Upgrade nix from 0.22.2 to 0.23.0Linus Färnstrand6-14/+27
2022-02-02Merge branch 'store-next-key'Andrej Mihajlov14-223/+373
2022-02-02TunnelManager: add period to error messagesAndrej Mihajlov1-6/+6
2022-02-02TunnelManager: add message to start tunnel errorAndrej Mihajlov1-1/+1
2022-02-02SetAccountOperation: always replace keys if next key is foundAndrej Mihajlov1-16/+15
2022-02-02ReplaceKeyOperation: slightly rewrite the key rotation logicAndrej Mihajlov1-2/+2
2022-02-02Add period at the end of error case descriptionsAndrej Mihajlov1-20/+20
2022-02-02Rename missingAccount to unsetAccountAndrej Mihajlov8-10/+10
2022-02-02Update changelogAndrej Mihajlov1-0/+2
2022-02-02SetAccountOperation: always reset the tunnel provider referenceAndrej Mihajlov1-3/+3
2022-02-02SetAccountOperation: delete current and next keysAndrej Mihajlov1-19/+32
2022-02-02SetAccountOperation: replace old key if current and next keys are foundAndrej Mihajlov1-33/+64
2022-02-02Store next private key when rotating the keyAndrej Mihajlov6-135/+240
2022-02-02Merge branch 'windows-st-monitor-drives'David Lönnhager7-149/+274
2022-02-02Notify path monitor of volume mounts/dismountsDavid Lönnhager3-11/+26
2022-02-02Detect arrival and removal of volumesDavid Lönnhager4-19/+112
2022-02-02Add Windows windowing utilities moduleDavid Lönnhager3-125/+142
2022-02-02Merge branch 'windows-fix-st-panic'David Lönnhager2-5/+10
2022-02-02Update changelogDavid Lönnhager1-0/+2
2022-02-02Improve validation of excluded pathsDavid Lönnhager1-5/+8
2022-02-02Merge branch 'display-entrypoint-while-connecting'Oskar Nyberg1-0/+11
2022-02-02Add entry location to connecting state before connecint eventOskar Nyberg1-0/+11
2022-02-02Merge branch 'set-relay-in-airplane-mode'Andrej Mihajlov4-3/+4
2022-02-02Update changelogAndrej Mihajlov1-0/+1
2022-02-02Xcode: update dependenciesAndrej Mihajlov2-2/+2
2022-02-02Remove duplicate error messageAndrej Mihajlov1-1/+1
2022-02-02Merge branch 'fix-wg-relay-matching'Emīls2-8/+50