summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/java/com/wireguard/config
AgeCommit message (Expand)Author
2017-08-16Config: Make it ComparableSamuel Holland
2017-08-16Config: Rename function to make databinding happySamuel Holland
2017-08-13Major renaming and refactoring in activity and serviceSamuel Holland
2017-08-13Profile: Add function to copy config from another profileSamuel Holland
2017-08-09Interface: Correctly handle setting a null or empty keySamuel Holland
2017-08-09KeyEncoding: Clean up and reorganize to match styleSamuel Holland
2017-08-08Constant time base64Jason A. Donenfeld
2017-08-08Profile: Add helper to check name validitySamuel Holland
2017-08-08Profile: Make name modifiableSamuel Holland
2017-08-01Interface: Convert to using Keypair classSamuel Holland
2017-07-31Profile: Implement deep copyingSamuel Holland
2017-07-31Copyable: New utility interface for deep-copyable classesSamuel Holland
2017-07-31Profile: Track connection stateSamuel Holland
2017-07-29Profile: Add a blank line before each peer sectionSamuel Holland
2017-07-29Profile: Parse config file to a string per attributeSamuel Holland
2017-07-29Profile: Add minimal implementationSamuel Holland