log src/lib/network.c @ 1871:638944ab7753 HEAD

age author description
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