-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75573e8
commit 5a49193
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libjuice
updated
13 files
+1 −1 | CMakeLists.txt | |
+3 −2 | README.md | |
+109 −66 | src/agent.c | |
+18 −9 | src/agent.h | |
+3 −2 | src/conn_mux.c | |
+10 −12 | src/conn_poll.c | |
+1 −0 | src/conn_thread.c | |
+10 −1 | src/ice.c | |
+1 −0 | src/ice.h | |
+3 −1 | src/log.c | |
+1 −0 | src/server.c | |
+35 −3 | src/thread.h | |
+4 −4 | test/mux.c |