Sat, 16 Mar 2013 13:38:34 +0000 |
reimar |
Fix previous commit, off_t must be replaced by int64_t
|
Sat, 16 Mar 2013 10:09:12 +0000 |
reimar |
Replace some uses of off_t by uint64_t.
|
Sat, 10 Nov 2012 13:19:29 +0000 |
reimar |
Add url_new_with_proxy function to reduce code duplication and memleaks.
|
Sat, 10 Nov 2012 12:46:01 +0000 |
reimar |
check4proxies does not modify input URL, so mark it const.
|
Thu, 17 Mar 2011 08:58:49 +0000 |
cehoyos |
Allow setting custom http header.
|
Thu, 09 Sep 2010 10:30:58 +0000 |
diego |
Move mime_type_table extern declaration to network.h, where it belongs.
|
Sun, 27 Jun 2010 15:04:13 +0000 |
reimar |
Use MSG_NOSIGNAL flag if available for send().
|
Fri, 18 Jun 2010 09:44:58 +0000 |
diego |
Move extern variable declarations for network.c to network.h.
|
Mon, 22 Feb 2010 13:50:48 +0000 |
diego |
Declare functions from network.c in network.h.
|
Mon, 22 Feb 2010 13:27:58 +0000 |
diego |
Move struct streaming_control from network.h to stream.h, where it is used.
|
Mon, 22 Feb 2010 10:14:00 +0000 |
diego |
Remove commented-out declaration of non-existing function streaming_start.
|
Sat, 30 Jan 2010 22:26:47 +0000 |
diego |
Add license header to all files missing it in the stream subdirectory.
|
Sun, 01 Feb 2009 13:42:27 +0000 |
diego |
Convert HAVE_WINSOCK2_H into a 0/1 definition.
|
Sun, 01 Feb 2009 13:16:46 +0000 |
diego |
Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.
|
Sun, 12 Oct 2008 12:12:41 +0000 |
diego |
Move socklen_t typedef from config.h to stream/network.h.
|