summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: Paranoidly quote things for m4 macro expansion safety.Ralf Baechle2019-04-111-2/+2
* configure: Remove AC_TYPE_SIGNAL.Ralf Baechle2019-04-111-1/+0
* treewide: Update all references to the FSF's address.Ralf Baechle2019-04-1119-19/+38
* COPYING: Update license from FSF source.Ralf Baechle2019-04-101-21/+20
* Bump version to 0.0.10-rc5.ax25-tools-0.0.10-rc5Ralf Baechle2019-04-021-1/+1
* ChangeLog: Update with changes since 0.0.10-rc4.Ralf Baechle2019-04-021-0/+11
* RPM: Remove deprecated Group tag from spec file.Ralf Baechle2019-04-021-2/+0
* RPM: Drop useless %defattr directives.Ralf Baechle2019-04-021-2/+0
* RPM: Drop useless %attr directives.Ralf Baechle2019-04-021-2/+2
* RPM: Move -docs subpackage back into the main and x subpackages.Ralf Baechle2019-04-021-15/+11
* axspawn: Fix transformation by bad cleanupRalf Baechle2019-03-281-3/+2
* Man pages: Update with date from last non-trivial change.Ralf Baechle2019-03-2831-31/+31
* axgetput: Rename README file to README.axgetput.Ralf Baechle2019-03-283-2/+2
* RPM: Shuffle doc and license files to their proper locations.Ralf Baechle2019-03-281-5/+6
* RPM: Don't package %{_docdir}/*Ralf Baechle2019-03-281-1/+0
* RPM: Avoid installation of doc files during make install.Ralf Baechle2019-03-281-1/+1
* README: Fix spelling of "kissattach".Ralf Baechle2019-03-281-1/+1
* Kissattach: Document -6 option for spattach, too.Ralf Baechle2019-03-281-2/+2
* Kissattach: Document -i option in synopsis section of manpage.Ralf Baechle2019-03-281-2/+2
* RPM: Cleanup X BuildReques: tags, depending fltk-devel does it all.Ralf Baechle2019-03-271-2/+1
* autoconf: Renovate checking for GUI libraries.Ralf Baechle2019-03-271-7/+2
* RPM: Add gcc to build requirements.Ralf Baechle2019-03-261-0/+1
* RPM: Make the ax25-tools-docs package a noarch package.Ralf Baechle2019-03-261-0/+1
* RPM: Package ax25/ax25.profile.Ralf Baechle2019-03-211-0/+1
* Automake: distribute scm-version.h.in.Ralf Baechle2019-03-211-1/+1
* Automake: distribute but don't install setlocalversion script.Ralf Baechle2019-03-211-0/+1
* RPM: Add distribution version to rpm release tag.Ralf Baechle2019-03-211-1/+1
* RPM: Throw in a `.' between BASEVERSION and EXTRAVERSION.Ralf Baechle2019-03-211-1/+1
* ax25getput: Distribute TIPS.txt.Ralf Baechle2019-03-201-0/+1
* Treewide: Delete duplicate #includes.Ralf Baechle2017-08-084-4/+0
* Make missing libutil fatal.Ralf Baechle2017-08-081-1/+1
* net2kiss: Switch from private openpty() implementation to libutil.Ralf Baechle2017-08-082-48/+2
* ax25-tools don't need ncurses.Ralf Baechle2017-08-081-2/+0
* axgetput: Delete duplicate inclusion of <sys/types.h>Ralf Baechle2017-08-081-1/+0
* kissattach.8, spattach.8: Fix references to non-existing man page.Ralf Baechle2017-08-031-2/+2
* ax25.4: Fix reference to non-existing man page.Ralf Baechle2017-08-031-2/+2
* Delete more assignments in if conditions.Ralf Baechle2017-08-035-41/+75
* kissnetd: Fix swapped calloc arguments.Ralf Baechle2017-08-031-1/+1
* treewide: Remove casts of a type to the same type.Ralf Baechle2017-08-031-1/+1
* treewide: Remove useless casts from bind() pointer argument.Ralf Baechle2017-08-032-2/+2
* treewide: Remove useless casts of function return value to void.Ralf Baechle2017-08-034-17/+14
* treewide: Remove useless casts from sendto() pointer argument.Ralf Baechle2017-08-031-1/+1
* treewide: Remove useless casts from memset pointer argument.Ralf Baechle2017-08-036-13/+13
* treewide: Remove useless casts from memcpy pointer arguments.Ralf Baechle2017-08-034-13/+18
* rip98d: Perform a crapectomy on hex2intrev().Ralf Baechle2017-08-031-46/+4
* rip98r: Use unsigned int to store IPv4 addresses and masks.Ralf Baechle2017-08-031-2/+2
* rip98d: Replace naive mask2bits and bits2mask implementations.Ralf Baechle2017-08-032-53/+10
* rip98d: Change bits2mask's return value from unsigned long to unsigned int.Ralf Baechle2017-08-012-2/+2
* rip98d: Change mask2bits's argument from unsigned long to unsigned int.Ralf Baechle2017-08-012-2/+2
* treewide: Kill assignments in if conditions.Ralf Baechle2017-07-3142-219/+439