]> mj.ucw.cz Git - sock.git/blob - ChangeLog
Release 1.1. See the ChangeLog.
[sock.git] / ChangeLog
1 2001-06-12  Martin Mares  <mj@albireo.ucw.cz>
2
3         * Released as version 1.1.
4
5         * sock.c, configure.in: Portability fixes for FreeBSD, Solaris and IRIX.
6
7         * sock.c (main): Cast arg 4 of setsockopt to void * (portability).
8
9         * sock.c (sigchld_handler): Use waitpid instead of wait3 (portability).
10
11         * sock.c (setup_sigchld): Use memset instead of bzero (portability).
12
13         * Makefile.in (clean): find: Use "-o" instead of "-or" (portability).
14
15         * sock.1: Updated the man page.
16
17         * sock.c: Added the "-n" (avoid reverse DNS lookups) switch.
18
19         * sock.c: Inverted the "-e" switch: default is now to terminate
20         after seeing EOF in both direction.
21
22         * sock.c: When an address is missing, assume localhost.
23         This way "sock :23" etc. works as expected.
24
25         * sock.c: Reworked allocation of sockaddr's, so UNIX domain
26         sockets work with long filenames.
27
28 Tue Jul 21 20:19:54 1998  Martin Mares  <mj@albireo.ucw.cz>
29
30         * sock.c (main): Fixed operation in UDP mode.
31
32 Thu Jul 16 13:56:11 1998  Martin Mares  <mj@albireo.ucw.cz>
33
34         * sock.c: Added few missing #includes.
35         (name_addr): Fixed processing of unresolved addresses.
36