Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
6 年之前 |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 年之前 |
Daniel Stenberg
|
e5743f08e7
code style: use spaces around pluses
|
7 年之前 |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 年之前 |
Marcel Raad
|
e076fdaf5b
tftpd: fix signed/unsigned mismatch warnings
|
7 年之前 |
Marcel Raad
|
4032c5da84
tests/server: make string literals const
|
7 年之前 |
Daniel Stenberg
|
1c3e8bbfed
checksrc: warn for assignments within if() expressions
|
8 年之前 |
Daniel Stenberg
|
8657c268e1
checksrc: white space edits to comply to stricter checksrc
|
8 年之前 |
Dan Fandrich
|
56bb7b1a3c
tests: fixed variable might be clobbered warning
|
8 年之前 |
Daniel Stenberg
|
a332c4f769
tests/server: comply with our code style
|
8 年之前 |
Marc Hoersken
|
18c95d4bc0
tftpd server: add Windows support by writing files in binary mode
|
9 年之前 |
Daniel Stenberg
|
60c86297bf
tftp tests: verify sent options too
|
9 年之前 |
Markus Elfring
|
29c655c0a6
Bug #149: Deletion of unnecessary checks before calls of the function "free"
|
9 年之前 |
Steve Holme
|
1abe65d928
code/docs: Use Unix rather than UNIX to avoid use of the trademark
|
10 年之前 |
Dan Fandrich
|
9597b0ebcb
tests: Fix portability issue with the tftpd server and timeouts
|
10 年之前 |
Daniel Stenberg
|
06d1b10cbe
tftpd: support "writedelay" within <servercmd>
|
11 年之前 |
Daniel Stenberg
|
816b639035
tftpd: convert 6 global variables into local ones
|
11 年之前 |
Marc Hoersken
|
b4fae9d73f
tftpd.c: Apply sread timeout to the whole data transfer session
|
11 年之前 |
Marc Hoersken
|
9474c4a9a5
tftpd.c: Follow up cleanup and restore of previous sockopt
|
11 年之前 |
Marc Hoersken
|
a181e7b084
tftpd.c: Fixed sread timeout on Windows by setting it manually
|
11 年之前 |
Yang Tse
|
308cce8231
test servers: handle W32/W64 SIGBREAK with exit_signal_handler
|
12 年之前 |
Yang Tse
|
a6848250d2
test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64
|
12 年之前 |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 年之前 |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 年之前 |
Yang Tse
|
a0b207164c
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
|
12 年之前 |
Yang Tse
|
4d3fb91fb4
test servers: build adjustment
|
12 年之前 |
Daniel Stenberg
|
950fb3efcc
write: add return code checks when used
|
13 年之前 |
Dan Fandrich
|
c22c258029
Changed some nonportable types
|
13 年之前 |
Paul Howarth
|
1df74d886d
tftpd: avoid buffer overflow report from glibc
|
14 年之前 |
Yang Tse
|
a768e39b2d
test servers: fix strict aliasing compiler warnings
|
14 年之前 |