index
:
libnice.git
forget-relays
master
states-49219
test
Unnamed repository; edit this file 'description' to name the repository.
Guillaume Desmottes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-31
agent: Create a custom pointer GType to recognize the stream ids
Olivier Crête
1
-3/+10
2014-03-07
Version 0.1.5
0.1.5
Olivier Crête
2
-3/+19
2014-03-07
configure: Remove -Wunsafe-loop-optimizations, it causes false warnings
Olivier Crête
1
-1/+0
2014-03-07
tests: Add private header to tarball
Olivier Crête
1
-0/+2
2014-03-07
tests: Don't verify the message content with not in reliable mode, because it...
Olivier Crête
2
-33/+44
2014-03-07
agent: Enforce limits on the size buffers, because the retval is signed
Olivier Crête
1
-1/+22
2014-03-06
doc: Update doc generation
Olivier Crête
3
-21/+109
2014-03-06
iostream: De-gtkdoc the comments, as it's not public API
Olivier Crête
3
-15/+15
2014-03-06
agent: Remove unused #include
Philip Withnall
1
-1/+0
2014-03-06
agent: Ensure the pending signal queue is cleared on dispose
Philip Withnall
1
-0/+5
2014-03-04
agent: Fix a potential re-entrancy situation
Philip Withnall
1
-2/+8
2014-02-25
tests: Use dynamically allocated port for test-new-dribble
Olivier Crête
1
-15/+29
2014-02-25
tests: Fix horribly raciness in test-new-dribble
Olivier Crête
1
-48/+87
2014-02-25
tests: Split racy "closing" into a test for stopping while reading or writing
Olivier Crête
4
-89/+196
2014-02-25
test: Use a less racy way to know if the test is ready to start
Olivier Crête
2
-13/+61
2014-02-25
outputstream: Add a cancellable to get out of blocking write if the stream is...
Olivier Crête
1
-4/+21
2014-02-25
component: Add a GCancellable to get of out blocking nice_agent_recv()
Olivier Crête
2
-0/+10
2014-02-25
component: Keep its own context at all times
Olivier Crête
2
-7/+14
2014-02-25
Ignore .trs and .log file from newer automake
Olivier Crête
1
-0/+2
2014-02-25
agent: Delay signal emission after the lock has been released
Olivier Crête
1
-3/+5
2014-02-24
agent: Replace recursive mutex with non-recursive
Olivier Crête
1
-6/+6
2014-02-24
agent: Delay signal emission after the lock has been released
Olivier Crête
5
-71/+161
2014-02-24
iostream: remove re-entrant call into NiceAgent
Olivier Crête
1
-5/+0
2014-02-24
outputstream: If tcp, only check for space in the PseudoTCP queue
Olivier Crête
1
-2/+2
2014-02-24
agent: Expand documentation for a couple of NiceAgent functions
Philip Withnall
1
-14/+22
2014-02-24
agent: Fix inlining of nice_debug() if NDEBUG is defined
Philip Withnall
2
-2/+10
2014-02-24
agent: Assert on re-entrant reads
Philip Withnall
1
-0/+4
2014-02-24
agent: Improve debug output
Philip Withnall
1
-9/+18
2014-02-24
agent: Add nice_input_message_iter_compare()
Philip Withnall
2
-2/+24
2014-02-21
docs: Remove NiceIOStream, nothing specific to document
Olivier Crête
3
-64/+6
2014-02-21
agent: returning 0 valid messages is valid, it means EOF
Olivier Crête
1
-1/+0
2014-02-20
iostream: iostreams are only for reliable streams, no need to check
Olivier Crête
2
-3/+2
2014-02-20
agent: Use locally allocated memory if the application buffer is not big enou...
Olivier Crête
1
-0/+55
2014-02-19
outputstream: Trigger the pollable source on error or removal
Olivier Crête
2
-2/+5
2014-02-13
agent: Fix compiler warnings
Olivier Crête
3
-6/+5
2014-02-05
configure: Add newline ignoring
Olivier Crête
1
-2/+2
2014-02-05
configure: Move -Werror=unsafe-loop-optimizations to the maximum level
Olivier Crête
1
-1/+1
2014-01-31
pseudotcp: Remove one duplicated call to g_get_monotonic_time()
Olivier Crête
1
-8/+7
2014-01-31
agent: Remove weak pointers, they aren't thread safe anyway
Olivier Crête
2
-35/+46
2014-01-31
pseudotcp: Add list of unsent segment
Olivier Crête
1
-20/+29
2014-01-31
agent: Avoid calling nice_address_to_string() when debugging is disabled
Olivier Crête
7
-70/+82
2014-01-31
pseudotcp: Use GQueue for list that has stuff inserted in the end
Olivier Crête
1
-24/+22
2014-01-31
pseudotcp: Don't change the receive buffer size if it hasnt changed
Olivier Crête
1
-0/+3
2014-01-31
agent: Restore the ability nice_agent_send() to send partial buffers
Olivier Crête
3
-101/+134
2014-01-31
agent: Replace nice_agent_build_io_stream() with nice_agent_get_io_stream()
Olivier Crête
7
-73/+42
2014-01-31
Remove the "length" parameter from NiceOutputMessage
Olivier Crête
13
-102/+142
2014-01-31
Remove the "to" parameter from NiceOutputMessage
Olivier Crête
14
-119/+101
2014-01-31
agent: Attaching to a NULL context should attach to the default one
Olivier Crête
1
-3/+3
2014-01-31
socket: Add note that the packet dropping in tcp-bsd is broken behavior
Olivier Crête
1
-0/+3
2014-01-31
tests: Fix test-restart to only quit on state changes
Philip Withnall
1
-1/+0
[prev]
[next]