index
:
delta/libnice.git
add-ci
latest-release
lock-addr-cache-in-udp-sink
master
msvc-build
passive-close-child
test-build-pages
wip/accept-turn-in-verify-remote-cand
wip/phab/T3557-non-unique-pair-foundations
gitlab.freedesktop.org: libnice/libnice.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
agent
Commit message (
Expand
)
Author
Age
Files
Lines
*
agent: Only change pseudotcp clock if the new timeout is sooner
Olivier Crête
2014-01-31
3
-18
/
+27
*
pseudotcp: Switch to using monotonic time
Olivier Crête
2014-01-31
1
-3
/
+1
*
outputstream: Release blocking send lock while sending
Olivier Crête
2014-01-31
1
-0
/
+7
*
outputstream: Make the blocking send thread safe
Olivier Crête
2014-01-31
1
-26
/
+50
*
agent: Return G_IO_ERROR_WOULD_BLOCK for non-connected pseudoTCP
Olivier Crête
2014-01-31
1
-2
/
+2
*
agent: Return cancelled if sending is cancelled
Olivier Crête
2014-01-31
1
-0
/
+3
*
nice: Add nice_agent_build_io_stream to exported symbols
Olivier Crête
2014-01-31
1
-0
/
+1
*
agent: Queue incoming pseudo-TCP messages until ACKs can be sent
Philip Withnall
2014-01-31
3
-1
/
+90
*
agent: Correct maximum UDP data length
Philip Withnall
2014-01-31
1
-6
/
+6
*
agent: Slightly improve debugging output
Philip Withnall
2014-01-31
1
-6
/
+5
*
agent: Document correctness of io_mutex locking
Philip Withnall
2014-01-31
3
-3
/
+24
*
agent: Combine nice_agent_recv() and nice_agent_recv_nonblocking()
Philip Withnall
2014-01-31
1
-173
/
+100
*
agent: Add a couple of comments to the pseudo-TCP implementation
Philip Withnall
2014-01-31
1
-2
/
+3
*
agent: Hold a reference to pseudotcp while calling its callbacks
Philip Withnall
2014-01-31
1
-1
/
+10
*
agent: Always emit a readable callback when pseudo-TCP data arrives
Philip Withnall
2014-01-31
1
-1
/
+4
*
agent: Add GPollableOutputStream support to NiceOutputStream
Philip Withnall
2014-01-31
2
-3
/
+167
*
agent: Add GPollableInputStream support to NiceInputStream
Philip Withnall
2014-01-31
1
-3
/
+153
*
agent: Add a nice_agent_recv_nonblocking() function
Philip Withnall
2014-01-31
2
-0
/
+185
*
agent: Add nice_agent_build_io_stream() API
Philip Withnall
2014-01-31
3
-1
/
+53
*
agent: Add support for GIO-style I/O streams
Philip Withnall
2014-01-31
8
-1
/
+1381
*
agent: Add a ComponentSource to Component
Philip Withnall
2014-01-31
2
-2
/
+213
*
agent: Add a nice_agent_send_full() API exposing error information
Philip Withnall
2014-01-31
2
-22
/
+129
*
agent: Add nice_agent_recv() allowing blocking receives on sockets
Philip Withnall
2014-01-31
5
-105
/
+322
*
agent: Move GSource handling into Component
Philip Withnall
2014-01-31
5
-126
/
+185
*
agent: Fix format specifiers in debug messages
Philip Withnall
2014-01-31
1
-2
/
+2
*
agent: Support invoking I/O callbacks in non-default contexts
Philip Withnall
2014-01-31
3
-10
/
+256
*
agent: Eliminate redundant arguments from component_emit_io_callback()
Philip Withnall
2014-01-31
3
-17
/
+16
*
agent: Integrate TcpUserData into Component
Philip Withnall
2014-01-31
5
-57
/
+37
*
agent: Clarify naming of internal recv function
Philip Withnall
2014-01-31
1
-7
/
+24
*
agent: Use guint8* as the type for internal buffers
Philip Withnall
2014-01-31
1
-16
/
+14
*
agent: Move I/O callback handling from NiceAgent into Component
Philip Withnall
2014-01-31
3
-66
/
+83
*
agent: Move socket/source handling from NiceAgent into Component
Philip Withnall
2014-01-31
4
-73
/
+186
*
agent: Refactor nice_agent_g_source_cb()
Philip Withnall
2014-01-31
1
-55
/
+66
*
agent: Add a NiceAgent::streams-removed signal
Philip Withnall
2014-01-31
1
-4
/
+35
*
pseudotcp: Add methods to query the state of the send and recv buffers
Olivier Crête
2014-01-31
2
-0
/
+51
*
pseudotcp: Implement window scaling for PseudoTCP.
Olivier Crête
2014-01-31
1
-117
/
+458
*
pseudotcp: Only consolidate recv buffer if it's getting buffer
Olivier Crête
2014-01-31
1
-15
/
+45
*
pseudotcp: Make it possible to disable the Nagle Algorithm
Olivier Crête
2014-01-31
1
-5
/
+44
*
agent: Don't make relayed sockets available in nice_agent_get_selected_socket()
Olivier Crête
2014-01-31
2
-5
/
+16
*
agent: Note that nice_agent_set_relay_info() can be called many times
Philip Withnall
2014-01-27
1
-0
/
+2
*
agent: Read all socket data in nice_agent_g_source_cb
Livio Madaro
2014-01-06
1
-39
/
+47
*
configure: Verify that the compiler understands warning cflags
Olivier Crête
2013-12-26
1
-1
/
+1
*
agent: Add warning on incorrect API usage
Olivier Crête
2013-12-23
1
-0
/
+2
*
conncheck: Avoid reading null username
Olivier Crête
2013-12-23
1
-1
/
+2
*
agent: Avoid memcpy()ing garbage between username strings
Philip Withnall
2013-12-18
1
-1
/
+1
*
agent: Fix an old-style function declaration
Philip Withnall
2013-12-18
1
-1
/
+1
*
agent: Avoid a potential NULL pointer dereference
Philip Withnall
2013-12-18
1
-2
/
+3
*
agent: Fix format specifiers in debug messages
Philip Withnall
2013-12-18
2
-9
/
+13
*
agent: Add missing format specifiers to debug messages
Philip Withnall
2013-12-18
1
-2
/
+2
*
agent: Add printf function attribute
Philip Withnall
2013-12-18
1
-1
/
+1
[next]