summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* agent: Use provided CandidatePair rather than re-finding a pairwip/phab/T3557-non-unique-pair-foundationsPhilip Withnall2016-02-051-4/+7
* agent: Fix not setting UPnP timeout on second gather_candidates()Mike Ruprecht2016-01-181-3/+3
* configure.ac: Update glib versionJose Antonio Santos Cadenas2015-12-031-2/+2
* pseudotcp: Use labs() rather than abs() for handling long integersPhilip Withnall2015-10-211-1/+1
* tests: Enable G_MESSAGES_DEBUG for all unit testsPhilip Withnall2015-10-181-0/+4
* build: Set repository callsign in .arcconfigPhilip Withnall2015-10-011-1/+2
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-0112-261/+235
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-0112-180/+165
* agent: Turn Component into a GObjectPhilip Withnall2015-10-012-67/+263
* agent: Turn Stream into a GObjectPhilip Withnall2015-10-012-15/+77
* tests: Update expected priority values in test-priorityPhilip Withnall2015-10-011-4/+4
* tests: Use g_assert_cmpuint() to make test failures easier to diagnosePhilip Withnall2015-10-011-9/+9
* tests: Set candidate addresses in test-priorityPhilip Withnall2015-10-011-1/+4
* agent: Remove redundant GLIB_CHECK_VERSION macrosPhilip Withnall2015-10-016-45/+1
* tests: Remove g_thread_init() callsPhilip Withnall2015-10-0118-48/+8
* tests: Remove g_type_init() callsPhilip Withnall2015-10-0126-40/+0
* conncheck: rename priv_process_response_check_for_peer_reflexive()Jakub Adam2015-09-111-3/+3
* conncheck: generate candidate pair for valid srflx candidateJakub Adam2015-09-111-14/+16
* agent: check for base socket in _tcp_sock_is_writable()Jakub Adam2015-09-111-1/+1
* socket: add nice_socket_is_base_of()Jakub Adam2015-09-117-0/+74
* build: Bump GLib dependency to 2.36Philip Withnall2015-09-041-2/+2
* stun: Disable debug by defaultPhilip Withnall2015-09-041-1/+1
* agent: Add assertions to check component state transitions are validPhilip Withnall2015-09-035-19/+119
* ms-ice: ensure distinct candidate priority for multihomed hostsPhilip Withnall2015-09-023-17/+57
|\
| * candidate: use distinct priority also for non-MS compatibilitiesJakub Adam2015-09-021-1/+2
| * conncheck: give temporary candidate_priority a base_addrJakub Adam2015-09-021-0/+1
| * ms-ice: ensure distinct candidate priority for multihomed hostsJakub Adam2015-09-021-1/+39
| * discovery: assign candidate priority after base_addr is setJakub Adam2015-09-021-15/+15
|/
* ms-turn: don't wait for a reply to STUN_SEND requestPhilip Withnall2015-09-022-3/+16
|\
| * ms-turn: don't wait for a reply to STUN_SEND requestJakub Adam2015-09-022-3/+16
|/
* Creating TCP sockets with TCP_NODELAY option set to TRUEPhilip Withnall2015-08-293-0/+24
|\
| * Creating TCP sockets with TCP_NODELAY option set to TRUEPhilip Withnall2015-08-293-0/+24
|/
* Fix agent leak in case component socket is reset remotelyPhilip Withnall2015-08-291-1/+2
|\
| * Fix agent leak in case component socket is reset remotelyPhilip Withnall2015-08-291-1/+2
|/
* build: Update .gitignorePhilip Withnall2015-08-191-0/+1
* build: Fix multiple definition of CLEANFILESPhilip Withnall2015-08-191-1/+1
* build: Add .arcconfig filePhilip Withnall2015-08-191-0/+5
* socket: Handle ECONNRESET as EWOULDBLOCK on WindowsPhilip Withnall2015-08-191-1/+4
|\
| * socket: Handle ECONNRESET as EWOULDBLOCK on WindowsPhilip Withnall2015-08-181-1/+4
* | socket: Close base socket for a TCP passive socket when closing parentPhilip Withnall2015-08-191-0/+6
|\ \
| * | socket: Close base socket for a TCP passive socket when closing parentPhilip Withnall2015-08-181-0/+6
|/ /
* | agent: Remove unused inet_pton() functionPhilip Withnall2015-08-181-31/+0
|\ \ | |/ |/|
| * agent: Remove unused inet_pton() functionPhilip Withnall2015-08-181-31/+0
|/
* conncheck: set writable callback to socket from TCP active connectJakub Adam2015-07-033-1/+9
* pseudotcp: Only define errnos on Windows if not already definedPhilip Withnall2015-07-011-0/+12
* Use G_GSIZE_FORMAT instead of %zuFelix Schlitter2015-06-301-1/+1
* Split "verbose" on-every-packet messages to a verbose logOlivier CrĂȘte2015-06-244-30/+56
* stun: Remove annoying non-error on non-STUN packetOlivier CrĂȘte2015-06-241-1/+0
* configure: Fix configure failure when building without gstreamer supportTimo Gurr2015-06-011-3/+1
* build: Auto-generate win32 .def file from libnice.symPhilip Withnall2015-05-083-137/+18