summaryrefslogtreecommitdiff
path: root/stun/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Added OPENSSL_LDFLAGSillya_dudchenko2019-04-051-1/+1
* Replaced OPENSSL_CFLAGS with OPENSSL_INCLUDESillya_dudchenko2019-04-051-1/+1
* Makefiles: Add meson.build files to tarballOlivier Crête2018-12-271-1/+1
* stun: Add implementation using OpenSSL for rand/SHA1/MD5Brendan Shanks2018-10-211-1/+2
* stun: Switch from gcrypt to gnutlsOlivier Crête2017-04-031-2/+2
* stun: Use libgcrypt for SHA1 supportPhilip Withnall2017-03-311-1/+0
* stun: Use libgcrypt for MD5 supportPhilip Withnall2017-03-311-1/+0
* stun: Add libgcrypt dependencyPhilip Withnall2017-03-311-2/+7
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-261-1/+1
* Add support for windows's compilation through MinGWNader Morshed2011-11-301-0/+4
* Set libnice specific debug domainsOlivier Crête2009-03-301-1/+1
* Install the headers to the appropriate directory and specify how to include t...Youness Alaoui2009-03-051-0/+6
* Change includes to minimize non public API from being includedYouness Alaoui2009-03-051-0/+1
* Remove compilation of stun transYouness Alaoui2009-02-231-2/+1
* Remove openssl dependency by adding a random number generator implementation ...Youness Alaoui2008-11-181-2/+3
* Adding sha1 and md5 implementation and remove the openssl use of themYouness Alaoui2008-11-171-0/+2
* add all necessary files to EXTRA_DISTYouness Alaoui2008-11-121-0/+1
* Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-031-1/+1
* Fix for make distcheck to workYouness Alaoui2008-10-271-1/+1
* Adding initial TURN usage to libstunYouness Alaoui2008-08-041-0/+1
* Renamed stun-ice.[ch] usages into ice.[ch]Youness Alaoui2008-07-291-1/+1
* Move bind and stun-ice back into a usages/ directory and update the includes ...Youness Alaoui2008-06-201-1/+4
* add the ice usage and the corresponding testYouness Alaoui2008-06-191-1/+2
* Removing useless usagesYouness Alaoui2008-06-131-1/+0
* Fixed tools and binding usage to work with new APIYouness Alaoui2008-06-131-14/+2
* Updating stun to include an agentYouness Alaoui2008-06-061-10/+12
* Fix configure for s/utils/tools/ and Makefile for the trans and timer moveYouness Alaoui2008-05-281-1/+2
* Moving functions and organizing filesYouness Alaoui2008-05-271-1/+2
* A bit of file shufflingYouness Alaoui2008-05-161-11/+4
* Added utils.c which contains implementation of sockaddrcmp().Kai Vehmanen2007-11-151-0/+1
* Update of stun build files, part 2.Kai Vehmanen2007-08-301-3/+5
* Update of stun build files.Kai Vehmanen2007-08-301-33/+11
* Removed relay code from the build.Kai Vehmanen2007-07-201-2/+2
* Major STUN update. Completed support for ICE connectivity checks. Added NICEA...Kai Vehmanen2007-06-191-8/+8
* Major update to the new STUN API: support for binding discoveries, fingerprin...Kai Vehmanen2007-05-211-4/+8
* Added a new STUN API with full binding discovery functionality. Allows use of...Kai Vehmanen2007-05-021-3/+9
* add copyright/license notice to each Makefile.amDafydd Harries2007-04-301-0/+7
* stun_message_find_attribute ()Dafydd Harries2007-03-161-1/+3
* use ERROR_CFLAGS in subdirectoriesDafydd Harries2007-02-131-1/+1
* include common.mk in each Makefile.amDafydd Harries2007-02-051-0/+2
* better support for dumping unrecognised STUN messagesDafydd Harries2007-02-021-0/+2
* split STUN test into smaller test programsDafydd Harries2007-01-301-8/+26
* factor out common link flags in makefilesDafydd Harries2007-01-231-4/+6
* stun/Makefile.am: reformatDafydd Harries2007-01-201-2/+2
* move stun/test from noinst_PROGRAMS to check_PROGRAMSDafydd Harries2007-01-201-1/+3
* switch stun/ to building shared instead of static libraryDafydd Harries2007-01-201-5/+5
* add stun.h to libtun_a_SOURCESDafydd Harries2007-01-101-1/+1
* move stun test to stun/ directoryDafydd Harries2007-01-091-1/+5
* add simple incomplete STUN serverDafydd Harries2007-01-071-1/+3
* stun: add -Werror to CFLAGSDafydd Harries2006-12-211-1/+1