summaryrefslogtreecommitdiff
path: root/apps/system/zmodem/zm.h
Commit message (Collapse)AuthorAgeFilesLines
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
|
* Zmodem utilities can now be built for Linux; Fix some configuration confusionGregory Nutt2013-07-151-0/+1
|
* Fix file write loopGregory Nutt2013-07-151-1/+2
|
* Fix some Zmodem buffer sizing issuesGregory Nutt2013-07-141-1/+7
|
* More Zmodem bug fixes: Too many pkttypes; Use wrong packet bufferGregory Nutt2013-07-141-1/+0
|
* Fix an error in the ordering of fields in zm_transition_s structure; update ↵Gregory Nutt2013-07-141-1/+1
| | | | documentation
* Initial check-ing of (non-working) Zmodem receive logicGregory Nutt2013-07-141-12/+5
|
* Resolve a few Zmodem sender streaming issuesGregory Nutt2013-07-131-5/+18
|
* More Zmodem bugfixes and new filesGregory Nutt2013-07-131-9/+7
|
* More Zmodem-related changesGregory Nutt2013-07-121-1/+1
|
* A few more zmodem files; still missing a few but those are still fragile and ↵Gregory Nutt2013-07-121-0/+791
like to undergo some resign before they are usable