aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-11ncsi: Pass Slirp structure to response handlersPeter Delevoryas1-5/+5
2022-05-11slirp: Add manufacturer's IDPeter Delevoryas3-1/+13
2022-05-08Merge branch 'haiku' into 'master'Samuel Thibault1-0/+4
2022-05-08Add support for Haiku to meson.buildIvan Holmes1-0/+4
2022-05-04Merge branch 'warnings' into 'master'Samuel Thibault3-4/+7
2022-05-04meson: add extra warningsPaolo Bonzini1-0/+3
2022-05-04win32: declare some local functions as staticPaolo Bonzini2-4/+4
2022-05-02Merge branch 'inet6_bsd' into 'master'Samuel Thibault1-1/+3
2022-05-01Include <sys/socket.h> and <arpa/inet.h> for AF_INET6 and inet_ptonSamuel Thibault1-1/+3
2022-04-27Merge branch '4.7' into 'master'Marc-André Lureau2-2/+24
2022-04-26Release v4.7.0v4.7.0Marc-André Lureau2-2/+24
2022-04-25Merge branch 'opaque-timer' into 'master'Marc-André Lureau9-32/+100
2022-04-11bump ABI version and agePaolo Bonzini1-3/+3
2022-04-11slirp: invoke client callback before creating timersPaolo Bonzini6-6/+12
2022-04-10pingtest: port to timer_new_opaquePaolo Bonzini1-8/+8
2022-04-10introduce timer_new_opaque callbackPaolo Bonzini4-1/+38
2022-04-10introduce slirp_timer_new wrapperPaolo Bonzini5-6/+30
2022-04-10icmp6: make ndp_send_ra staticPaolo Bonzini2-12/+13
2022-03-20Add sanitizers CI runsSamuel Thibault1-1/+19
2022-03-04Merge branch 'handle-econnaborted' into 'master'Samuel Thibault1-2/+2
2022-03-04socket: Handle ECONNABORTED from recvRich1-2/+2
2022-02-17Merge branch 'bootp-has-prefix' into 'master'Samuel Thibault1-1/+1
2022-02-17bootp: fix g_str_has_prefix warning/criticalMarc-André Lureau1-1/+1
2022-02-11slirp: Don't duplicate packet in tcp_reassBrett Nash1-3/+0
2022-02-11Rename insque/remque -> slirp_[ins|rem]queBrett Nash10-56/+51
2022-02-10Merge branch 'debug-fix' into 'master'Marc-André Lureau2-2/+2
2022-02-10mbuf: Use SLIRP_DEBUG to enable mbuf debugging instead of DEBUG Brett Nash2-2/+2
2022-02-09Replace inet_ntoa() with safer inet_ntop()Marc-André Lureau4-17/+29
2022-02-02Merge branch 'libslirp-vmsend' into 'master'Samuel Thibault1-0/+4
2022-02-02Add VMS_END markerDr. David Alan Gilbert1-0/+4
2022-01-25Merge branch 'vendor-class-id' into 'master'Samuel Thibault2-0/+24
2022-01-25bootp: add support for UEFI HTTP bootIgnat Korchagin2-0/+24
2022-01-24Merge branch 'dns6' into 'master'Samuel Thibault1-4/+131
2022-01-24IPv6 DNS proxying supportNoah1-4/+131
2022-01-23Add missing scope_id in cachingSamuel Thibault1-7/+24
2021-12-12Drop fixed TODOSamuel Thibault1-1/+0
2021-12-12Merge branch 'hostfwd-unix' into 'master'Samuel Thibault2-8/+156
2021-11-30socket: Move closesocket(so->s_aux) to sofreeNicholas Ngai3-6/+4
2021-11-29socket: Check so_type instead of so_tcpcb for Unix-to-inet translationNicholas Ngai1-3/+22
2021-11-29Merge branch 'master' into hostfwd-unixNicholas Ngai15-44/+613
2021-11-29socket: Add s_aux field to struct socket for storing auxilliary socketNicholas Ngai4-2/+11
2021-11-30Merge branch 'init-so-type' into 'master'Samuel Thibault8-12/+13
2021-11-29socket: Initialize so_type in socreateNicholas Ngai8-12/+13
2021-11-27socket: Allocate Unix-to-TCP hostfwd port from OS by binding to port 0Nicholas Ngai1-4/+73
2021-11-20Merge branch 'disable-dhcp' into 'master'Samuel Thibault4-2/+13
2021-11-18Allow to disable internal DHCP serverRafael Gieschke4-2/+13
2021-11-11Merge branch 'pingtest' into 'master'Samuel Thibault2-0/+496
2021-11-11Merge branch 'icmp_raw' into 'master'Samuel Thibault1-22/+38
2021-11-12slirp_pollfds_fill: Explain why dividing so_snd.sb_datalen by twoSamuel Thibault2-2/+8
2021-11-08Merge branch 'ci-slirp4netns' into 'master'Samuel Thibault1-0/+33