2014-04-04 |
Youness Alaoui | Fix TCP TURN for Google compatibility. Message length... |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Youness Alaoui | Small cleaning of tcp-bsd.c |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Jakub Adam | Fix possible segfault in stun_message_validate_buffer_l... |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Philip Withnall | build: Check for [s]size_t before redefining them on... |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Philip Withnall | agent: Define IN6_ARE_ADDR_EQUAL macro when building... |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Olivier Crête | pseudotcp: Validate option lengths |
commit | commitdiff | tree | snapshot |
2014-04-01 |
Olivier Crête | Remove all traces of compile time marshallers |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Olivier Crête | agent: Use generic marshaller |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Olivier Crête | Initialize variables to reduce unexpected behavior... |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Olivier Crête | Rename variables that shadow global definitions |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Olivier Crête | stun: Use struct sockaddr_storage * for any pointer... |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Olivier Crête | stun tests: Fix a bunch of issues found by more aggress... |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Olivier Crête | Don't mix gsize vs size_t, seems like they're not alway... |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Olivier Crête | candidate: Use explicit 64-bit constants to make 32... |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Olivier Crête | pseudotcp: Don't mix "long" and guint, one is signed... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Olivier Crête | tcp-turn: Don't access output message after freeing it |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Olivier Crête | turn: Don't overwrite source, destroy it first |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Olivier Crête | turn: Don't access list node after freeing it |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Olivier Crête | component: Set dummy callback from cancellable GSource |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Olivier Crête | agent: Make it possible to set the relays after gathering |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Olivier Crête | agent: Prevent nice_agent_set_port_range() from being... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Olivier Crête | agent: Prevent gather from being called multiple times |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Olivier Crête | agent: Refactor nice_agent_set_relay_info() |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Olivier Crête | turn: Put timeouts on the specific main context |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Olivier Crête | turn: Don't try to process empty messages |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Olivier Crête | agent: Bail out early on empty message |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Olivier Crête | agent: Don't overwrite the size of the GInputBuffer... |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Olivier Crête | pseudotcp: Also accept NiceInputMessage array with... |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Olivier Crête | test-fullmode: Don't use gmainloop when not required |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Olivier Crête | test-fullmode: Do #if instead of #ifdef as we set it... |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Olivier Crête | test-fullmode: Only wait for data on component 1 |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Olivier Crête | tcp-bsd: Use default main context if none specified |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Olivier Crête | turn-tcp: Don't corrupt messages |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Olivier Crête | agent: Free every parameter |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Olivier Crête | agent: Create a custom pointer GType to recognize the... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Philip Withnall | agent: Improve documentation for NiceAgent::new-candidate |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Olivier Crête | NEWS: Remove superfluous empty lines |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Olivier Crête | Version 0.1.5.1 |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Olivier Crête | Version 0.1.5 0.1.5 |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Olivier Crête | configure: Remove -Wunsafe-loop-optimizations, it cause... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Olivier Crête | tests: Add private header to tarball |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Olivier Crête | tests: Don't verify the message content with not in... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Olivier Crête | agent: Enforce limits on the size buffers, because... |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Olivier Crête | doc: Update doc generation |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Olivier Crête | iostream: De-gtkdoc the comments, as it's not public API |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Philip Withnall | agent: Remove unused #include |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Philip Withnall | agent: Ensure the pending signal queue is cleared on... |
commit | commitdiff | tree | snapshot |
2014-03-04 |
Philip Withnall | agent: Fix a potential re-entrancy situation |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Olivier Crête | tests: Use dynamically allocated port for test-new... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Olivier Crête | tests: Fix horribly raciness in test-new-dribble |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Olivier Crête | tests: Split racy "closing" into a test for stopping... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Olivier Crête | test: Use a less racy way to know if the test is ready... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Olivier Crête | outputstream: Add a cancellable to get out of blocking... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Olivier Crête | component: Add a GCancellable to get of out blocking... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Olivier Crête | component: Keep its own context at all times |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Olivier Crête | Ignore .trs and .log file from newer automake |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Olivier Crête | agent: Delay signal emission after the lock has been... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Olivier Crête | agent: Replace recursive mutex with non-recursive |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Olivier Crête | agent: Delay signal emission after the lock has been... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Olivier Crête | iostream: remove re-entrant call into NiceAgent |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Olivier Crête | outputstream: If tcp, only check for space in the Pseud... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Philip Withnall | agent: Expand documentation for a couple of NiceAgent... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Philip Withnall | agent: Fix inlining of nice_debug() if NDEBUG is defined |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Philip Withnall | agent: Assert on re-entrant reads |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Philip Withnall | agent: Improve debug output |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Philip Withnall | agent: Add nice_input_message_iter_compare() |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Olivier Crête | docs: Remove NiceIOStream, nothing specific to document |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Olivier Crête | agent: returning 0 valid messages is valid, it means EOF |
commit | commitdiff | tree | snapshot |
2014-02-20 |
Olivier Crête | iostream: iostreams are only for reliable streams,... |
commit | commitdiff | tree | snapshot |
2014-02-20 |
Olivier Crête | agent: Use locally allocated memory if the application... |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Olivier Crête | outputstream: Trigger the pollable source on error... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Olivier Crête | agent: Fix compiler warnings |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Olivier Crête | configure: Add newline ignoring |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Olivier Crête | configure: Move -Werror=unsafe-loop-optimizations to... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | pseudotcp: Remove one duplicated call to g_get_monotoni... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | agent: Remove weak pointers, they aren't thread safe... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | pseudotcp: Add list of unsent segment |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | agent: Avoid calling nice_address_to_string() when... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | pseudotcp: Use GQueue for list that has stuff inserted... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | pseudotcp: Don't change the receive buffer size if... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | agent: Restore the ability nice_agent_send() to send... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | agent: Replace nice_agent_build_io_stream() with nice_a... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | Remove the "length" parameter from NiceOutputMessage |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | Remove the "to" parameter from NiceOutputMessage |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | agent: Attaching to a NULL context should attach to... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | socket: Add note that the packet dropping in tcp-bsd... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Philip Withnall | tests: Fix test-restart to only quit on state changes |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Philip Withnall | agent: Add support for vectored I/O for sends |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Philip Withnall | socket: Add vectored I/O support for sending on sockets |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Philip Withnall | agent: Move gtk-doc comments from agent.c to agent... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Philip Withnall | tests: Update test-send-recv to support vectored I/O |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Philip Withnall | agent: Add support for vectored I/O for receives |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Philip Withnall | tests: Fix a shadowed function name in test-pseudotcp |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Philip Withnall | stun: Add a fast version of stun_message_validate_buffe... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Philip Withnall | socket: Fix the formal parameter types of nice_turn_soc... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Philip Withnall | socket: Add vectored I/O support for receiving on sockets |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Philip Withnall | agent: Simplify control flow in agent_recv_locked() |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Philip Withnall | stun: Use SHA1 iteration functions directly in HMAC... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | outputstream: Put GError in the right GError** |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Olivier Crête | component: Don't free the nice socket before detaching it |
commit | commitdiff | tree | snapshot |
next |