index
:
riscv-gnu-toolchain/qemu/slirp.git
master
memory_leaks
msvc
ndp-leak
stable-4.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-28
Drop spurious inline
Samuel Thibault
1
-2
/
+2
2022-05-28
Avoid returning void
Samuel Thibault
1
-2
/
+3
2022-05-28
Fix arithmetic on void *
Samuel Thibault
1
-1
/
+1
2022-05-28
Avoid using ##__VA_ARGS__ gcc extension
Samuel Thibault
3
-14
/
+21
2022-05-28
Fix bitfields order for MSVC
Samuel Thibault
5
-17
/
+21
2022-05-28
Separate out SLIRP_PACKED to SLIRP_PACKED_BEGIN/END
Samuel Thibault
7
-47
/
+98
2022-05-28
Do not use ssize_t on Windows
Samuel Thibault
7
-15
/
+20
2022-05-28
Do not include unistd.h on windows, it does not have it
Samuel Thibault
1
-2
/
+1
2022-05-28
Accept build-aux/git-version-gen failing to run
Samuel Thibault
1
-4
/
+6
2022-05-28
container_of: avoid using __extension__
Samuel Thibault
1
-5
/
+2
2022-05-28
Merge branch 'master' into 'master'
Samuel Thibault
7
-9
/
+367
2022-05-18
ncsi: Add Mellanox Get Mac Address handler
Peter Delevoryas
3
-1
/
+121
2022-05-18
slirp: Add out-of-band ethernet address
Peter Delevoryas
3
-0
/
+8
2022-05-18
ncsi: Add OEM command handler
Peter Delevoryas
3
-3
/
+147
2022-05-18
ncsi: Add basic test for Get Version ID response
Peter Delevoryas
2
-0
/
+82
2022-05-18
ncsi: Use response header for payload length
Peter Delevoryas
1
-1
/
+1
2022-05-18
ncsi: Pass command header to response handlers
Peter Delevoryas
1
-7
/
+11
2022-05-17
src/slirp.h: Bump the minimum Windows version to Windows 7
Thomas Huth
1
-1
/
+1
2022-05-11
Merge branch 'iana' into 'master'
Samuel Thibault
4
-7
/
+30
2022-05-11
ncsi: Add Get Version ID command
Peter Delevoryas
1
-1
/
+12
2022-05-11
ncsi: Pass Slirp structure to response handlers
Peter Delevoryas
1
-5
/
+5
2022-05-11
slirp: Add manufacturer's ID
Peter Delevoryas
3
-1
/
+13
2022-05-08
Merge branch 'haiku' into 'master'
Samuel Thibault
1
-0
/
+4
2022-05-08
Add support for Haiku to meson.build
Ivan Holmes
1
-0
/
+4
2022-05-04
Merge branch 'warnings' into 'master'
Samuel Thibault
3
-4
/
+7
2022-05-04
meson: add extra warnings
Paolo Bonzini
1
-0
/
+3
2022-05-04
win32: declare some local functions as static
Paolo Bonzini
2
-4
/
+4
2022-05-02
Merge branch 'inet6_bsd' into 'master'
Samuel Thibault
1
-1
/
+3
2022-05-01
Include <sys/socket.h> and <arpa/inet.h> for AF_INET6 and inet_pton
Samuel Thibault
1
-1
/
+3
2022-04-27
Merge branch '4.7' into 'master'
Marc-André Lureau
2
-2
/
+24
2022-04-26
Release v4.7.0
v4.7.0
Marc-André Lureau
2
-2
/
+24
2022-04-25
Merge branch 'opaque-timer' into 'master'
Marc-André Lureau
9
-32
/
+100
2022-04-11
bump ABI version and age
Paolo Bonzini
1
-3
/
+3
2022-04-11
slirp: invoke client callback before creating timers
Paolo Bonzini
6
-6
/
+12
2022-04-10
pingtest: port to timer_new_opaque
Paolo Bonzini
1
-8
/
+8
2022-04-10
introduce timer_new_opaque callback
Paolo Bonzini
4
-1
/
+38
2022-04-10
introduce slirp_timer_new wrapper
Paolo Bonzini
5
-6
/
+30
2022-04-10
icmp6: make ndp_send_ra static
Paolo Bonzini
2
-12
/
+13
2022-03-20
Add sanitizers CI runs
Samuel Thibault
1
-1
/
+19
2022-03-04
Merge branch 'handle-econnaborted' into 'master'
Samuel Thibault
1
-2
/
+2
2022-03-04
socket: Handle ECONNABORTED from recv
Rich
1
-2
/
+2
2022-02-17
Merge branch 'bootp-has-prefix' into 'master'
Samuel Thibault
1
-1
/
+1
2022-02-17
bootp: fix g_str_has_prefix warning/critical
Marc-André Lureau
1
-1
/
+1
2022-02-11
slirp: Don't duplicate packet in tcp_reass
Brett Nash
1
-3
/
+0
2022-02-11
Rename insque/remque -> slirp_[ins|rem]que
Brett Nash
10
-56
/
+51
2022-02-10
Merge branch 'debug-fix' into 'master'
Marc-André Lureau
2
-2
/
+2
2022-02-10
mbuf: Use SLIRP_DEBUG to enable mbuf debugging instead of DEBUG
Brett Nash
2
-2
/
+2
2022-02-09
Replace inet_ntoa() with safer inet_ntop()
Marc-André Lureau
4
-17
/
+29
2022-02-02
Merge branch 'libslirp-vmsend' into 'master'
Samuel Thibault
1
-0
/
+4
2022-02-02
Add VMS_END marker
Dr. David Alan Gilbert
1
-0
/
+4
[next]