summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ax25ipd: USE_TERMIO is always defined.Ralf Baechle2017-07-252-10/+0
* ax25ipd: USE_TERMIOS is never defined.Ralf Baechle2017-07-251-12/+0
* ax25ipd: Get rid of __bsdi__ ifdefery.Ralf Baechle2017-07-251-3/+0
* ax25ipd: Sort out prototype for io_error().Ralf Baechle2017-07-252-158/+162
* ax25ipd: Sort out prototype for term_handler().Ralf Baechle2017-07-252-10/+7
* ax25ipd: Sort out prototypes for int_handler().Ralf Baechle2017-07-252-8/+7
* ax25ipd: Sort out prototypes for usr1_handler().Ralf Baechle2017-07-252-56/+55
* ax25ipd: Sort out prototypes for hupper().Ralf Baechle2017-07-252-10/+6
* ax25ipd: Remoe pointless prototype for main().Ralf Baechle2017-07-251-1/+0
* ax25ipd: Make function greet_world() static.Ralf Baechle2017-07-252-12/+10
* ax25ipd: Make function do_stats() static.Ralf Baechle2017-07-252-2/+1
* ax25ipd: Fix stats.Ralf Baechle2017-07-252-2/+5
* listen: Remove code controlled by NEW_AX25_STACK.Ralf Baechle2017-07-251-8/+0
* Listen: Move statement following if to separate line.Ralf Baechle2017-07-251-1/+2
* the curses terminal connection displays the destination call inThomas Osterried2017-02-111-0/+3
* call: Sort out initialization of t_win variables.Ralf Baechle2017-01-311-2/+6
* call: Fix error check on iconv's return value.Ralf Baechle2017-01-311-1/+1
* listen: Fix comparison broken by limited range of types.Ralf Baechle2017-01-311-1/+1
* Sort out variable and function declarations.Ralf Baechle2017-01-3117-141/+186
* call: Fix declaration of unix2yapp().Ralf Baechle2017-01-311-1/+1
* Fix further abuse of 0 as NULL pointer.Ralf Baechle2017-01-315-46/+46
* call: Fix argument of time() to time(NULL).Ralf Baechle2017-01-311-3/+3
* ax25mond: Switch version number printed to ax25-apps version.Ralf Baechle2017-01-231-1/+2
* gitignore: Ignore *~ files.Ralf Baechle2017-01-231-0/+1
* ax25ipd: Switch version number printed to ax25-apps version.Ralf Baechle2017-01-232-3/+1
* ax25rtd: Delete useless declaration of variable Version.Ralf Baechle2017-01-231-2/+0
* Fix typo Documentatioa -> Documentation.Ralf Baechle2017-01-212-2/+2
* Remove definition for /proc/net/ax25_ports from pathnames.h.Ralf Baechle2017-01-191-1/+0
* Makefile.am: man page for ax25mond thought it's talking about "call"Thomas Osterried2016-11-161-2/+2
* remove listen.1Thomas Osterried2016-07-041-105/+0
* Improved timestamps. With code and -t -tt -ttt ... option behaviour from tcpd...Thomas Osterried2016-07-041-2/+16
* fixed segfault on -c option.root2016-07-041-2/+4
* Improved timestamps. With code and -t -tt -ttt ... option behaviour from tcpd...Thomas Osterried2016-07-044-22/+245
* Merge branch 'master' of git://git.linux-ax25.org/pub/scm/ax25-appsThomas Osterried2016-03-141-0/+28
|\
| * listen -a shows on segmented packets ok, but shows also the defragmented,Thomas Osterried2016-03-121-0/+28
* | call: Remove unused definition of MAXCMDLEN.Ralf Baechle2016-02-121-1/+0
* | call: Have exactly one empty line following functions.Ralf Baechle2016-02-121-12/+3
* | call: Move statline() to make declaration unnecessary.Ralf Baechle2016-02-121-42/+41
* | call: Put statements following if() or while on separate line.Ralf Baechle2016-02-121-48/+85
* | call: Have a blank separate a closing parenthesis and opening brace.Ralf Baechle2016-02-121-39/+39
* | call: Avoid multiple statements or definitions in one line.Ralf Baechle2016-02-121-13/+28
* | call: Don't use C++ comments.Ralf Baechle2016-02-121-81/+131
* | call: Format with tabs instead of blanks.Ralf Baechle2016-02-121-133/+133
* | call: Make static what can be made static.Ralf Baechle2016-02-121-31/+31
* | call: Remove unused function writemsg().Ralf Baechle2016-02-121-30/+0
* | call: Nuke trailing whitespace.Ralf Baechle2016-02-121-48/+48
* | call: Remove initializations to 0 of global variables.Ralf Baechle2016-02-121-5/+5
|/
* UTF-8 support for call.Thomas Osterried2016-02-114-280/+771
* call: Fix race condition between select(2) and signal delivery.Ralf Baechle2015-06-101-6/+13
* call: The -T option is also supported for NET/ROM and ROSE.Ralf Baechle2015-06-101-2/+2