VirtualBox

source: vbox/trunk/src/VBox/NetworkServices/NAT

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) @105353   5 months vboxsync iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
(edit) @104603   7 months vboxsync NetworkServices/NAT: Some unused variable fixes, bugref:3409
(edit) @104011   8 months vboxsync *: Fixed various calloc argument order warnings from gcc 14.
(edit) @103112   10 months vboxsync NetworkServices/NAT/rtmon_bsd.c: Plug socket descriptor leak, bugref:3409
(edit) @98417   22 months vboxsync NetworkServices/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98187   23 months vboxsync *.kmk: s/VBOXMAINCLIENTEXE/VBoxMainClientExe/ bugref:10348
(edit) @98184   23 months vboxsync *.kmk: s/VBOXMAINDLL/VBoxMainDll/ bugref:10348
(edit) @98155   23 months vboxsync *.kmk: s/VBOXR3HARDENEDEXE/VBoxR3HardenedExe/ bugref:10348
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97309   2 years vboxsync Prevent GCC 12.2.1 warning which caused build failure.
(edit) @97087   2 years vboxsync NetworkServices/NAT: Fix NAT networking service, the interface wasn't …
(edit) @97079   2 years vboxsync Networkservices: Further cleanup and consolidation, get rid of the …
(edit) @97078   2 years vboxsync Networkservices: Further cleanup and consolidation, get rid of the …
(edit) @97071   2 years vboxsync NetworkServices: Implement support for communicating over the R3 …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96399   2 years vboxsync /Config.kmk and many other places: Change VBOX_VENDOR to the official …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93058   3 years vboxsync VBoxNetLwipNAT::init: Just instantiate com::Utf8StrFmt directly …
(edit) @92613   3 years vboxsync SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and …
(edit) @91916   3 years vboxsync NAT/Net: Convert assertion about RTNetStrToIPv4Cidr returning a valid …
(edit) @90078   3 years vboxsync NAT/Net: VBoxNetLwipNAT::processFrame - drop the assert part of …
(edit) @88308   4 years vboxsync NAT/Net: Fix regression (lost line) introduced in r142754 that …
(edit) @87827   4 years vboxsync NAT/Net: Alleviate VC paranoia about integer size mismatch. bugref:9929.
(edit) @87826   4 years vboxsync NAT/Net: Finally get disinherited from VBoxNetBaseService that was a …
(edit) @87798   4 years vboxsync NAT/Net: Do our own getopt, we only need one option really (the …
(edit) @87791   4 years vboxsync NAT/Net: Move the code to create raw sockets closer to the rest of …
(edit) @87790   4 years vboxsync NAT/Net: Rename init methods so that related methods share common …
(edit) @87743   4 years vboxsync NAT/Net: Rewrite the code to manage API event listeners to be, …
(edit) @87738   4 years vboxsync NAT/Net: G/c unnecessary #include. bugref:9929.
(edit) @87723   4 years vboxsync NAT/Net: Try to placate VisualC that is really paranoid about integral …
(edit) @87710   4 years vboxsync NAT/Net: Call Loopback mapping initialization (forgotten in previous). …
(edit) @87707   4 years vboxsync NAT/Net: Move the code to init the loopback map into a method of its …
(edit) @87688   4 years vboxsync NAT/Net: Now that VBoxNetNAT gets all its settings via the API, the …
(edit) @87637   4 years vboxsync NAT/Net: Get IPv6 address from the API instead of always constructing …
(edit) @87620   4 years vboxsync NAT/Net: Get IPv4 settings from the API, not from the command line …
(edit) @87618   4 years vboxsync NAT/Net: Oops. getExtraData() - fix previous that was only partially …
(edit) @87617   4 years vboxsync NAT/Net: Factor out VBoxNetLwipNAT::getExtraData(). bugref:9929.
(edit) @87616   4 years vboxsync NAT/Net: Move the code to create event listeners to its own …
(edit) @87601   4 years vboxsync NAT/Net: Factor out finding the home folder. It's used as the base …
(edit) @87599   4 years vboxsync NAT/Net: Tweak the order of comInit() and logInit() declarations to …
(edit) @87598   4 years vboxsync NAT/Net: Ignore VBoxNetBaseService::init() and do COM init here with …
(edit) @87596   4 years vboxsync NAT/Net: Create network's own release log file only after we have …
(edit) @87549   4 years vboxsync NAT/Net: Plagiarize (but paraphrase) COM error reporting code from …
(edit) @87450   4 years vboxsync NAT/Net: Get rid of obsolete options -p/-P to pass port-forwarding …
(edit) @87449   4 years vboxsync NAT/Net: Refactor some more. Move the code to create raw sockets out …
(edit) @87400   4 years vboxsync NAT/Net: Fold fetchNatPortForwardRules into the class. Add doc …
(edit) @87399   4 years vboxsync NAT/Net: Collect port-forwarding functions in one place.
(edit) @87398   4 years vboxsync NAT/Net: Collect VBoxNetBaseService (receive) and lwip (send) …
(edit) @87397   4 years vboxsync NAT/Net: Sort some more. No code changes.
(edit) @87396   4 years vboxsync NAT/Net: Move onLwipTcpIpInit() to its place.
(edit) @87394   4 years vboxsync NAT/Net: Insertion-sort init() and run() into their place.
(edit) @87393   4 years vboxsync NAT/Net: Insertion-sort VBoxNetLwipNAT::parseOpt() where it belongs.
(edit) @87386   4 years vboxsync NAT/Net: Collect all data members in one place.
(edit) @87384   4 years vboxsync NAT/Net: Spell "service" correctly.
(edit) @87383   4 years vboxsync NAT/Net: Make the list of includes less chaotic.
(edit) @87382   4 years vboxsync NAT/Net: Oops, lost a hunk in r142368. Fix the build, updating the …
(edit) @87381   4 years vboxsync NAT/Net: Hiding the ctor/dtor of the main class right in the middle of …
(edit) @87380   4 years vboxsync NAT/Net: Move the code around a bit to untangle the naration and make …
(edit) @87379   4 years vboxsync NAT/Net: We already have AssertComRC family of macros, so use it where …
(edit) @87375   4 years vboxsync NAT/Net: In various callback functions consistently use the callback …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85048   4 years vboxsync *.kmk: Replaced $(int-* ) with $(expr ). bugref:9790
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84533   5 years vboxsync s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
(edit) @84396   5 years vboxsync *.kmk: Hardening related DEFS string quoting. bugref:8489
(edit) @83806   5 years vboxsync VBoxNetNAT: VC++ 14.1 warnings. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82746   5 years vboxsync VBoxNetNAT: No need for custom RC file, use template and get version …
(edit) @81784   5 years vboxsync NAT/Network: On Linux a socket returned by accept(2) does not inherit …
(edit) @81673   5 years vboxsync NetworkServices/NAT: Disabled warnings for unaligned pointer values of …
(edit) @81672   5 years vboxsync NetworkServices/NAT: Disabled warnings for unaligned pointer values of …
(edit) @77022   6 years vboxsync NAT/Net: pxdns_timeout_add - call sys_untimeout() before scheduling a …
(edit) @76982   6 years vboxsync NAT/Net: Increase the number of timeouts.
(edit) @76981   6 years vboxsync NAT/Net: Fix internal statistics for active queries.
(edit) @76980   6 years vboxsync NAT/Net: Fix another fallout from r94443. This should address elusive …
(edit) @76957   6 years vboxsync NAT/Net: pxtcp::msg_inpull is only used under specific ifdef, so use …
(edit) @76576   6 years vboxsync NetworkServices: scm header guard alignment.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76525   6 years vboxsync NetworkServices: scm --fix-header-guards. bugref:9344
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @73788   6 years vboxsync NAT/Network: proxy_create_socket - don't treat the failure to set …
(edit) @73747   6 years vboxsync One more header.
(edit) @73746   6 years vboxsync NAT/NATNet: Disable Nagle algorighm on the host using TCP_NODELAY …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @69749   7 years vboxsync Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
(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) @69232   7 years vboxsync NetworkServices: scm updates
(edit) @69231   7 years vboxsync NetworkServices/Nat: Export rawsocket stuff
(edit) @69111   7 years vboxsync (C) year
(edit) @68766   7 years vboxsync NAT/Net: Make windows socket pair non-blocking.
(edit) @68755   7 years vboxsync Use INVALID_SOCKET instead of cryptic -1.
(edit) @68754   7 years vboxsync Fix format error in previous.
(edit) @68753   7 years vboxsync Rewrite "channels". Use RTREQQUEUE to schedule requests on the …
(edit) @68619   7 years vboxsync NAT/net: portfwd_rule_add_del - add DPRINTF for failed malloc.
(edit) @68545   7 years vboxsync NAT/Net: Provide immediate feedback if corresponding LogRel level is …
(edit) @68544   7 years vboxsync NAT/Net: Drop #ifdef LOG_ENABLED and use RT_NOREF on a variables used …
(edit) @65809   8 years vboxsync NetworkServices/VBoxNetLwipNAT: properly free the list of name servers …
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