summaryrefslogtreecommitdiff
path: root/main/netsock.c
AgeCommit message (Expand)Author
2016-11-01netsock.c: fix includes for HURDTzafrir Cohen
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-06-24Move eid functions to utils.c, mark netsock.h deprecatedCorey Farrell
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-10-04Add IPv6 Support To chan_iax2Michael L. Young
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-02-27Address comments from Mark MichelsonSean Bright
2012-02-27Convert netsock.h over to use ast_sockaddrs rather than sockaddr_in and updateSean Bright
2012-02-27Make ast_netsock_set_qos() delegate to ast_set_qos().Sean Bright
2012-02-27Remove trailing whitespaceSean Bright
2012-01-29Find even more network interfaces.Russell Bryant
2012-01-28Update ast_set_default_eid() to find more network interfaces.Russell Bryant
2010-12-10Merged revisions 298051 via svnmerge from Tilghman Lesher
2010-08-15Support for GNU/kFreeBSDTzafrir Cohen
2009-10-08fixes an ast_netsock_list memory leak.David Vossel
2009-08-10AST-2009-005Tilghman Lesher
2008-06-19Make OpenBSD compile againTilghman Lesher
2008-06-12Don't log not being able to set a default EID. Most people don't care, andRussell Bryant
2008-06-10Merge another change from team/russell/events ...Russell Bryant
2008-03-20Remove astobj.h from some places where it wasn't neededRussell Bryant
2008-03-04Whitespace changes onlyTilghman Lesher
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-11-22more removal of fcntl.h and other system headersLuigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17fix breakage induced by previous mistakeLuigi Rizzo
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-04Fix a couple of places where "tos" was used instead of "cos".Russell Bryant
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. TheRussell Bryant
2007-04-02Merged revisions 59654 via svnmerge from Russell Bryant
2006-10-12Merged revisions 44956 via svnmerge from Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming