platform/upstream/libnice.git
2013-10-29 Philip Withnallbuild: Add GUPnP libraries to Libs.private in pkg-confi...
2013-10-29 Philip Withnallbuild: Update configure.ac according to autoupdate
2013-10-29 Philip Withnallbuild: Add AM_PROG_AR to configure.ac
2013-10-29 Philip Withnallbuild: Add ‘-I m4’ to ACLOCAL_AMFLAGS
2013-09-04 Colin Waltersautogen.sh: Honor NOCONFIGURE=1
2013-07-31 ThammiFix unitialized variable in nice_agent_parse_remote_can...
2013-06-27 Livio MadaroRefresh TURN CreatePermission at receiving data in...
2013-04-03 Rohan GargSet the minimum GLib version to 2.30 to disable depreca...
2013-03-20 Livio MadaroOpen socket with random port. Use random port to avoid...
2013-03-20 Youness Alaouiwin32: Add new 0.1.4 symbols to the win32 .def file...
2013-02-23 Youness Alaouiversion 0.1.4.1
2013-02-23 Youness AlaouiVersion 0.1.4 0.1.4
2013-02-23 Youness AlaouiFix documentation
2013-02-23 Youness AlaouiAdd build instructions to the README
2013-02-22 Youness AlaouiRemove debugging print
2013-02-07 Youness Alaouiexamples: Make input non blocking to allow exit when...
2013-02-07 Youness AlaouiDo not unref the mainloop until the thread has joined...
2013-02-07 Youness AlaouiExport the new nice_agent_get_selected_pair API
2013-02-07 Bryce AllenDo not unref the GThread since g_thread_join takes...
2013-02-05 Youness AlaouiChange the m= line in the SDP to use ICE/SDP dummy...
2013-02-05 Youness AlaouiAdd new parsing API, for stream and candidates
2013-02-05 Youness AlaouiAdd example that uses the new SDP parsing API
2013-02-05 Youness AlaouiAdding new SDP parsing and generation API.
2013-02-05 Youness AlaouiFix/clean threaded-example
2013-02-05 Youness AlaouiRefactor nice_agent_set_stream_tos to use agent_find_st...
2013-02-05 Youness AlaouiAdd a similar simple example using threads
2013-02-05 Youness Alaouiexample: Exit on Ctrl-D and send EOS signal to the...
2013-02-04 Youness AlaouiChange license for simple-example
2013-02-02 Youness AlaouiAdd a simple example to showcase the API thanks to...
2013-02-02 Youness AlaouiCleanup documentation
2013-02-02 Youness AlaouiAdd nice_agent_get_selected_pair API to NiceAgent
2013-02-02 Youness AlaouiAdd nice_address_ip_version API to NiceAddress
2013-01-09 Jakub AdamFix username validation in OC2007 mode
2012-12-06 Youness AlaouiAdd win32 directory to EXTRA_DIST
2012-12-03 Youness AlaouiAdd nice_agent_set_port_range to the list of exported...
2012-11-19 Livio MadaroManage multiple TURN CreatePermission in parallel
2012-10-04 Guillaume Desmottesagent: display NiceComponentState as strings in debug...
2012-10-01 Askar SafinFix C preprocessor bug
2012-09-20 Rohan GargFix a minor bug in the dribble mode test
2012-09-14 Olivier Crêteversion 0.1.3.1
2012-09-14 Olivier Crêteversion 0.1.3 0.1.3
2012-09-14 Olivier CrêteCompile the plugin for both GStreamer 0.10 and 1.0
2012-09-14 Olivier Crêtenicesrc: Use gst_buffer_fill
2012-09-10 Olivier CrêteThe plugin name is not a string anymore
2012-09-10 Sjoerd SimonsCheck gstreamer 1.0 not 0.11
2012-09-10 Sjoerd SimonsGST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
2012-09-10 Olivier CrêteUse GstPushSrc as a base class
2012-09-10 Olivier CrêtePort GStreamer src/sink to 0.11
2012-08-03 Livio MadaroFix gaddr initialization
2012-07-31 Olivier CrêteOnly define _FORTIFY_SOURCE if optimisation is enabled
2012-07-16 Youness AlaouiMerge remote-tracking branch 'shadeslayer/dribble_mode'
2012-06-29 Rohan GargAlso free the GCond and the GMutex
2012-06-21 Rohan GargAllocate memory to stun_mutex_ptr and stun_signal_ptr
2012-05-29 Olivier CrêteCache GSocketAddress in UdpBsdSocket
2012-05-07 Rohan GargMultiple fixes for new test
2012-05-03 Rohan GargFixes to dribble mode test as per suggestions
2012-05-03 Rohan GargMinor bug fixes and enhancements to the test
2012-05-01 Rohan GargUpdate .gitignore for new test
2012-05-01 Rohan GargUse %lu for long unsigned int when calling printf
2012-05-01 Rohan GargFix test-dribble
2012-05-01 Rohan GargUpdate documentation to reflect the dribble mode feature
2012-05-01 Rohan GargAdded new tests for dribble mode in libnice
2012-04-30 Rohan GargAdd conn_check_add_for_local_candidate to add the newly...
2012-04-30 Rohan GargDribble Mode : Do not check whether we are still gather...
2012-04-03 Youness Alaouiversion 0.1.2.1
2012-04-03 Youness Alaouiversion 0.1.2 0.1.2
2012-04-03 Youness AlaouiRecognize a matching check if it's an INVALID message...
2012-04-03 Youness AlaouiReinitiate a FAILED conncheck pair on a triggered check
2012-03-23 Rohan GargUse len instead of buf_len to check whether or not...
2012-03-12 Rohan GargProperly ifdef windows headers in order to get compiles...
2012-03-08 Filippo Della... Added more tests on Visual Studio platform
2012-03-08 Filippo Della... Fixed size of memcpy
2012-03-06 Filippo Della... unistd.h is not present on Visual Studio. Replaced...
2012-03-06 Filippo Della... Fixed mingw/msys compilation. Definition for intptr_t...
2012-03-06 Filippo Della... Fixed mingw/msys compilation. Definition for intptr_t...
2012-03-06 Filippo Della... Added WSAStartup/WSACleanup on win32
2012-03-06 Filippo Della... Fixed mingw/msys compilation. Definition for intptr_t...
2012-03-06 Filippo Della... Fixed compiling on Visual Studio and removed getsocknam...
2012-03-06 Filippo Della... Fixed compile on mingw/msys platform
2012-03-06 Filippo Della... Added win32 section to .gitignore
2012-03-06 Filippo Della... Added support for compiling when gtk-doc is not installed
2012-03-06 Filippo Della... Added gio dependency
2012-03-02 Youness AlaouiFix test-bsd by calling g_type_init
2012-03-02 Youness AlaouiFix tcp-bsd/udp-bsd coding style, add robustness and...
2012-03-02 Youness AlaouiFix memory leak with udp-bsd
2012-03-02 Youness AlaouiCallback now takes a GSocket * as argument
2012-03-02 Youness AlaouiFix coding style
2012-03-02 Livio MadaroReplace sockets with GSocket
2012-02-24 Livio Madaroset nonblocking mode for socket on Windows
2012-02-23 Filippo Della... Changed EOL to libnice.sln and added config.h
2012-02-21 Filippo Della... Added Microsoft Visual Studio 2008 (v9.0) support
2012-02-21 Rohan GargRemove redundant code from tests
2012-02-21 Filippo Della... WSAStartup/WSACleanup added on WIN32 platform
2012-02-17 Filippo Della... Fixed warnings on Visual Studio platform
2012-02-17 Filippo Della... Added fix for Visual Studio platform
2012-02-15 Filippo Della... Replaced __func__ macro with G_STRFUNC in the unit...
2012-02-15 Youness AlaouiFix peer reflexive valid pair priority.
2012-02-15 Filippo Della... fixed warning guint32/guint64
2012-02-15 Filippo Della... Error definitions moved to pseudotcp.h on WIN32 platform
2012-02-15 Filippo Della... Fix declaration after statement error on VS
next