index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
tftp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-2
/
+0
*
add forgotten #include
Denys Vlasenko
2011-04-11
1
-0
/
+1
*
tftpd: add -l "log to syslog" option. Needed for inetd mode
Denys Vlasenko
2011-04-11
1
-2
/
+8
*
tftp: fix progress bar for large (>32M) files. Closes 3499
Denys Vlasenko
2011-04-11
1
-2
/
+2
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+33
*
progress meter: fix bugs found in stall detection and unknown size logic
Denys Vlasenko
2011-02-11
1
-1
/
+1
*
progress meter: move file name to bb_progress_t. +20 bytes
Denys Vlasenko
2011-02-11
1
-5
/
+5
*
tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061
Denys Vlasenko
2011-01-10
1
-27
/
+12
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
tftp: increase initial retry timeout from 50 to 100 ms
Denys Vlasenko
2010-06-18
1
-1
/
+2
*
tftp: make message about 512 byte block less confusing
Denys Vlasenko
2010-06-12
1
-1
/
+2
*
pipe_progress: make it independent of printf machinery
Denys Vlasenko
2010-06-06
1
-1
/
+1
*
tftp: do not show progress bar if we get error right away. +13 bytes
Denys Vlasenko
2010-03-05
1
-1
/
+2
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
tftpd: fix file creation with bogus mode. Closes bug 1021.
Denys Vlasenko
2010-02-02
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2009-12-12
1
-2
/
+1
*
tftpd: another small tweak
Denys Vlasenko
2009-11-08
1
-3
/
+5
*
tftp: another small tweak
Denys Vlasenko
2009-11-08
1
-4
/
+4
*
tftpd: slight correction to progress bar code
Denys Vlasenko
2009-11-08
1
-6
/
+8
*
tftp: add optiona support for progress bar
Magnus Damm
2009-11-08
1
-16
/
+75
*
tftp: extend tsize support a little
Magnus Damm
2009-11-08
1
-39
/
+57
*
fix up potential printf's with unsafe format strings
Denys Vlasenko
2009-10-24
1
-1
/
+1
*
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
tftp: add comment, no code changes
Denys Vlasenko
2009-07-25
1
-5
/
+30
*
tftp[d]: fix block# handling on upload with non-default blocksize
Atsushi Nemoto
2009-07-24
1
-39
/
+42
*
tftp: do not risk invoking Sorcerer's Apprentice syndrome
Denys Vlasenko
2009-05-10
1
-0
/
+3
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-26
/
+26
*
tftp: when we infer local name from remote (-r [/]path/path/file),
Denis Vlasenko
2009-03-25
1
-3
/
+8
*
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
Denis Vlasenko
2009-03-09
1
-15
/
+0
*
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03
1
-3
/
+1
*
build system: tidying up CONFIG_xxx names (suggested by Rob)
Denis Vlasenko
2008-11-06
1
-4
/
+4
*
tftpd: show help if stdin is not a socket
Denis Vlasenko
2008-11-01
1
-2
/
+9
*
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-21
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-3
/
+1
*
tftp: help compiler a bit
Denis Vlasenko
2008-06-16
1
-1
/
+8
*
tftpd: PXE server said to need to support "tsize" option
Denis Vlasenko
2008-06-16
1
-39
/
+55
*
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-18
1
-6
/
+6
*
*: fix build problems found with randomconfig
Denis Vlasenko
2008-03-21
1
-33
/
+40
*
tftpd: small trivial shrink
Denis Vlasenko
2008-03-19
1
-5
/
+2
*
tftpd: fix download: we must change user AFTER bind
Denis Vlasenko
2008-03-19
1
-37
/
+42
*
tftpd: options -c (allow _new_ files to be uploaded) and -u USER
Denis Vlasenko
2008-03-19
1
-63
/
+84
*
tftp(d): a bit more verbose error reporting
Denis Vlasenko
2008-03-19
1
-10
/
+15
*
tftpd: make it emit error packets
Denis Vlasenko
2008-03-19
1
-114
/
+178
*
tftpd: make open() check r/w permissions instead of doing it ourself.
Denis Vlasenko
2008-03-18
1
-21
/
+27
*
tftpd: fix bugs spotted by Vladimir
Denis Vlasenko
2008-03-18
1
-3
/
+12
*
tftpd: new applet (mostly using existing code for tftp)
Denis Vlasenko
2008-03-17
1
-92
/
+242
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
1
-11
/
+5
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
[next]