VirtualBox

source: vbox/trunk/src/VBox/NetworkServices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @47024   11 years vboxsync nits.
(edit) @47023   11 years vboxsync fix hardened build.
(edit) @47020   11 years vboxsync previous r87050, was re-commit of r86970 DHCP becomes Main client, …
(edit) @47019   11 years vboxsync NetworkServices/
(edit) @46969   11 years vboxsync backed out …
(edit) @46968   11 years vboxsync DHCP: test for me only.
(edit) @46965   11 years vboxsync NetworkService/DHCP: missed Config.h
(edit) @46962   11 years vboxsync NetworkServices: DHCP becomes Main client, internals changed to let …
(edit) @46904   11 years vboxsync IntNet, VirtioNet, NetFilter: Large frame support + drop oversized + …
(edit) @46425   11 years vboxsync LWIP-new/iSCSI: updates.
(edit) @45672   12 years vboxsync nat-lwip: missed test case and condition for testcase.
(edit) @45559   12 years vboxsync NAT/Lwip-service: Main client now, dynamic port-forward + managment.
(edit) @45114   12 years vboxsync NAT/service:LWIP: GSO, parameters parsing.
(edit) @44824   12 years vboxsync Network-service for lwip-driven proxy. additionally enables SrvNat …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @39685   13 years vboxsync doc updates.
(edit) @39557   13 years vboxsync NAT/service: registering port-forawarding from command line.
(edit) @39498   13 years vboxsync RTReq refactoring.
(edit) @39468   13 years vboxsync NAT/service: GSO handling fixed, some logging was added.
(edit) @39410   13 years vboxsync NAT/service: some delayed fixes.
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @36470   14 years vboxsync VBoxNetNat & tstIntNet: VERR_INTERRUPTED handling (#5620)
(edit) @36469   14 years vboxsync VBoxNetDHCP: do not exit on VERR_INTERRUPTED (#5620)
(edit) @36217   14 years vboxsync NATService: compilable again.
(edit) @35489   14 years vboxsync OSE header fix
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35163   14 years vboxsync gcc 4.2.1 OS X warnings
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @31516   14 years vboxsync split line.
(edit) @31417   14 years vboxsync NetworkServices/NAT: small fix to make it link again
(edit) @31272   14 years vboxsync RTNETCSUMTYPE -> PDMNETCSUMTYPE. Assert on invalid parameters.
(edit) @31271   14 years vboxsync vboxnetflt: host-only checksum fix (xtracker 5020)
(edit) @30445   14 years vboxsync VBoxNetNAT: build with recent slirp changes.
(edit) @30017   15 years vboxsync NATService: clean up.
(edit) @29141   15 years vboxsync warning
(edit) @28845   15 years vboxsync warning
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28790   15 years vboxsync NAT service: compile fix
(edit) @28717   15 years vboxsync NetLib: typo
(edit) @28714   15 years vboxsync intnetinline.h: Changed the prefix to IntNet.
(edit) @28711   15 years vboxsync IntNet,++: Implemented sending frames in ring-0 (disabled).
(edit) @28371   15 years vboxsync NetworkServices: branding and cosmetical fixes
(edit) @28364   15 years vboxsync NAT service: made it work
(edit) @28156   15 years vboxsync VBoxNetFlt-linux: GSO to host and wire experiment, the former is a …
(edit) @28147   15 years vboxsync NAT: Fixed missing setting of time_fasttimo in ip_icmp.c. Removed …
(edit) @28146   15 years vboxsync NAT: Use poll/WSAWaitForMultipleEvents timeouts instead of timers.
(edit) @28025   15 years vboxsync intnet, VBoxNet*, network device & drivers: GSO preps.
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27901   15 years vboxsync OSE header fixes
(edit) @27856   15 years vboxsync export NetworkServices/NAT and NetworkServices/NetLib to OSE
(edit) @27855   15 years vboxsync NetworkServices: fix OSE
(edit) @26574   15 years vboxsync Networking: Preparing to make the driver return a send buffer to the …
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26498   15 years vboxsync lots under src/VBox: whitespace cleanup.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @25771   15 years vboxsync *: Shut up -Wshadow warnings.
(edit) @22562   15 years vboxsync Main,VBoxControl,VBoxManage,VBoxNetDHCP,VBoxNetNAT: Use RTBldCfg for …
(edit) @22275   15 years vboxsync VBoxNetDHCP.cpp: uEnd (excludsive) -> uLast (inclusive).
(edit) @22254   15 years vboxsync VBoxNetDHCP: lease out even the upper IP address
(edit) @20864   15 years vboxsync SUP,*: API cleanup.
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20370   15 years vboxsync Misc: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20354   15 years vboxsync VBoxNetDHCP.cpp: Use the method for it.
(edit) @19924   16 years vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
(edit) @19454   16 years vboxsync VMM++: More on poking. Fixed broken R0 stats (wrong way of calling …
(edit) @19316   16 years vboxsync NAT: NAT as service
(edit) @19257   16 years vboxsync Reapplied 46658 + fix
(edit) @19255   16 years vboxsync Backed out 46655-57 for now
(edit) @19254   16 years vboxsync Compile fixes
(edit) @18829   16 years vboxsync undo 45832
(edit) @18691   16 years vboxsync DHCP: make it be DIFX-killable
(edit) @18514   16 years vboxsync DHCP/Makefile.kmk: cleanup.
(edit) @18510   16 years vboxsync VBoxNetDHCP: Attempt at simplifying WinMain a bit…
(edit) @18463   16 years vboxsync VBoxNetUDP.cpp: size_t warnings.
(edit) @18462   16 years vboxsync VBoxNetDHCP: r=bird: in WinMain(). size_t warnings.
(edit) @18282   16 years vboxsync VBoxNetDHCP: Added 'none' as a trunk type.
(edit) @18036   16 years vboxsync fix help screen
(edit) @18027   16 years vboxsync DHCP: DHCPRequest could be send it any time and it's right of client …
(edit) @18026   16 years vboxsync DHCP: Complain if the user specified unknown options.
(edit) @18013   16 years vboxsync win DHCP server de-consoled
(edit) @18010   16 years vboxsync typo
(edit) @17889   16 years vboxsync gcc warning
(edit) @17864   16 years vboxsync VBoxNetDHCP: A couple of more options for configuring the trunk.
(edit) @17822   16 years vboxsync hardend build fix.
(edit) @17820   16 years vboxsync buildfix.
(edit) @17812   16 years vboxsync VboxNetDHCP: added --lease-db option.
(edit) @17786   16 years vboxsync VBoxNetDHCP: made windows happy.
(edit) @17783   16 years vboxsync ARP.
(edit) @17782   16 years vboxsync ARP.
(edit) @17781   16 years vboxsync bufixes + arp in progress
(edit) @17780   16 years vboxsync sending reply
(edit) @17779   16 years vboxsync All but the reply…
(edit) @17770   16 years vboxsync VBoxNetDhcp: more code.
(edit) @17691   16 years vboxsync VBoxNetDHCP: Some more code.
(edit) @17678   16 years vboxsync More code.
(edit) @17663   16 years vboxsync s-bahn coding…
(edit) @17599   16 years vboxsync VBoxNetDHCP: Some more bits.
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