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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed spelling errors.
HEAD
master
Thomas Osterried
2023-05-13
2
-2
/
+2
*
Fixed speeling errors in man pages and programs.
Thomas Osterried
2023-05-13
2
-6
/
+6
*
Man pages: Update with date from last non-trivial change.
Ralf Baechle
2019-03-28
1
-1
/
+1
*
axgetput: Rename README file to README.axgetput.
Ralf Baechle
2019-03-28
2
-1
/
+1
*
ax25getput: Distribute TIPS.txt.
Ralf Baechle
2019-03-20
1
-0
/
+1
*
axgetput: Delete duplicate inclusion of <sys/types.h>
Ralf Baechle
2017-08-08
1
-1
/
+0
*
Delete more assignments in if conditions.
Ralf Baechle
2017-08-03
2
-6
/
+12
*
treewide: Remove useless casts from memset pointer argument.
Ralf Baechle
2017-08-03
1
-1
/
+1
*
treewide: Kill assignments in if conditions.
Ralf Baechle
2017-07-31
2
-7
/
+18
*
axgetput: Don't check for negative return from strlen.
Ralf Baechle
2017-02-06
1
-1
/
+1
*
axgetput: Fix use of 0 instead of NULL as a pointer value.
Ralf Baechle
2017-02-06
1
-2
/
+2
*
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
*
axgetput: Include util.h into utilc for the prototypes.
Ralf Baechle
2017-02-06
1
-0
/
+1
*
axgetput: Make do_version static.
Ralf Baechle
2017-02-06
1
-1
/
+1
*
axgetput: Move definition of several array from a .h to a .c file.
Ralf Baechle
2017-02-06
2
-3
/
+7
*
Use the right way to get the required feature set from glibc.
Ralf Baechle
2017-01-26
1
-0
/
+2
*
Add a git suffix to the version number used by all programs.
Ralf Baechle
2017-01-24
1
-1
/
+2
*
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
2
-687
/
+687
*
Always have a space between if, for, switch, while and the following `('.
Ralf Baechle
2013-06-17
2
-2
/
+2
*
Remove parenthesis around arguments of return statements.
Ralf Baechle
2013-06-17
2
-2
/
+2
*
Use tabs for indentation, not spaces.
Ralf Baechle
2013-06-17
3
-75
/
+75
*
Remove useless initializations to 0 or NULL.
Ralf Baechle
2013-06-17
1
-10
/
+10
*
Nuke trailing whitespace.
Ralf Baechle
2013-06-17
4
-10
/
+10
*
Nuke trailing blank lines.
Ralf Baechle
2013-06-17
2
-2
/
+0
*
Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible.
Ralf Baechle
2013-06-17
1
-2
/
+1
*
Weed out all use of RCS strings.
Ralf Baechle
2013-06-06
6
-32
/
+4
*
Convert .cvsignore files to .gitignore
Ralf Baechle
2013-06-04
1
-0
/
+0
*
Fix parallel installation bugs.
Ralf Baechle
2009-09-23
1
-1
/
+1
*
axgetput: Delete homegrown declarations of optarg and optind.
Ralf Baechle
2009-06-23
1
-4
/
+1
*
axgetput: Remove homegrown 'extern int errno' declaration.
Ralf Baechle
2009-06-23
1
-2
/
+1
*
Ignore a few more generated files.
Ralf Baechle
2009-06-19
1
-0
/
+1
*
Remove all generated files.
Ralf Baechle
2009-06-19
1
-453
/
+0
*
Convert K&R-style function definitions to function prototypes.
Ralf Baechle
2009-06-14
1
-4
/
+4
*
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 for autoconf. Thanks to Tom <DL1JBE>
Thomas Osterried
2008-08-03
1
-2
/
+1
*
fix in Makefile.am for installation of man page axgetput.1
Thomas Osterried
2008-05-16
1
-0
/
+1
*
updated manpage
Thomas Osterried
2007-03-11
1
-2
/
+47
*
Fix warnings about // style comment. And remove some of the most
Ralf Baechle
2007-01-23
4
-46
/
+58
*
Include <sys/time.h>. This fixes a build error on glibc 2.1.
Ralf Baechle
2007-01-23
1
-0
/
+1
*
Convert to autoconf 2.59. Delete junk from past centuries.
Ralf Baechle
2007-01-22
3
-70
/
+16
*
Manual page for axgetput. This fixes the build which broke because
Ralf Baechle
2007-01-22
1
-0
/
+32
*
axgetput (bget, bput, ..) for 8bit clean up/download from an
Thomas Osterried
2006-12-10
12
-0
/
+1786