Up to [cvs.NetBSD.org] / pkgsrc / net / ucspi-ipc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 6 09:41:16 2023 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: recursive bump for perl 5.38
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 28 11:35:21 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
*: recursive bump for perl 5.36
Revision 1.3 / (download) - annotate - [select for diffs], Mon May 24 19:53:38 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
*: recursive bump for perl 5.34
Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 19 09:35:39 2020 UTC (2 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
Remove DJB_RESTRICTED, no longer used.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 18 15:18:39 2020 UTC (2 years, 10 months ago) by schmonz
Branch: MAIN
Initial import of ucspi-ipc, command-line tools for building local-domain client-server applications. They conform to the UNIX Client-Server Program Interface, UCSPI. The ipcserver program listens for connections on a local-domain stream socket, and runs a program for each connection it accepts. The program environment includes variables that hold the local and remote socket addresses, and the effective user and group IDs of the process that called connect. ipcserver offers a concurrency limit on acceptance of new connections, and selective handling of connections based on client identity. The ipcclient program requests a connection to a local-domain socket, and runs a program. The program environment includes a variable that holds the local socket address. The ipcperl program is an example of an ipchandle server. It invokes a perl subroutine for each request.