VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/slirp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @64615   8 years vboxsync NAT: sort Windows s/WSA definitions alphabetically.
(edit) @64614   8 years vboxsync NAT: Define ESHUTDOWN (as WSAESHUTDOWN) on Windows. We don't really …
(edit) @64585   8 years vboxsync slirp/tftp: LogRel for TFTP requests.
(edit) @64536   8 years vboxsync NAT: provide standard names for shutdown(2) "how" argument on Windows.
(edit) @64535   8 years vboxsync NAT: oops, revert accidental LogRel in previous (r111715).
(edit) @64534   8 years vboxsync NAT: bugref:8634 - restrict the fix in r111333 (bugref:8573) to Linux …
(edit) @64346   8 years vboxsync NAT: LogRel2 to debug regression from r111333.
(edit) @64307   8 years vboxsync NAT: bugref:8563: fixed bootp regression
(edit) @64299   8 years vboxsync bugref:8563: bootp fixes
(edit) @64298   8 years vboxsync bugref:8573: applied FIN-RST-2.diff: fix for shutting down half-closed …
(edit) @63921   8 years vboxsync NAT: strip comment before processing resolv.conf line to simplify …
(edit) @63913   8 years vboxsync NAT: don't stop parsing if we are out of buffer space for search …
(edit) @63876   8 years vboxsync NAT: Don't exceed RCPS_MAX_SEARCHLIST. Patch from ticketref:15948.
(edit) @63676   8 years vboxsync NAT: soread - errno is valid only when syscall indicates failure, so …
(edit) @63675   8 years vboxsync NAT: soread - check FIONREAD only when necessary.
(edit) @63672   8 years vboxsync NAT: soread - save errno from recv(2) that we check later on as it may …
(edit) @63668   8 years vboxsync slirp: Spell "initialized" correctly.
(edit) @63621   8 years vboxsync NAT/TFTP: avoid writing 64-bit size_t to a 32-bit int.
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63459   8 years vboxsync gcc 6 compile fixes
(edit) @63283   8 years vboxsync NetworkServices: warnings
(edit) @63217   8 years vboxsync Devices: warnings (gcc)
(edit) @63215   8 years vboxsync Devices: warnings (gcc)
(edit) @63121   8 years vboxsync warnings
(edit) @63016   8 years vboxsync Devices: warnings (debug builds)
(edit) @63015   8 years vboxsync slirp: warnings
(edit) @63014   8 years vboxsync slirp: warnings
(edit) @63013   8 years vboxsync slirp: warnings
(edit) @63012   8 years vboxsync slirp: warnings
(edit) @62761   8 years vboxsync Wrap ws2tcpip.h too.
(edit) @62696   8 years vboxsync slirp: some warning and HN fixes.
(edit) @62692   8 years vboxsync Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.
(edit) @62681   8 years vboxsync Use the iprt/win/winsock2.h wrapper for winsock2.h
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62511   8 years vboxsync (C) 2016
(edit) @62463   8 years vboxsync Devices: scm
(edit) @62353   8 years vboxsync slirp/libalias: appease cppcheck by providing buffer width constraints …
(edit) @62352   8 years vboxsync slirp/libalias: drop duplicate NULL check (pasto).
(edit) @62069   8 years vboxsync NAT: oops, forgot to restore real buffer size after testing the error …
(edit) @61906   8 years vboxsync NAT/libalias: Fix cppcheck complaint about a harmless pasto/edito. …
(edit) @61905   8 years vboxsync NAT/libalias: Fix cppcheck complaint by applying FreeBSD's revisions …
(edit) @61830   8 years vboxsync NAT: eliminate dead assignment.
(edit) @61821   8 years vboxsync NAT: slirp_link_up, slirp_link_down - g/c unused variables.
(edit) @61805   8 years vboxsync NAT: udp_listen - don't use a condition that is always false; instead …
(edit) @61802   8 years vboxsync NAT: Move variable used only inside an #ifdef into that #ifdef.
(edit) @61801   8 years vboxsync Summary: NAT: G/c unused variable.
(edit) @61756   8 years vboxsync NAT: resolv_conf_parser.c - fix pasto/edito in getToken() to correctly …
(edit) @61202   9 years vboxsync NAT: Missed part of r107489 - provide more convenience macros.
(edit) @61201   9 years vboxsync NAT: Drop packets to multicast and reserved destinations earlier, so …
(edit) @61200   9 years vboxsync NAT: slirp_input - g/c unused variable.
(edit) @61198   9 years vboxsync NAT: Include hygiene for "ctl.h"
(edit) @61197   9 years vboxsync NAT: G/c NATState::client_ethaddr that is no longer used since …
(edit) @61000   9 years vboxsync NAT: Initialize guest address guess for the port-forwarding to …
(edit) @60960   9 years vboxsync NAT: rewrite resolv.conf parser. The old code tried to be fancy, but …
(edit) @60142   9 years vboxsync NAT: Make host resolver asynchronous so that a blocked synchronous …
(edit) @60039   9 years vboxsync NAT: Pasto - don't dereference NULL rule in LogRel reporting failure …
(edit) @59948   9 years vboxsync NAT: log the reason if port redirection fails (I know, it's almost …
(edit) @59660   9 years vboxsync cppcheck warning
(edit) @59619   9 years vboxsync NAT: Fix ancient (r39466) typo/edito in the test that affected taking …
(edit) @59604   9 years vboxsync NAT: Comment change only - replace "See above" that refers to a …
(edit) @59585   9 years vboxsync NAT: use non-pattern host resolver mappings for reverse lookups too.
(edit) @59350   9 years vboxsync not 'const char*' but 'char*' because the content is not constant
(edit) @59313   9 years vboxsync NAT: When host resolver has a DNS mapping for a name, don't bother …
(edit) @59220   9 years vboxsync NAT: Silence gcc -pedantic warnings about implementaion-defined type …
(edit) @59219   9 years vboxsync NAT: Improve dns mapping in host resolver - pattern match should …
(edit) @59218   9 years vboxsync NAT: G/c dns_module, host resolver has been uncoupled from libalias.
(edit) @59203   9 years vboxsync NAT: Ignore/drop any authority or additional records in queries to the …
(edit) @59202   9 years vboxsync NAT: If a query to the host resolver has anything except single …
(edit) @59201   9 years vboxsync NAT: RFC2535 defined some bits from the original RFC1035 Z (must be …
(edit) @59167   9 years vboxsync NAT: Teach host resolver reverse lookups (in-addr.arpa PTR records). …
(edit) @59159   9 years vboxsync NAT: Host resolver - handle CNAME queries. When ANY query is received …
(edit) @59157   9 years vboxsync NAT: G/c unused local variables.
(edit) @59156   9 years vboxsync NAT: Properly fix bitfields in struct dnsmsg_header so that "id" is a …
(edit) @59144   9 years vboxsync NAT: Revert bitfield changes in struct dnsmsg_header in previous as …
(edit) @59143   9 years vboxsync NAT: Start rewriting host resolver to clean up the code to be able to …
(edit) @59142   9 years vboxsync NAT: Start rewriting host resolver to clean up the code to be able to …
(edit) @59063   9 years vboxsync NAT: Move host resolver out of libalias. This is a minimal change …
(edit) @59034   9 years vboxsync NAT: udp_input - fix nits in log.
(edit) @58631   9 years vboxsync NAT: tcp_fconnect - when DNS proxy is enabled and the target is port …
(edit) @58077   9 years vboxsync Network/slirp: LogRel nits.
(edit) @57784   9 years vboxsync NAT: rewrite handling of port-forwarding. The most interesting part …
(edit) @57783   9 years vboxsync NAT: %R[natsock] - print "tcp" and "udp" as names, not as protocol numbers.
(edit) @57739   9 years vboxsync NAT: G/c unused port_forward_rule::mac_address.
(edit) @57738   9 years vboxsync NAT: udp_listen: better log message when bind(2) fails.
(edit) @57550   9 years vboxsync NAT: improved error message
(edit) @57449   9 years vboxsync NAT: udp_listen: set so_hladdr/so_hlport like we do in udp_attach(). …
(edit) @57448   9 years vboxsync NAT: fix debug log - print IP address, not a pointer to it, and …
(edit) @57181   9 years vboxsync NAT: %RTnaipv4 requires the IP address, not a pointer to one. While …
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56960   9 years vboxsync NAT: adjust IP checksum after decrementing TTL so that if we use this …
(edit) @56957   9 years vboxsync NAT: undo byte order conversions on the saved IP header when relaying …
(edit) @56826   9 years vboxsync NAT: dnsproxy_answer: make sure the answer is really for our query, to …
(edit) @56377   9 years vboxsync more RT_GCC_EXTENSION required for gcc-5
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56176   10 years vboxsync NAT: Don't forcibly reset/drop all connections when link goes down. …
(edit) @56024   10 years vboxsync NAT/slirp: gcc warning.
(edit) @55869   10 years vboxsync NAT: When logging gratuitous ARP print IP address, not a pointer to it.
(edit) @55856   10 years vboxsync NAT: centralize allocation/deletion of icmp_msg so that book-keeping …
(edit) @55855   10 years vboxsync NAT: printSocket - make %R[natsock] output more compact
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