2010-12-15 |
Marcus Lundblad | Use a string hash on the string representation of a...
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Use a GList instead of a GHashTable to store peers...
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Store permissions in a GList instead of a GHashTable
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Use g_queue_is_empty instead of g_queue_get_length
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Removed unused field in SendData struct
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | These line-breaks where not nessesary...
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Added comments on new fields and a new struct
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | What was I thinking... this should ofcourse be freed...
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Forgot to initialise the sent permissions hash table
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Fix, make the nice address hash function actually work...
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Fix a double-free bug
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | These actually needs to be copied for the hash table...
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Woops, missed a few changes...
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Track permission per peer, take one (untested so far...)
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Removed some debug messages that might be a little...
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Don't schedule refresh of permission if we got an error...
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Dispatch enqued data when a TURN server returns an...
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Revert changes to fullmode test
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Remaining changes for RFC 5766
|
commit | commitdiff | tree |
2010-12-15 |
Marcus Lundblad | Changes in agent/agent.c
|
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-11-02 |
Olivier Crête | Free strings in property setters and dispose
|
commit | commitdiff | tree |
2010-10-04 |
Jakub Adam | MS-TURN: comments and fixes
|
commit | commitdiff | tree |
2010-10-01 |
Jakub Adam | MS-TURN support for Microsoft Office Communicator
|
commit | commitdiff | tree |
2010-10-01 |
Jakub Adam | Compatibility with MSOC 2007
|
commit | commitdiff | tree |
2010-10-01 |
Jakub Adam | Compatibility with MSOC 2007 R2
|
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 |
Alexis Ballier | Fix build on FreeBSD.
|
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 |
2010-02-16 |
Youness Alaoui | enable debug message for test-pseudotcp
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Add an API to enable/disable debug messages for pseudotcp
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | oups, always detach the stream component if we try...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | add G_BEGIN_DECLS and G_END_DECLS to debug.h as reported...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | new INSTALL file generated by the latest version of...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Disable strict aliasing.. since gcc 4.4.3, there are...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | remove the use of sockaddr and the memcopy, and use...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Always start the conn check timer and the keepalive...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | we should accept NULL as a context for attaching the...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | make the nice_agent_new_reliable API part of the exported...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | oups, correctly free the tcp clock/data when the component...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Some comment/doc fixes
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Fix copyright headers for all files
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Properly free memory in pseudotcp, and do it in finalize...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Adding 'Since' gtk-doc tags to specify since which...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Add error support for the pseudo tcp socket
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Fix signals documentation
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | nice.fdo was never put up, revert the doc link to the...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Fix test-pseudotcp to not fail randomly, use strncmp...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Make test-fullmode do the test over the pseudotcp reliable...
|
commit | commitdiff | tree |
2010-02-16 |
Youness Alaoui | Set the MTU to 1400 for pseudotcp
|
commit | commitdiff | tree |
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 |