platform/upstream/libnice.git
2014-02-25 Olivier CrêteIgnore .trs and .log file from newer automake
2014-02-25 Olivier Crêteagent: Delay signal emission after the lock has been...
2014-02-24 Olivier Crêteagent: Replace recursive mutex with non-recursive
2014-02-24 Olivier Crêteagent: Delay signal emission after the lock has been...
2014-02-24 Olivier Crêteiostream: remove re-entrant call into NiceAgent
2014-02-24 Olivier Crêteoutputstream: If tcp, only check for space in the Pseud...
2014-02-24 Philip Withnallagent: Expand documentation for a couple of NiceAgent...
2014-02-24 Philip Withnallagent: Fix inlining of nice_debug() if NDEBUG is defined
2014-02-24 Philip Withnallagent: Assert on re-entrant reads
2014-02-24 Philip Withnallagent: Improve debug output
2014-02-24 Philip Withnallagent: Add nice_input_message_iter_compare()
2014-02-21 Olivier Crêtedocs: Remove NiceIOStream, nothing specific to document
2014-02-21 Olivier Crêteagent: returning 0 valid messages is valid, it means EOF
2014-02-20 Olivier Crêteiostream: iostreams are only for reliable streams,...
2014-02-20 Olivier Crêteagent: Use locally allocated memory if the application...
2014-02-19 Olivier Crêteoutputstream: Trigger the pollable source on error...
2014-02-13 Olivier Crêteagent: Fix compiler warnings
2014-02-05 Olivier Crêteconfigure: Add newline ignoring
2014-02-05 Olivier Crêteconfigure: Move -Werror=unsafe-loop-optimizations to...
2014-01-31 Olivier Crêtepseudotcp: Remove one duplicated call to g_get_monotoni...
2014-01-31 Olivier Crêteagent: Remove weak pointers, they aren't thread safe...
2014-01-31 Olivier Crêtepseudotcp: Add list of unsent segment
2014-01-31 Olivier Crêteagent: Avoid calling nice_address_to_string() when...
2014-01-31 Olivier Crêtepseudotcp: Use GQueue for list that has stuff inserted...
2014-01-31 Olivier Crêtepseudotcp: Don't change the receive buffer size if...
2014-01-31 Olivier Crêteagent: Restore the ability nice_agent_send() to send...
2014-01-31 Olivier Crêteagent: Replace nice_agent_build_io_stream() with nice_a...
2014-01-31 Olivier CrêteRemove the "length" parameter from NiceOutputMessage
2014-01-31 Olivier CrêteRemove the "to" parameter from NiceOutputMessage
2014-01-31 Olivier Crêteagent: Attaching to a NULL context should attach to...
2014-01-31 Olivier Crêtesocket: Add note that the packet dropping in tcp-bsd...
2014-01-31 Philip Withnalltests: Fix test-restart to only quit on state changes
2014-01-31 Philip Withnallagent: Add support for vectored I/O for sends
2014-01-31 Philip Withnallsocket: Add vectored I/O support for sending on sockets
2014-01-31 Philip Withnallagent: Move gtk-doc comments from agent.c to agent...
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
next