log tcp-accept.c @ 1460:58a74cb829b8

age author description
Sat, 19 Aug 2017 22:39:53 +0200 Francois Perrad Pointer parameter could be declared as pointing to const (callback)
Sat, 19 Nov 2016 15:07:42 +0100 Francois Perrad rename hidden variable
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Tue, 05 Jan 2016 12:32:33 +0800 Chocobo1 Fix print format specifier
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston buf_getstring and buf_putstring now use non-unsigned char*
Sat, 02 May 2015 23:03:27 +0200 Gaël PORTAY Turn addr local variable into char *
Sat, 02 May 2015 15:59:06 +0200 Gaël PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]
Wed, 16 Jul 2014 22:53:32 +0800 Matt Johnston Set tcp priority as follows:
Wed, 09 May 2012 21:09:34 +0800 Matt Johnston Server shouldn't return "localhost" in response to -R forward connections
Sun, 06 Nov 2011 20:22:34 +0800 Matt Johnston Fix crash with -R forwarding
Thu, 07 Apr 2011 13:52:43 +0000 Matt Johnston Clean up leaked FD if getnameinfo fails. From Klocwork
Wed, 24 Feb 2010 16:13:15 +0000 Matt Johnston - Progress for allowing specifying a listenaddr for tcp forwards
Fri, 16 Feb 2007 14:42:08 +0000 Matt Johnston Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness
Wed, 06 Dec 2006 13:11:41 +0000 Matt Johnston merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f'
Thu, 02 Nov 2006 16:45:43 +0000 Matt Johnston Fix memory leak found by Klocwork