VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/slirp/debug.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @62511   8 years vboxsync (C) 2016
(edit) @57783   9 years vboxsync NAT: %R[natsock] - print "tcp" and "udp" as names, not as protocol numbers.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @55855   10 years vboxsync NAT: printSocket - make %R[natsock] output more compact
(edit) @51329   11 years vboxsync NAT: Dump info for %R[natsock] even is socket is invalid or closed.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41228   13 years vboxsync NAT: debug more flags from socket, structures and dump of tcpstate.
(edit) @39430   13 years vboxsync NAT: logging (correct socket state printing).
(edit) @39363   13 years vboxsync NAT: fixes expiration caculation.
(edit) @39360   13 years vboxsync NAT: debug print expiration of the socket.
(edit) @39286   13 years vboxsync NAT: socket status print.
(edit) @39285   13 years vboxsync NAT: debug removes SS_NODEREF from condition preventing detailed …
(edit) @39102   13 years vboxsync NAT: win build fix.
(edit) @39101   13 years vboxsync NAT: warnings.
(edit) @39085   13 years vboxsync NAT: warnings.
(edit) @38492   13 years vboxsync NAT: logging.
(edit) @37938   13 years vboxsync NAT: logs, don't assert.
(edit) @37937   13 years vboxsync NAT: log handling NULL in tcpcb793.
(edit) @37747   13 years vboxsync NAT/debug: dumps tcp state on dumping tcpcb.
(edit) @37744   13 years vboxsync NAT/debug: introduces %R[sbuf] prints sbuf fields' values.
(edit) @37742   13 years vboxsync NAT: warning.
(edit) @37741   13 years vboxsync NAT: %R[natsock] prints local ip/port.
(edit) @37738   13 years vboxsync NAT: tracing tcp machine state change.
(edit) @37724   13 years vboxsync NAT: todo (logging)
(edit) @36410   14 years vboxsync slipr: %R[ether] -> %RTmac.
(edit) @36354   14 years vboxsync NAT: log ether %RX8->%hhx.
(edit) @36351   14 years vboxsync NAT: loging of ethernet addresses.
(edit) @35351   14 years vboxsync scm cleanups.
(edit) @34305   14 years vboxsync NAT: routines printing TCB and TCP segment.
(edit) @34209   14 years vboxsync NAT: added 'info nat%d' handler
(edit) @34103   14 years vboxsync NAT: (debug) logging fixes
(edit) @30045   14 years vboxsync NAT: BSD sbuf.
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28449   15 years vboxsync NAT: slirp file headers
(edit) @28440   15 years vboxsync NAT: a few warnings and one goto
(edit) @26180   15 years vboxsync *: The rest of the %V* format specifiers are history.
(edit) @25822   15 years vboxsync NAT: -Wshadow fixes. Use RT_N2H and RT_H2N instead of ntoh
(edit) @23466   15 years vboxsync NAT: disable mbuf zone stats. TODO: make statistic in right way.
(edit) @23369   15 years vboxsync NAT: small cosmetics, trailing spaces
(edit) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @22873   15 years vboxsync NAT: stdio -> IPRT/fileio
(edit) @19838   16 years vboxsync NAT: Ether address debug printing
(edit) @19802   16 years vboxsync NAT: line lenght: 80
(edit) @16448   16 years vboxsync NAT:MT improvements
(edit) @16445   16 years vboxsync NAT:MT 1. foreach/label sequences enhanced 2. debug printing for …
(edit) @16443   16 years vboxsync NAT:MT 1. slirp queue inroduced 2. main points of thread interactions …
(edit) @15683   16 years vboxsync slirp:debug printing ports in host byte order
(edit) @15407   16 years vboxsync slirp:icmp: revert 40841
(edit) @15393   16 years vboxsync slirp:icmp: move debuging in more correct and safier way
(edit) @15287   16 years vboxsync slirp: logging enhancements
(edit) @15245   16 years vboxsync compile fix
(edit) @15244   16 years vboxsync slirp: added some disabled debug code
(edit) @15238   16 years vboxsync slirp: added %R[natsock] format specifier
(edit) @15117   16 years vboxsync Hrmpf
(edit) @15116   16 years vboxsync slirp: register type specifier only once
(edit) @15090   16 years vboxsync callback
(edit) @15054   16 years vboxsync slirp: code readability
(edit) @14882   16 years vboxsync registered log formatter prining IPv4 addresses on %R[IP4]
(edit) @14476   16 years vboxsync slirp: more dead code
(edit) @14470   16 years vboxsync slirp: remove tabs
(edit) @14466   16 years vboxsync warning
(edit) @14331   16 years vboxsync slirp: removed dead code
(edit) @13984   16 years vboxsync - simplefied syncronization - work on Unixes only
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @5715   17 years vboxsync Get rid of K&R C code.
(edit) @1076   18 years vboxsync Removed tons of ifdef VBOX conditionals to make slirp readable again
(edit) @1033   18 years vboxsync Big change to make slirp fully instantiatable (replace all global …
(add) @1   55 years vboxsync import
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette