summaryrefslogtreecommitdiff
path: root/agent/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2014-07-07introspection: Rename gir file to match library versionOlivier Crête1-7/+7
2014-07-07build: Add GObject introspection supportPhilip Withnall1-1/+34
2014-03-31agent: Use generic marshallerOlivier Crête1-15/+0
2014-01-31agent: Add support for GIO-style I/O streamsPhilip Withnall1-1/+14
2013-12-26configure: Verify that the compiler understands warning cflagsOlivier Crête1-1/+1
2011-12-20Fixes the linker errors we get under mingw32Siraj Razick1-1/+1
2011-11-30Add support for windows's compilation through MinGWNader Morshed1-1/+7
2011-04-20Rename the internally used librandom into libnice-random to avoid any possibl...Youness Alaoui1-2/+2
2011-03-31Use only POSIX statements in Makefile.amTimothy Redaelli1-5/+5
2010-02-16Adding pseudotcp implementation, copied from libjingle 0.4Youness Alaoui1-1/+3
2009-04-24Add UPnP support to libniceYouness Alaoui1-1/+2
2009-03-30Set libnice specific debug domainsOlivier Crête1-0/+1
2009-03-05Change the top_srcdir and ../ directories from Makefile.am to use top_builddi...Youness Alaoui1-6/+6
2009-01-18install interfaces.h and add it as include to nice.hYouness Alaoui1-1/+1
2009-01-14Move tests from agent and socket, into its own tests directory.. fixes issue ...Youness Alaoui1-37/+0
2009-01-14Add nice_interfaces APIYouness Alaoui1-0/+2
2008-10-30Move address into the agent's dirYouness Alaoui1-4/+6
2008-10-23Remove the nice_agent_recv/recv_sock/poll_read APIs because they are useless ...Youness Alaoui1-6/+0
2008-10-06Update makefiles and configure to the new changes in file structure for the N...Youness Alaoui1-3/+3
2008-09-17export the nice_debug_en/disable API and add a boolean to access the stun debugYouness Alaoui1-1/+1
2008-09-09Removed g_debug messages and replaced with nice_debug, en/disable-able with n...Youness Alaoui1-0/+2
2008-06-20Re-enable test-thread which now works correctlyYouness Alaoui1-2/+2
2008-06-20(WIP) Ported libnice to the new API...Youness Alaoui1-2/+2
2008-04-30Add threaded testOlivier Crête1-1/+4
2008-04-26Make the test script executable because darcs doesnt remember that bitOlivier Crete1-0/+2
2007-09-18Fixed build time dependency from agent to other submodules.Kai Vehmanen1-4/+9
2007-08-30Updated to build rules. Removed unused agent unit tests.Kai Vehmanen1-16/+10
2007-08-30Added support for forcing selection of a candidate pair. This allows to inter...Kai Vehmanen1-1/+2
2007-07-17Added unit test for ICE restarts.Kai Vehmanen1-1/+4
2007-06-19Major NICE agent update. Added supprt for peer-reflexive candidates, media ke...Kai Vehmanen1-3/+6
2007-05-21Build system updates: update to Makefile.am rules.Kai Vehmanen1-7/+19
2007-04-30add copyright/license notice to each Makefile.amDafydd Harries1-0/+7
2007-03-15split out stream/component code into separate filesDafydd Harries1-0/+4
2007-02-13emit signal when component becomes connectedDafydd Harries1-1/+15
2007-02-13remove unused event APIDafydd Harries1-4/+2
2007-02-13use ERROR_CFLAGS in subdirectoriesDafydd Harries1-3/+4
2007-02-13nice_agent_main_context_attach ()Dafydd Harries1-1/+4
2007-02-13make test LDADD declarations consistentDafydd Harries1-1/+1
2007-02-09nice_agent_remove_stream ()Dafydd Harries1-2/+2
2007-02-08add test for nice_agent_poll_readDafydd Harries1-1/+5
2007-02-05nice_agent_send ()Dafydd Harries1-0/+3
2007-02-05include common.mk in each Makefile.amDafydd Harries1-0/+2
2007-02-03split address code into separate directoryDafydd Harries1-3/+3
2007-02-02make pkginclude_HEADERS declarations completeDafydd Harries1-1/+1
2007-02-02split out event code; add "nice" prefix; add _ prefix to nice_event_newDafydd Harries1-1/+3
2007-01-31generate random usernames/passwords for local candidatesDafydd Harries1-0/+2
2007-01-29move readline/util code from agent/ to nice/Dafydd Harries1-10/+0
2007-01-29split out candidate codeDafydd Harries1-0/+2
2007-01-29add functions for calculating candidate priorityDafydd Harries1-1/+4
2007-01-23factor out common link flags in makefilesDafydd Harries1-6/+8