summaryrefslogtreecommitdiff
path: root/include/asterisk/netsock.h
AgeCommit message (Expand)Author
2014-06-24Move eid functions to utils.c, mark netsock.h deprecatedCorey Farrell
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-27Correct typo in deprecation comment.Sean Bright
2012-02-27Prefer ast_set_qos() over ast_netsock_set_qos()Sean Bright
2009-10-08fixes an ast_netsock_list memory leak.David Vossel
2008-03-20Remove astobj.h from some places where it wasn't neededRussell Bryant
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. TheRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-10-31allow netsock objects to be unref'd so they can disappear when needed (issue ...Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...Kevin P. Fleming