index
:
~slomo/libnice
master
task-pool
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
agent
Age
Commit message (
Expand
)
Author
Files
Lines
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
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-18
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
2
-5
/
+5
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
4
-27
/
+31
2014-01-31
Remove the "length" parameter from NiceOutputMessage
Olivier Crête
4
-40
/
+63
2014-01-31
Remove the "to" parameter from NiceOutputMessage
Olivier Crête
3
-22
/
+10
2014-01-31
agent: Attaching to a NULL context should attach to the default one
Olivier Crête
1
-3
/
+3
2014-01-31
agent: Add support for vectored I/O for sends
Philip Withnall
5
-109
/
+175
2014-01-31
socket: Add vectored I/O support for sending on sockets
Philip Withnall
3
-0
/
+50
2014-01-31
agent: Move gtk-doc comments from agent.c to agent.h for new API
Philip Withnall
2
-124
/
+161
2014-01-31
agent: Add support for vectored I/O for receives
Philip Withnall
7
-315
/
+806
2014-01-31
stun: Add a fast version of stun_message_validate_buffer_length()
Philip Withnall
1
-0
/
+7
2014-01-31
socket: Add vectored I/O support for receiving on sockets
Philip Withnall
3
-1
/
+140
2014-01-31
agent: Simplify control flow in agent_recv_locked()
Philip Withnall
1
-22
/
+23
2014-01-31
outputstream: Put GError in the right GError**
Olivier Crête
1
-2
/
+2
2014-01-31
component: Don't free the nice socket before detaching it
Olivier Crête
1
-1
/
+1
2014-01-31
agent: Make sure there is no integer overflow if the timeout is now
Olivier Crête
1
-3
/
+8
2014-01-31
pseudotcp: Don't fail when sending over 4GiB of data
Olivier Crête
1
-9
/
+15
2014-01-31
outputstream: Fix race between writable callback and GCond wait
Olivier Crête
1
-3
/
+7
2014-01-31
inputstream: Make the GSource hold a weak ref on the agent
Olivier Crête
3
-37
/
+52
2014-01-31
outputstream: Don't wake up on every input buffer
Olivier Crête
4
-14
/
+35
2014-01-31
agent: Only change pseudotcp clock if the new timeout is sooner
Olivier Crête
3
-18
/
+27
2014-01-31
pseudotcp: Switch to using monotonic time
Olivier Crête
1
-3
/
+1
2014-01-31
outputstream: Release blocking send lock while sending
Olivier Crête
1
-0
/
+7
2014-01-31
outputstream: Make the blocking send thread safe
Olivier Crête
1
-26
/
+50
2014-01-31
agent: Return G_IO_ERROR_WOULD_BLOCK for non-connected pseudoTCP
Olivier Crête
1
-2
/
+2
2014-01-31
agent: Return cancelled if sending is cancelled
Olivier Crête
1
-0
/
+3
2014-01-31
nice: Add nice_agent_build_io_stream to exported symbols
Olivier Crête
1
-0
/
+1
2014-01-31
agent: Queue incoming pseudo-TCP messages until ACKs can be sent
Philip Withnall
3
-1
/
+90
2014-01-31
agent: Correct maximum UDP data length
Philip Withnall
1
-6
/
+6
2014-01-31
agent: Slightly improve debugging output
Philip Withnall
1
-6
/
+5
[next]