summaryrefslogtreecommitdiffhomepage
path: root/mullvad-rpc/src
AgeCommit message (Expand)AuthorFilesLines
2021-08-19Add transport protocol to WireguardEndpointDataDavid Lönnhager1-1/+2
2021-07-14Close TcpStream wrapper correctlyDavid Lönnhager1-2/+8
2021-07-13Document TcpStream wrapperDavid Lönnhager1-0/+3
2021-07-13Fix bypass socket setupDavid Lönnhager1-6/+6
2021-07-13Fix TcpStream shutdownDavid Lönnhager1-22/+49
2021-07-13Update HttpsConnectorWithSniDavid Lönnhager1-1/+1
2021-07-13Fix AsyncRead and AsyncWrite implementationsDavid Lönnhager1-15/+6
2021-07-13Fix timeout errorDavid Lönnhager1-1/+1
2021-06-21Prevent address cache update from causing a deadlock when entering connecting...David Lönnhager1-9/+11
2021-05-28Use port from uri instead of always using 443Emīls1-28/+22
2021-03-15Stop automatic key rotation if the account token is invalidDavid Lönnhager1-0/+3
2021-02-17Use only TLS 1.3 when connecting to the APIEmīls1-1/+2
2021-02-15Ensure If-None-Match uses weak validationDavid Lönnhager1-2/+6
2021-02-15Generalize RestRequest::add_headerDavid Lönnhager3-8/+6
2021-02-15Add etag argument to the relay list RPCDavid Lönnhager2-7/+33
2021-01-25Timeout in TCP connectionEmīls1-3/+10
2021-01-25Bypass socket on AndroidEmīls2-2/+54
2021-01-25Manage rest service socketsEmīls3-54/+155
2021-01-25Add tcp_stream.rsEmīls2-0/+125
2021-01-05Add M-Platform-Version header to version check callOskar Nyberg2-10/+19
2021-01-04Unblock API endpoint while connecting or blockedDavid Lönnhager2-36/+109
2021-01-04Add address change listener to AddressCacheDavid Lönnhager2-9/+57
2021-01-04Always prefer the last used API addressDavid Lönnhager3-69/+144
2020-11-19Log API address usedDavid Lönnhager1-5/+16
2020-11-19Shuffle API address cache when loaded, and use bundled API address cache as f...David Lönnhager3-52/+103
2020-11-19Cache the API addresses at build timeDavid Lönnhager2-0/+43
2020-09-25Always use fallback addressEmīls1-0/+4
2020-09-25Use an address cache for reaching the APIEmīls4-499/+322
2020-09-07Remove futures 0.1 from mullvad-rpcDavid Lönnhager1-17/+0
2020-09-07Use new-style futures for AccountsProxyDavid Lönnhager1-16/+11
2020-09-07Fix deadlock in the problem report toolDavid Lönnhager1-3/+3
2020-09-01Replace tokio handle references in `Daemon` with async/await syntaxDavid Lönnhager1-11/+2
2020-09-01Share tokio runtime between the management interface and daemonDavid Lönnhager3-39/+17
2020-09-01Remove unused MISSING_ARGUMENT constant and document remaining constantsLinus Färnstrand1-3/+5
2020-07-29Use new futures for relay list fetchingEmīls2-6/+5
2020-07-21Use futures::future::abortable insteadEmīls1-8/+8
2020-07-21Move Cancellable et al to talpid-coreEmīls1-77/+8
2020-07-03Use new style future for wireguard keysEmīls2-50/+73
2020-06-25Parse version info to check if version is too newEmīls1-22/+10
2020-06-25Allow AppVersionProxy to be cloneableEmīls1-0/+1
2020-06-25Allow users of mullvad-rpc to use rpc runtimeEmīls1-0/+4
2020-06-25Allow consumer of mullvad-rpc to set request timeoutEmīls1-2/+2
2020-06-25Allow factory to set timeoutsEmīls1-2/+14
2020-06-16Report key generation failuresEmīls Piņķis1-9/+15
2020-05-14Display REST response error codeEmīls1-2/+2
2020-05-14Remove unused errorsLinus Färnstrand1-6/+0
2020-05-14Exit with different exit codes in relay_list binary depending on errorLinus Färnstrand2-12/+24
2020-05-08Ensure country codes, city codes, and hostnames are lowercase in relay listDavid Lönnhager1-8/+18
2020-05-07Add new LetsEncrypt root certificateEmīls1-0/+9
2020-05-07Use embeded TLS certificatesEmīls3-44/+28