Commit graph

2214 commits

Author SHA1 Message Date
vadym
49055af954 mingw fix 2021-09-12 18:07:16 +03:00
vadym
ba0d3b737d feature fix 2021-09-12 17:59:13 +03:00
vadym
0f53a75a9a compunent Feature fix 2021-09-12 17:41:43 +03:00
vadym
c572ac1bbb component id fix 2021-09-12 17:36:14 +03:00
vadym
b3bcfc956f component id fix 2021-09-12 17:33:33 +03:00
vadym
54c8970c75 id fixes 2021-09-12 17:26:31 +03:00
vadym
4b757c29ab added mingw dependency 2021-09-12 17:24:19 +03:00
vadym
8c881a7866 fixed compiler options 2021-09-12 17:16:36 +03:00
vadym
abfbdb55b0 msi build fixes 2021-09-12 17:06:28 +03:00
vadym
c2819d2b62 fixed wix.xml components 2021-09-12 16:54:07 +03:00
vadym
b9464374e7 id ServiceInstaller fix 2021-09-12 16:43:07 +03:00
vadym
63bb5cf5b4 updated msi build 2021-09-12 16:40:29 +03:00
vadym
86c9496f73 added index.html to disribution files 2021-09-12 16:20:51 +03:00
vadym
4d40d9cb73 small fixes 2021-09-12 14:11:29 +03:00
vadym
09193f11d2 1. updated peers 2021-09-12 00:19:58 +03:00
vadym
aff2a69b71 removed index.html 2021-09-11 22:49:23 +03:00
vadym
64dc990c50 1. added webview dependency
2. changed functions in ui.go
2021-09-11 22:45:38 +03:00
vadym
a6ab14823c rename main to ui 2021-09-11 22:20:46 +03:00
vadym
75b2a7421f added webview 2021-09-11 22:16:20 +03:00
Vadym Vikulin
c566f4a981
Update README.md 2021-09-09 10:58:33 +03:00
vadym
976bd70c96 cleaned up develop branch 2021-09-09 10:57:34 +03:00
vadym
2d36105eeb cleaned up develop branch 2021-09-09 10:55:30 +03:00
vadym
bfe42d8899 build fix 2021-09-09 10:42:16 +03:00
vadym
c32e5517f1 changed files and folders name 2021-09-09 10:40:27 +03:00
vadym
c8a6897144 changed folder name 2021-09-09 10:34:54 +03:00
vadym
052fdd3edf changed names 2021-09-09 10:30:55 +03:00
Vadym Vikulin
f4a4274967
Update README.md 2021-09-09 10:21:47 +03:00
vadym
910ce15b80 removed binaries 2021-09-09 10:20:38 +03:00
vadym
1dce2d51be changed dependencies to https://github.com/RiV-chain/RiV-mesh repo 2021-09-09 10:19:40 +03:00
Vadym Vikulin
af9260c802
Merge branch 'yggdrasil-network:develop' into develop 2021-08-31 13:47:24 +03:00
Arceliar
3613614b41 Revert "Add IPReadWriteCloser interface"
This reverts commit ebe366ef3b.
2021-08-07 12:56:36 -05:00
Neil Alexander
ebe366ef3b Add IPReadWriteCloser interface 2021-08-07 10:17:21 +01:00
Alex Kotov
cbb6dc1b7d
Split yggdrasilctl code into separate functions (refactoring) (#815)
* Move yggdrasilctl responses to separate functions

* Move yggdrasilctl request switch to separate function

* Add empty lines

* Create struct CmdLine for yggdrasilctl

* Move yggdrasilctl command line parsing to separate func

* Turn struct CmdLine into CmdLineEnv

* Rename func parseCmdLine to parseFlagsAndArgs

* Move yggdrasilctl endpoint setting logic into separate func

* Function to create yggdrasilctl CmdLineEnv

* Reorder code

* Move struct fields into lines

* Turn yggdrasilctl CmdLineEnv funcs to methods

* Move yggdrasilctl connection code to separate func

* Rename functions

* Move yggdrasilctl command line env to separate mod

* Move yggdrasilctl command line env to main mod

* Run goimports

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2021-08-02 22:47:38 +01:00
Neil Alexander
b333c7d7f3
Merge pull request #813 from cofob/patch-1
Allow yggdrasil bind to ports <1024
2021-07-22 12:18:11 +01:00
cofob
6a0ddc20ef
Allow yggdrasil bind to ports <1024 2021-07-21 17:57:59 +07:00
Neil Alexander
52309d094c
Merge pull request #800 from yggdrasil-network/iprwc
Refactor PacketConn/ReadWriteCloser interfaces
2021-07-15 09:39:03 +01:00
vadym
fb7b1f2c20 1. added FlowKeyMessage type 2021-07-11 12:40:00 +03:00
vadym
4bc342ec13 1. fixed imports 2021-07-11 12:23:25 +03:00
vadym
4f75b32002 1. added conn back 2021-07-11 12:09:47 +03:00
vadym
e6b176c735 1. fixed Public key size condition 2021-07-10 19:05:11 +03:00
vadym
ac237ef231 Merge branch 'develop' of https://github.com/RiV-chain/yggdrasil-go into develop 2021-07-10 18:55:06 +03:00
vadym
8395fbe6fe 1. added ckr init code 2021-07-10 18:54:31 +03:00
Vadym Vikulin
633b5f9ccd Add .circleci/config.yml 2021-07-09 13:29:45 +03:00
Arceliar
747a2538d7
Merge pull request #801 from tdemin/develop
Preallocate memory when deriving address from key
2021-07-08 17:47:43 -05:00
vadym
bd6538819d 1. remove bunaries 2021-07-09 01:03:29 +03:00
vadym
de606cd0df 1. node config fix 2021-07-09 00:55:53 +03:00
vadym
e71d8e8e6d 1. fixed functions 2021-07-09 00:22:18 +03:00
Vadym Vikulin
a0438d1418 1. added ckr back 2021-07-08 13:47:34 -07:00
Timur Demin
04ecdf6045
Preallocate memory when deriving address from key
This makes src/address.AddrForKey preallocate 32 bytes before starting
the address derivation. As benches in syg_go show, reallocating temp
takes 20% of the function runtime.
2021-07-08 16:04:43 +05:00
Arceliar
cd5383f7b7 fix core tests 2021-07-07 18:36:51 -05:00