index
:
ax25-apps.git
master
AX.25 ham radio applications
Ralf Baechle
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ax25ipd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed spelling erorrs.
HEAD
master
Thomas Osterried
2023-05-13
3
-4
/
+4
*
Fixed spelling errors in man pages.
Thomas Osterried
2023-05-13
3
-8
/
+8
*
ax25ipd: Fix warning and potential buffer overflow in bpqether.c.
Ralf Baechle
2021-07-28
1
-2
/
+13
*
ax25ipd: Include <stdlib.h> for malloc.
Ralf Baechle
2021-07-28
1
-0
/
+1
*
treewide: Kill assignments in if conditions.
Ralf Baechle
2017-08-03
3
-8
/
+16
*
ax25ipd: Limit SEE ALSO section of man page to things actually related.
Ralf Baechle
2017-07-28
1
-3
/
+0
*
ax25ipd: Fix printing of version number.
Ralf Baechle
2017-07-26
1
-1
/
+1
*
ax25ipd: Fix glibc feature selection macros.
Ralf Baechle
2017-07-26
1
-0
/
+2
*
ax25ipd: Cleanup header file inclusion.
Ralf Baechle
2017-07-26
7
-54
/
+52
*
ax25ipd: Replace bzero use with memset.
Ralf Baechle
2017-07-25
1
-4
/
+4
*
Compress multiple blank lines into single lines.
Ralf Baechle
2017-07-25
1
-5
/
+0
*
ax25ipd: Remove code for ICMP mode.
Ralf Baechle
2017-07-25
1
-44
/
+0
*
ax25ipd: Remove USE_SGTTY ifdefery.
Ralf Baechle
2017-07-25
1
-16
/
+0
*
ax25ipd: USE_TERMIO is always defined.
Ralf Baechle
2017-07-25
2
-10
/
+0
*
ax25ipd: USE_TERMIOS is never defined.
Ralf Baechle
2017-07-25
1
-12
/
+0
*
ax25ipd: Get rid of __bsdi__ ifdefery.
Ralf Baechle
2017-07-25
1
-3
/
+0
*
ax25ipd: Sort out prototype for io_error().
Ralf Baechle
2017-07-25
2
-158
/
+162
*
ax25ipd: Sort out prototype for term_handler().
Ralf Baechle
2017-07-25
2
-10
/
+7
*
ax25ipd: Sort out prototypes for int_handler().
Ralf Baechle
2017-07-25
2
-8
/
+7
*
ax25ipd: Sort out prototypes for usr1_handler().
Ralf Baechle
2017-07-25
2
-56
/
+55
*
ax25ipd: Sort out prototypes for hupper().
Ralf Baechle
2017-07-25
2
-10
/
+6
*
ax25ipd: Remoe pointless prototype for main().
Ralf Baechle
2017-07-25
1
-1
/
+0
*
ax25ipd: Make function greet_world() static.
Ralf Baechle
2017-07-25
2
-12
/
+10
*
ax25ipd: Make function do_stats() static.
Ralf Baechle
2017-07-25
2
-2
/
+1
*
ax25ipd: Fix stats.
Ralf Baechle
2017-07-25
2
-2
/
+5
*
Sort out variable and function declarations.
Ralf Baechle
2017-01-31
6
-49
/
+66
*
Fix further abuse of 0 as NULL pointer.
Ralf Baechle
2017-01-31
1
-1
/
+1
*
ax25ipd: Switch version number printed to ax25-apps version.
Ralf Baechle
2017-01-23
2
-3
/
+1
*
Fix typo Documentatioa -> Documentation.
Ralf Baechle
2017-01-21
2
-2
/
+2
*
ax25ipd/process.c: Fix signedness compiler warnings.
Ralf Baechle
2015-06-08
1
-1
/
+1
*
ax25ipd: Fix grammar of bpether log message.
Ralf Baechle
2015-05-28
1
-1
/
+2
*
ax25ipd: Add support for all Linux-supported bit rates.
Ralf Baechle
2015-05-28
2
-0
/
+87
*
automake: Replace use of deprecated automake macro INCLUDES.
Ralf Baechle
2015-05-17
2
-4
/
+4
*
Insert space between `)' and a following `{'.
Ralf Baechle
2015-05-02
1
-1
/
+1
*
Reformat consistently. Strictly whitespace changes only.
Ralf Baechle
2015-05-02
3
-259
/
+259
*
Remove pointless return statements at the end of void functions.
Ralf Baechle
2015-05-02
2
-3
/
+0
*
Always have a space between if, for, switch, while and the following `('.
Ralf Baechle
2015-05-02
2
-2
/
+2
*
Remove parenthesis around arguments of return statements.
Ralf Baechle
2015-05-02
3
-6
/
+6
*
Use tabs for indentation, not spaces.
Ralf Baechle
2015-05-02
4
-84
/
+84
*
Remove useless initializations to 0 or NULL.
Ralf Baechle
2015-05-02
1
-4
/
+4
*
Nuke trailing whitespace.
Ralf Baechle
2015-05-02
10
-40
/
+40
*
Nuke trailing blank lines.
Ralf Baechle
2015-05-02
3
-3
/
+0
*
Fix accidental termination of ax25ipd.
Thomas Osterried
2015-05-02
1
-0
/
+20
*
ax25ipd: Make LOGx() macros bulletproof.
Ralf Baechle
2013-06-17
3
-4
/
+23
*
Kill a ton of useless casts to char * all over the code.
Ralf Baechle
2013-06-17
2
-12
/
+15
*
ax25ipd: Remove useless casts of inet_ntoa() return values to char *.
Ralf Baechle
2013-06-16
1
-4
/
+4
*
ax25ipd: Fix metric butload of type aliasing bugs.
Ralf Baechle
2013-06-16
1
-7
/
+8
*
Weed out all use of RCS strings.
Ralf Baechle
2013-06-05
1
-2
/
+0
*
Remove all definitions of docdir from makefiles.
Ralf Baechle
2013-06-04
1
-1
/
+0
*
Ignore even more generated files.
Ralf Baechle
2013-06-04
1
-4
/
+2
[next]