]> xenbits.xensource.com Git - unikraft/libs/lwip.git/shortlog
unikraft/libs/lwip.git
2019-11-17 Costin Lupusockets.c: Make select() not return errors when using...
2019-11-05 Costin Lupusys/socket.h: Define AF_LOCAL
2019-11-04 Felipe HuiciAdd getservbyport_r and if_indextoname
2019-11-04 Felipe HuiciAdd IPv6 macro definitions
2019-10-29 Mihai Pogonarusys/socket.h: Add AF_UNIX and SCM_RIGHTS definitions
2019-10-29 Mihai PogonaruAdd sendfile() stub
2019-10-29 Mihai PogonaruAdapt sendfile.h to Unikraft
2019-10-29 Mihai PogonaruImport sendfile.h from musl
2019-10-28 Mihai PogonaruAdd TCP_CORK definition to netinet/tcp.h
2019-10-10 Sharan Santhanamliblwip: Move liblwip_init to inittab
2019-10-09 Costin LupuMakefile.uk: Compile getnameinfo.c only when DNS is...
2019-09-19 Felipe HuiciRemove exportsyms.uk
2019-09-17 Costin LupuEnable loopback interface
2019-09-17 Costin Lupusockets.c: Set stub for .vop_getattr operation
2019-09-09 Costin LupuMakefile.uk: Suppress 'unused parameters' warnings
2019-09-09 Costin Lupusockets: Add socketpair() stub
2019-09-09 Costin Lupusockets: Add recvmsg() function
2019-09-09 Costin Lupusys/socket.h: Add SOMAXCONN macro
2019-09-09 Costin LupuRevisit netdb.h declarations
2019-09-03 Felipe Huiciexportsyms.uk: Add dns_gethostbyname
2019-09-03 Felipe Huiciexportsyms.uk: Alphabetize symbol list.
2019-09-03 Felipe Huiciexportsyms.uk: expose symbols needed by Micropython...
2019-09-03 Felipe HuiciMakefile.uk: Guard socket-related source files.
2019-08-30 Costin LupuFix some compilation errors and warnings that are gener...
2019-08-27 Felipe HuiciDeclare mem_* functions only for lwip internal use
2019-08-26 Bogdan LascuDefine getaddrinfo() and freeaddrinfo() as functions...
2019-08-20 Costin Lupunetdb.h: Add getservbyname() and getservbyport() declar...
2019-08-20 Bogdan Lasculwipopts.h: Use libc ioctl.h if available
2019-08-20 Costin LupuAdapt getnameinfo() function to Unikraft
2019-08-20 Costin LupuImport getnameinfo() function from OsV
2019-08-15 Bogdan LascuAdd getaddrinfo() wrapper
2019-08-15 Bogdan LascuAdd inet_ntop(), inet_pton() functions
2019-06-29 Mihai PogonaruFurther protect gethostbyname* defines
2019-06-29 Mihai PogonaruProvide ioctl for LWIP
2019-06-29 Mihai Pogonarusockets.c: Change error handling to match vfs expectations
2019-06-29 Mihai PogonaruUse vfs functions to allocate/free the resources used...
2019-06-29 Mihai PogonaruUpdate the number of remaining unprocessed bytes correctly
2019-06-29 Mihai PogonaruUse vfs functions to allocate/free the resources used...
2019-06-26 Mihai PogonaruFix poll() ret variable type and select() maxfd calculation
2019-06-25 Vlad-Andrei... Add getservbyname and getservbyport stubs
2019-06-25 Vlad-Andrei... Add gethostbyaddr stub
2019-06-25 Vlad-Andrei... Add proto* functions
2019-06-24 Costin Lupuinclude/netinet/tcp.h: Remove TCP_MSS definition
2019-06-15 Mihai PogonaruProvide gethostbyname and gethostbyname_r
2019-06-11 Vlad-Andrei... Export additional symbols
2019-06-11 Vlad-Andrei... Add netinet/tcp.h
2019-06-11 Vlad-Andrei... Add SOCK_SEQPACKET in socket.h
2019-06-06 Vlad-Andrei... Add servent and protoent
2019-06-04 Mihai PogonaruFix select and poll wrappers
2019-05-29 Florian SchmidtProvide poll() and select() wrappers around lwip versions
2019-05-29 Florian Schmidtsockets.c: Refuse to deal with non-sockets
2019-05-29 Florian SchmidtProvide lwip socket function interfaces unconditionally
2019-05-29 Florian SchmidtDon't provide file status flags when we have a libc
2019-05-29 Florian SchmidtProvide ioctl
2019-05-29 Florian SchmidtProvide netinet/in.h
2019-05-29 Florian Schmidtsys/socket.h: Include some libc header files first...
2019-05-29 Florian SchmidtMove export.syms to exportsyms.uk
2019-05-29 Sharan Santhanamliblwip: Remove vfscore_put_fd from socket_close
2019-05-13 Simon KuenzerAdopt to latest libuklock, libukmpi changes
2019-03-06 Yuri Volchkovsockets: add prefix to FWRITE and FREAD RELEASE-0.3.1
2019-02-20 Simon Kuenzersockets: Adopt to updated vfscore RELEASE-0.3
2019-02-18 Florian Schmidtuknetdev_output: Fix loop iterator
2019-02-11 Simon KuenzerNetif status print callback
2019-02-11 Simon KuenzerAttach uknetdev netifs during boot
2019-02-11 Simon KuenzerNetif driver for libuknetdev devices
2019-02-11 Simon KuenzerUpdate to lwIP 2.1.2
2019-02-11 Simon KuenzerAdd .gitignore
2018-06-16 Sharan SanthanamExpose socket header & disable socket polling
2018-06-15 Sharan SanthanamUpdate to latest libukmpi and libuklock configuration...
2018-06-15 Sharan SanthanamImplement getsockname(), getperrname() and sock options
2018-06-15 Sharan SanthanamImplement closing of sockets descriptor with libvfscore
2018-06-15 Sharan SanthanamImplement read and write operation for sockets with...
2018-06-15 Sharan SanthanamImplement accept(), listen(), and connect() for libvfscore
2018-06-15 Sharan SanthanamImplement bind() for libvfscore
2018-06-15 Sharan SanthanamImplement socket() for libvfscore
2018-06-15 Simon KuenzerAdd prototype for libvfscore for Sockets
2018-06-15 Simon KuenzerAdopt to new configuration variable name scheme of...
2018-06-15 Sharan SanthanamAdopt to new Unikraft libraries: libukmpi and libuklock
2018-06-15 Simon KuenzerConvert patches from p0 to p1 format
2018-06-15 Sharan SanthanamEnable menu-based configuration of sockets and IPv6
2018-06-14 Sharan SanthanamAdhering to uksched API for thread creation
2018-06-14 Yuri VolchkovCorrect handling of mailbox return values on post and...
2018-06-14 Yuri VolchkovIntroduce lwip_getsock_status()
2018-06-14 Sharan SanthanamInitial port of lwIP to Unikraft
2017-12-07 Florian Schmidtinitial commit (empty)