index
:
ax25-tools.git
master
Non-GUI tools used to configure an AX.25 enabled computer
Ralf Baechle
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ax25
/
axgetput
/
proto_bin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed spelling errors.
HEAD
master
Thomas Osterried
2023-05-13
1
-1
/
+1
*
Delete more assignments in if conditions.
Ralf Baechle
2017-08-03
1
-1
/
+2
*
treewide: Kill assignments in if conditions.
Ralf Baechle
2017-07-31
1
-5
/
+14
*
axgetput: Fix use of 0 instead of NULL as a pointer value.
Ralf Baechle
2017-02-06
1
-11
/
+12
*
axgetput: Make function calc_crc static.
Ralf Baechle
2017-02-06
1
-1
/
+1
*
Fixed regression in axgetput (bget/bput crc was calculated wrong)
Thomas Osterried
2016-02-12
1
-27
/
+27
*
axgetput: Use shifts instead of a silly table to compute bitmask.
Ralf Baechle
2013-06-17
1
-3
/
+1
*
axgetput: Simplify do_crc() a bit.
Ralf Baechle
2013-06-17
1
-2
/
+1
*
axgetput: Use calc_crc() to simplify CRC calculations.
Ralf Baechle
2013-06-17
1
-11
/
+4
*
axgetput: Provide calc_crc() function to iterate over memory area.
Ralf Baechle
2013-06-17
1
-0
/
+8
*
axgetput: Get rid of unused length argument of do_crc().
Ralf Baechle
2013-06-17
1
-4
/
+4
*
Reformat consistently. Strictly whitespace changes only.
Ralf Baechle
2013-06-17
1
-419
/
+419
*
Always have a space between if, for, switch, while and the following `('.
Ralf Baechle
2013-06-17
1
-1
/
+1
*
Remove parenthesis around arguments of return statements.
Ralf Baechle
2013-06-17
1
-1
/
+1
*
Use tabs for indentation, not spaces.
Ralf Baechle
2013-06-17
1
-36
/
+36
*
Nuke trailing whitespace.
Ralf Baechle
2013-06-17
1
-3
/
+3
*
Weed out all use of RCS strings.
Ralf Baechle
2013-06-06
1
-2
/
+0
*
time_t for file_time
Thomas Osterried
2009-01-22
1
-3
/
+3
*
made proto_bin compatible to call(1) ~a upload.
Thomas Osterried
2009-01-22
1
-15
/
+25
*
Fix warnings about // style comment. And remove some of the most
Ralf Baechle
2007-01-23
1
-28
/
+38
*
axgetput (bget, bput, ..) for 8bit clean up/download from an
Thomas Osterried
2006-12-10
1
-0
/
+489