aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/config (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Config: Rename function to make databinding happySamuel Holland2017-08-161-1/+1
* Major renaming and refactoring in activity and serviceSamuel Holland2017-08-135-57/+104
* Profile: Add function to copy config from another profileSamuel Holland2017-08-131-3/+10
* 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
* Profile: Add helper to check name validitySamuel Holland2017-08-081-0/+5
* Profile: Make name modifiableSamuel Holland2017-08-081-1/+7
* Interface: Convert to using Keypair classSamuel Holland2017-08-011-6/+22
* Profile: Implement deep copyingSamuel Holland2017-07-311-1/+17
* Copyable: New utility interface for deep-copyable classesSamuel Holland2017-07-311-0/+9
* Profile: Track connection stateSamuel Holland2017-07-311-1/+19
* Profile: Add a blank line before each peer sectionSamuel Holland2017-07-291-1/+1
* Profile: Parse config file to a string per attributeSamuel Holland2017-07-294-26/+274
* Profile: Add minimal implementationSamuel Holland2017-07-291-0/+56