Commit Graph

23 Commits

Author SHA1 Message Date
kanjitalk755
0d213f9d00 avoid compile error in macOS 2020-11-20 18:46:45 +09:00
rakslice
62081d50d1 fix typo 2020-11-19 21:28:05 -08:00
rakslice
faeb5fa2e1 make sure response size assert applies in the empty response case; cleanup; add more comments 2020-11-19 18:29:06 -08:00
rakslice
ff0a825356 note about the source of the commented structs 2020-11-19 16:38:05 -08:00
rakslice
6d74ff5600 fix calculated size 2020-11-19 15:54:10 -08:00
rakslice
5163e17f14 ignore upper case in pref 2020-11-19 15:43:10 -08:00
rakslice
a1ef6be18a make locally resolved DNS domains configurable through host_domain pref (multi allowed); also match exact domain 2020-11-19 15:31:16 -08:00
rakslice
a453ae105a slirp: resolve .local suffix DNS requests using the host's name resolution
(cherry picked from commit e2a6a4c1177e252bc38221c87bb99a599e8761a1)
2020-11-19 14:10:38 -08:00
jvernet
38c6541edc 64 Bits Slirp
At least it will not crash anymore
2017-10-05 19:15:27 +02:00
jvernet
605c811a4a Revert "SLIRP 0.9.1"
This reverts commit 4682bb80a1.
2017-10-04 18:22:48 +02:00
jvernet
c20d9d3c52 Revert "SLIRP 0.10.1"
This reverts commit ef4725552e.
2017-10-04 18:22:40 +02:00
jvernet
ef4725552e SLIRP 0.10.1
64 Bits clean ?
2017-10-03 22:37:31 +02:00
jvernet
4682bb80a1 SLIRP 0.9.1 2017-10-03 22:34:56 +02:00
Alexei Svitkine
1f211fb37b fix some warnings in Xcode8 build 2016-12-17 22:04:57 -05:00
Alexei Svitkine
a06cbd6784 Fix non-Windows build. 2015-08-09 18:31:30 -04:00
James Touton
0daa18ab2a slirp compiles cleanly in MSVC.
Use standard C prototypes instead of K&R.
2015-08-06 01:11:28 -07:00
Christian Bauer
b4940ae29d more cleanups (unused/uninitialized variables, forgotten free()s, etc.) 2012-09-08 12:33:39 +02:00
gbeauche
d7eb0f4d6d Update to slirp sources from QEMU 0.8.2:
- set slirp client hostname
- fix slirp redirection on systems without a useful host IP address
- separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)
- fix 32+ KB packets handling (Ed Swierk)
- fix UDP broadcast translation error
- solaris port (Ben Taylor)
2007-11-03 11:11:42 +00:00
asvitkine
dc68e99f7c fix compile warnings w/ slirp caused by not including stdlib 2007-01-22 14:48:40 +00:00
gbeauche
f0d77218c8 fix build on win32 2006-04-29 10:41:25 +00:00
gbeauche
61fb95dd6f Merge in slirp updates from QEMU:
- improved performance (still not visible in B2 part, especially passive mode)
- set SO_REUSEADDR before calling bind()
- win32 compile fix
2006-03-25 07:57:38 +00:00
cebix
fa5ae3ab6e minor cleanups 2005-06-30 21:25:26 +00:00
gbeauche
5fffe6e2cd slirp user mode network emulation code from qemu 2005-05-13 09:00:59 +00:00