summary refs log tree commit diff stats
path: root/slirp/src/tcp_input.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: move slirp as git submodule projectMarc-André Lureau2019-05-031-1554/+0
| | | | | | | | | | | | | The slirp project is now hosted on freedesktop at: https://gitlab.freedesktop.org/slirp. The libslirp source was extracted from qemu/slirp filtered through clang-format (available in project tree). The qemu slirp directory can be swapped by a git submodule. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20190424110041.8175-3-marcandre.lureau@redhat.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
* slirp: remove reference to COPYRIGHT fileMarc-André Lureau2019-03-221-3/+0
| | | | | | | | | The slirp COPYRIGHT file is a BSD-3 license. Instead of referring to another project file, the SPDX license notice present in all source files states that unequivocally. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
* slirp: clarify license of slirp files using SPDX: explicit BSDMarc-André Lureau2019-03-221-0/+1
| | | | | | | | Add SPDX license identifier to clarify the license of files with explicit 3-clause BSD license header. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com>
* slirp: move sources to src/ subdirectoryMarc-André Lureau2019-03-071-0/+1556
Prepare for making slirp/ a standalone project. Remove some useless includes while at it. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20190212162524.31504-5-marcandre.lureau@redhat.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>