]> granicus.if.org Git - strace/history - socketutils.c
Replace "(unsigned long) -1L" with -1UL
[strace] / socketutils.c
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...