- 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
-
- 06 Mar, 2014 4 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Philip Withnall authored
net/if_arp.h doesn’t exist on OS X, and hence causes cross-compilation to fail. It doesn’t appear to be needed for any of the functions currently used in interfaces.c anyway.
-
Philip Withnall authored
-
- 04 Mar, 2014 1 commit
-
-
Philip Withnall authored
If we emit signals from component_io_cb() in the middle of a read, it’s possible that one of those signals will be picked up by the client to perform another read. A likely candidate (and what was triggering the re-entrancy here) would be component-state-changed. Since signals are emitted synchronously, the second read would being inside the first, and trigger the anti-re-entrancy assertion.
-
- 25 Feb, 2014 7 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
We wan't to make sure not to have a race where a thread blocks in a blocking receive or send while nice_agent_remove_stream() is called
-
Olivier Crête authored
Also, keep a pointer to the other structure for tests to use
-
Olivier Crête authored
-
Olivier Crête authored
Otherwise, it may be stuck iterating the context forever if all of the other sources are gone.
-
Olivier Crête authored
Don't re-create it.
-