Mario Fetka
3c718bbabf
integrate ipxripd documentation into README
Source release / source-package (push) Successful in 1m1s
2026-04-29 22:24:43 +02:00
Mario Fetka
86b35c16df
update gitignore for generated build files
Source release / source-package (push) Successful in 59s
2026-04-29 22:08:19 +02:00
Mario Fetka
aa21610bec
ignore autoconf cache
Source release / source-package (push) Successful in 59s
2026-04-29 22:06:11 +02:00
Mario Fetka
443c8babaf
ignore autoconf cache
Source release / source-package (push) Has been cancelled
2026-04-29 22:05:34 +02:00
Mario Fetka
e68161382f
ignore autoconf cache
Source release / source-package (push) Has been cancelled
2026-04-29 22:04:20 +02:00
Mario Fetka
996f7cfdfc
keep generated autotools files for source builds
2026-04-29 22:03:44 +02:00
Mario Fetka
600abb79bc
delete tempfiles
2026-04-29 21:58:10 +02:00
Mario Fetka
981e662d1b
install man pages from utility subdirectories
Source release / source-package (push) Successful in 59s
2026-04-29 21:51:31 +02:00
Mario Fetka
b148b4b60c
build utilities in source subdirectories and add ipxripd
2026-04-29 21:41:54 +02:00
Mario Fetka
a97961011c
add ipxripd router daemon
2026-04-29 21:31:52 +02:00
Mario Fetka
6bf0f3ba5d
fix packed attributes in ipxripd packet structs
2026-04-29 21:31:02 +02:00
Mario Fetka
a1ef3200e7
bump version to 1.4
Source release / source-package (push) Successful in 52s
2026-04-29 21:16:45 +02:00
Mario Fetka
291d37cbcc
bump version to 1.4
Source release / source-package (push) Successful in 2m49s
2026-04-29 21:10:26 +02:00
Mario Fetka
8eff4ca55d
add man pages for ipx dump tools
2026-04-29 21:06:32 +02:00
Mario Fetka
d3bc40a262
prepare 1.3 release
Source release / source-package (push) Successful in 52s
v1.3
2026-04-29 20:55:07 +02:00
Mario Fetka
c0e8d8ccb4
prepare autotools source release workflow
Source release / source-package (push) Successful in 52s
development
2026-04-29 20:47:23 +02:00
Mario Fetka
2077123d00
prepare autotools source release workflow
2026-04-29 20:46:23 +02:00
Mario Fetka
65d7b2c016
add Gitea source release workflow
Source release / source-package (push) Failing after 38s
2026-04-29 20:35:01 +02:00
Mario Fetka
32c1a619c1
add gettext catalog update
2026-04-29 20:20:40 +02:00
Mario Fetka
d9f0f88b06
add gettext catalog support
2026-04-29 19:58:43 +02:00
Mario Fetka
275ff6cbee
update bug report address
2026-04-29 19:38:12 +02:00
Mario Fetka
6bd1ccf343
fix missing break in ipxparse NCP handler
2026-04-29 19:29:49 +02:00
Mario Fetka
fca94ccd6a
clean up imported ipx dump parser warnings
2026-04-29 19:25:11 +02:00
Mario Fetka
9f1b35e2d7
build standalone ipx utilities without ncpfs private headers
2026-04-29 19:17:48 +02:00
Mario Fetka
ea1cadb737
build standalone ipx utilities without ncpfs private headers
2026-04-29 19:17:02 +02:00
Dmitry Podgorny
80f13f2193
Resolve gcc warnings in the utils
2021-10-31 00:52:44 +03:00
Dmitry Podgorny
15526d8c4c
Fix warnings and errors in samples
...
- Use <netipx/ipx.h> from glibc, because Linux 5.15 removes <linux/ipx.h>
- Pack whole structure instead of individual fields
- Network is 32bit value, avoid unsigned long to work on 64bit systems
2021-10-31 00:48:33 +03:00
Dmitry Podgorny
7d71376dca
Add Samples to .gitignore
2021-10-31 00:47:22 +03:00
Dmitry Podgorny
448fea22c2
Integrate with autotools
2020-05-31 00:09:21 +03:00
Dmitry Podgorny
bfbe6ba67a
README: update path to ipx related files
2020-05-29 21:55:22 +03:00
Dmitry Podgorny
4b99eb83c3
Add .gitignore
2020-05-29 21:54:42 +03:00
Dmitry Podgorny
268f8cd0c1
Samples: clean ipxrcv and ipxsend
...
Zero sipx buffers not to have garbage. Send message to broadcast
address, so the remote side receives the message.
2020-05-29 21:42:29 +03:00
Dmitry Podgorny
d080e6e7dd
ipx_interface: getopt() returns int
...
On arm64 board loop with getopt() runs infinitely when returned value is
checked as 'char'. Convert it to int, so -1 is handled properly.
2020-05-29 21:07:44 +03:00
Dmitry Podgorny
192273ffae
Apply patches from Gentoo project
2020-05-29 23:41:57 +03:00
Dmitry Podgorny
6a961dc310
Initial commit
...
Add original ipx-1.1.
2020-05-29 23:38:57 +03:00