-
Notifications
You must be signed in to change notification settings - Fork 19
Comparing changes
Open a pull request
base repository: openziti/sdk-golang
base: main
head repository: r-caamano/sdk-golang
compare: main
Commits on Jul 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 172008d - Browse repository at this point
Copy the full SHA 172008dView commit details -
added function to create rendom data of length determined by flag -l …
…(default 100) adn increased buffer size on server and client to support 1500 byte pings
Configuration menu - View commit details
-
Copy full SHA for 8ab4a5a - Browse repository at this point
Copy the full SHA 8ab4a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4761a1 - Browse repository at this point
Copy the full SHA b4761a1View commit details -
removed unneeded cast to string, added sequence number to sent data w…
…hich is read upon reply from server to confirm sequence numver of recieved echo
Configuration menu - View commit details
-
Copy full SHA for f0eef84 - Browse repository at this point
Copy the full SHA f0eef84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50fc490 - Browse repository at this point
Copy the full SHA 50fc490View commit details -
Configuration menu - View commit details
-
Copy full SHA for a55e83d - Browse repository at this point
Copy the full SHA a55e83dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d55e5d - Browse repository at this point
Copy the full SHA 6d55e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f020bef - Browse repository at this point
Copy the full SHA f020befView commit details -
fixed issue on zping-server where config specified by -c was not used…
…. started adding additional comments
Configuration menu - View commit details
-
Copy full SHA for 796d461 - Browse repository at this point
Copy the full SHA 796d461View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3f348 - Browse repository at this point
Copy the full SHA bf3f348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ffcac - Browse repository at this point
Copy the full SHA 68ffcacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 531f9f0 - Browse repository at this point
Copy the full SHA 531f9f0View commit details -
fixed issue introduced where ping sent reported higher than received …
…after refactor to struct
Configuration menu - View commit details
-
Copy full SHA for 499a022 - Browse repository at this point
Copy the full SHA 499a022View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba69af3 - Browse repository at this point
Copy the full SHA ba69af3View commit details
Commits on Jul 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b5f19c2 - Browse repository at this point
Copy the full SHA b5f19c2View commit details -
Added more code comments and limited error output on dial to err.Erro…
…r() string for enduser reading ease in zping-client
Configuration menu - View commit details
-
Copy full SHA for aa4fcef - Browse repository at this point
Copy the full SHA aa4fcefView commit details
Commits on Jul 30, 2021
-
added error chck for missing or bad config file, refactored main loop…
… in zping-client for better readability
Configuration menu - View commit details
-
Copy full SHA for 13ee503 - Browse repository at this point
Copy the full SHA 13ee503View commit details -
Found inconsistent behavior when exiting via control-C with loop cond…
…ition in for statement. Moved back to original body conditional with break in main for loop
Configuration menu - View commit details
-
Copy full SHA for 3a98e34 - Browse repository at this point
Copy the full SHA 3a98e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 458b805 - Browse repository at this point
Copy the full SHA 458b805View commit details
Commits on Aug 2, 2021
-
Fixed issue where when greater than 9 pings sent incorrect number of …
…bytes reported due to incorrect cal of random string size.
Configuration menu - View commit details
-
Copy full SHA for 2a1355a - Browse repository at this point
Copy the full SHA 2a1355aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13a9326 - Browse repository at this point
Copy the full SHA 13a9326View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec0117c - Browse repository at this point
Copy the full SHA ec0117cView commit details -
Fixed issue after 9 pings incorrect byte count sent/recieved due to i…
…ncorrect random data calc. Caused by trackin g wrong var.
Configuration menu - View commit details
-
Copy full SHA for 956c118 - Browse repository at this point
Copy the full SHA 956c118View commit details
Commits on Aug 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ec597d8 - Browse repository at this point
Copy the full SHA ec597d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b314b16 - Browse repository at this point
Copy the full SHA b314b16View commit details
Commits on Aug 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7c87c76 - Browse repository at this point
Copy the full SHA 7c87c76View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9a21b1 - Browse repository at this point
Copy the full SHA e9a21b1View commit details
Commits on Aug 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b603a41 - Browse repository at this point
Copy the full SHA b603a41View commit details
Commits on Aug 23, 2021
-
Merge pull request #2 from r-caamano/catchenverr
Added catch for case env ZITI_SDK_CONFIG does not exist and server mo…
Configuration menu - View commit details
-
Copy full SHA for 6330d0d - Browse repository at this point
Copy the full SHA 6330d0dView commit details
Commits on Aug 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5d94794 - Browse repository at this point
Copy the full SHA 5d94794View commit details
Commits on Sep 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 866d84f - Browse repository at this point
Copy the full SHA 866d84fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea2a6b4 - Browse repository at this point
Copy the full SHA ea2a6b4View commit details
Commits on Sep 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f80268a - Browse repository at this point
Copy the full SHA f80268aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c7436a - Browse repository at this point
Copy the full SHA 5c7436aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84cde85 - Browse repository at this point
Copy the full SHA 84cde85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 502bcc1 - Browse repository at this point
Copy the full SHA 502bcc1View commit details
Commits on Sep 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fa4af6c - Browse repository at this point
Copy the full SHA fa4af6cView commit details
Commits on Apr 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8cd8e47 - Browse repository at this point
Copy the full SHA 8cd8e47View commit details
There are no files selected for viewing