summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-1812-19/+68
* examples: Remove redundant non-NULL checksPhilip Withnall2013-12-182-2/+2
* Fix variable shadowingPhilip Withnall2013-12-185-37/+37
* build: Update .gitignore filePhilip Withnall2013-12-181-0/+7
* build: Delete ar-lib in maintainer-clean build targetPhilip Withnall2013-12-181-0/+2
* build: Update AC_CONFIG_HEADERS instead of AC_CONFIG_HEADERPhilip Withnall2013-12-181-1/+1
* agent: Clarify valid range of stream and component IDsPhilip Withnall2013-12-181-1/+6
* agent: Add API to retrieve the selected GSocketBryce Allen2013-11-204-0/+54
* agent: Getting the local candidates returns a copy, fix the docOlivier Crête2013-10-301-2/+2
* Add special case to make it compile on SolarisTim Mooney2013-10-291-0/+11
* Silence aclocal warning by changing the order of the macrosOlivier Crête2013-10-291-1/+1
* build: Add GUPnP libraries to Libs.private in pkg-config filePhilip Withnall2013-10-291-0/+1
* build: Update configure.ac according to autoupdatePhilip Withnall2013-10-291-7/+7
* build: Add AM_PROG_AR to configure.acPhilip Withnall2013-10-291-0/+1
* build: Add ‘-I m4’ to ACLOCAL_AMFLAGSPhilip Withnall2013-10-291-0/+2
* autogen.sh: Honor NOCONFIGURE=1Colin Walters2013-09-041-10/+15
* Fix unitialized variable in nice_agent_parse_remote_candidate_sdpThammi2013-07-301-1/+1
* Refresh TURN CreatePermission at receiving data in case TURN path is asymetri...Livio Madaro2013-06-271-0/+7
* Set the minimum GLib version to 2.30 to disable deprecated warnings on newer ...Rohan Garg2013-04-031-5/+8
* Open socket with random port. Use random port to avoid TURN error 437 Allocat...Livio Madaro2013-03-201-2/+8
* win32: Add new 0.1.4 symbols to the win32 .def file as wellYouness Alaoui2013-03-201-0/+11
* version 0.1.4.1Youness Alaoui2013-02-221-2/+2
* Version 0.1.40.1.4Youness Alaoui2013-02-222-4/+16
* Fix documentationYouness Alaoui2013-02-222-1/+6
* Add build instructions to the READMEYouness Alaoui2013-02-221-0/+12
* Remove debugging printYouness Alaoui2013-02-221-1/+0
* examples: Make input non blocking to allow exit when remote hangs upYouness Alaoui2013-02-062-8/+21
* Do not unref the mainloop until the thread has joined since it could be still...Youness Alaoui2013-02-062-2/+2
* Export the new nice_agent_get_selected_pair APIYouness Alaoui2013-02-061-0/+1
* Do not unref the GThread since g_thread_join takes the reference. Also rename...Bryce Allen2013-02-062-8/+6
* Change the m= line in the SDP to use ICE/SDP dummy type instead of RTP/AVPYouness Alaoui2013-02-051-1/+1
* Add new parsing API, for stream and candidatesYouness Alaoui2013-02-054-184/+539
* Add example that uses the new SDP parsing APIYouness Alaoui2013-02-042-1/+278
* Adding new SDP parsing and generation API.Youness Alaoui2013-02-046-1/+459
* Fix/clean threaded-exampleYouness Alaoui2013-02-041-5/+6
* Refactor nice_agent_set_stream_tos to use agent_find_stream internal APIYouness Alaoui2013-02-041-13/+15
* Add a similar simple example using threadsYouness Alaoui2013-02-042-2/+454
* example: Exit on Ctrl-D and send EOS signal to the other endYouness Alaoui2013-02-041-0/+6
* Change license for simple-exampleYouness Alaoui2013-02-041-12/+20
* Add a simple example to showcase the API thanks to Bryce AllenYouness Alaoui2013-02-014-1/+447
* Cleanup documentationYouness Alaoui2013-02-013-7/+13
* Add nice_agent_get_selected_pair API to NiceAgentYouness Alaoui2013-02-013-0/+48
* Add nice_address_ip_version API to NiceAddressYouness Alaoui2013-02-013-0/+27
* Fix username validation in OC2007 modeJakub Adam2013-01-091-2/+1
* Add win32 directory to EXTRA_DISTYouness Alaoui2012-12-061-1/+2
* Add nice_agent_set_port_range to the list of exported API functionsYouness Alaoui2012-12-031-0/+1
* Manage multiple TURN CreatePermission in parallelLivio Madaro2012-11-191-30/+59
* agent: display NiceComponentState as strings in debug messageGuillaume Desmottes2012-10-041-2/+27
* Fix C preprocessor bugAskar Safin2012-10-011-1/+1
* Fix a minor bug in the dribble mode testRohan Garg2012-09-201-0/+15