summaryrefslogtreecommitdiff
path: root/net/lwip/wget.c
AgeCommit message (Expand)Author
2025-07-08lwip: split net/lwip/wget.cJerome Forissier
2025-07-08net: lwip: wget: initialize dns if a hostname is used in a URLTim Harvey
2025-07-08net: lwip: call sys_check_timeouts and schedule on rxTim Harvey
2025-05-29Merge patch series "Remove <env.h> from <net.h>"Tom Rini
2025-05-29global: Avoid indirect inclusion of <env.h> from <net.h>Tom Rini
2025-05-20net-lwip: wget: add LMB and buffer checksJerome Forissier
2025-05-20net, net-lwip: wget: suppress console output when called by EFIJerome Forissier
2025-05-20net-lwip: change static function wget_loop() to be wget_do_request()Jerome Forissier
2025-04-23net: lwip: fix initialization sequence before a commandJerome Forissier
2025-03-11net: lwip: add support for built-in root certificatesJerome Forissier
2025-03-11net: lwip: extend wget to support CA (root) certificatesJerome Forissier
2025-02-12net: Kconfig: depend on DM_RNG for WGET_HTTPSJerome Forissier
2025-02-12net: lwip: move eth_init() out of new_netif()Jerome Forissier
2024-12-09Merge tag 'v2025.01-rc4' into nextTom Rini
2024-12-04efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wgetAdriano Cordova
2024-12-04net: wget: let wget_with_dns work with dns disabledAdriano Cordova
2024-12-04net-lwip: zero terminate string with headers in wget_lwip_fill_info()Adriano Cordova
2024-12-04lwip: wget: pass port and server_name via wget_ctxAdriano Cordova
2024-11-30net: lwip: wget: fix legacy syntaxJerome Forissier
2024-11-25Merge tag 'v2025.01-rc3' into nextTom Rini
2024-11-22net: lwip: provide entropy to MBed TLS in one goIlias Apalodimas
2024-11-18net: lwip/wget: correct SERVER_NAME_SIZEHeinrich Schuchardt
2024-11-16net/lwip: wget: integrate struct wget_info into wget codeAdriano Cordova
2024-11-16net/lwip: wget: put server_name and port into wget_ctxAdriano Cordova
2024-11-14lwip: fix code style issuesJerome Forissier
2024-11-12net: lwip: Enable https:// support for wgetIlias Apalodimas
2024-10-16net: lwip: add wget commandJerome Forissier