aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/config/Interface.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: update copyright headersJason A. Donenfeld2018-09-061-2/+1
* Extract error messages to string resourcesHarsh Shandilya2018-08-261-2/+6
* config: show more informative error message on wrong keyJason A. Donenfeld2018-07-271-0/+2
* config: make loadData privateJason A. Donenfeld2018-07-131-1/+1
* global: Add nullity annotationsEric Kuck2018-07-131-19/+34
* global: move to Apache 2.0Jason A. Donenfeld2018-07-061-1/+1
* TunnelEditor: fix nitsJason A. Donenfeld2018-07-061-0/+6
* AppListDialogFragment: add implementation for excluding applicationsEric Kuck2018-07-061-0/+44
* config: Refactor IPCidr and use of InetAddressSamuel Holland2018-06-191-5/+5
* global: fix up copyrightsJason A. Donenfeld2018-05-031-0/+1
* global: Add or update copyright headers in Java codeSamuel Holland2018-05-021-0/+5
* global: Clean up JavaSamuel Holland2018-04-301-55/+60
* global: Automatic code formattingSamuel Holland2018-04-301-166/+163
* TunnelEditorFragment: rewrite and simplifyJason A. Donenfeld2018-04-301-47/+41
* config: Minor cleanupHarsh Shandilya2018-04-281-3/+3
* Use validation instead of two-way bindingJason A. Donenfeld2018-04-281-61/+130
* Do not do DNS lookups for IPsJason A. Donenfeld2018-04-271-7/+1
* Throw IllegalArgumentExceptions when arguments are badJason A. Donenfeld2018-04-271-18/+15
* More javaficationJason A. Donenfeld2018-04-181-64/+119
* Remove sloppy java with enterprise java horrorsJason A. Donenfeld2018-04-171-37/+60
* Config: Handle multiple address or dns in config fileAurélien Chabot2018-04-171-2/+16
* Serviceless rewrite, part 1Samuel Holland2018-01-061-37/+9
* Config/Interface/Peer: Make ParcelableSamuel Holland2017-08-231-2/+44
* Config/Interface/Peer: Fix some missed change notificationsSamuel Holland2017-08-231-5/+6
* Config/Interface: Allow copyFrom() to work on nullSamuel Holland2017-08-231-5/+13
* Interface: Rework private key handlingSamuel Holland2017-08-171-11/+17
* Major renaming and refactoring in activity and serviceSamuel Holland2017-08-131-3/+29
* Interface: Correctly handle setting a null or empty keySamuel Holland2017-08-091-4/+8
* KeyEncoding: Clean up and reorganize to match styleSamuel Holland2017-08-091-1/+1
* Constant time base64Jason A. Donenfeld2017-08-081-1/+2
* Interface: Convert to using Keypair classSamuel Holland2017-08-011-6/+22
* Profile: Parse config file to a string per attributeSamuel Holland2017-07-291-0/+99