|
|
@62511
|
8 years |
vboxsync |
(C) 2016
|
|
|
@62499
|
8 years |
vboxsync |
(C) 2016
|
|
|
@62463
|
8 years |
vboxsync |
Devices: scm
|
|
|
@62437
|
8 years |
vboxsync |
Devices: MSC level 4 warnings (release build)
|
|
|
@62428
|
8 years |
vboxsync |
Devices/R0: MSC level 4 warnings.
|
|
|
@62425
|
8 years |
vboxsync |
Devices/RC: MSC level 4 warnings.
|
|
|
@62353
|
8 years |
vboxsync |
slirp/libalias: appease cppcheck by providing buffer width constraints …
|
|
|
@62352
|
8 years |
vboxsync |
slirp/libalias: drop duplicate NULL check (pasto).
|
|
|
@62069
|
9 years |
vboxsync |
NAT: oops, forgot to restore real buffer size after testing the error …
|
|
|
@61906
|
9 years |
vboxsync |
NAT/libalias: Fix cppcheck complaint about a harmless pasto/edito. …
|
|
|
@61905
|
9 years |
vboxsync |
NAT/libalias: Fix cppcheck complaint by applying FreeBSD's revisions …
|
|
|
@61857
|
9 years |
vboxsync |
lwip: g/c duplicate assertion that was also wrong
|
|
|
@61830
|
9 years |
vboxsync |
NAT: eliminate dead assignment.
|
|
|
@61821
|
9 years |
vboxsync |
NAT: slirp_link_up, slirp_link_down - g/c unused variables.
|
|
|
@61805
|
9 years |
vboxsync |
NAT: udp_listen - don't use a condition that is always false;
instead …
|
|
|
@61802
|
9 years |
vboxsync |
NAT: Move variable used only inside an #ifdef into that #ifdef.
|
|
|
@61801
|
9 years |
vboxsync |
Summary: NAT: G/c unused variable.
|
|
|
@61756
|
9 years |
vboxsync |
NAT: resolv_conf_parser.c - fix pasto/edito in getToken() to correctly …
|
|
|
@61691
|
9 years |
vboxsync |
bugref:8319: Devices/E1000: Interrupt throttling re-worked
|
|
|
@61202
|
9 years |
vboxsync |
NAT: Missed part of r107489 - provide more convenience macros.
|
|
|
@61201
|
9 years |
vboxsync |
NAT: Drop packets to multicast and reserved destinations earlier,
so …
|
|
|
@61200
|
9 years |
vboxsync |
NAT: slirp_input - g/c unused variable.
|
|
|
@61198
|
9 years |
vboxsync |
NAT: Include hygiene for "ctl.h"
|
|
|
@61197
|
9 years |
vboxsync |
NAT: G/c NATState::client_ethaddr that is no longer used since …
|
|
|
@61000
|
9 years |
vboxsync |
NAT: Initialize guest address guess for the port-forwarding to …
|
|
|
@60962
|
9 years |
vboxsync |
warning
|
|
|
@60960
|
9 years |
vboxsync |
NAT: rewrite resolv.conf parser. The old code tried to be fancy, but …
|
|
|
@60819
|
9 years |
vboxsync |
Network/SrvIntR0: Fix debug assertion
|
|
|
@60775
|
9 years |
vboxsync |
remove LOG_ENABLED from DevE1000 (accidently introduced in r106573)
|
|
|
@60525
|
9 years |
vboxsync |
SrvIntNetR0.cpp: IntNetR0IfAbortWait w/ fNoMoreWaits=tru should never …
|
|
|
@60474
|
9 years |
vboxsync |
DevE1000: fixed DEBUG/LOG_ENABLED screwup
|
|
|
@60142
|
9 years |
vboxsync |
NAT: Make host resolver asynchronous so that a blocked synchronous …
|
|
|
@60076
|
9 years |
vboxsync |
IntNet: Unregister all registered statistics counters.
|
|
|
@60039
|
9 years |
vboxsync |
NAT: Pasto - don't dereference NULL rule in LogRel reporting failure …
|
|
|
@60013
|
9 years |
vboxsync |
DevPCNet: duplicate expression (thanks PVS)
|
|
|
@59948
|
9 years |
vboxsync |
NAT: log the reason if port redirection fails (I know, it's almost …
|
|
|
@59913
|
9 years |
vboxsync |
DevEEPROM: fix
|
|
|
@59660
|
9 years |
vboxsync |
cppcheck warning
|
|
|
@59619
|
9 years |
vboxsync |
NAT: Fix ancient (r39466) typo/edito in the test that affected taking …
|
|
|
@59604
|
9 years |
vboxsync |
NAT: Comment change only - replace "See above" that refers to a …
|
|
|
@59585
|
9 years |
vboxsync |
NAT: use non-pattern host resolver mappings for reverse lookups too.
|
|
|
@59350
|
9 years |
vboxsync |
not 'const char*' but 'char*' because the content is not constant
|
|
|
@59313
|
9 years |
vboxsync |
NAT: When host resolver has a DNS mapping for a name, don't bother …
|
|
|
@59312
|
9 years |
vboxsync |
NAT: drvNATSendWorker - ifdef out assertion which condition we deal …
|
|
|
@59220
|
9 years |
vboxsync |
NAT: Silence gcc -pedantic warnings about implementaion-defined type …
|
|
|
@59219
|
9 years |
vboxsync |
NAT: Improve dns mapping in host resolver - pattern match should …
|
|
|
@59218
|
9 years |
vboxsync |
NAT: G/c dns_module, host resolver has been uncoupled from libalias.
|
|
|
@59203
|
9 years |
vboxsync |
NAT: Ignore/drop any authority or additional records in queries to the …
|
|
|
@59202
|
9 years |
vboxsync |
NAT: If a query to the host resolver has anything except single …
|
|
|
@59201
|
9 years |
vboxsync |
NAT: RFC2535 defined some bits from the original RFC1035 Z (must be …
|
|
|
@59167
|
9 years |
vboxsync |
NAT: Teach host resolver reverse lookups (in-addr.arpa PTR records). …
|
|
|
@59159
|
9 years |
vboxsync |
NAT: Host resolver - handle CNAME queries. When ANY query is received …
|
|
|
@59157
|
9 years |
vboxsync |
NAT: G/c unused local variables.
|
|
|
@59156
|
9 years |
vboxsync |
NAT: Properly fix bitfields in struct dnsmsg_header so that "id" is a …
|
|
|
@59144
|
9 years |
vboxsync |
NAT: Revert bitfield changes in struct dnsmsg_header in previous as …
|
|
|
@59143
|
9 years |
vboxsync |
NAT: Start rewriting host resolver to clean up the code to be able to …
|
|
|
@59142
|
9 years |
vboxsync |
NAT: Start rewriting host resolver to clean up the code to be able to …
|
|
|
@59063
|
9 years |
vboxsync |
NAT: Move host resolver out of libalias. This is a minimal change …
|
|
|
@59034
|
9 years |
vboxsync |
NAT: udp_input - fix nits in log.
|
|
|
@58631
|
9 years |
vboxsync |
NAT: tcp_fconnect - when DNS proxy is enabled and the target is
port …
|
|
|
@58592
|
9 years |
vboxsync |
lwip: Use different callback for proxy accept that is triggered by …
|
|
|
@58589
|
9 years |
vboxsync |
lwip: tcp_restore_pbuf - factor out code to restore syn pbuf passed to …
|
|
|
@58581
|
9 years |
vboxsync |
lwip: make tcp_accept_null globally visible, use it instead of …
|
|
|
@58555
|
9 years |
vboxsync |
lwip: tcp_accept_syn - a proxy like early accept callback for ordinary …
|
|
|
@58549
|
9 years |
vboxsync |
lwip: tcp_accept_null - call tcp_abort().
|
|
|
@58170
|
9 years |
vboxsync |
doxygen: fixes.
|
|
|
@58077
|
9 years |
vboxsync |
Network/slirp: LogRel nits.
|
|
|
@57901
|
9 years |
vboxsync |
Devices/Virtio: semantic fixes.
|
|
|
@57850
|
9 years |
vboxsync |
Network/DrvNAT: Plug small memory leak in error case
|
|
|
@57846
|
9 years |
vboxsync |
SrvIntNetR0: intnetR0NetworkEditDhcpFromIntNet - update UDP checksum …
|
|
|
@57809
|
9 years |
vboxsync |
Reverted bad commit r102754.
|
|
|
@57808
|
9 years |
vboxsync |
Installer/linux and tinderclient: use Qt from build server for RPM …
|
|
|
@57784
|
9 years |
vboxsync |
NAT: rewrite handling of port-forwarding.
The most interesting part …
|
|
|
@57783
|
9 years |
vboxsync |
NAT: %R[natsock] - print "tcp" and "udp" as names, not as protocol numbers.
|
|
|
@57739
|
9 years |
vboxsync |
NAT: G/c unused port_forward_rule::mac_address.
|
|
|
@57738
|
9 years |
vboxsync |
NAT: udp_listen: better log message when bind(2) fails.
|
|
|
@57600
|
9 years |
vboxsync |
NAT: don't deadlock if we try to activate a NAT network while the VM …
|
|
|
@57550
|
9 years |
vboxsync |
NAT: improved error message
|
|
|
@57449
|
9 years |
vboxsync |
NAT: udp_listen: set so_hladdr/so_hlport like we do in udp_attach(). …
|
|
|
@57448
|
9 years |
vboxsync |
NAT: fix debug log - print IP address, not a pointer to it,
and …
|
|
|
@57442
|
9 years |
vboxsync |
DECLCALLBACK and static
|
|
|
@57426
|
9 years |
vboxsync |
DECLCALLBACK
|
|
|
@57393
|
9 years |
vboxsync |
DECLCALLBACK
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@57181
|
9 years |
vboxsync |
NAT: %RTnaipv4 requires the IP address, not a pointer to one. While …
|
|
|
@57006
|
9 years |
vboxsync |
VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
|
|
|
@56992
|
9 years |
vboxsync |
Devices: Log & Assertion formatting fixes.
|
|
|
@56991
|
9 years |
vboxsync |
DevVirtioNet.cpp: Don't ever split log format strings!! Makes them …
|
|
|
@56960
|
9 years |
vboxsync |
NAT: adjust IP checksum after decrementing TTL so that if we use this …
|
|
|
@56957
|
9 years |
vboxsync |
NAT: undo byte order conversions on the saved IP header when relaying …
|
|
|
@56880
|
10 years |
vboxsync |
SrvIntNetR0: %RTnaipv6 in debug logs requires a pointer.
|
|
|
@56879
|
10 years |
vboxsync |
SrvIntNetR0: fix off-by-one in the fast path address cache lookup.
|
|
|
@56868
|
10 years |
vboxsync |
LogRel nit
|
|
|
@56866
|
10 years |
vboxsync |
DrvNetSniffer: be more verbose where we log to
|
|
|
@56826
|
10 years |
vboxsync |
NAT: dnsproxy_answer: make sure the answer is really for our query, to …
|
|
|
@56703
|
10 years |
vboxsync |
DevE1000: Corrected return codes.
|
|
|
@56409
|
10 years |
vboxsync |
lwip: fix wraparound check when updating icmp echo reply checksum
that …
|
|
|
@56377
|
10 years |
vboxsync |
more RT_GCC_EXTENSION required for gcc-5
|
|
|
@56316
|
10 years |
vboxsync |
whitespace
|
|
|
@56292
|
10 years |
vboxsync |
Devices: Updated (C) year.
|
|
|