aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/model/Tunnel.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: fix up copyrightsJason A. Donenfeld2018-05-031-0/+1
* global: Add or update copyright headers in Java codeSamuel Holland2018-05-021-0/+5
* Quick cleanup across the boardHarsh Shandilya2018-04-281-2/+2
* model: Use ConfigStore.rename() to avoid recreating tunnelsSamuel Holland2018-01-101-7/+14
* Tunnel: ifname has max len 15Jason A. Donenfeld2018-01-101-2/+2
* model: Chain completions to avoid race conditionsSamuel Holland2018-01-091-3/+6
* Tunnel: Add a State factory methodSamuel Holland2018-01-081-1/+5
* Tunnel: Remove UNKNOWN stateSamuel Holland2018-01-071-6/+1
* model: Allow renaming tunnelsSamuel Holland2018-01-071-0/+6
* model: Remove confusing uses of completion chainingSamuel Holland2018-01-071-6/+3
* Tunnel: The name passed to isNameValid is never nullSamuel Holland2018-01-071-2/+2
* model: Proxy all async work through the TunnelManagerSamuel Holland2018-01-061-48/+31
* Tunnel: Require passing a state to the constructorSamuel Holland2018-01-061-2/+3
* TunnelDetailFragment: Remove state text and last changeSamuel Holland2018-01-061-12/+0
* Convert the list of tunnels to a KeyedObservableListSamuel Holland2018-01-061-6/+7
* Serviceless rewrite, part 1Samuel Holland2018-01-061-0/+166