aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/config/Peer.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: Clean up JavaSamuel Holland2018-04-301-43/+51
* global: Automatic code formattingSamuel Holland2018-04-301-152/+149
* TunnelEditorFragment: rewrite and simplifyJason A. Donenfeld2018-04-301-45/+37
* config: Minor cleanupHarsh Shandilya2018-04-281-4/+11
* Use validation instead of two-way bindingJason A. Donenfeld2018-04-281-32/+103
* Do not do DNS lookups for IPsJason A. Donenfeld2018-04-271-2/+0
* Throw IllegalArgumentExceptions when arguments are badJason A. Donenfeld2018-04-271-15/+12
* More javaficationJason A. Donenfeld2018-04-181-45/+113
* Remove sloppy java with enterprise java horrorsJason A. Donenfeld2018-04-171-13/+30
* Peer: Add missing @OverrideSamuel Holland2018-01-171-0/+1
* Serviceless rewrite, part 1Samuel Holland2018-01-061-37/+12
* Config: make parsing stricterJason A. Donenfeld2017-11-261-2/+2
* Peer: Add a field for the optional pre-shared keySamuel Holland2017-08-241-0/+20
* Config/Interface/Peer: Make ParcelableSamuel Holland2017-08-231-1/+36
* Config/Interface/Peer: Fix some missed change notificationsSamuel Holland2017-08-231-8/+9
* Peer: Associate with a ConfigSamuel Holland2017-08-191-1/+15
* Major renaming and refactoring in activity and serviceSamuel Holland2017-08-131-2/+27
* Profile: Parse config file to a string per attributeSamuel Holland2017-07-291-0/+83