summaryrefslogtreecommitdiffstats
path: root/ax25/axgetput
Commit message (Expand)AuthorAgeFilesLines
* treewide: Kill assignments in if conditions.Ralf Baechle2017-07-312-7/+18
* axgetput: Don't check for negative return from strlen.Ralf Baechle2017-02-061-1/+1
* axgetput: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-2/+2
* axgetput: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-11/+12
* axgetput: Make function calc_crc static.Ralf Baechle2017-02-061-1/+1
* axgetput: Include util.h into utilc for the prototypes.Ralf Baechle2017-02-061-0/+1
* axgetput: Make do_version static.Ralf Baechle2017-02-061-1/+1
* axgetput: Move definition of several array from a .h to a .c file.Ralf Baechle2017-02-062-3/+7
* Use the right way to get the required feature set from glibc.Ralf Baechle2017-01-261-0/+2
* Add a git suffix to the version number used by all programs.Ralf Baechle2017-01-241-1/+2
* Fixed regression in axgetput (bget/bput crc was calculated wrong)Thomas Osterried2016-02-121-27/+27
* axgetput: Use shifts instead of a silly table to compute bitmask.Ralf Baechle2013-06-171-3/+1
* axgetput: Simplify do_crc() a bit.Ralf Baechle2013-06-171-2/+1
* axgetput: Use calc_crc() to simplify CRC calculations.Ralf Baechle2013-06-171-11/+4
* axgetput: Provide calc_crc() function to iterate over memory area.Ralf Baechle2013-06-171-0/+8
* axgetput: Get rid of unused length argument of do_crc().Ralf Baechle2013-06-171-4/+4
* Reformat consistently. Strictly whitespace changes only.Ralf Baechle2013-06-172-687/+687
* Always have a space between if, for, switch, while and the following `('.Ralf Baechle2013-06-172-2/+2
* Remove parenthesis around arguments of return statements.Ralf Baechle2013-06-172-2/+2
* Use tabs for indentation, not spaces.Ralf Baechle2013-06-173-75/+75
* Remove useless initializations to 0 or NULL.Ralf Baechle2013-06-171-10/+10
* Nuke trailing whitespace.Ralf Baechle2013-06-174-10/+10
* Nuke trailing blank lines.Ralf Baechle2013-06-172-2/+0
* Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible.Ralf Baechle2013-06-171-2/+1
* Weed out all use of RCS strings.Ralf Baechle2013-06-066-32/+4
* Convert .cvsignore files to .gitignoreRalf Baechle2013-06-041-0/+0
* Fix parallel installation bugs.Ralf Baechle2009-09-231-1/+1
* axgetput: Delete homegrown declarations of optarg and optind.Ralf Baechle2009-06-231-4/+1
* axgetput: Remove homegrown 'extern int errno' declaration.Ralf Baechle2009-06-231-2/+1
* Ignore a few more generated files.Ralf Baechle2009-06-191-0/+1
* Remove all generated files.Ralf Baechle2009-06-191-453/+0
* Convert K&R-style function definitions to function prototypes.Ralf Baechle2009-06-141-4/+4
* time_t for file_timeThomas Osterried2009-01-221-3/+3
* made proto_bin compatible to call(1) ~a upload.Thomas Osterried2009-01-221-15/+25
* Fix for autoconf. Thanks to Tom <DL1JBE>Thomas Osterried2008-08-031-2/+1
* fix in Makefile.am for installation of man page axgetput.1Thomas Osterried2008-05-161-0/+1
* updated manpageThomas Osterried2007-03-111-2/+47
* Fix warnings about // style comment. And remove some of the mostRalf Baechle2007-01-234-46/+58
* Include <sys/time.h>. This fixes a build error on glibc 2.1.Ralf Baechle2007-01-231-0/+1
* Convert to autoconf 2.59. Delete junk from past centuries.Ralf Baechle2007-01-223-70/+16
* Manual page for axgetput. This fixes the build which broke becauseRalf Baechle2007-01-221-0/+32
* axgetput (bget, bput, ..) for 8bit clean up/download from anThomas Osterried2006-12-1012-0/+1786