VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @63012   8 years vboxsync slirp: warnings
(edit) @62511   8 years vboxsync (C) 2016
(edit) @58077   9 years vboxsync Network/slirp: LogRel nits.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @50016   11 years vboxsync NAT/misc.c: slirp_ext_m_get: no need check cbMin against MSIZE and …
(edit) @45089   12 years vboxsync backed out: r84371 and r84372, need to investiagte in Linux case for a …
(edit) @45088   12 years vboxsync NAT: burn fix and blank lines are removed.
(edit) @45087   12 years vboxsync setsockopt(..,SO_NOSIGPIPE,..), it's supposed that instead of …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43233   12 years vboxsync NAT: destroy really all memory in drvNATDestruct
(edit) @41807   12 years vboxsync NAT: warnings on release build.
(edit) @41323   13 years vboxsync NAT: missed headers for testcase.
(edit) @41322   13 years vboxsync NAT: exposing Slirp queue routines for testing.
(edit) @40423   13 years vboxsync NAT: warnings [-Wunused-macros]
(edit) @40204   13 years vboxsync NAT: logging: VBOX_NAT_MEM_DEBUG control adding NAT's "uma" emulation …
(edit) @39409   13 years vboxsync NAT: warnings + NAT/netservice fixes.
(edit) @39362   13 years vboxsync NAT: don't delete master zones before it's children.
(edit) @39101   13 years vboxsync NAT: warnings.
(edit) @39085   13 years vboxsync NAT: warnings.
(edit) @38492   13 years vboxsync NAT: logging.
(edit) @35957   14 years vboxsync dang
(edit) @35955   14 years vboxsync DrvNAT: leave the critical section of the zone before working …
(edit) @35922   14 years vboxsync NAT: out-of-memory feedback (xTracker/5103)
(edit) @35861   14 years vboxsync NAT/misc: debug assertion for me.
(edit) @34040   14 years vboxsync NAT: more asserts.
(edit) @32431   14 years vboxsync scm cleanup
(edit) @30421   14 years vboxsync NAT: small performance enhancement (allocate intermediate buffer only …
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28520   15 years vboxsync NAT: destructor and fini hooks are called from slirp_uma_free. …
(edit) @28502   15 years vboxsync NAT: correct handling end of zone's resources.
(edit) @28501   15 years vboxsync NAT: missed (m_free -> m_freem).
(edit) @28494   15 years vboxsync NAT: correctly returns null values to DrvNAT in case zone has run out …
(edit) @28490   15 years vboxsync NAT: don't call constructor on null buffer.
(edit) @28483   15 years vboxsync NAT: nuke dead code.
(edit) @28449   15 years vboxsync NAT: slirp file headers
(edit) @28440   15 years vboxsync NAT: a few warnings and one goto
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28397   15 years vboxsync dead code
(edit) @28394   15 years vboxsync NAT: paranoid border check.
(edit) @28175   15 years vboxsync NAT: warnings.
(edit) @28042   15 years vboxsync NAT: BSD mbufs: before migration of slice from master to slave zone …
(edit) @28034   15 years vboxsync NAT: BSD mbufs zones allocated at the moment when the number of …
(edit) @27571   15 years vboxsync NAT: some spaces
(edit) @27569   15 years vboxsync NAT: bsd mbuf releasing of zones is corrected.
(edit) @26639   15 years vboxsync NAT: zone's used list should be freed only on master zone.
(edit) @26597   15 years vboxsync NAT: bsd mbuf synced with last changes in drvnat.
(edit) @26596   15 years vboxsync NAT: leak in BSD mbuf sync (#3993)
(edit) @26404   15 years vboxsync NAT: applied patch from xtracker 3993 (use BSD mbufs)
(edit) @23369   15 years vboxsync NAT: small cosmetics, trailing spaces
(edit) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @22942   15 years vboxsync NAT: bsd mbuf related changeset (misc.c)
(edit) @15791   16 years vboxsync NAT: malloc/free/realloc/strdup => iprt functions; fixed …
(edit) @15453   16 years vboxsync slirp: removed the old 64-bit incompatible reassemble code
(edit) @14964   16 years vboxsync slirp: code cosmetics for better readability (no semantics change)
(edit) @14638   16 years vboxsync NAT: some reformatting for better readability; merged …
(edit) @14567   16 years vboxsync disabled part of 32/64-bit hashing for new REASS
(edit) @14471   16 years vboxsync slirp: getour_addr is 127.0.0.1 in any case
(edit) @14470   16 years vboxsync slirp: remove tabs
(edit) @14331   16 years vboxsync slirp: removed dead code
(edit) @14329   16 years vboxsync slirp: removed unused control interface; added slirp_get_timeout_ms()
(edit) @14090   16 years vboxsync NAT: log the host name and host IP
(edit) @1824   18 years vboxsync Disable NAT UDP broadcast resend to local address. Removed the inline …
(edit) @1076   18 years vboxsync Removed tons of ifdef VBOX conditionals to make slirp readable again
(edit) @1050   18 years vboxsync silly typo
(edit) @1048   18 years vboxsync slirp insque/remque fixes for amd64
(edit) @1039   18 years vboxsync Attempt to fix slirp build for 64 bit (also eliminated global variables)
(edit) @1036   18 years vboxsync Fixed Windows part of slirp, too.
(edit) @1035   18 years vboxsync shut up gcc
(edit) @1033   18 years vboxsync Big change to make slirp fully instantiatable (replace all global …
(edit) @674   18 years vboxsync inline != extern for MSC.
(edit) @530   18 years vboxsync Hack for running slirp (NAT) on 64-bit hosts.
(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