aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up trailing whitespaceJason A. Donenfeld2018-12-224-12/+12
* Removing a tunnel from iOS's settings is now immediately reflected in appEric Kuck2018-12-215-48/+72
* Localize remaining strings in network extensionJason A. Donenfeld2018-12-222-7/+24
* RTL supportEric Kuck2018-12-214-15/+15
* Strongly recommended now appears as placeholder for DNS when neededEric Kuck2018-12-211-19/+29
* Combine double log invocationsJason A. Donenfeld2018-12-221-4/+2
* Attempt to strongly recommend thingsJason A. Donenfeld2018-12-223-6/+12
* Fixes mock tunnelsEric Kuck2018-12-211-3/+3
* Do not set copyable back to true on reuseJason A. Donenfeld2018-12-221-0/+5
* Move name from interface to tunnelJason A. Donenfeld2018-12-227-18/+23
* Fix paren typoJason A. Donenfeld2018-12-212-3/+3
* Nuke trailing spacesJason A. Donenfeld2018-12-2114-111/+111
* providerConfiguration is now a WgQuickConfigEric Kuck2018-12-219-270/+20
* Get rid of superflous isActivateOnDemandEnabled keyJason A. Donenfeld2018-12-214-11/+12
* Updated NETunnelProvider save formatEric Kuck2018-12-216-24/+32
* Localize all the thingsRoopesh Chander2018-12-2112-135/+392
* Tunnel detail: iPad: Handle deletion of tunnel correctlyRoopesh Chander2018-12-211-3/+10
* Added missing param in MockTunnelsEric Kuck2018-12-201-1/+1
* Enabled more swiftlint rulesEric Kuck2018-12-207-11/+9
* Added a String->[String] helperEric Kuck2018-12-204-32/+49
* TunnelErrors: Remove unused errorRoopesh Chander2018-12-201-3/+0
* Tunnel edit: init() need not take a tunnelConfiguration argumentRoopesh Chander2018-12-192-6/+5
* Remove non-helpful commentsRoopesh Chander2018-12-194-5/+0
* Tunnel edit: Fix commentRoopesh Chander2018-12-191-1/+1
* TunnelsManager: If only Activate On Demand has changed, don't restart tunnelRoopesh Chander2018-12-191-6/+11
* NE: Handle bad domain names and Activate On DemandRoopesh Chander2018-12-191-2/+2
* TunnelsManager: Handle waiting on a stale tunnelRoopesh Chander2018-12-191-13/+23
* Remove buttons and text from LaunchScreen.storyboardRoopesh Chander2018-12-181-7/+4
* s/Observervation/Observation/g;Roopesh Chander2018-12-182-10/+10
* Tunnel detail: Update restorationIdentifier when tunnel name changesRoopesh Chander2018-12-181-0/+1
* TunnelsManager: Add periods to end the system error messagesRoopesh Chander2018-12-181-6/+6
* Error handling: Add info on the underlying system error to error alertsRoopesh Chander2018-12-172-69/+101
* Version bump0.0.20181104-7Jason A. Donenfeld2018-12-171-1/+1
* Got TunnelsManager back under the max file length by splitting out NEVPNStatus+CustomStringConvertibleEric Kuck2018-12-164-22/+22
* Potential fix for insertRowAtIndexPath crashEric Kuck2018-12-161-0/+2
* Improve mock tunnels generationJason A. Donenfeld2018-12-161-5/+10
* Provide mock tunnels for the SimulatorRoopesh Chander2018-12-162-1/+52
* Nuke duplicate fileJason A. Donenfeld2018-12-151-484/+0
* Version bump0.0.20181104-6Jason A. Donenfeld2018-12-151-1/+1
* Fixed editable KeyValueCells being copyableEric Kuck2018-12-142-4/+1
* Fix confusing indentationJason A. Donenfeld2018-12-151-3/+1
* KeyValueCells now share codeEric Kuck2018-12-148-374/+192
* Reorganized project structureEric Kuck2018-12-1417-0/+1
* Most similar views now shared between ViewControllersEric Kuck2018-12-1425-443/+240
* Simplify logging tagsJason A. Donenfeld2018-12-142-2/+2
* Fix tunnel remaining in 'Activating' stateRoopesh Chander2018-12-141-1/+19
* Fix status switch weird state after an error occursRoopesh Chander2018-12-142-2/+2
* Deduplicate functionsJason A. Donenfeld2018-12-142-10/+2
* Can't -> cannotJason A. Donenfeld2018-12-131-1/+1
* NE: Communicate last error to app through a shared fileRoopesh Chander2018-12-141-3/+30