platform/upstream/libnice.git
2014-01-31 Philip Withnalltests: Update test-send-recv to support vectored I/O
2014-01-31 Philip Withnallagent: Add support for vectored I/O for receives
2014-01-31 Philip Withnalltests: Fix a shadowed function name in test-pseudotcp
2014-01-31 Philip Withnallstun: Add a fast version of stun_message_validate_buffe...
2014-01-31 Philip Withnallsocket: Fix the formal parameter types of nice_turn_soc...
2014-01-31 Philip Withnallsocket: Add vectored I/O support for receiving on sockets
2014-01-31 Philip Withnallagent: Simplify control flow in agent_recv_locked()
2014-01-31 Philip Withnallstun: Use SHA1 iteration functions directly in HMAC...
2014-01-31 Olivier Crêteoutputstream: Put GError in the right GError**
2014-01-31 Olivier Crêtecomponent: Don't free the nice socket before detaching it
2014-01-31 Olivier Crêteagent: Make sure there is no integer overflow if the...
2014-01-31 Olivier Crêtepseudotcp: Don't fail when sending over 4GiB of data
2014-01-31 Olivier Crêteoutputstream: Fix race between writable callback and...
2014-01-31 Olivier Crêteinputstream: Make the GSource hold a weak ref on the...
2014-01-31 Olivier Crêteoutputstream: Don't wake up on every input buffer
2014-01-31 Olivier Crêteagent: Only change pseudotcp clock if the new timeout...
2014-01-31 Olivier Crêtepseudotcp: Switch to using monotonic time
2014-01-31 Olivier Crêteoutputstream: Release blocking send lock while sending
2014-01-31 Olivier Crêteoutputstream: Make the blocking send thread safe
2014-01-31 Olivier Crêteagent: Return G_IO_ERROR_WOULD_BLOCK for non-connected...
2014-01-31 Olivier Crêteagent: Return cancelled if sending is cancelled
2014-01-31 Olivier Crêtenice: Add nice_agent_build_io_stream to exported symbols
2014-01-31 Philip Withnallagent: Queue incoming pseudo-TCP messages until ACKs...
2014-01-31 Philip Withnallagent: Correct maximum UDP data length
2014-01-31 Philip Withnalltests: Remove redundant GLIB_CHECK_VERSION checks
2014-01-31 Philip Withnallagent: Slightly improve debugging output
2014-01-31 Philip Withnallagent: Document correctness of io_mutex locking
2014-01-31 Philip Withnallagent: Combine nice_agent_recv() and nice_agent_recv_no...
2014-01-31 Philip Withnallagent: Add a couple of comments to the pseudo-TCP imple...
2014-01-31 Philip Withnallagent: Hold a reference to pseudotcp while calling...
2014-01-31 Philip Withnallsocket: Ensure variables are nullified correctly in...
2014-01-31 Philip Withnalltests: Add tests for the I/O stream classes
2014-01-31 Philip Withnallagent: Always emit a readable callback when pseudo...
2014-01-31 Philip Withnallagent: Add GPollableOutputStream support to NiceOutputS...
2014-01-31 Philip Withnallagent: Add GPollableInputStream support to NiceInputStream
2014-01-31 Philip Withnallagent: Add a nice_agent_recv_nonblocking() function
2014-01-31 Philip Withnallagent: Add nice_agent_build_io_stream() API
2014-01-31 Philip Withnallagent: Add support for GIO-style I/O streams
2014-01-31 Philip Withnallagent: Add a ComponentSource to Component
2014-01-31 Philip Withnallagent: Add a nice_agent_send_full() API exposing error...
2014-01-31 Philip Withnallagent: Add nice_agent_recv() allowing blocking receives...
2014-01-31 Philip Withnallagent: Move GSource handling into Component
2014-01-31 Philip Withnallagent: Fix format specifiers in debug messages
2014-01-31 Philip Withnallagent: Support invoking I/O callbacks in non-default...
2014-01-31 Philip Withnallagent: Eliminate redundant arguments from component_emi...
2014-01-31 Philip Withnallagent: Integrate TcpUserData into Component
2014-01-31 Philip Withnallagent: Clarify naming of internal recv function
2014-01-31 Philip Withnallagent: Use guint8* as the type for internal buffers
2014-01-31 Philip Withnallagent: Move I/O callback handling from NiceAgent into...
2014-01-31 Philip Withnallagent: Move socket/source handling from NiceAgent into...
2014-01-31 Philip Withnallagent: Refactor nice_agent_g_source_cb()
2014-01-31 Philip Withnallagent: Add a NiceAgent::streams-removed signal
2014-01-31 Philip Withnalltests: Remove a potential race from test-thread
2014-01-31 Philip Withnallbuild: Add various compiler warnings to --enable-compil...
2014-01-31 Philip Withnallstun: Add missing switch cases
2014-01-31 Philip Withnallsocket: Add missing switch cases
2014-01-31 Philip Withnallgst: Add missing switch cases
2014-01-31 Philip Withnallstun: Fix potential zero-length memset() call
2014-01-31 Philip Withnalltests: Add missing switch cases
2014-01-31 Philip Withnalltests: Fix strict aliasing of sockaddr structures
2014-01-31 Olivier Crêtestun: Make the MD5 code strict-aliasing correct
2014-01-31 Philip Withnallbuild: Update .gitignore file
2014-01-31 Olivier Crêtepseudotcp: Add methods to query the state of the send...
2014-01-31 Olivier Crêtepseudotcp: Implement window scaling for PseudoTCP.
2014-01-31 Olivier Crêtetests: Add more asserts to pseudotcp test
2014-01-31 Olivier Crêtetests: Use right type when taking to stdio f*() C...
2014-01-31 Olivier Crêtetests: Close pseudosocket as soon as it's done sending
2014-01-31 Olivier Crêtetests: Fix racy destruction of pseudotcp object
2014-01-31 Olivier Crêtetests: No need to call adjust_clock in readable
2014-01-31 Olivier Crêtetests: Use one struct for data and buffer
2014-01-31 Olivier Crêtepseudotcp: Only consolidate recv buffer if it's getting...
2014-01-31 Olivier Crêtepseudotcp: Make it possible to disable the Nagle Algorithm
2014-01-31 Olivier Crêteagent: Don't make relayed sockets available in nice_age...
2014-01-27 Philip Withnallagent: Note that nice_agent_set_relay_info() can be...
2014-01-07 Philip Withnallbuild: Don’t unconditionally enable -Werror for non...
2014-01-07 Livio Madaroagent: Read all socket data in nice_agent_g_source_cb
2014-01-02 Philip Withnallstun: Add printf function attribute
2014-01-02 Philip Withnallstun: Fix format specifier for a size_t variable
2014-01-02 Philip Withnallbuild: Update .gitignore file
2014-01-02 Philip Withnallbuild: Remove auto-generated INSTALL file
2013-12-27 Olivier Crêteconfigure: Verify that the compiler understands warning...
2013-12-24 Olivier Crêteagent: Add warning on incorrect API usage
2013-12-24 Olivier Crêtestun: Indications are never authentication when using...
2013-12-24 Olivier Crêteturn: Send queued TURN messages to the turn server
2013-12-23 Olivier Crêteconncheck: Avoid reading null username
2013-12-18 Philip Withnallexamples: Remove g_type_init() call for recent GLib...
2013-12-18 Philip Withnallstun: Fix a use of a function with an aggregate return...
2013-12-18 Philip Withnallstun: Explicitly avoid a memcpy() from NULL
2013-12-18 Philip Withnallstun: Remove unused variables
2013-12-18 Philip Withnallagent: Avoid memcpy()ing garbage between username strings
2013-12-18 Philip Withnallagent: Fix an old-style function declaration
2013-12-18 Philip Withnallagent: Avoid a potential NULL pointer dereference
2013-12-18 Philip Withnallagent: Fix format specifiers in debug messages
2013-12-18 Philip Withnallagent: Add missing format specifiers to debug messages
2013-12-18 Philip Withnallagent: Add printf function attribute
2013-12-18 Philip WithnallFix strict aliasing of sockaddr structures
2013-12-18 Philip WithnallAdd missing ‘default’ cases to switches
2013-12-18 Philip Withnallexamples: Remove redundant non-NULL checks
2013-12-18 Philip WithnallFix variable shadowing
2013-12-18 Philip Withnallbuild: Update .gitignore file
next