log src/lib/network.c @ 3523:d1ed3b3548db HEAD

age author description
Sun, 07 Aug 2005 16:06:56 +0300 Timo Sirainen Added some more error messages. Also if net_connect_ip() gives my_ip HEAD
Sun, 29 May 2005 03:26:19 +0300 Timo Sirainen Don't return random data if net_getpeername() or net_getsockname() is used HEAD
Fri, 13 May 2005 16:35:19 +0300 Timo Sirainen if using IPv6, bind both on the IPv4 and IPv6 addresses if IPV6_V6ONLY is HEAD
Sun, 09 Jan 2005 18:52:30 +0200 Timo Sirainen Use nonblocking connecting for unix sockets. HEAD
Sun, 09 Jan 2005 18:51:03 +0200 Timo Sirainen Added backlog parameter for net_listen*(). HEAD
Sat, 18 Sep 2004 17:37:18 +0300 Timo Sirainen net_connect() should be nonblocking (currently unused in Dovecot) HEAD
Mon, 14 Jun 2004 02:37:40 +0300 Timo Sirainen net_gethostbyname() was broken with IPv6 enabled (wasn't really used with HEAD
Mon, 31 May 2004 21:56:43 +0300 Timo Sirainen Added net_getpeername() HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Sun, 09 Nov 2003 22:20:36 +0200 Timo Sirainen net_set_nonblock(): don't replace flags in fd, change the existing ones HEAD
Wed, 27 Aug 2003 00:18:16 +0300 Timo Sirainen Removed most of the license comments from src/lib/*.c. It's just fine to HEAD
Sun, 22 Jun 2003 22:23:54 +0300 Timo Sirainen Compiler warning fixes HEAD
Sun, 18 May 2003 19:37:04 +0300 Timo Sirainen s/host/addr/ in a few network functions HEAD
Tue, 04 Mar 2003 04:18:09 +0200 Timo Sirainen net_* functions don't anymore set sockets to non-blocking by default. HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Thu, 19 Dec 2002 03:02:34 +0200 Timo Sirainen Buffer related cleanups. Use PATH_MAX instead of hardcoded 1024 for paths. HEAD
Wed, 18 Dec 2002 17:15:41 +0200 Timo Sirainen Marked all non-trivial buffer modifications with @UNSAFE tag. Several HEAD
Thu, 12 Dec 2002 20:57:47 +0200 Timo Sirainen net_receive, net_transmit: Return -2 for regular disconnection errors. Don't HEAD
Thu, 12 Dec 2002 20:33:32 +0200 Timo Sirainen imap_listen and imaps_listen accepts now "*" as "all IPv4 interfaces" and HEAD
Tue, 26 Nov 2002 15:27:13 +0200 Timo Sirainen net_accept() returns now -2 for fatal failures. HEAD
Wed, 20 Nov 2002 18:59:10 +0200 Timo Sirainen typofix HEAD
Mon, 14 Oct 2002 02:49:11 +0300 Timo Sirainen Split IOBuffer into mmaped IBuffer, file IBuffer, memory data IBuffer and HEAD
Thu, 10 Oct 2002 05:01:34 +0300 Timo Sirainen Created datastack_mempool which is used by at least a few temporary HEAD
Wed, 09 Oct 2002 02:22:06 +0300 Timo Sirainen Send error message if close() fails in net_disconnect(). HEAD
Sun, 06 Oct 2002 00:04:50 +0300 Timo Sirainen keep the port unsigned. HEAD
Sun, 08 Sep 2002 16:20:28 +0300 Timo Sirainen size_t fixes for lib/. Changed OFF_T_FORMAT to PRIuOFF_T which is more HEAD
Fri, 06 Sep 2002 16:29:51 +0300 Timo Sirainen net_accept() set listening socket nonblocking, not the new socket. thanks to HEAD
Wed, 28 Aug 2002 07:54:23 +0300 Timo Sirainen added t_strdup_noconst() which can be used instead of (char *) t_strdup(). HEAD
Mon, 26 Aug 2002 23:49:05 +0300 Timo Sirainen fixed compile warnings with some systems HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD