summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Eleminate use of register keywordRalf Baechle2009-06-143-4/+4
* Convert K&R-style function definitions to function prototypes.Ralf Baechle2009-06-149-92/+49
* Bump version to 0.0.8-rc1.ax25-apps-0.0.8-rc1Ralf Baechle2009-06-063-12/+19
* Fix build error caused by variable definition after statement.Ralf Baechle2009-06-061-1/+2
* initial checkin.Thomas Osterried2009-06-061-0/+568
* on modern systems, the ncurses gui crash in wtouchln() orThomas Osterried2009-04-291-2/+3
* Added some includes. This fixes compilation problems in gentoo,Thomas Osterried2009-04-223-2/+3
* fixed segfault issueThomas Osterried2009-04-151-10/+10
* call writes messages to stdout using printf(). it writes dataThomas Osterried2009-03-191-8/+33
* fix in helpThomas Osterried2009-02-011-6/+6
* small fix.Thomas Osterried2009-01-311-0/+3
* Better integration in unix98 PTY environments.Thomas Osterried2009-01-314-29/+50
* updated author's addressThomas Osterried2009-01-302-2/+2
* removed debug codeThomas Osterried2009-01-251-2/+0
* fixed segfault issue by parsing unexpected bin headers.Thomas Osterried2009-01-251-28/+39
* revised linemodeThomas Osterried2009-01-241-33/+1
* Hope this is the last fix for the slightly corrupted outputThomas Osterried2009-01-241-6/+12
* major fix.Thomas Osterried2009-01-241-37/+101
* small fixThomas Osterried2009-01-242-4/+11
* smaller fixesThomas Osterried2009-01-241-9/+8
* fix for fix in dos to unix time conversion partThomas Osterried2009-01-241-1/+1
* fixed problem i produced yesterday.Thomas Osterried2009-01-241-3/+5
* smaller changes.Thomas Osterried2009-01-231-15/+16
* fixed bin download corruption.Thomas Osterried2009-01-221-29/+35
* #BIN upload now preserves the file time.Thomas Osterried2009-01-223-4/+28
* - bugfixes:Thomas Osterried2009-01-211-57/+84
* contact updateThomas Osterried2009-01-193-3/+3
* added libtoolize. This fixes errors likeThomas Osterried2008-12-211-0/+1
* PATH_MAX: linux include standard has changed.Thomas Osterried2008-12-211-1/+2
* listen did not terminate if caller has died. fputs and fflushThomas Osterried2008-11-241-2/+4
* typoThomas Osterried2008-10-112-2/+2
* Support for unix98 ptys ("/dev/ptmx"). Thanks to dk2crn.Thomas Osterried2008-10-115-3/+59
* AC_INIT: we are ax25-apps, not libax25.Thomas Osterried2008-08-051-1/+1
* Fix for autoconf. Thanks to Tom <DL1JBE>Thomas Osterried2008-08-031-1/+1
* - new option -S: be silent. useful for using call in shellscripts.Thomas Osterried2008-07-092-12/+32
* changed mail addressThomas Osterried2008-04-272-3/+3
* updated addressesThomas Osterried2008-04-133-4/+4
* the following issues are fixed:Thomas Osterried2008-04-131-2/+14
* io.c: WRITE to TTY returns -1 EAGAINThomas Osterried2008-04-131-0/+13
* Fix warnings about // style comment. And remove some of the mostRalf Baechle2007-01-236-85/+90
* Convert to autoconf 2.59. Delete junk from past centuries.Ralf Baechle2007-01-2221-6608/+10947
* Move all acconfig.h stuff into configure.in. This silences autoheader.Ralf Baechle2007-01-222-11/+3
* Added documention how to configure bpqether interfaces.Thomas Osterried2006-10-051-1/+35
* - documentation (ax25rtd.8, ax25rtd.conf.5, ax25rtctl.8)Thomas Osterried2006-10-0510-281/+800
* - bootstrap was missingThomas Osterried2006-10-041-0/+5
* Bugfix: --nofork worked well, but -f not. A break was missing..Thomas Osterried2006-10-041-0/+1
* Changed STD_DWN_DIRThomas Osterried2006-10-041-1/+1
* fix: /var/ax25/ax25rtd/ was not created with "make installconf"Thomas Osterried2006-10-041-0/+5
* ax25-maxroutes and ip-maxroutes now defaults do 4096Thomas Osterried2006-10-041-2/+2
* Increased values of IP_MAXROUTES and AX25_MAXROUTES from 256 to 4096Thomas Osterried2006-10-042-213/+226