- 03 Apr, 2014 2 commits
-
-
Philip Withnall authored
MinGW defines size_t and ssize_t for us, so we should not unconditionally redefine them in stun/win32_common.h. Add an AC_CHECK_TYPES configure check to avoid this.
-
Philip Withnall authored
Older versions of MinGW don’t define IN6_ARE_ADDR_EQUAL, as normally defined in netinet/in.h. Conditionally define it in address.c to fix the build on MinGW. MinGW has added support for the macro here: https://github.com/mirror/mingw-w64/commit/0f4899473c4ba2e34fa447b1931a04e38c1f105e Based on a patch originally by Luciana Fujii Pontello <luciana@fujii.eti.br>.
-
- 02 Apr, 2014 1 commit
-
-
Olivier Crête authored
-
- 01 Apr, 2014 1 commit
-
-
Olivier Crête authored
-
- 31 Mar, 2014 8 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
Some platforms have a larger alignment requirement for struct sockaddr_* than for plain struct sockaddr, in that case, we need to make sure that the incoming pointer has the right alignement before taking it in.
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
So use guint64 everywhere, this is never supposed to be negative.
-
- 30 Mar, 2014 9 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
This allows finding the relays asynchronously while trying to connect with other methods.
-
Olivier Crête authored
The port range is only used when gathering, print a critical if it is called afterwards as it will have no effect.
-
Olivier Crête authored
This can cause odd behaviors as it is not a idempotent function.
-
Olivier Crête authored
No behavior change is introduced
-
Olivier Crête authored
-
- 27 Mar, 2014 9 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
This can happen if a lower layer has consumed the message, bail out earlier in that case.
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
There are more than one callback that could stop it
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
- 15 Mar, 2014 2 commits
-
-
Olivier Crête authored
Fixes off-by-one error
-
Olivier Crête authored
-
- 07 Mar, 2014 8 commits
-
-
Philip Withnall authored
Note that it’s a new _local_ candidate.
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-