summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add all necessary files to EXTRA_DISTYouness Alaoui2008-11-123-1/+6
* do not do turn in test-fullmode for the delayed SDP answerYouness Alaoui2008-11-121-10/+3
* correctly pass -Wall and -Werror dependending on whether we are in a release ...Youness Alaoui2008-11-124-5/+19
* test-fullmode ported to use NICE_RELAY_TYPE_TURN_UDPYouness Alaoui2008-11-121-6/+8
* a peer reflexive candidate must store the username and password from its pare...Youness Alaoui2008-11-121-0/+6
* do not reset a connectivity check to 'in progress' when we get a triggered ch...Youness Alaoui2008-11-121-1/+2
* Add debugging info on every state change for a pairYouness Alaoui2008-11-121-4/+20
* correctly count nominated pairs (just for debug)Youness Alaoui2008-11-121-0/+1
* some google testing modes for test-fullmodeYouness Alaoui2008-11-101-9/+63
* Merge commit 'ffc0146' into nice-kakarotoYouness Alaoui2008-11-101-0/+1
|\
| * Adding wspiapi.h include for windows since versions prior to windows XPYouness Alaoui2008-11-061-0/+1
* | version 0.0.1.1Youness Alaoui2008-11-051-1/+1
|/
* update design document... maybe should be removed0.0.1Youness Alaoui2008-11-051-37/+11
* Multiple relays can be set per component, so we need to make sure we validate...Youness Alaoui2008-11-041-0/+6
* use g_return_val_if_reached whenever possibleYouness Alaoui2008-11-041-7/+7
* Correctly choose a non-existing foundation for remote peer reflexive candidatesYouness Alaoui2008-11-041-7/+13
* Change msn/jingle priority into a guint32 instead of a float that we * 1000 l...Youness Alaoui2008-11-044-27/+25
* lock the mutex before accessing agent->discovery_unsched_itemsYouness Alaoui2008-11-041-3/+4
* Enhance/fix documentationYouness Alaoui2008-11-042-6/+17
* remove stream_find_component_by_fd and component_find_socket_by_fd since they...Youness Alaoui2008-11-044-53/+0
* make nice_socket_send return a boolean so we can know whether or not the send...Youness Alaoui2008-11-045-15/+11
* Remove nice_agent_add_remote_candidate since it's uselessYouness Alaoui2008-11-044-88/+0
* change priv_attach_stream_component_socket to agent_attach_stream_component_s...Youness Alaoui2008-11-043-5/+6
* Fix inet_ntop_win32 to correctly fill in the in_addr and to return the correc...Youness Alaoui2008-11-041-10/+17
* WSAAddressToString and WSAStringToAddress are not the same as inet_pton and i...Youness Alaoui2008-11-041-37/+54
* use g_strdup instead of strdupYouness Alaoui2008-11-031-2/+2
* removing the DETAILED flag on signals with no detailYouness Alaoui2008-11-031-6/+6
* Merge commit 'tester/src-netbuffer' into nice-kakarotoYouness Alaoui2008-11-033-14/+109
|\
| * Save the to/from addresses and put them in newly created buffersOlivier Crête2008-09-222-3/+95
| * Create a netbuffer directly instead of using gst_pad_buffer_allocOlivier Crête2008-09-223-11/+14
* | Merge commit 'tester/nice-stund' into nice-kakarotoYouness Alaoui2008-11-031-6/+17
|\ \
| * | Make the stund try first the new draft before the old stun RFCOlivier Crête2008-10-291-6/+17
* | | Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-0318-53/+52
* | | Add a win32 version of the stun_gettime function that does not use gettimeofd...Youness Alaoui2008-11-031-0/+16
* | | Fix inclusion of openssl/rand.h on windows which does not need winsock.h to b...Youness Alaoui2008-11-031-0/+7
* | | add stdint.h and stdbool.h replacement for windowsYouness Alaoui2008-11-031-0/+41
* | | replace close by closesocket for windowsYouness Alaoui2008-11-032-1/+22
* | | Fix includes for win32 compilationYouness Alaoui2008-11-0314-22/+62
* | | only define variables at the start of blocksYouness Alaoui2008-11-033-5/+7
* | | fix error with 'not all code paths return a value'Youness Alaoui2008-11-031-4/+5
* | | Add an else to HAVE_CONFIG_H in order to define NICEAPI_EXPORT. Also removed ...Youness Alaoui2008-11-038-26/+20
* | | Remove all 'restrict' keywords as they are not supported by MSVCYouness Alaoui2008-11-0312-34/+34
* | | remove libstun reference docs for now.. its API will be stabilized in the nex...Youness Alaoui2008-11-032-2/+1
* | | no need to make check gtkdocYouness Alaoui2008-11-032-88/+1
* | | Update the docs to include everythingYouness Alaoui2008-10-307-36/+395
* | | make nice_address_init part of the APIYouness Alaoui2008-10-303-8/+10
* | | fix unit tests for the gathering-candidates API changeYouness Alaoui2008-10-304-4/+4
* | | Add gtkdoc files to ignore to .gitignoreYouness Alaoui2008-10-301-0/+33
* | | create the m4 directory before gtkdocizeYouness Alaoui2008-10-301-0/+1
* | | Add documentationYouness Alaoui2008-10-3013-219/+787