summaryrefslogtreecommitdiff
path: root/agent
Commit message (Expand)AuthorAgeFilesLines
* agent: Add support for GIO-style I/O streamsPhilip Withnall2014-01-318-1/+1381
* agent: Add a ComponentSource to ComponentPhilip Withnall2014-01-312-2/+213
* agent: Add a nice_agent_send_full() API exposing error informationPhilip Withnall2014-01-312-22/+129
* agent: Add nice_agent_recv() allowing blocking receives on socketsPhilip Withnall2014-01-315-105/+322
* agent: Move GSource handling into ComponentPhilip Withnall2014-01-315-126/+185
* agent: Fix format specifiers in debug messagesPhilip Withnall2014-01-311-2/+2
* agent: Support invoking I/O callbacks in non-default contextsPhilip Withnall2014-01-313-10/+256
* agent: Eliminate redundant arguments from component_emit_io_callback()Philip Withnall2014-01-313-17/+16
* agent: Integrate TcpUserData into ComponentPhilip Withnall2014-01-315-57/+37
* agent: Clarify naming of internal recv functionPhilip Withnall2014-01-311-7/+24
* agent: Use guint8* as the type for internal buffersPhilip Withnall2014-01-311-16/+14
* agent: Move I/O callback handling from NiceAgent into ComponentPhilip Withnall2014-01-313-66/+83
* agent: Move socket/source handling from NiceAgent into ComponentPhilip Withnall2014-01-314-73/+186
* agent: Refactor nice_agent_g_source_cb()Philip Withnall2014-01-311-55/+66
* agent: Add a NiceAgent::streams-removed signalPhilip Withnall2014-01-311-4/+35
* pseudotcp: Add methods to query the state of the send and recv buffersOlivier Crête2014-01-312-0/+51
* pseudotcp: Implement window scaling for PseudoTCP.Olivier Crête2014-01-311-117/+458
* pseudotcp: Only consolidate recv buffer if it's getting bufferOlivier Crête2014-01-311-15/+45
* pseudotcp: Make it possible to disable the Nagle AlgorithmOlivier Crête2014-01-311-5/+44
* agent: Don't make relayed sockets available in nice_agent_get_selected_socket()Olivier Crête2014-01-312-5/+16
* agent: Note that nice_agent_set_relay_info() can be called many timesPhilip Withnall2014-01-271-0/+2
* agent: Read all socket data in nice_agent_g_source_cbLivio Madaro2014-01-061-39/+47
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-261-1/+1
* agent: Add warning on incorrect API usageOlivier Crête2013-12-231-0/+2
* conncheck: Avoid reading null usernameOlivier Crête2013-12-231-1/+2
* agent: Avoid memcpy()ing garbage between username stringsPhilip Withnall2013-12-181-1/+1
* agent: Fix an old-style function declarationPhilip Withnall2013-12-181-1/+1
* agent: Avoid a potential NULL pointer dereferencePhilip Withnall2013-12-181-2/+3
* agent: Fix format specifiers in debug messagesPhilip Withnall2013-12-182-9/+13
* agent: Add missing format specifiers to debug messagesPhilip Withnall2013-12-181-2/+2
* agent: Add printf function attributePhilip Withnall2013-12-181-1/+1
* Fix strict aliasing of sockaddr structuresPhilip Withnall2013-12-184-72/+121
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-185-16/+26
* Fix variable shadowingPhilip Withnall2013-12-181-5/+5
* agent: Clarify valid range of stream and component IDsPhilip Withnall2013-12-181-1/+6
* agent: Add API to retrieve the selected GSocketBryce Allen2013-11-202-0/+52
* agent: Getting the local candidates returns a copy, fix the docOlivier Crête2013-10-301-2/+2
* Fix unitialized variable in nice_agent_parse_remote_candidate_sdpThammi2013-07-301-1/+1
* Open socket with random port. Use random port to avoid TURN error 437 Allocat...Livio Madaro2013-03-201-2/+8
* Fix documentationYouness Alaoui2013-02-221-0/+4
* 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-052-184/+529
* Adding new SDP parsing and generation API.Youness Alaoui2013-02-044-1/+451
* Refactor nice_agent_set_stream_tos to use agent_find_stream internal APIYouness Alaoui2013-02-041-13/+15
* Cleanup documentationYouness Alaoui2013-02-012-5/+6
* Add nice_agent_get_selected_pair API to NiceAgentYouness Alaoui2013-02-012-0/+47
* Add nice_address_ip_version API to NiceAddressYouness Alaoui2013-02-012-0/+26
* Fix username validation in OC2007 modeJakub Adam2013-01-091-2/+1
* agent: display NiceComponentState as strings in debug messageGuillaume Desmottes2012-10-041-2/+27
* Fix C preprocessor bugAskar Safin2012-10-011-1/+1