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) @50215   11 years vboxsync header fixes
(edit) @50156   11 years vboxsync NAT/slirp: comment updates to (r89055). Clarify the difference between …
(edit) @50150   11 years vboxsync NAT/Slirp:resolv_conf_parser.c: drop nameservers which has order …
(edit) @50136   11 years vboxsync tabs
(edit) @50135   11 years vboxsync Devices/NAT: a warning and spaces
(edit) @50134   11 years vboxsync ip_icmp.c: drops ICMP_MAXDATALEN, M_TRAILINGSPACE is used instead of it.
(edit) @50131   11 years vboxsync resolv_conf_parser.c: replaces isblank with isspace.
(edit) @50130   11 years vboxsync resolv_conf_parser.c: temporal build fix for hosts where isblank isn't …
(edit) @50129   11 years vboxsync slirp_dns.c: replaces scanf based resolv.conf parsing with new parser. …
(edit) @50128   11 years vboxsync resolv_conf_parser.c: Linux build fix. (inet_net_pton -> inet_pton)
(edit) @50088   11 years vboxsync Introduces resolv.conf parser replacement for Slirp and Main. …
(edit) @50050   11 years vboxsync NAT/dnsproxy.c: G/c: extra line.
(edit) @50049   11 years vboxsync NAT/dnsproxy.c: todo in r89055.
(edit) @50045   11 years vboxsync NAT/Slirp: helper function …
(edit) @50017   11 years vboxsync NAT/ip_input.c:ip_input comment regarding TTL check and processing …
(edit) @50016   11 years vboxsync NAT/misc.c: slirp_ext_m_get: no need check cbMin against MSIZE and …
(edit) @50015   11 years vboxsync NAT/ip_icmp.c: icmp_error: addss assert statements of correct calculations.
(edit) @50014   11 years vboxsync NAT:ip_icmp.c:icmp_error skip aliasing of ICMP datagram.
(edit) @50013   11 years vboxsync NAT/ip_icmp.c: 1. ICMP error send in mbuf allocated from mbuf_zone …
(edit) @50012   11 years vboxsync NAT/ip_icmp.c: typo. freeing of non-null source mbuf.
(edit) @49436   11 years vboxsync slirp_dns.c: nits.
(edit) @49432   11 years vboxsync NAT: prevent NAT thread from infinite loop on PowerOff if DNS …
(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) @48753   11 years vboxsync get_dns_addr_domain: in case of name server is from 127/8 network, but …
(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) @47702   11 years vboxsync Oops, fix precedence in a = b | c.
(edit) @47624   11 years vboxsync NATState::pDnsList contains "internal" view of addresses, so localhost …
(edit) @47506   11 years vboxsync NAT: Drop oversized frames coming from guest (#6821)
(edit) @46765   11 years vboxsync Devices/NAT: reverted accidental extra commit from r86686
(edit) @46758   11 years vboxsync Devices/Input/UsbMouse: add basic unit test harness.
(edit) @46643   11 years vboxsync NAT/Slirp: not-really assert, code doesn't and can't assume that …
(edit) @46608   11 years vboxsync NAT: missed goto in case udp header reports length bigger than IP …
(edit) @46593   11 years vboxsync updates
(edit) @45652   12 years vboxsync slirp/tftp.c: better error message if option negotiation fails (often …
(edit) @45463   12 years vboxsync header fixes
(edit) @45324   12 years vboxsync NAT/dnsproxy: this one big. 1. reduced fragmentation of code of …
(edit) @45323   12 years vboxsync NAT:dnsproxy: handling return from so_timeout callback. 1st condition …
(edit) @45322   12 years vboxsync NAT:udp: using CTL_CHECK shortcut.
(edit) @45321   12 years vboxsync NAT/dnsproxy: cosmetic.
(edit) @45261   12 years vboxsync NAT: dnsproxy crush fix attempt. on return from timeout …
(edit) @45089   12 years vboxsync backed out: r84371 and r84372, need to investiagte in Linux case for a …
(edit) @45088   12 years vboxsync NAT: burn fix and blank lines are removed.
(edit) @45087   12 years vboxsync setsockopt(..,SO_NOSIGPIPE,..), it's supposed that instead of …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43979   12 years vboxsync NAT: ICMP ECHO to built-in services.
(edit) @43876   12 years vboxsync fixed a few format specifier bugs
(edit) @43752   12 years vboxsync NAT: don't free socket with alive tcb.
(edit) @43730   12 years vboxsync NAT: Don't be too optimistic, check the whether alias list isn't empty.
(edit) @43714   12 years vboxsync NAT:dns/logging.
(edit) @43673   12 years vboxsync NAT: handles resolv.conf-less distributions (vbox/10640).
(edit) @43663   12 years vboxsync NAT: wording.
(edit) @43641   12 years vboxsync NAT: handles registration of DNS servers in 127.0.0.0/8 range.
(edit) @43464   12 years vboxsync NAT: fixed pointer signing issue
(edit) @43233   12 years vboxsync NAT: destroy really all memory in drvNATDestruct
(edit) @42431   12 years vboxsync Fixes bad coding style that trips up the VC2010 preprocessor.
(edit) @42190   12 years vboxsync NAT: TFTP: possible status code overwriting.
(edit) @42187   12 years vboxsync NAT:TFTP: earlier verification option verification and avoid of status …
(edit) @42180   12 years vboxsync NAT:TFTP: * according to rfc 2349, option value handler increased up …
(edit) @42137   12 years vboxsync NAT: prints nameserver ip-addresses (release log).
(edit) @42100   12 years vboxsync NAT: TCB releasing on slirp_link_down. (no more assertions on …
(edit) @42070   12 years vboxsync NAT: copyright.
(edit) @42020   12 years vboxsync NAT: adds TFTP ACK verification.
(edit) @42014   12 years vboxsync NAT: dead code.
(edit) @42013   12 years vboxsync NAT: warnings.
(edit) @42012   12 years vboxsync NAT: debug build fix.
(edit) @42010   12 years vboxsync NAT: 64-bit byte counter.
(edit) @42009   12 years vboxsync NAT: use read byte counter instead of block number.
(edit) @41997   12 years vboxsync NAT: comment.
(edit) @41996   12 years vboxsync NAT: enhances TFTP option handling.
(edit) @41995   12 years vboxsync NAT/tftp: fixed buffer overflow in new code found by parfait
(edit) @41994   12 years vboxsync NAT: typo.
(edit) @41987   12 years vboxsync NAT: hide TFTP internals.
(edit) @41980   12 years vboxsync NAT: windows build fix.
(edit) @41979   12 years vboxsync NAT: warnings.
(edit) @41977   12 years vboxsync NAT: extract DNS functions to slirp_dns.c. Handle …
(edit) @41970   12 years vboxsync NAT:tftp enhancements style, option parsing, handshaking.
(edit) @41969   12 years vboxsync NAT: back out r78837. (unexpected result)
(edit) @41967   12 years vboxsync NAT: NTOHS -> RT_N2H_U16
(edit) @41856   12 years vboxsync NAT: typo.
(edit) @41855   12 years vboxsync NAT: collapsing EAGAIN,EWOULDBLOCK,EINPROGRESS conditions to …
(edit) @41840   12 years vboxsync NAT: don't expose functions needed locally.
(edit) @41839   12 years vboxsync NAT: Zero pointer to link on link remove. (#6188)
(edit) @41817   12 years vboxsync NAT: fix vbox/7459: drop packet if we can't send it because of EAGAIN …
(edit) @41812   12 years vboxsync NAT: attempt yo fix #6188, don't miss tcp_drop/close on tcp_input.
(edit) @41807   12 years vboxsync NAT: warnings on release build.
(edit) @41806   12 years vboxsync NAT: assertion on freeing socket with nonempty tcp control block (paranoa).
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41455   13 years vboxsync NAT: Don't spend time on connections with uninitiolized template.
(edit) @41453   13 years vboxsync NAT: clean up (part 1).
(edit) @41411   13 years vboxsync NAT: cosmetic.
(edit) @41408   13 years vboxsync NAT: don't waste time on tcp connections without connection information.
(edit) @41341   13 years vboxsync NAT: attempt to fix #6188. libaslias marks sockets for deletion, but …
(edit) @41323   13 years vboxsync NAT: missed headers for testcase.
(edit) @41322   13 years vboxsync NAT: exposing Slirp queue routines for testing.
(edit) @41229   13 years vboxsync NAT: dump more inforamtion about the socket if error is appear.
(edit) @41228   13 years vboxsync NAT: debug more flags from socket, structures and dump of tcpstate.
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