Simon Glass
|
f5329bbc3f
net: tftpput: move common code into separate functions
|
13 年之前 |
Mike Frysinger
|
e2a53458a7
net: drop !NET_MULTI code
|
13 年之前 |
Luca Ceresoli
|
4d69e98c06
net/tftp.c: fix typo
|
14 年之前 |
Luca Ceresoli
|
e59e35620a
TFTP: net/tftp.c: add server mode receive
|
14 年之前 |
Luca Ceresoli
|
e3fb0abe2b
TFTP: rename STATE_RRQ to STATE_SEND_RRQ
|
14 年之前 |
Luca Ceresoli
|
20478ceaa2
TFTP: replace "server" with "remote" in local variable names
|
14 年之前 |
Luca Ceresoli
|
9bb0a1bf98
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL
|
14 年之前 |
Luca Ceresoli
|
0bdd8acc35
net/tftp.c: cosmetic: fix indentation
|
14 年之前 |
Luca Ceresoli
|
6d2231e8fa
net/tftp.c: cosmetic: trailing statements should be on next line
|
14 年之前 |
Luca Ceresoli
|
7bc325a1b2
net/tftp.c: cosmetic: fix brace issues
|
14 年之前 |
Luca Ceresoli
|
2cb5360807
net/tftp.c: cosmetic: do not use assignment in if condition
|
14 年之前 |
Luca Ceresoli
|
2e320257c8
net/tftp.c: cosmetic: fix pointer syntax issues
|
14 年之前 |
Luca Ceresoli
|
c718b1439b
net/tftp.c: cosmetic: fix whitespace issues
|
14 年之前 |
Luca Ceresoli
|
2f09413fd9
net/tftp.c: cosmetic: fix lines over 80 characters
|
14 年之前 |
Luca Ceresoli
|
03eb129f8a
NET: pass source IP address to packet handlers
|
14 年之前 |
Wolfgang Denk
|
c96f86eefc
TFTP: allow for adjustable retransmission timout
|
15 年之前 |
Remy Bohmer
|
aafda38fb2
Add error codes/handling for TFTP-server
|
15 年之前 |
Mike Frysinger
|
6ac59c5518
net: pull CONFIG checks out of source and into makefile
|
15 年之前 |
Robin Getz
|
4fccb818e7
Add Transfer Size Option to tftp
|
15 年之前 |
Alessandro Rubini
|
89ba81d107
tftp: get the tftp block size from config file and from the environment
|
15 年之前 |
Wolfgang Denk
|
d371708a1b
net/tftp.c: fix warning: pointer targets differ in signedness
|
15 年之前 |
Robin Getz
|
0ebf04c607
minor debug cleanups in ./net
|
16 年之前 |
Mike Frysinger
|
b6446b6775
convert print_IPaddr() to %pI4
|
16 年之前 |
Peter Tyser
|
6a86bb6c25
net: Fix TftpStart() ip:filename bug
|
16 年之前 |
Jean-Christophe PLAGNIOL-VILLARD
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 年之前 |
Bartlomiej Sieka
|
e83cc06375
net: Make TFTP server timeout configurable
|
16 年之前 |
Bartlomiej Sieka
|
49f3bdbba8
net: express the first argument to NetSetTimeout() in milliseconds
|
16 年之前 |
Jochen Friedrich
|
be1b0d2777
Don't tftp to unknown flash
|
16 年之前 |
Andrew Klossner
|
dc4b0b38d4
Fix printf errors.
|
17 年之前 |
Jean-Christophe PLAGNIOL-VILLARD
|
38cc09c55b
TFTP: fix search of ':' in BootFile
|
17 年之前 |