Pion
c044f70398
Update CI configs to v0.4.5
...
Update lint scripts and CI configs.
Excluding codecov.yml.
2020-09-09 21:34:39 -07:00
Atsushi Watanabe
05f7805874
Fix lint errors
...
* Ignore disallowed-functions errors
TODO:
- Handle unintended input as error instead of panic.
- Make executables only for testing as Go test.
* Fix filename lint error
Replace hyphen by underscore.
* Disable godox linter
2020-05-06 00:26:51 -07:00
Aleksandr Razumov
93cda343e1
Optimize internal buffer
...
Simplify Message.grow method and fix it's usage.
2019-06-05 18:40:12 +03:00
Aleksandr Razumov
92f4e21d68
Rename some gortc occurances
...
Relates: #13
2019-05-22 14:13:44 +03:00
Aleksandr Razumov
86fedbd8e7
all: fix linter warnings
2019-02-09 13:16:33 +03:00
Aleksandr Razumov
ce9f38fbf5
iana: fix tests after fixes
2018-11-16 21:58:48 +03:00
Aleksandr Razumov
04a5217700
message: handle multiple values for one attribute type in Equal()
2018-08-02 10:50:53 +03:00
Aleksandr Razumov
1b2e787047
all: report detailed fingerprint mismatch only in debug mode
2018-08-01 23:25:52 +03:00
Aleksandr Razumov
a9e45ac0ea
all: report detailed integrity mismatch only in debug mode
2018-08-01 23:19:00 +03:00
Aleksandr Razumov
8cbbea8481
message: add ReportAllocs() to BenchmarkMessage_WriteHeader
2018-07-13 00:13:26 +03:00
Aleksandr Razumov
4616a1a5c1
message: add TestDecode/ZeroAlloc
2018-06-23 21:17:53 +03:00
Aleksandr Razumov
34fb7d2f3d
message: add BenchmarkDecode
2018-06-23 21:16:14 +03:00
Aleksandr Razumov
a7e2452c70
message: add equal check to TestDecode
2018-06-23 12:01:57 +03:00
Aleksandr Razumov
a3f84b6dc7
message: add helper Decode function
2018-06-23 11:57:06 +03:00
Aleksandr Razumov
58f2b2ab47
message: fix TestMessage_AddTo
2018-06-21 20:43:14 +03:00
Aleksandr Razumov
84ec516c71
message: implement Setter to allow crafting responses
2018-06-21 20:40:08 +03:00
Aleksandr Razumov
dca36b5973
message: check Decode error while doing CloneTo
2018-02-16 17:46:08 +03:00
Aleksandr Razumov
6a83e3ae20
message: add CloneTo method
2018-02-16 17:43:30 +03:00
Aleksandr Razumov
59b4a93a6e
*: rename go-rtc to gortc
...
Signed-off-by: Aleksandr Razumov <ar@cydev.ru >
2017-10-27 03:23:59 +03:00
Aleksandr Razumov
8d004909d0
message: change back to ernado/stun to pass tests
...
Signed-off-by: Aleksandr Razumov <ar@cydev.ru >
2017-10-19 13:00:32 +03:00
Aleksandr Razumov
d5d37116e9
all: replace all "ernado/stun" with "go-rtc/stun"
...
Signed-off-by: Aleksandr Razumov <ar@cydev.ru >
2017-10-19 12:52:47 +03:00
Aleksandr Razumov
193bb811a6
message: add test for buff length err
2017-07-01 22:54:13 +02:00
Aleksandr Razumov
b282b70c84
message: improve attr equality check
2017-06-26 04:56:55 +02:00
Aleksandr Razumov
a796f01aea
all: make TransactionIDSize public
2017-06-26 03:58:21 +02:00
Aleksandr Razumov
0715f57ec2
message: check nil during equality check
2017-06-26 03:41:18 +02:00
Aleksandr Razumov
f139299e92
all: refactor errors, improve coverage, refactor
2017-06-26 03:18:07 +02:00
Aleksandr Razumov
9481be716d
docs: fix example hint
2017-02-27 23:53:57 +03:00
Aleksandr Razumov
a847b92321
all: fix allocations in tests
2017-02-26 11:32:01 +03:00
Aleksandr Razumov
fd2c51b16e
message: add alloc tests ( fix #24 )
2017-02-26 11:17:59 +03:00
Aleksandr Razumov
03dc02e7dc
docs: add integrity and fingerprint check
2017-02-22 22:10:01 +03:00
Aleksandr Razumov
2b4869cd48
docs: fix identation
2017-02-22 21:55:07 +03:00
Aleksandr Razumov
e0f2549967
{docs,api}: add basic usage ( fix #21 , fix #27 )
2017-02-22 21:52:23 +03:00
Aleksandr Razumov
138d40cebb
message: add Contains method
2017-02-22 20:39:14 +03:00
Aleksandr Razumov
abf14462f6
tests: add rfc5769 test vectors
2017-02-11 08:52:56 +03:00
Aleksandr Razumov
1d5427b2ea
all: more testing and attr refactor
2017-02-11 08:17:00 +03:00