- 19 Jun, 2023 3 commits
-
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
Raptor Engineering Development Team authored
-
- 16 Mar, 2023 1 commit
-
-
Jonathan Lennox authored
* Add dependency on jitsi-utils. * Use jitsi-utils logger rather than System.out for logging from Java. * Call back to Java to log from JNI, rather than calling printf etc. * Rebuild macOS native library, with usrsctp tag c1d6cb3bf4344e01e7d0b3157f4e7103d55b0fbf. * Rebuild Linux-x86_64 native library, with usrsctp tag c1d6cb3bf4344e01e7d0b3157f4e7103d55b0fbf. * Rebuild Linux-aarch64 native library, with usrsctp tag c1d6cb3bf4344e01e7d0b3157f4e7103d55b0fbf
-
- 07 Mar, 2023 1 commit
-
-
Jonathan Lennox authored
usrsctp git tag c1d6cb3bf4344e01e7d0b3157f4e7103d55b0fbf
-
- 19 Jul, 2022 1 commit
-
-
Jonathan Lennox authored
* Rebuild x86_64 usrsctp lib, at usrsctp fd21694. * Rebuild arm64 usrsctp lib, at usrsctp fd21694.
-
- 16 Aug, 2021 1 commit
-
-
Jonathan Lennox authored
-
- 12 Aug, 2021 1 commit
-
-
Jonathan Lennox authored
* Fix build if local hostname doesn't resolve to a bindable address. * Fix build for JDK 11+.
-
- 13 Oct, 2020 2 commits
-
-
dependabot[bot] authored
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 ) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 ) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 30 Jul, 2020 1 commit
-
-
Jonathan Lennox authored
It needs to be recompiled after the recent source changes.
-
- 29 Jul, 2020 1 commit
-
-
Jonathan Lennox authored
* Track an ID per Sctp4j socket; use it, instead of memory pointer, for usrsctp pseudo-addresses. Fixes external exposure of heap offset. * Rebuild jnisctp lib for mac. * Fix path of the installed jnisctp library. * Rebuild library for Linux/x86-64.
-
- 08 Jun, 2020 2 commits
-
-
bbaldino authored
Make jniwrapper depend on ${project.version}.
-
Jonathan Lennox authored
Rather than "1.0-SNAPSHOT" verbatim, since the latter isn't changed by "mvn versions:set".
-
- 18 Mar, 2020 1 commit
-
-
bbaldino authored
Adds FreeBSD support
-
- 17 Mar, 2020 1 commit
-
-
Erwan Martin authored
-
- 19 Mar, 2019 2 commits
-
-
Boris Grozev authored
-
Boris Grozev authored
-
- 12 Mar, 2019 7 commits
-
-
bgrozev authored
Deadlock fix
-
Boris Grozev authored
Removes synchronization on SctpSocket, since it is called from the usrsctp stack and is known to cause deadlocks. Brings back the locking scheme from libjitsi[0,1] which assures that close is called exactly once and deters calling it until all other operations have completed, but avoids holding a lock while performing operations (either in the SCTP stack, or in the application). [0] https://github.com/jitsi/libjitsi/commit/cc053a7faa9acb99738ef6dced27b8515f21c3cf [1] https://github.com/jitsi/libjitsi/commit/09c18e90f4b35a63adca8009cf7ba24ebb61f154
-
Boris Grozev authored
-
Boris Grozev authored
-
Boris Grozev authored
As far as I can see this change is not functional. The ptr of a SctpSocket is never changed, except when it is closed (at which point it is also removed from the map). The pointer in the map is also not updated anywhere. I don't fully understand the comment in SctpServerSocket#accept about the stack replacing a pointer, but I can not find anything in the native code which changes the value of the 'ptr' field in java's SctpSocket.
-
Boris Grozev authored
-
Brian Baldino authored
-
- 15 Feb, 2019 2 commits
-
-
bbaldino authored
fix: Prunes the sockets map on close.
-
Boris Grozev authored
-
- 29 Jan, 2019 1 commit
-
-
Brian Baldino authored
-
- 16 Jan, 2019 5 commits
-
-
Brian Baldino authored
-
Brian Baldino authored
-
Brian Baldino authored
platforrm compiler args in jniwrapper-native pom
-
Brian Baldino authored
-
Brian Baldino authored
-
- 15 Jan, 2019 5 commits
-
-
Brian Baldino authored
-
Brian Baldino authored
-
Brian Baldino authored
set, otherwise just use prebuilt libs
-
Brian Baldino authored
-
Brian Baldino authored
-
- 14 Jan, 2019 2 commits
-
-
Brian Baldino authored
-
Brian Baldino authored
-