summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.0.8-rc4.ax25-apps-0.0.8-rc4Ralf Baechle2013-06-171-1/+1
* ax25ipd: Make LOGx() macros bulletproof.Ralf Baechle2013-06-173-4/+23
* Kill a ton of useless casts to char * all over the code.Ralf Baechle2013-06-175-19/+22
* ax25dump: Fix warning about set but not used variables.Ralf Baechle2013-06-171-0/+2
* call: Fix warning about set but not used variable.Ralf Baechle2013-06-171-2/+2
* call: Fix warning about set but not used variable.Ralf Baechle2013-06-171-4/+2
* call: Fix warning about set but unused variable.Ralf Baechle2013-06-171-2/+0
* Fix warnings about set but not used variables.Ralf Baechle2013-06-171-8/+1
* Remove useless test that is always evaluated as true.Ralf Baechle2013-06-171-2/+2
* ax25ipd: Remove useless casts of inet_ntoa() return values to char *.Ralf Baechle2013-06-161-4/+4
* ax25ipd: Fix metric butload of type aliasing bugs.Ralf Baechle2013-06-161-7/+8
* Listen: Fix test for tty's color capabilities.Ralf Baechle2013-06-161-1/+1
* Weed out all use of RCS strings.Ralf Baechle2013-06-0516-36/+9
* Ignore generated distribution archives.Ralf Baechle2013-06-041-0/+8
* List docfiles to be packaged in spec file.Ralf Baechle2013-06-041-0/+1
* Remove bogus removal of doc files.Ralf Baechle2013-06-041-3/+0
* Remove all definitions of docdir from makefiles.Ralf Baechle2013-06-042-2/+0
* Remove generated file ltconfig.Ralf Baechle2013-06-042-3017/+1
* Ignore even more generated files.Ralf Baechle2013-06-046-37/+28
* Convert .cvsignore files to .gitignoreRalf Baechle2013-06-046-4/+4
* Bump version number to 0.0.8-rc3.ax25-apps-0.0.8-rc3ax25-apps-0.0.8-rc2Ralf Baechle2013-06-041-1/+1
* Remove generated man pages on make distclean.Ralf Baechle2013-06-043-0/+5
* Include man page source files in generated dist archives.Ralf Baechle2013-06-044-4/+4
* Fix build of man pages when building in a separate build directory.Ralf Baechle2013-06-045-9/+9
* Bump version number to 0.0.8-rc2.Ralf Baechle2013-05-311-0/+5
* Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS.Ralf Baechle2013-05-301-2/+2
* bugfix: buffer overflow in call.c.Thomas Osterried2012-10-281-2/+2
* Now debian license policy compliant:Thomas Osterried2012-05-212-2/+24
* axudp: make "udp <portnumber>" in "route call ip udp port" obsolete; useThomas Osterried2012-02-012-1/+16
* Fix man page generation.Ralf Baechle2012-01-103-8/+8
* Apply program name transformations also to remaining man page content.Ralf Baechle2011-12-1110-56/+144
* ax25ipd: Mark reference to ax25ipd.conf as part of man page section 5.Ralf Baechle2011-12-111-1/+1
* Apply program name transformations also to man page content.Ralf Baechle2011-12-114-22/+56
* Make configure abort on failed check for libncurses.Ralf Baechle2010-06-051-1/+1
* The last patch introduced cosmetic errors likeThomas Osterried2010-06-051-16/+28
* Don't abort on SIGWINCH. Cleanly terminate on SIGINT and SIGTERM.Ralf Baechle2010-05-301-4/+34
* - Important bugfix (call did not work properly after my last patch)Thomas Osterried2009-11-112-140/+215
* fix: on read through closed pipe, call did endless select(),Thomas Osterried2009-08-242-17/+66
* Add support for building rpm packages.Ralf Baechle2009-06-275-2/+56
* Convert spelling of Joerg Reuter's name from umlaut to oe.Ralf Baechle2009-06-2711-20/+20
* Renovate AC_CONFIG usage.Ralf Baechle2009-06-271-1/+2
* Bump version number to 0.0.8-rc2.Ralf Baechle2009-06-211-1/+1
* Remove use of backwards compatibility header name.Ralf Baechle2009-06-218-72/+19
* Convert configure.ac from deprecated AC_HEADER_EGREP to AC_EGREP_HEADER.Ralf Baechle2009-06-211-3/+3
* Remove AC_CONFIG_MACRO_DIR and ACLOCAL_AMFLAGS = -I m4 again.Ralf Baechle2009-06-193-4/+0
* Ignore more generated files.Ralf Baechle2009-06-191-1/+9
* Switch from deprecated AM_PROG_LIBTOOL to recommended AC_PROG_LIBTOOL.Ralf Baechle2009-06-191-1/+1
* Ignore a few more generated files.Ralf Baechle2009-06-195-0/+6
* Remove all generated files.Ralf Baechle2009-06-1922-44377/+5
* Fix type of length argument to sockset syscalls.Ralf Baechle2009-06-145-10/+11