Mon, 26 Nov 2012 23:42:36 +0000 |
al |
stream ftp: Remove unneeded cast
|
Mon, 26 Nov 2012 23:39:56 +0000 |
al |
stream ftp: Use C99 designated initializers
|
Mon, 26 Nov 2012 23:38:11 +0000 |
al |
stream ftp: Set type to STREAMTYPE_STREAM
|
Mon, 26 Nov 2012 23:37:06 +0000 |
al |
stream ftp: open_f: Mark parameter file_format unused
|
Mon, 26 Nov 2012 23:36:00 +0000 |
al |
stream ftp: Pass full buffer size to snprintf
|
Tue, 20 Nov 2012 22:25:04 +0000 |
al |
stream ftp: Increase command buffer size
|
Tue, 20 Nov 2012 22:23:38 +0000 |
al |
stream ftp: Allocate command buffer on-heap
|
Tue, 20 Nov 2012 22:22:04 +0000 |
al |
stream ftp: Create buffers before opening control connection
|
Tue, 20 Nov 2012 22:20:52 +0000 |
al |
stream ftp: Only send QUIT command if connected
|
Tue, 20 Nov 2012 22:19:45 +0000 |
al |
stream ftp: Revise file descriptor usage
|
Tue, 20 Nov 2012 22:18:25 +0000 |
al |
stream ftp: readline: Always try to read complete lines
|
Tue, 20 Nov 2012 22:16:29 +0000 |
al |
stream ftp: readline: Always initialize output parameter buf
|
Tue, 20 Nov 2012 22:13:57 +0000 |
al |
stream ftp: readline: Fix off-by-one error
|
Sun, 07 Nov 2010 12:47:40 +0000 |
diego |
Remove some useless NULL pointer checks before invoking free() on the pointer.
|
Sun, 27 Jun 2010 15:04:13 +0000 |
reimar |
Use MSG_NOSIGNAL flag if available for send().
|
Sat, 30 Jan 2010 22:26:47 +0000 |
diego |
Add license header to all files missing it in the stream subdirectory.
|
Sun, 24 Jan 2010 10:13:33 +0000 |
reimar |
Fix ftp support to properly support large files > 2GB.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sun, 01 Feb 2009 13:42:27 +0000 |
diego |
Convert HAVE_WINSOCK2_H into a 0/1 definition.
|
Mon, 01 Sep 2008 07:31:57 +0000 |
diego |
Move '#define closesocket close' preprocessor directive to a common place
|
Sun, 31 Aug 2008 13:59:54 +0000 |
diego |
Revert moving closesocket definition and network headers to network.h.
|
Fri, 29 Aug 2008 22:55:39 +0000 |
diego |
Move duplicated '#define closesocket close' into network.h along with
|
Fri, 29 Aug 2008 20:05:08 +0000 |
diego |
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
|
Fri, 16 May 2008 08:43:15 +0000 |
diego |
cosmetics: Remove useless parentheses from return statements.
|
Sun, 13 Jan 2008 12:34:42 +0000 |
reimar |
stream_opts should be const
|
Sun, 02 Dec 2007 21:37:08 +0000 |
reimar |
stream_opts arrays should be const
|
Sun, 02 Dec 2007 13:22:53 +0000 |
reimar |
Mark all stream_info_t as const
|
Tue, 28 Aug 2007 22:38:45 +0000 |
diego |
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
|
Sat, 28 Jul 2007 14:28:38 +0000 |
diego |
cosmetics: misc typo fixes
|
Sat, 05 Aug 2006 10:30:06 +0000 |
ben |
isolated tcp socket code from network.c to a dedicated file
|