VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @65664   8 years vboxsync more appropriate here :)
(edit) @65662   8 years vboxsync gcc 7: Devices/Network: fall thru
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63217   8 years vboxsync Devices: warnings (gcc)
(edit) @63015   8 years vboxsync slirp: warnings
(edit) @63014   8 years vboxsync slirp: warnings
(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) @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) @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) @56377   9 years vboxsync more RT_GCC_EXTENSION required for gcc-5
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @55363   10 years vboxsync NAT: G/c old debug printf in host resolver that spams release log.
(edit) @52712   10 years vboxsync NAT: G/c bogus VBOX && !NO_USE_SOCKETS code disabled in r93447. Same …
(edit) @52711   10 years vboxsync NAT: Convert NATState::curtime from milliseconds to seconds when we …
(edit) @52684   10 years vboxsync NAT: clean up an #ifdef in HouseKeeping() to avoid duplication of code …
(edit) @52683   10 years vboxsync NAT: Fix #else /* VBOX */ comments to reflect the condition when that …
(edit) @51137   11 years vboxsync NAT: #7342: debug assertion in sofree() triggered by ftp connections. …
(edit) @51113   11 years vboxsync NAT: Replace loopback address with NATState::alias_addr in 227 …
(edit) @50136   11 years vboxsync tabs
(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) @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) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43730   12 years vboxsync NAT: Don't be too optimistic, check the whether alias list isn't empty.
(edit) @41855   12 years vboxsync NAT: collapsing EAGAIN,EWOULDBLOCK,EINPROGRESS conditions to …
(edit) @41839   12 years vboxsync NAT: Zero pointer to link on link remove. (#6188)
(edit) @41341   13 years vboxsync NAT: attempt to fix #6188. libaslias marks sockets for deletion, but …
(edit) @40834   13 years vboxsync NAT:libalias: tabs.
(edit) @40786   13 years vboxsync NAT:libalias: initialization of TCP socket for constructed link.
(edit) @40623   13 years vboxsync NAT/libalias: better socket's reference count.
(edit) @40622   13 years vboxsync NAT: tabs.
(edit) @40621   13 years vboxsync NAT: libalias closes self sockets, and Slirp inform libalias in case …
(edit) @40583   13 years vboxsync NAT: verification that sockets always stay on right queues.
(edit) @40423   13 years vboxsync NAT: warnings [-Wunused-macros]
(edit) @40119   13 years vboxsync NAT: unused variable c (moved under LIBALIAS_DEBUG ambrella).
(edit) @40117   13 years vboxsync NAT/libalias: calm down clang-analyzer (replace assignment with …
(edit) @40116   13 years vboxsync NAT/libalias: backed out r76255, the code actually right (no way to …
(edit) @40114   13 years vboxsync NAT/libalias: initialization of iresult at the very begining, to avoid …
(edit) @39861   13 years vboxsync DrvNAT: Use RTStrSimplePatternMultiMatch instead of …
(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) @39774   13 years vboxsync NAT: backed out r75718.
(edit) @39773   13 years vboxsync NAT: logs and comments.
(edit) @39766   13 years vboxsync NAT: host resolver can use user-defined mapping instead of host …
(edit) @39506   13 years vboxsync NAT: warnings.
(edit) @39101   13 years vboxsync NAT: warnings.
(edit) @39085   13 years vboxsync NAT: warnings.
(edit) @38345   13 years vboxsync NAT: logging. (vbox/#9346).
(edit) @37746   13 years vboxsync NAT/debug: %R[naipv4] -> %RTnaipv4 and &IP -> IP.
(edit) @37724   13 years vboxsync NAT: todo (logging)
(edit) @33957   14 years vboxsync NAT/libalias: cosmetic.
(edit) @33953   14 years vboxsync NAT/libalias: fixes issue with wrong type of query header in DNS …
(edit) @32431   14 years vboxsync scm cleanup
(edit) @30921   14 years vboxsync NAT/hostresolver: trim ending dots confusing host resolver.
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28480   15 years vboxsync NAT: nuke dead code.
(edit) @27869   15 years vboxsync OSE fixes for NAT
(edit) @26495   15 years vboxsync Devices: whitespace cleanup
(edit) @25992   15 years vboxsync alias_nbt.c: isprint -> RT_C_IS_PRINT; fixes missing prototype warning …
(edit) @25364   15 years vboxsync NAT: another close() => closesocket but this time in dead code
(edit) @25356   15 years vboxsync NAT: test for >= 0 is better here
(edit) @25353   15 years vboxsync NAT: libalias: consider '_' and '-' in host names (xtracker 4537); Sun …
(edit) @25301   15 years vboxsync NAT: removed annoying warnings
(edit) @25265   15 years vboxsync NAT: coding style
(edit) @25157   15 years vboxsync alias_db.c: consitency, use RTMemFree instead of free() on that so …
(edit) @25156   15 years vboxsync NAT: freeing allocated socket structure.
(edit) @25153   15 years vboxsync NAT: closing socket without confusing microsoft runtime libraries.
(edit) @25119   15 years vboxsync NAT: typo.
(edit) @25118   15 years vboxsync NAT: sockfd isn't used in VBOX.
(edit) @24235   15 years vboxsync Missing kup file.
(edit) @24233   15 years vboxsync alias_ftp.c: Fixed iprt/ctype.h warnings.
(edit) @24232   15 years vboxsync alias_dns.c: Fixed iprt/ctype.h warnings.
(edit) @24223   15 years vboxsync alias_proxy.c: warnings caused by the iprt/ctype.h change
(edit) @23155   15 years vboxsync NAT: alias_dns doesn't require dtom any more, update of corresponded …
(edit) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @22881   15 years vboxsync NAT: {ip,udp}_next macro used.
(edit) @22880   15 years vboxsync NAT: warnings
(edit) @22879   15 years vboxsync NAT: warning.
(edit) @22873   15 years vboxsync NAT: stdio -> IPRT/fileio
(edit) @22862   15 years vboxsync NAT: missed header
(edit) @22861   15 years vboxsync NAT: typo
(edit) @22845   15 years vboxsync NAT: win burn fix (index -> strchr)
(edit) @22844   15 years vboxsync NAT: win burn fix.
(edit) @22843   15 years vboxsync NAT: using host resolver instead of dnsproxy.
(edit) @22452   15 years vboxsync NAT/libalias: don't alloc to much
(edit) @22451   15 years vboxsync NAT/libalias: no-static
(edit) @21864   15 years vboxsync NAT: globals
(edit) @21718   15 years vboxsync NAT: timing to Slirp's terms
(edit) @21671   15 years vboxsync NAT: time storage corresponds to Slirp requirements, and time …
(edit) @21662   15 years vboxsync NAT: linalias's links expire too fast
(edit) @21661   15 years vboxsync NAT: backed 50155
(edit) @21630   15 years vboxsync NAT: libalias's links were expired too fast
(edit) @21610   15 years vboxsync NAT: bsd friendly binding
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