summaryrefslogtreecommitdiff
path: root/wrappers
AgeCommit message (Expand)Author
2022-04-11Python: Only deregister when lib is alivejwijenbergh
2022-04-05Python: Update state callbacks to be in line with FSMjwijenbergh
2022-04-05Add debug variable to save a live fsm graphjwijenbergh
2022-03-29State: Add a deregister method for cleanupjwijenbergh
2022-03-23Add wrapping functionality for getting a wireguard configjwijenbergh
2022-03-23Python: Implement state callbacks using decoratorsjwijenbergh
2022-03-22Python: Add main method to implement a basic clijwijenbergh
2022-03-22Save a local copy of the disco listjwijenbergh
2022-03-22Python: Fix wrapping type errorsjwijenbergh
2022-03-21Update python and add basic config supportJeroen Wijenbergh
2022-04-05Add callback state change and simplify wrappersjwijenbergh
2022-04-05Begin exporting by wrapping state in a singletonJeroen Wijenbergh
2022-04-05Python: Return a json objectjwijenbergh
2022-04-05Python: Simplify error classjwijenbergh
2022-04-05Python: Move error class to a separate filejwijenbergh
2022-04-05Python: Expose getting servers listjwijenbergh
2022-04-05Python: fix typesjwijenbergh
2022-04-05Abstract error handling in python codejwijenbergh
2022-04-05Expose list retrieval by returning a JSON stringjwijenbergh
2022-04-05Do not expose just yet, API not stablejwijenbergh
2022-04-05Begin exposing functions using a mapjwijenbergh
2022-04-05Move python library load to init and fix buildjwijenbergh
2022-02-16Fix small Makefile errors & Python wrapper return valueStevenWdV
2022-02-10Fix Swift wrapper on macOSStevenWdV
2022-02-10Small Makefile fix [skip ci]StevenWdV
2022-02-09Add build tasks to GitHub workflowStevenWdV
2022-02-09Improve wrapper min sign time tests, add .NET version noteStevenWdV
2022-02-09CleanupStevenWdV
2022-02-09Cleanup, update indirect Go packages, support specifying list of wrappers to ...StevenWdV
2022-02-09Android wrapper fixes, disable Android instrumented tests on GitHubStevenWdV
2022-02-09Make gradlew executableStevenWdV
2022-02-09Fix Android wrapperStevenWdV
2022-02-09Add Android wrapper, remove plain Java Maven wrapper.StevenWdV
2022-02-04More Makefile cleanup, support building in folder with spacesStevenWdV
2022-01-24CleanupStevenWdV
2021-12-17Fix PHP wrapper on Unix, extract common platform detection logicStevenWdV
2021-12-17Add PHP wrapper, use header for right platform for PHP & Swift, simplify Swif...StevenWdV
2021-12-14Do not call Maven for cleanStevenWdV
2021-12-14Improve platform support of Python wrapperStevenWdV
2021-12-14Add Swift wrapper, support more platforms in MakefileStevenWdV
2021-12-06Fix Python wrapperStevenWdV
2021-12-03Fix Python build on LinuxStevenWdV
2021-12-03A little cleanupStevenWdV
2021-12-03Add initial Python wheel supportStevenWdV
2021-11-29Fix Java wrapper on Unix (append 'lib' prefix to library)StevenWdV
2021-11-29Maven: add --no-transfer-progress to avoid spamming CI logsStevenWdV
2021-11-29Improve Java wrapper: add all tests, link correct libraries, use Maven, add M...StevenWdV
2021-11-28Java wrapper stubStevenWdV
2021-11-26Add requirements & MinGW instructions to READMEs. Change OS/ARCH to GOOS/GOAR...StevenWdV
2021-11-25Fix Python tests on unixStevenWdV