index
:
eduvpn-common
main
pages
v1
Fork of codeberg.org/eduVPN/eduvpn-common for <b>reasons</b>
herk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exports
/
servers.go
Age
Commit message (
Expand
)
Author
2023-04-18
Client + Server: Implement a token updater callback
jwijenbergh
2023-01-02
Exports: Use unsafe.Slice for C slice conversion
jwijenbergh
2022-12-12
Server + Exports: Rename and simplify GetCurrentProfileIndex
jwijenbergh
2022-11-28
Linter: Fix dupword errors
jwijenbergh
2022-11-28
Formatting: Run gofumpt -w
jwijenbergh
2022-11-28
Refactor: Fix revive linter errors by deleting redundant prefixes
jwijenbergh
2022-11-28
Refactor: Remove most get prefixes for receiver functions
jwijenbergh
2022-11-28
Document: Add comments for most functions and packages
jwijenbergh
2022-11-25
Discovery + Exports: Rename variable to not clash with server pkg
jwijenbergh
2022-11-10
Exports + Python: Return locations for a secure internet server
jwijenbergh
2022-10-26
Client + Exports + Python: Add a function for getting the current server
jwijenbergh
2022-10-24
Client + Server + Exports: Implement optional WireGuard support
jwijenbergh
2022-10-18
Client: Move to its own package
jwijenbergh
2022-10-04
State: Rename to client to avoid confusion with the FSM
jwijenbergh
2022-09-26
Refactor: Errors into custom export types and expose types
jwijenbergh
2022-09-21
Exports + Python: Do not panic on error for getting disco + servers
jwijenbergh
2022-09-20
Module: Move to eduvpn/eduvpn-common
jwijenbergh
2022-09-20
Golang-ci-lint: Fixes
jwijenbergh
2022-09-19
Exports: Simplify building
jwijenbergh
2022-09-16
Discovery: Expose c types
jwijenbergh
2022-09-14
Refactor: Return without json
jwijenbergh