summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.0.12-rc5.libax25-0.0.12-rc5Ralf Baechle2019-04-021-1/+1
* ChangeLog: Update with changes since 0.0.12-rc4.Ralf Baechle2019-04-021-1/+6
* RPM: Remove deprecated Group tag from spec file.Ralf Baechle2019-04-021-3/+0
* RPM: Remove useless Buildroot tag from spec file.Ralf Baechle2019-04-021-1/+0
* RPM: Move library call documentation to devel package.Ralf Baechle2019-04-021-1/+2
* RPM: Drop useless %defattr directives.Ralf Baechle2019-04-021-3/+0
* RPM: Add gcc to build requirements.Ralf Baechle2019-03-261-0/+1
* RPM: Add distribution version to rpm release tag.Ralf Baechle2019-03-201-1/+1
* RPM: Throw in a `.' between BASEVERSION and EXTRAVERSION.Ralf Baechle2019-03-201-1/+1
* .gitignore *~ files.Ralf Baechle2019-03-201-0/+1
* autotools: silence annoying autoreconf messages.Ralf Baechle2019-03-203-1/+3
* daemon: check return value of chdir() in daemon_start_fork_pid()Ralf Baechle2017-09-081-1/+2
* daemon.c: Fix spelling mistake initialiaze -> initialize.Ralf Baechle2017-06-021-1/+1
* Signed-off-by: Thomas Osterried <ax25@x-berg.in-berlin.de>Thomas Osterried2016-01-201-0/+1
* RPM: Build static lib package only if --enable_static was enabled.Ralf Baechle2015-06-061-0/+1
* Update ChangeLog.Ralf Baechle2015-06-061-7/+7
* RPM: Include /etc/ax25 dir into package.Ralf Baechle2015-05-281-0/+1
* Don't package AUTHORS, ChangeLog, COPYING, README with libax25-devel.Ralf Baechle2015-05-261-1/+0
* Add libax25-static package for statically linked applications.Ralf Baechle2015-05-261-1/+14
* Package /etc/ax25/{ax,nr,rs}ports into libax25 package.Ralf Baechle2015-05-261-1/+5
* Modernize daemon_start(3).Ralf Baechle2015-05-202-12/+8
* Ignore "compile" file.Ralf Baechle2015-05-181-0/+1
* automake: Replace use of deprecated automake macro INCLUDES.Ralf Baechle2015-05-171-2/+2
* axutils.c: Fix warning.Ralf Baechle2015-05-071-1/+2
* Reformat consistently. Strictly whitespace changes only.Ralf Baechle2013-06-174-223/+223
* Remove pointless return statements at the end of void functions.Ralf Baechle2013-06-171-1/+0
* Always have a space between if, for, switch, while and the following `('.Ralf Baechle2013-06-173-3/+3
* Remove parenthesis around arguments of return statements.Ralf Baechle2013-06-172-2/+2
* Use tabs for indentation, not spaces.Ralf Baechle2013-06-179-72/+72
* Remove useless initializations to 0 or NULL.Ralf Baechle2013-06-174-7/+7
* Delete useless definition of _LINUX_STRING_H_.Ralf Baechle2013-06-173-6/+0
* Nuke trailing whitespace.Ralf Baechle2013-06-1722-95/+95
* Nuke trailing blank lines.Ralf Baechle2013-06-178-11/+0
* Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible.Ralf Baechle2013-06-171-2/+2
* Bump version to 0.0.12-rc4.libax25-0.0.12-rc4Ralf Baechle2013-06-171-1/+1
* Building the rpm requires zlib-devel.Ralf Baechle2013-06-061-0/+1
* Remove generated file ltconfig.Ralf Baechle2013-06-042-3017/+1
* Ignore even more generated files.Ralf Baechle2013-06-041-0/+7
* Remove generated file config.h.Ralf Baechle2013-06-041-92/+0
* Convert .cvsignore files to .gitignoreRalf Baechle2013-06-041-9/+9
* Bump version number to 0.0.12-rc3.libax25-0.0.12-rc3Ralf Baechle2013-05-311-1/+1
* Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS.Ralf Baechle2013-05-301-2/+2
* Fixed Bug: libax25 cannot find interfaces with callsign's without SSID.Thomas Osterried2012-01-314-33/+15
* cosmetic changesThomas Osterried2011-01-161-7/+6
* fix in ax25_aton() and in ax25_aton_arglist() - very old bug:Thomas Osterried2010-09-161-2/+2
* Patch by Bernard Pidoux f6bvpThomas Osterried2010-05-111-0/+4
* patch submitted by Bernard Pidoux f6bvpThomas Osterried2009-11-262-38/+40
* ax25_ntoa: Don't emit SSID suffix if the SSID is zero.Ralf Baechle2009-09-102-6/+14
* Add support for building rpm packages.Ralf Baechle2009-06-275-2/+70
* Renovate AC_CONFIG usage.Ralf Baechle2009-06-271-1/+2