2010-02-16 |
Youness Alaoui | Add nice_agent_new_reliable to the libnice API which...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Add pseudotcp docs and fix a bit the API and test
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Adding test suite for pseudotcp
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Adding pseudotcp implementation, copied from libjingle 0.4
|
commit | commitdiff | tree |
2009-12-29 |
Youness Alaoui | do not try to connect a tcp socket with no destination...
|
commit | commitdiff | tree |
2009-12-29 |
Youness Alaoui | Keep the upnp and upnp-timeout properties available...
|
commit | commitdiff | tree |
2009-12-04 |
Youness Alaoui | Use GPOINTER_TO_UINT and GUINT_TO_POINTER to avoid...
|
commit | commitdiff | tree |
2009-12-04 |
Youness Alaoui | do not cast time_t and clock_t into unsigned long,...
|
commit | commitdiff | tree |
2009-12-04 |
Youness Alaoui | use sizeof struct sockaddr_in instead of sizeof struct...
|
commit | commitdiff | tree |
2009-11-19 |
Youness Alaoui | in order to please coverity, do not have the return...
|
commit | commitdiff | tree |
2009-11-13 |
Youness Alaoui | Replace all sockaddr instances with sockaddr_storage...
|
commit | commitdiff | tree |
2009-11-13 |
Youness Alaoui | always check return value of stun_agent_init_error
|
commit | commitdiff | tree |
2009-11-13 |
Youness Alaoui | oups, possible bug here. reference priv->current_binding_msg...
|
commit | commitdiff | tree |
2009-11-13 |
Youness Alaoui | do not call memcpy if there is no copying to be done...
|
commit | commitdiff | tree |
2009-11-13 |
Youness Alaoui | avoid warning by using fd argument when MSG_ERRQUEUE...
|
commit | commitdiff | tree |
2009-11-13 |
Youness Alaoui | check return value of agent_find_component
|
commit | commitdiff | tree |
2009-11-13 |
Youness Alaoui | Make sure not to dereference the password if it's NULL
|
commit | commitdiff | tree |
2009-11-13 |
Youness Alaoui | there's no need to use a memcpy for checking the username...
|
commit | commitdiff | tree |
2009-11-13 |
Youness Alaoui | use g_strlcpy instead of strncpy for nice_interfaces_get_ip_...
|
commit | commitdiff | tree |
2009-11-13 |
Youness Alaoui | use g_strlcpy instead of strncpy and memcpy for the...
|
commit | commitdiff | tree |
2009-11-13 |
Youness Alaoui | do not dereference addr if it's NULL
|
commit | commitdiff | tree |
2009-11-12 |
Youness Alaoui | add BSD support to the TODO
|
commit | commitdiff | tree |
2009-11-12 |
Youness Alaoui | Increase test-bind timeout to 20 seconds since it was...
|
commit | commitdiff | tree |
2009-11-12 |
Youness Alaoui | removing unused variable ret in nice_address_to_string
|
commit | commitdiff | tree |
2009-11-10 |
Youness Alaoui | Even for UDP sockets, we should handle EAGAIN errors...
|
commit | commitdiff | tree |
2009-11-10 |
Youness Alaoui | Add a debug showing errno in case a socket gets an...
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | INSTALL file updated by autogen
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | Version 0.0.10.1
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | Version 0.0.10
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | Updating NEWS file for 0.0.10
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | Export the symbols for nice_agent_set_software and...
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | Add nice_agent_set_software and stun_agent_set_software...
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | Free the strduped software attribute when the nice...
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | Add a SOFTWARE attribute in test-fullmode test
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | stun_agent_set_software must also take a const char...
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | nice_agent_set_software must take a const gchar *,...
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | Adding a nice_agent_set_software API
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | add SOFTWARE attribute only if we're in the right compatibil...
|
commit | commitdiff | tree |
2009-11-04 |
Youness Alaoui | Add a stun_agent_set_software API and correctly append...
|
commit | commitdiff | tree |
2009-10-12 |
Youness Alaoui | Fix obivous/stupid bug.. do not use variable i for...
|
commit | commitdiff | tree |
2009-10-09 |
Youness Alaoui | Oups, fix bad copy/paste
|
commit | commitdiff | tree |
2009-10-07 |
Youness Alaoui | Fix a crash in case a relay candidate could not be...
|
commit | commitdiff | tree |
2009-10-07 |
Youness Alaoui | Once we process the pending checks, we should free...
|
commit | commitdiff | tree |
2009-10-07 |
Youness Alaoui | avoid a memory leak in case of a restart
|
commit | commitdiff | tree |
2009-09-17 |
Olivier Crête | Properly cleanup the idle source in the gst src
|
commit | commitdiff | tree |
2009-09-10 |
Youness Alaoui | use sizeof struct sockaddr instead of sizeof sockadddr_stora...
|
commit | commitdiff | tree |
2009-08-20 |
Youness Alaoui | Do not use connect on UDP sockets and use sendto/recvfrom...
|
commit | commitdiff | tree |
2009-08-20 |
Youness Alaoui | Only prune pending checks once if there's a nominated...
|
commit | commitdiff | tree |
2009-08-20 |
Youness Alaoui | Correctly show the priority as a guint64
|
commit | commitdiff | tree |
2009-08-17 |
Youness Alaoui | Only keep the srv-reflexive candidates alive by resending...
|
commit | commitdiff | tree |
2009-08-15 |
Youness Alaoui | Use candidate->type instead of candidate->turn to check...
|
commit | commitdiff | tree |
2009-08-15 |
Youness Alaoui | do not change the username/foundation for google TURN...
|
commit | commitdiff | tree |
2009-08-10 |
Olivier Crête | nicesrc: Don't leak a ref to the main context
|
commit | commitdiff | tree |
2009-07-31 |
Youness Alaoui | version 0.0.9.1
|
commit | commitdiff | tree |
2009-07-31 |
Youness Alaoui | version 0.0.9
|
commit | commitdiff | tree |
2009-07-28 |
Youness Alaoui | Update doc
|
commit | commitdiff | tree |
2009-07-28 |
Youness Alaoui | add the doc for nice_agent_set_stream_tos
|
commit | commitdiff | tree |
2009-07-28 |
Youness Alaoui | Change new API to nice_agent_set_stream_tos, save the...
|
commit | commitdiff | tree |
2009-07-27 |
Youness Alaoui | Add ToS support for libnice
|
commit | commitdiff | tree |
2009-07-24 |
Youness Alaoui | include sys/time.h in timer.h instead of timer.c since...
|
commit | commitdiff | tree |
2009-07-24 |
Youness Alaoui | if MSG_ERRQUEUE is not defined, then make recv_err...
|
commit | commitdiff | tree |
2009-07-24 |
Youness Alaoui | Add the AC_DEFINE for HAVE_GETIFADDRS
|
commit | commitdiff | tree |
2009-07-24 |
Youness Alaoui | include sys/socket even if HAVE_GETIFADDRS isn't defined
|
commit | commitdiff | tree |
2009-07-24 |
Youness Alaoui | oups, agent undefined
|
commit | commitdiff | tree |
2009-07-22 |
Youness Alaoui | Do not limit the size of the conncheck list if we're...
|
commit | commitdiff | tree |
2009-07-22 |
Youness Alaoui | Add correct conncheck pairs for discovered remote peer...
|
commit | commitdiff | tree |
2009-07-02 |
Youness Alaoui | Fix SHA1 algorithm when strict aliasing is used : http...
|
commit | commitdiff | tree |
2009-06-30 |
Youness Alaoui | fix up a little the test program in the docs
|
commit | commitdiff | tree |
2009-06-30 |
Youness Alaoui | Correctly find the username of a peer-reflexive candidate...
|
commit | commitdiff | tree |
2009-06-19 |
Youness Alaoui | version 0.0.8.1
|
commit | commitdiff | tree |
2009-06-19 |
Youness Alaoui | version 0.0.8
|
commit | commitdiff | tree |
2009-06-18 |
Youness Alaoui | Update TODO
|
commit | commitdiff | tree |
2009-06-17 |
Youness Alaoui | force autoreconf so libtoolize can renew its files
|
commit | commitdiff | tree |
2009-06-17 |
Youness Alaoui | Initialize the length to 0 to avoid a compiler warning
|
commit | commitdiff | tree |
2009-06-17 |
Youness Alaoui | no more need for refcounting the request since we use...
|
commit | commitdiff | tree |
2009-06-17 |
Youness Alaoui | unlock the mutex before calling the recv callback
|
commit | commitdiff | tree |
2009-06-17 |
Youness Alaoui | Use a global mutex for all nice agents and use g_source_is_d...
|
commit | commitdiff | tree |
2009-06-15 |
Youness Alaoui | Remove deprecated g_strcasecmp
|
commit | commitdiff | tree |
2009-06-12 |
Youness Alaoui | Use addr instead of base_addr for assigning remote...
|
commit | commitdiff | tree |
2009-06-11 |
Youness Alaoui | Version 0.0.7.1
|
commit | commitdiff | tree |
2009-06-11 |
Youness Alaoui | version 0.0.7
|
commit | commitdiff | tree |
2009-06-11 |
Youness Alaoui | Add support for droping packets when using TCP and...
|
commit | commitdiff | tree |
2009-06-11 |
Youness Alaoui | Updating TODO
|
commit | commitdiff | tree |
2009-06-10 |
Youness Alaoui | Fix foundation generation for remote peer reflexive...
|
commit | commitdiff | tree |
2009-06-10 |
Youness Alaoui | by Olivier Crete : Really return the next available...
|
commit | commitdiff | tree |
2009-06-09 |
Youness Alaoui | fix keepalive issue when there is network/cpu bottleneck
|
commit | commitdiff | tree |
2009-06-09 |
Youness Alaoui | fix peer reflexive candidate's priorities for msn/google
|
commit | commitdiff | tree |
2009-06-08 |
Youness Alaoui | Keep in progress checks running if their priority is...
|
commit | commitdiff | tree |
2009-06-03 |
Youness Alaoui | update TODO list
|
commit | commitdiff | tree |
2009-06-02 |
Youness Alaoui | properly set remote candidates for delayed answer test...
|
commit | commitdiff | tree |
2009-06-02 |
Youness Alaoui | should avoid a race condition where a remote candidate...
|
commit | commitdiff | tree |
2009-06-02 |
Olivier Crête | Use thread-safe version of GUPnP Simple IGD
|
commit | commitdiff | tree |
2009-05-29 |
Youness Alaoui | Attempt to work around binding responses with no mapped...
|
commit | commitdiff | tree |
2009-05-24 |
Youness Alaoui | unse the timer's source if they return FALSE
|
commit | commitdiff | tree |
2009-05-21 |
Youness Alaoui | Adding a TODO file
|
commit | commitdiff | tree |
2009-05-19 |
Youness Alaoui | use localaddr before testing if externaddr is valid
|
commit | commitdiff | tree |
2009-05-15 |
Youness Alaoui | oups, arguments given in the wrong order...
|
commit | commitdiff | tree |
2009-05-15 |
Youness Alaoui | no need to set the request timeout
|
commit | commitdiff | tree |
2009-05-15 |
Youness Alaoui | fix a possible crash if the address is invalid
|
commit | commitdiff | tree |
2009-05-15 |
Youness Alaoui | Make the upnp timeout 200ms so that it doesn't lag...
|
commit | commitdiff | tree |