]> granicus.if.org Git - strace/history - socketutils.c
Update debian/watch
[strace] / socketutils.c
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-11-24 Eugene SyromyatnikovRemove HAVE_LINUX_GENETLINK_H ifdefs
2018-09-16 Dmitry V. LevinWorkaround signedness bugs in system NLMSG_OK reported...
2018-09-02 Eugene Syromyatnikovsocketutils: introduce get_family_by_proto
2018-09-02 Eugene Syromyatnikovsocketutils: add more IP/IPv6 transport protocols
2018-09-02 Eugene Syromyatnikovsocketutils: store more information in protocols table
2018-05-14 Dmitry V. Levinsocketutils: use exact match of unix domain sockets...
2018-05-14 Eugene Syromyatnikovsocketutils: do not request NDIAG_SHOW_MEMINFO
2018-03-01 Eugene Syromyatnikovutil.c: add support for additional escape characters...
2018-02-27 Eugene SyromyatnikovPrint IPv6 addresses in brackets
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-01-07 Dmitry V. LevinFix build on systems without linux/genetlink.h
2018-01-07 Eugene SyromiatnikovAdd tcp arguments to netlink calls
2018-01-07 Dmitry V. Levinsocketutils.c: use xsprintf instead of snprintf
2017-06-24 Dmitry V. Levinnetlink: provide a fallback definition of NETLINK_SOCK_DIAG
2017-06-19 Masatake YAMATOsocketutils: build a dynamic xlat table for NETLINK_GEN...
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-06-12 Masatake YAMATOsocketeutils: extend receive_responses further
2017-06-12 Masatake YAMATOsocketeutils: extend receive_responses to handle other...
2017-06-05 Fabien SironIntroduce get_sockaddr_by_inode
2017-06-05 Dmitry V. Levinsocketutils.c: introduce get_sockaddr_by_inode_uncached
2017-06-05 Fabien Sironsocketutils.c: use get_sockaddr_by_inode_cached
2017-06-05 Dmitry V. Levinsocketutils.c: move inet_print closer to its first use
2017-06-05 Fabien Sironsocketutils.c: introduce cache_inode_details
2017-06-04 Dmitry V. Levinsocketutils.c: introduce get_sockaddr_by_inode_cached
2017-06-03 Dmitry V. LevinUnexport print_sockaddr_by_inode_cached
2017-06-03 Dmitry V. LevinIntroduce str_strip_prefix_len function and STR_STRIP_P...
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-11 Dmitry V. LevinFix build with old linux/netlink.h
2017-04-10 Dmitry V. LevinDo not include xlat/netlink_protocols.h twice
2016-12-14 Dmitry V. Levinxlat: provide fallback definitions for NETLINK_* constants v4.15
2016-06-19 Fabien SironMake getfdproto return enum instead of string
2016-05-21 Dmitry V. LevinFix one more code pattern that might break gcc strict...
2016-05-18 Fabien SironAdd netlink domain sockets support to socketutils
2016-05-08 Fabien SironFactorize send_query functions
2016-02-19 Dmitry V. LevinChange unix_diag requests back to use full dump instead...
2016-02-11 Dmitry V. Levinsocketutils: add const qualifier to variables
2016-02-11 Dmitry V. Levinprint_sockaddr_by_inode: cleanup protocol lookup
2016-02-03 Dmitry V. LevinImplement caching of print_sockaddr_by_inode
2016-02-03 Dmitry V. LevinChange unix_diag requests to use exact match instead...
2016-02-03 Dmitry V. LevinRobustify netlink response parsers
2016-02-03 Dmitry V. Levininet_parse_response: add a safety check
2016-02-03 Dmitry V. Levinreceive_responses: avoid potential hangup
2016-02-02 Dmitry V. Levinunix_parse_response: add a safety check
2016-01-23 Dmitry V. LevinMove fallback -yy socket print from printfd to print_so...
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-03-02 Dmitry V. Levinalpha: fix -yy decoding
2015-01-26 Dmitry V. LevinRework string_quote API
2015-01-09 Dmitry V. LevinFix build on systems that lack NETLINK_SOCK_DIAG definition
2014-12-26 Dmitry V. LevinMake -yy output for inet sockets consistent with unix...
2014-12-25 Masatake YAMATOSupport unix domain sockets in -yy option
2014-12-16 Masatake YAMATOUse the protocol name of a socket as a hint for peer...
2014-11-21 Dmitry V. LevinConsistently use C99 designated initializers in the...
2014-09-17 Dmitry V. LevinAdd -yy option: print ip and port associated with socke...