2011-09-08 |
Youness Alaoui | version 0.1.1
|
commit | commitdiff | tree |
2011-07-07 |
Youness Alaoui | Merge remote-tracking branch 'main/master'
|
commit | commitdiff | tree |
2011-06-23 |
Youness Alaoui | Use a Queue in gstnicesrc to avoid multiple read_callbacks...
|
commit | commitdiff | tree |
2011-05-24 |
Youness Alaoui | Updating README file
|
commit | commitdiff | tree |
2011-04-20 |
Youness Alaoui | Rename the internally used librandom into libnice-random...
|
commit | commitdiff | tree |
2011-04-19 |
Youness Alaoui | Updating TODO file
|
commit | commitdiff | tree |
2011-03-24 |
Youness Alaoui | Avoid a possible coverity false positive
|
commit | commitdiff | tree |
2011-03-24 |
Youness Alaoui | Change variable buffer_len into attribute_len: variable...
|
commit | commitdiff | tree |
2011-03-24 |
Youness Alaoui | Add some new APIs to sha1 module, unused for now
|
commit | commitdiff | tree |
2011-03-24 |
Youness Alaoui | coverity: fix possible buffer overrun with turn and...
|
commit | commitdiff | tree |
2011-03-24 |
Youness Alaoui | Fix coverity issues, remove possibly NULL dereferencing
|
commit | commitdiff | tree |
2011-03-24 |
Youness Alaoui | test-fullmode: add some debug output to track down...
|
commit | commitdiff | tree |
2011-03-24 |
Youness Alaoui | Add some debug output when errors happen and the conncheck...
|
commit | commitdiff | tree |
2011-03-08 |
Youness Alaoui | Version 0.1.0.1
|
commit | commitdiff | tree |
2011-01-21 |
Youness Alaoui | Version 0.1.0.1
|
commit | commitdiff | tree |
2011-01-21 |
Youness Alaoui | Version 0.1.0
|
commit | commitdiff | tree |
2011-01-21 |
Youness Alaoui | Send new-candidate signals for host cands only if the...
|
commit | commitdiff | tree |
2011-01-20 |
Youness Alaoui | Add some testing for the nice_agent_set_port_range API
|
commit | commitdiff | tree |
2011-01-20 |
Youness Alaoui | Clear the sockets when removing the candidates
|
commit | commitdiff | tree |
2011-01-19 |
Youness Alaoui | Fix doc for nice_agent_gather_candidates
|
commit | commitdiff | tree |
2011-01-19 |
Youness Alaoui | Make sure that we revert/free the candidates gathered...
|
commit | commitdiff | tree |
2011-01-19 |
Youness Alaoui | Add a nice_agent_set_port_range API to allow forcing...
|
commit | commitdiff | tree |
2011-01-19 |
Youness Alaoui | Do not gather candidates if we can't listen to the...
|
commit | commitdiff | tree |
2011-01-18 |
Youness Alaoui | Fix a crash (Broken pipe) if we send to a TCP socket...
|
commit | commitdiff | tree |
2011-01-18 |
Youness Alaoui | define SOL_IPV6 to IPPROTO_IPV6 if not defined
|
commit | commitdiff | tree |
2011-01-14 |
Youness Alaoui | Add support for RFC TURN TCP
|
commit | commitdiff | tree |
2011-01-14 |
Youness Alaoui | test-fullmode: disable checking for the expected selected...
|
commit | commitdiff | tree |
2011-01-13 |
Youness Alaoui | test-fullmode: better support for TURN testing, some...
|
commit | commitdiff | tree |
2011-01-10 |
Youness Alaoui | Merge branch 'master' into rfc5766
|
commit | commitdiff | tree |
2010-12-24 |
Youness Alaoui | only remove sources that are valid
|
commit | commitdiff | tree |
2010-12-24 |
Youness Alaoui | handle the permission response instead of having the...
|
commit | commitdiff | tree |
2010-12-24 |
Youness Alaoui | test-fullmode: Add a USE_RELIABLE option to enable...
|
commit | commitdiff | tree |
2010-12-22 |
Youness Alaoui | turn: Do not access the response's attributes if there...
|
commit | commitdiff | tree |
2010-12-22 |
Youness Alaoui | Do not destroy the object until we're done using it..
|
commit | commitdiff | tree |
2010-12-22 |
Youness Alaoui | test-fullmode: Clean the credentials exchange by using...
|
commit | commitdiff | tree |
2010-12-22 |
Youness Alaoui | test-fullmode: remove the old code that sets candidates...
|
commit | commitdiff | tree |
2010-12-22 |
Youness Alaoui | Add a USE_UPNP option to test-fullmode
|
commit | commitdiff | tree |
2010-12-22 |
Youness Alaoui | Add a USE_PROXY option to test-fullmode
|
commit | commitdiff | tree |
2010-12-21 |
Youness Alaoui | Fix a typo, use the proper enum comparison for NiceRelayType
|
commit | commitdiff | tree |
2010-12-18 |
Youness Alaoui | Do not destroy the retransmission timer that just got...
|
commit | commitdiff | tree |
2010-12-18 |
Youness Alaoui | Do not loop forever if we keep getting unauthorized...
|
commit | commitdiff | tree |
2010-12-18 |
Youness Alaoui | Add the expired binding to the pending list before...
|
commit | commitdiff | tree |
2010-12-18 |
Youness Alaoui | If a channel bind couldn't be renewed when it expired...
|
commit | commitdiff | tree |
2010-12-18 |
Youness Alaoui | Make sure we don't free a currently being-refreshed...
|
commit | commitdiff | tree |
2010-12-18 |
Youness Alaoui | Make the binding timeout unique per channel binding...
|
commit | commitdiff | tree |
2010-12-17 |
Youness Alaoui | Refuse to create a permission without a peer instead...
|
commit | commitdiff | tree |
2010-12-17 |
Youness Alaoui | Destroy sent_permissions and remove tick_source_create_permi...
|
commit | commitdiff | tree |
2010-12-17 |
Youness Alaoui | Some minor changes, code cleaning
|
commit | commitdiff | tree |
2010-12-15 |
Youness Alaoui | Remove trailing spaces
|
commit | commitdiff | tree |
2010-12-15 |
Youness Alaoui | Fix lines that are > 80 chars
|
commit | commitdiff | tree |
2010-12-15 |
Youness Alaoui | Fix compilation errors as a result of the rebase
|
commit | commitdiff | tree |
2010-12-15 |
Youness Alaoui | fix indentation issues
|
commit | commitdiff | tree |
2010-12-15 |
Youness Alaoui | Rename tick_source into tick_source_channel_bind to...
|
commit | commitdiff | tree |
2010-12-10 |
Youness Alaoui | Allow nice_debug_enable and nice_debug_disable to be...
|
commit | commitdiff | tree |
2010-12-10 |
Youness Alaoui | oups, fix candidate gathering when there is no nice_agent_se...
|
commit | commitdiff | tree |
2010-10-01 |
Youness Alaoui | Remove possibly unused variables if NDEBUG is set
|
commit | commitdiff | tree |
2010-09-29 |
Youness Alaoui | Make stun_timer timeouts configurable (breaks API)
|
commit | commitdiff | tree |
2010-09-29 |
Youness Alaoui | Document error cases of nice_agent_send
|
commit | commitdiff | tree |
2010-09-29 |
Youness Alaoui | Cleaner compilation with AM_SILENT_RULES
|
commit | commitdiff | tree |
2010-09-29 |
Youness Alaoui | remove unused variable
|
commit | commitdiff | tree |
2010-09-29 |
Youness Alaoui | Do not modify agent->local_addresses in the nice_agent_gathe...
|
commit | commitdiff | tree |
2010-08-23 |
Youness Alaoui | Update gtk-doc to reflect change to gather_candidates
|
commit | commitdiff | tree |
2010-08-23 |
Youness Alaoui | Return FALSE from gather_candidates if the stream was...
|
commit | commitdiff | tree |
2010-08-23 |
Youness Alaoui | Do not error out forever if an interface/ip is invalid...
|
commit | commitdiff | tree |
2010-08-23 |
Youness Alaoui | Make it clear that the stun-server property takes an...
|
commit | commitdiff | tree |
2010-08-23 |
Youness Alaoui | Add nice_candidate_copy to the public API
|
commit | commitdiff | tree |
2010-08-20 |
Youness Alaoui | Fix typo in gtk-doc s/GList/GSList/
|
commit | commitdiff | tree |
2010-08-05 |
Youness Alaoui | fix typos
|
commit | commitdiff | tree |
2010-07-20 |
Youness Alaoui | Version 0.0.13.1
|
commit | commitdiff | tree |
2010-07-20 |
Youness Alaoui | Version 0.0.13
|
commit | commitdiff | tree |
2010-07-20 |
Youness Alaoui | Merge remote branch 'tester/misc-fixes' into nice-kakaroto
|
commit | commitdiff | tree |
2010-07-20 |
Youness Alaoui | Merge remote branch 'tester/ipv6' into nice-kakaroto
|
commit | commitdiff | tree |
2010-07-16 |
Youness Alaoui | wtf.. should not set added to -1 since we continue...
|
commit | commitdiff | tree |
2010-07-16 |
Youness Alaoui | Make sure the address of the remote candidate is valid...
|
commit | commitdiff | tree |
2010-07-15 |
Youness Alaoui | Please coverity : check if data is not NULL before...
|
commit | commitdiff | tree |
2010-07-15 |
Youness Alaoui | Verify the content of an array, not if it is there
|
commit | commitdiff | tree |
2010-07-15 |
Youness Alaoui | Rename function crc32 to stun_crc32 to avoid conflict...
|
commit | commitdiff | tree |
2010-07-15 |
Youness Alaoui | no need for ntohs when we do nice_address_get_port
|
commit | commitdiff | tree |
2010-05-19 |
Youness Alaoui | Version 0.0.12.1
|
commit | commitdiff | tree |
2010-05-19 |
Youness Alaoui | Version 0.0.12
|
commit | commitdiff | tree |
2010-05-19 |
Youness Alaoui | Change the compatibility modes from DRAFT19 to RFC5245
|
commit | commitdiff | tree |
2010-05-19 |
Youness Alaoui | Check for username/password lenght of socks5 proxy...
|
commit | commitdiff | tree |
2010-05-17 |
Youness Alaoui | Merge remote branch 'sjoerd/master' into nice-kakaroto
|
commit | commitdiff | tree |
2010-03-26 |
Youness Alaoui | oups, we need to free the incoming checks only after...
|
commit | commitdiff | tree |
2010-03-18 |
Youness Alaoui | version 0.0.11.1
|
commit | commitdiff | tree |
2010-03-18 |
Youness Alaoui | version 0.0.11
|
commit | commitdiff | tree |
2010-03-18 |
Youness Alaoui | Add 'since 0.0.11' to the docs for pseudotcp methods
|
commit | commitdiff | tree |
2010-03-18 |
Youness Alaoui | Fix typo and cast nice_address_free
|
commit | commitdiff | tree |
2010-03-18 |
Youness Alaoui | TURN: pending_bindings is of type NiceAddress not ChannelBin...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Adding pseudotcp API to the exported symbol list
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | After 5 hours of debugging... finally! remember to...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Ouch, that doesn't unlock our mutex, fix it
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Use a bigger buffer size in the readable callback
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Use weak pointers to make sure that the recv callback...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Fix a attach/detach recv bug where if we detach our...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | remove some warnings from test-thread
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | return FALSE on g_error timers because new gcc refuses...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Get rid of NiceSocket from the candidate, and make...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Fix various gtk-doc warnings/errors and typos
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Add pseudotcp and pseudotcp-verbose flags to the NICE_DEBUG...
|
commit | commitdiff | tree |