]> granicus.if.org Git - strace/history - net.c
Mpersify RTC_* ioctl parser
[strace] / net.c
2016-05-14 Dmitry V. LevinPrepare for transition from xlookup64 to xlookup
2016-05-06 Dmitry V. LevinFix corner cases of ICMP_FILTER decoding
2016-04-04 Dmitry V. LevinReplace PF_* constants with AF_*
2016-04-01 Dmitry V. LevinConsistently handle 2nd and 3rd arguments of [gs]etsock...
2016-02-13 Dmitry V. Levinalpha, ia64, mips, sh*, sparc*: fix error path decoding...
2016-01-20 Dmitry V. LevinFix dumping of recvmmsg syscall in case of short read
2016-01-20 Dmitry V. LevinFix dumping of recvmsg syscall in case of short read
2015-11-22 Dmitry V. Levinnet: fix printing of IP_RECVOPTS/IP_RETOPTS cmsg options
2015-11-22 Dmitry V. LevinImplement IPPROTO_IP control messages decoding
2015-11-22 Dmitry V. LevinSimplify control messages printers
2015-11-21 Dmitry V. Levinnet: factor out address printing code to a separate...
2015-11-19 Dmitry V. Levinprintcmsghdr: move type and data decoders to a separate...
2015-11-18 Dmitry V. LevinAssume that libc provides sendmsg
2015-11-18 Dmitry V. Levinnet.c: move fallback definition of SCM_SECURITY to...
2015-09-19 Dmitry V. LevinConvert another parser of struct timespec to new mpers...
2015-08-26 Mike Frysingerdecode extend getsockopt/setsockopt options
2015-08-03 Dmitry V. Levinpipe, pipe2, socketpair: print returned descriptors...
2015-08-03 Dmitry V. Levinsocket: mark return code with RVAL_FD flag
2015-07-30 Dmitry V. Levinnet.c: use printaddr
2015-07-30 Denys Vlasenkonet.c: recvfrom fixes
2015-07-20 Dmitry V. LevinAlias sys_connect to sys_bind
2015-07-20 Dmitry V. Levinnet.c: make use of RVAL_DECODED
2015-07-20 Dmitry V. Levinnet.c: use printaddr and umove_or_printaddr
2015-07-09 Dmitry V. LevinUse printpair_int
2015-06-17 Dmitry V. LevinConsistenly use #ifdef to check for AC_DEFINE'd macros
2015-06-17 Dmitry V. Levinnet: move fallback definitions of SOL_* constants to...
2015-06-08 Dmitry V. Levinnet: decode setsockopt() multicast arguments
2015-06-05 Dmitry V. Levinnet: factor out interface index printing code
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-23 Dmitry V. Levinalpha, ia64, sh, sparc, sparc64: fix pipe and pipe2...
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-02-08 Dmitry V. Levinprint_setsockopt: fix fall-through bug in SOL_IP switch...
2015-01-31 Dmitry V. Levinnet.c: remove unused HAVE_SIN6_SCOPE_ID_LINUX-based...
2015-01-30 Dmitry V. Levinprintsock: do not fetch sockaddr.sa_data twice
2015-01-30 Dmitry V. Levinsetsockopt: add decoding of MCAST_JOIN_GROUP and MCAST_...
2015-01-29 Dmitry V. Levinprintsock: print the whole sockaddr_un.sun_path
2015-01-29 Dmitry V. Levinprintsock: do not fetch sockaddr_un.sun_path twice
2015-01-29 Dmitry V. Levinnet: define all SOL_* constants
2015-01-29 Dmitry V. Levinsetsockopt: decode PACKET_ADD_MEMBERSHIP
2015-01-29 Dmitry V. Levingetsockopt, setsockopt: do not decode structures in...
2015-01-28 Dmitry V. Levinsendmsg: do not decode msghdr in non-verbose mode
2015-01-26 Dmitry V. Levinprintsock: quote network interface names
2015-01-26 Dmitry V. LevinRework string_quote API
2015-01-24 Dmitry V. LevinImpove struct cmsghdr decoding
2015-01-24 Dmitry V. LevinFix ILP32 personality struct cmsghdr decoding on LP64...
2015-01-09 Dmitry V. LevinFix build on systems that lack NETLINK_SOCK_DIAG definition
2014-12-02 Dmitry V. LevinAlias sys_getpeername to sys_getsockname
2014-11-21 Dmitry V. LevinInclude <sys/uio.h> unconditionally
2014-11-11 Masatake YAMATOAdd functions for dumping iovecs in mmsghdr used in...
2014-11-11 Masatake YAMATOUse the definition of struct mmsghdr if it is defined...
2014-11-11 Masatake YAMATOIntroduce a separate function to copy from msghdr32...
2014-11-04 Lubomir RintelDump details for Bluetooth socket operations
2014-11-01 Masatake YAMATOAdd a function for dumping iovec in msghdr used in...
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-09-10 Dmitry V. Levintprint_sock_type: remove unused parameter
2014-09-10 Dmitry V. Levinprintsock: fix decoding of unrecognized AF_PACKET packe...
2014-08-06 Dmitry V. LevinDecode file descriptors returned by accept and accept4...
2014-05-30 Dmitry V. LevinCompress blank lines
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-05-30 Dmitry V. LevinDecode file descriptors passed via SCM_RIGHTS control...
2014-03-11 Masatake YAMATODecode protocol argument for PF_NETLINK sockets
2014-03-11 Dmitry V. LevinCleanup socketpair decoding
2014-02-05 Dmitry V. LevinUse XLAT_END macro
2014-02-05 Dmitry V. LevinUse XLAT macro
2014-02-02 Philippe OmbredanneAdd decoding of sockets descriptor 'paths' for network...
2014-01-31 Mike Frysingernet: add more sockopt options
2013-11-12 Dmitry V. LevinRemove unneeded redefinitions of IPPROTO_* macros
2013-11-12 Dmitry V. LevinRemove unused code
2013-05-17 Dmitry V. LevinUpdate AF_*, PF_*, MSG_*, and TCP_* constants
2013-02-12 Denys VlasenkoHandle recv[m]msg for non-native 32-bit personality...
2013-02-08 Denys VlasenkoIf we are on a glibc system, assume it's at least glibc 2.1
2012-05-01 Dmitry V. LevinFix recvmmsg decode: do not show more data than actuall...
2012-05-01 Dmitry V. LevinRemove recently introduced use of ULONG_MAX
2012-04-28 Denys VlasenkoFix recvmsg decode: do not show more data than actually...
2012-03-17 Denys VlasenkoReindent case labels. No code changes
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-13 Dmitry V. Levinnet.c: recognize MSG_WAITFORONE
2012-03-11 Dmitry V. LevinImplement sendmmsg syscall decoder
2012-02-27 Denys VlasenkoStyle fixes, no code changes
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoBuild fixes after non-Linux code removal
2012-02-25 Denys VlasenkoFix defined(FOO) style
2012-02-25 Denys VlasenkoCleanup after non-Linux code removal.
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-02-22 Dmitry V. LevinFix sockaddr_un.sun_path name in decoded output
2012-01-20 Denys VlasenkoEliminate code duplication in time printing, reduce...
2011-12-01 Dmitry V. Levin* net.c (socktcpoptions): Add more TCP_* constants...
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-09-01 Denys VlasenkoFix "format not a string literal" warning caused by...
2011-06-22 Denys VlasenkoWhitespace cleanups. No code changes.
2011-06-13 Dmitry V. LevinAdd argument to tprint_iov() specifying whether to...
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2011-03-03 Sebastian PippingPrint shutdown(2) modes as SHUT_* constants
2011-03-03 Dmitry V. LevinFix struct xlat initialization bugs
2011-01-14 Holger Hans Peter... Parse SOL_SCTP socket options
2011-01-14 Holger Hans Peter... * net.c (socketlayers): Add more SOL_* constants from...
2011-01-10 Dmitry V. Levin* net.c (protocols): Add more IPPROTO_* constants defin...
2011-01-10 Holger Hans Peter... * net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP...
next