summaryrefslogtreecommitdiffstats
path: root/ax25/axgetput/proto_bin.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed spelling errors.HEADmasterThomas Osterried2023-05-131-1/+1
* Delete more assignments in if conditions.Ralf Baechle2017-08-031-1/+2
* treewide: Kill assignments in if conditions.Ralf Baechle2017-07-311-5/+14
* 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
* 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-171-419/+419
* Always have a space between if, for, switch, while and the following `('.Ralf Baechle2013-06-171-1/+1
* Remove parenthesis around arguments of return statements.Ralf Baechle2013-06-171-1/+1
* Use tabs for indentation, not spaces.Ralf Baechle2013-06-171-36/+36
* Nuke trailing whitespace.Ralf Baechle2013-06-171-3/+3
* Weed out all use of RCS strings.Ralf Baechle2013-06-061-2/+0
* 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 warnings about // style comment. And remove some of the mostRalf Baechle2007-01-231-28/+38
* axgetput (bget, bput, ..) for 8bit clean up/download from anThomas Osterried2006-12-101-0/+489