aboutsummaryrefslogtreecommitdiffstats
path: root/net/wget.c
Commit message (Expand)AuthorAgeFilesLines
* net/tcp: improve tcp framework, use better state machineMikhail Kshevetskiy2024-12-281-354/+183
* net/tcp: add connection info to tcp_stream structureMikhail Kshevetskiy2024-12-281-34/+18
* net/tcp: put connection specific data into a tcp_stream structureMikhail Kshevetskiy2024-12-281-1/+2
* efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wgetAdriano Cordova2024-12-041-1/+1
* net: wget: let wget_with_dns work with dns disabledAdriano Cordova2024-12-041-14/+20
* net: zero terminate string with headers in wget_fill_info()Heinrich Schuchardt2024-12-041-2/+7
* net: wget: make wget_with_dns return value compatible with its lwip versionAdriano Cordova2024-11-161-1/+1
* net: wget: integrate struct wget_info into legacy wget codeAdriano Cordova2024-11-161-21/+70
* net: correct wget_connected debug messagesHeinrich Schuchardt2024-10-151-6/+2
* net/wget: set filesizeHeinrich Schuchardt2024-10-151-0/+1
* Merge patch series "Miscellaneous fixes"WIP/24Sep2024-nextTom Rini2024-09-241-7/+4
|\
| * net: wget: allow EFI bootJerome Forissier2024-09-241-0/+4
| * net: wget: removed unused function wget_success()Jerome Forissier2024-09-241-7/+0
* | wget: rework the logic to validate the load addressSughosh Ganu2024-09-201-35/+1
|/
* lmb: remove the lmb_init_and_reserve() functionSughosh Ganu2024-09-031-2/+0
* lmb: allow lmb module to be used in SPLSughosh Ganu2024-09-031-2/+2
* lmb: make LMB memory map persistent and globalSughosh Ganu2024-09-031-3/+2
* sandbox: Enable wget commandYasuharu Shibata2024-08-151-4/+3
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* net: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+0
* net: wget: fix TCP sequence number wrap around issueWIP/16Apr2024Yasuharu Shibata2024-04-161-3/+1
* net: wget: Support retransmission a dropped packetYasuharu Shibata2024-04-161-2/+10
* Merge tag 'v2024.01-rc6' into nextTom Rini2024-01-031-4/+10
|\
| * net: wget: Support non-default HTTP portMarek Vasut2023-12-191-4/+10
* | cmd: efidebug: add uri device pathMasahisa Kojima2023-11-181-0/+71
* | net: wget: add wget with dns utility functionMasahisa Kojima2023-11-181-0/+54
* | net: wget: prevent overwriting reserved memoryMasahisa Kojima2023-11-181-7/+73
|/
* net: wget: Avoid packet queue overflowRichard Weinberger2023-09-221-1/+9
* net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev2023-05-051-21/+22
* net: wget: fix implicit declarationMichael Walle2022-12-291-0/+1
* net: Add wget applicationYing-Chun Liu (PaulLiu)2022-11-281-0/+438