VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @72844   6 years vboxsync slirp: properly init rcp_state::rcps_flags; did not have any bad …
(edit) @71945   7 years vboxsync NAT: unifdef -U VBOX_WITH_NAT_UDP_SOCKET_CLONE - g/c old experiment.
(edit) @71940   7 years vboxsync slirp: log libalias mode in release log if set.
(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) @68444   7 years vboxsync NAT: Bind TCP sockets to specific address if requested. Why and how …
(edit) @65810   8 years vboxsync Devices/Network/slirp: don't forget to free the memory for port …
(edit) @64679   8 years vboxsync NAT: slirp_select_poll - don't stop after draining half-closed socket, …
(edit) @63562   8 years vboxsync scm: cleaning up todos
(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) @62511   8 years vboxsync (C) 2016
(edit) @61821   9 years vboxsync NAT: slirp_link_up, slirp_link_down - g/c unused variables.
(edit) @61200   9 years vboxsync NAT: slirp_input - g/c unused variable.
(edit) @61000   9 years vboxsync NAT: Initialize guest address guess for the port-forwarding to …
(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) @59219   9 years vboxsync NAT: Improve dns mapping in host resolver - pattern match should …
(edit) @59063   9 years vboxsync NAT: Move host resolver out of libalias. This is a minimal change …
(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) @57739   9 years vboxsync NAT: G/c unused port_forward_rule::mac_address.
(edit) @57550   9 years vboxsync NAT: improved error message
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56292   10 years vboxsync Devices: Updated (C) year.
(edit) @56176   10 years vboxsync NAT: Don't forcibly reset/drop all connections when link goes down. …
(edit) @55869   10 years vboxsync NAT: When logging gratuitous ARP print IP address, not a pointer to it.
(edit) @54827   10 years vboxsync NAT: G/c ancient abandoned VBOX_WITH_SLIRP_BSD_SBUF experiment.
(edit) @54825   10 years vboxsync NAT: G/c more ancient unused VBOX_WITH_NAT_SERVICE ifdefs.
(edit) @54824   10 years vboxsync NAT: G/c ancient unused VBOX_WITH_NAT_SERVICE ifdefs.
(edit) @54573   10 years vboxsync forward-ported r98709 (NAT: missing check in LogRel)
(edit) @54110   10 years vboxsync NAT: As a stop-gap measure don't try to use (nonexistent) resolv.conf …
(edit) @53866   10 years vboxsync NAT: don't check WSANETWORKEVENTS::iErrorCode in Windows …
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53399   10 years vboxsync NAT: new Windows ping proxy that is not limited to just one …
(edit) @53338   10 years vboxsync NAT: if_encap: assert that mbuf has enough M_LEADINGSPACE to …
(edit) @53292   10 years vboxsync NAT: Don't retrieve the address of GetAdaptersAddresses() in …
(edit) @52798   10 years vboxsync NAT: when outgoing connect(2) fails decide what to do based on the …
(edit) @52792   10 years vboxsync NAT: Follow up to r95982 - always get socket error when connect(2) …
(edit) @52755   10 years vboxsync NAT: G/c socket:so_la - per-socket libalias instance used for …
(edit) @52663   10 years vboxsync NAT: Redo detection of connect(2) failure taking into account various …
(edit) @52662   10 years vboxsync NAT: Revert previous (r95391). poll(2) behaviour is different on …
(edit) @52283   10 years vboxsync NAT: Do pay attention to POLLERR and WSANETWORKEVENTS::iErrorCode and …
(edit) @52230   10 years vboxsync NAT: Fix previous, pass bind_ip.s_addr, not bind_ip to %RTnaipv4. That …
(edit) @52229   10 years vboxsync NAT: Log port-forwarding using address:port notation, including host's …
(edit) @52088   10 years vboxsync NAT: Followup to r94784: g/c an "XXX" comment that says that we should …
(edit) @51905   10 years vboxsync NAT: Make sure guest will get window updates by scheduling TF_DELACK …
(edit) @51138   11 years vboxsync NAT: slirp_arp_cache_update: ARP maps IP to MAC, so check for IP match …
(edit) @51135   11 years vboxsync NAT: slirp_remove_redirect: fix argument passed to LogRel as %RTnaipv4 …
(edit) @50949   11 years vboxsync NAT: Rename horrifying "VBOX_NAT_HNCE_EXSPOSED_NAME_RESOLUTION_INFO" …
(edit) @50690   11 years vboxsync NAT:slirp.c::slirp_init instead rising link_up flag do call …
(edit) @50672   11 years vboxsync NAT(bootp.c, slirp.c): Handling Sleep/Resume with network change and …
(edit) @50669   11 years vboxsync NAT: slirp.c: do DNS init/release in link up/down instead of …
(edit) @50045   11 years vboxsync NAT/Slirp: helper function …
(edit) @49347   11 years vboxsync NAT: Use RW critsect to protect the handler chain list against …
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @48526   11 years vboxsync Network/NAT: Forward port latest changes from 4.2 to switch out of …
(edit) @48493   11 years vboxsync NAT/Slirp:slirp_init: prevent loading host's DNS details in case of …
(edit) @48150   11 years vboxsync NAT/slirp: include VBox/vmm/dbgf.h where it required only.
(edit) @45323   12 years vboxsync NAT:dnsproxy: handling return from so_timeout callback. 1st condition …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43233   12 years vboxsync NAT: destroy really all memory in drvNATDestruct
(edit) @42100   12 years vboxsync NAT: TCB releasing on slirp_link_down. (no more assertions on …
(edit) @41987   12 years vboxsync NAT: hide TFTP internals.
(edit) @41977   12 years vboxsync NAT: extract DNS functions to slirp_dns.c. Handle …
(edit) @41855   13 years vboxsync NAT: collapsing EAGAIN,EWOULDBLOCK,EINPROGRESS conditions to …
(edit) @41812   13 years vboxsync NAT: attempt yo fix #6188, don't miss tcp_drop/close on tcp_input.
(edit) @41453   13 years vboxsync NAT: clean up (part 1).
(edit) @41341   13 years vboxsync NAT: attempt to fix #6188. libaslias marks sockets for deletion, but …
(edit) @41229   13 years vboxsync NAT: dump more inforamtion about the socket if error is appear.
(edit) @41178   13 years vboxsync NAT: attempt to fix xTracker/#6188.
(edit) @40837   13 years vboxsync NAT: backed out r77351
(edit) @40836   13 years vboxsync NAT: don't compile else branch if logging is disabled.
(edit) @40835   13 years vboxsync NAT: make sure that socket is still on queue, before doing any further …
(edit) @40583   13 years vboxsync NAT: verification that sockets always stay on right queues.
(edit) @40423   13 years vboxsync NAT: warnings [-Wunused-macros]
(edit) @40291   13 years vboxsync NAT: refactoring (extracting arp_output from arp_input)
(edit) @40287   13 years vboxsync NAT: arp_input refactorting.
(edit) @40284   13 years vboxsync NAT: htip->tip (CTL_CHECK) takes parameter in the network format. The …
(edit) @39949   13 years vboxsync NAT: logs.
(edit) @39883   13 years vboxsync NAT:ARP: reserved ARP WHO HAS 0.0.0.0 diagnosys for myself. o WHO HAS …
(edit) @39776   13 years vboxsync NAT: (release log) let user know when mapping is registered or …
(edit) @39775   13 years vboxsync NAT: introduces CFGM value …
(edit) @39772   13 years vboxsync NAT: warns on switch on DNS proxy if DNS host resolver has been …
(edit) @39766   13 years vboxsync NAT: host resolver can use user-defined mapping instead of host …
(edit) @39599   13 years vboxsync NAT: repaired port forwarding
(edit) @39555   13 years vboxsync NAT/service: registering port-forwarding without ether address of the …
(edit) @39498   13 years vboxsync RTReq refactoring.
(edit) @39471   13 years vboxsync No doxygen comment here, keep it short and to the point. …
(edit) @39467   13 years vboxsync NAT: condition for validation of proposed value has been added in …
(edit) @39466   13 years vboxsync NAT: english
(edit) @39465   13 years vboxsync NAT: fixed typo (thanks Knut). This changeset adds comment to …
(edit) @39444   13 years vboxsync NAT: bump SoMaxConnection default up to 10 (xTracker/5983).
(edit) @39409   13 years vboxsync NAT: warnings + NAT/netservice fixes.
(edit) @39360   13 years vboxsync NAT: debug print expiration of the socket.
(edit) @39299   13 years vboxsync NAT: clonning socket without creating real socket(2).
(edit) @39287   13 years vboxsync NAT: "sending to home" on wide cast and cloning udp sockets. Both disabled.
(edit) @39248   13 years vboxsync Runtime: new guest OS type for Solaris 11 Frontends/VirtualBox: add …
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