| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed spelling errorsHEADmaster | Thomas Osterried | 2023-05-13 | 1 | -2/+2 |
* | Fixed typo in B3500000 declaration, introduced by | Thomas Osterried | 2023-01-04 | 1 | -1/+1 |
* | Fixed typo in B3500000 declaration, introduced by | Thomas Osterried | 2023-01-04 | 1 | -1/+1 |
* | Hint for first time compilation | Thomas Osterried | 2022-09-16 | 1 | -0/+12 |
* | Merge branch 'master' of ssh://git.linux-ax25.org/pub/scm/libax25 | Thomas Osterried | 2022-05-02 | 6 | -2/+25 |
|\ |
|
| * | axconfig.c, nrconfig.c, roseconfig.c: Fix GCC 11 warnings. | Ralf Baechle | 2021-07-29 | 4 | -0/+23 |
| * | axconfig.c: Fix devilishly suggestive false indentation. | Ralf Baechle | 2021-07-26 | 1 | -1/+1 |
| * | Rename COPYING.LIB to COPYING. | Ralf Baechle | 2021-07-25 | 2 | -1/+1 |
* | | ttyutils.c: added support for higher baud rates. | Thomas Osterried | 2022-05-02 | 1 | -0/+33 |
|/ |
|
* | This fixes a bug in ttyutils.c for tty_is_locked, tty_lock() and tty_unlock() | Thomas Osterried | 2021-02-03 | 1 | -6/+13 |
* | configure: Paranoidly quote things for m4 macro expansion safety. | Ralf Baechle | 2019-04-11 | 1 | -2/+2 |
* | configure: Replace AC_PROG_LIBTOOL with LT_INIT. | Ralf Baechle | 2019-04-11 | 1 | -1/+1 |
* | configure: Remove AC_TYPE_SIGNAL. | Ralf Baechle | 2019-04-11 | 1 | -1/+0 |
* | treewide: Update all references to the FSF's address. | Ralf Baechle | 2019-04-11 | 12 | -46/+34 |
* | COPYING: Update license from FSF source. | Ralf Baechle | 2019-04-10 | 1 | -10/+10 |
* | libax25io: Link against zlib, if available. | Ralf Baechle | 2019-04-10 | 2 | -1/+4 |
* | Bump version to 0.0.12-rc5.libax25-0.0.12-rc5 | Ralf Baechle | 2019-04-02 | 1 | -1/+1 |
* | ChangeLog: Update with changes since 0.0.12-rc4. | Ralf Baechle | 2019-04-02 | 1 | -1/+6 |
* | RPM: Remove deprecated Group tag from spec file. | Ralf Baechle | 2019-04-02 | 1 | -3/+0 |
* | RPM: Remove useless Buildroot tag from spec file. | Ralf Baechle | 2019-04-02 | 1 | -1/+0 |
* | RPM: Move library call documentation to devel package. | Ralf Baechle | 2019-04-02 | 1 | -1/+2 |
* | RPM: Drop useless %defattr directives. | Ralf Baechle | 2019-04-02 | 1 | -3/+0 |
* | RPM: Add gcc to build requirements. | Ralf Baechle | 2019-03-26 | 1 | -0/+1 |
* | RPM: Add distribution version to rpm release tag. | Ralf Baechle | 2019-03-20 | 1 | -1/+1 |
* | RPM: Throw in a `.' between BASEVERSION and EXTRAVERSION. | Ralf Baechle | 2019-03-20 | 1 | -1/+1 |
* | .gitignore *~ files. | Ralf Baechle | 2019-03-20 | 1 | -0/+1 |
* | autotools: silence annoying autoreconf messages. | Ralf Baechle | 2019-03-20 | 3 | -1/+3 |
* | daemon: check return value of chdir() in daemon_start_fork_pid() | Ralf Baechle | 2017-09-08 | 1 | -1/+2 |
* | daemon.c: Fix spelling mistake initialiaze -> initialize. | Ralf Baechle | 2017-06-02 | 1 | -1/+1 |
* | Signed-off-by: Thomas Osterried <ax25@x-berg.in-berlin.de> | Thomas Osterried | 2016-01-20 | 1 | -0/+1 |
* | RPM: Build static lib package only if --enable_static was enabled. | Ralf Baechle | 2015-06-06 | 1 | -0/+1 |
* | Update ChangeLog. | Ralf Baechle | 2015-06-06 | 1 | -7/+7 |
* | RPM: Include /etc/ax25 dir into package. | Ralf Baechle | 2015-05-28 | 1 | -0/+1 |
* | Don't package AUTHORS, ChangeLog, COPYING, README with libax25-devel. | Ralf Baechle | 2015-05-26 | 1 | -1/+0 |
* | Add libax25-static package for statically linked applications. | Ralf Baechle | 2015-05-26 | 1 | -1/+14 |
* | Package /etc/ax25/{ax,nr,rs}ports into libax25 package. | Ralf Baechle | 2015-05-26 | 1 | -1/+5 |
* | Modernize daemon_start(3). | Ralf Baechle | 2015-05-20 | 2 | -12/+8 |
* | Ignore "compile" file. | Ralf Baechle | 2015-05-18 | 1 | -0/+1 |
* | automake: Replace use of deprecated automake macro INCLUDES. | Ralf Baechle | 2015-05-17 | 1 | -2/+2 |
* | axutils.c: Fix warning. | Ralf Baechle | 2015-05-07 | 1 | -1/+2 |
* | Reformat consistently. Strictly whitespace changes only. | Ralf Baechle | 2013-06-17 | 4 | -223/+223 |
* | Remove pointless return statements at the end of void functions. | Ralf Baechle | 2013-06-17 | 1 | -1/+0 |
* | Always have a space between if, for, switch, while and the following `('. | Ralf Baechle | 2013-06-17 | 3 | -3/+3 |
* | Remove parenthesis around arguments of return statements. | Ralf Baechle | 2013-06-17 | 2 | -2/+2 |
* | Use tabs for indentation, not spaces. | Ralf Baechle | 2013-06-17 | 9 | -72/+72 |
* | Remove useless initializations to 0 or NULL. | Ralf Baechle | 2013-06-17 | 4 | -7/+7 |
* | Delete useless definition of _LINUX_STRING_H_. | Ralf Baechle | 2013-06-17 | 3 | -6/+0 |
* | Nuke trailing whitespace. | Ralf Baechle | 2013-06-17 | 22 | -95/+95 |
* | Nuke trailing blank lines. | Ralf Baechle | 2013-06-17 | 8 | -11/+0 |
* | Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible. | Ralf Baechle | 2013-06-17 | 1 | -2/+2 |