log src/curl/curl.c @ 707:88d78a61a9fb trunk

age author description
Sat, 24 Feb 2007 08:09:24 -0800 nenolod [svn] - proxy support. somebody test this. trunk
Fri, 09 Feb 2007 19:38:32 -0800 nenolod [svn] - set CURLOPT_FOLLOWLOCATION to true, closes #771. trunk
Sun, 28 Jan 2007 02:32:41 -0800 nenolod [svn] - User-Agent: Audacious/$version (curl transport) trunk
Tue, 23 Jan 2007 20:19:01 -0800 iabervon [svn] Support for writing downloaded data to a file (no UI provided yet). trunk
Tue, 23 Jan 2007 04:31:53 -0800 nenolod [svn] - support ice-name: icecast2 header trunk
Mon, 22 Jan 2007 12:21:31 -0800 giacomo [svn] - refinements for getc/ungetc in curl trunk
Mon, 22 Jan 2007 10:32:03 -0800 giacomo [svn] - re-add code that was accidentally removed after merge of getc/ungetc implementation trunk
Mon, 22 Jan 2007 06:19:50 -0800 giacomo [svn] - written ungetc for curl vfs plugin (works along with getc, fread, ftell, feof, fseek) trunk
Sun, 21 Jan 2007 22:18:40 -0800 iabervon [svn] Fix case in curl where icecast metadata is wrapped around the end of trunk
Sun, 21 Jan 2007 22:14:15 -0800 nenolod [svn] - tweak behaviour a little trunk
Sun, 21 Jan 2007 21:01:41 -0800 nenolod [svn] - ssl support (no idea why, but hey, we can!) trunk
Sun, 21 Jan 2007 20:51:22 -0800 nenolod [svn] - URIs are now passed naked instead of mangled by the VFS subsystem. trunk
Sun, 21 Jan 2007 20:09:18 -0800 nenolod [svn] - ignore CURLE_PARTIAL_FILE, as this can happen in some cases and is trunk
Sun, 21 Jan 2007 19:55:50 -0800 nenolod [svn] - decrement handle->rd_abs when we do an ungetc. trunk
Sun, 21 Jan 2007 19:48:38 -0800 nenolod [svn] - enforce UINT in charstack trunk
Sun, 21 Jan 2007 19:46:43 -0800 nenolod [svn] - fix getc emulation trunk
Sun, 21 Jan 2007 19:36:36 -0800 nenolod [svn] - getc/ungetc emulation trunk
Sun, 21 Jan 2007 04:51:28 -0800 nenolod [svn] - turn debugging back off trunk
Sun, 21 Jan 2007 03:56:43 -0800 hansmi [svn] Set file->base trunk
Sun, 21 Jan 2007 03:53:28 -0800 nenolod [svn] - fix a logic error trunk
Sun, 21 Jan 2007 02:18:37 -0800 nenolod [svn] - use g_new0 trunk
Sun, 21 Jan 2007 02:09:42 -0800 nenolod [svn] - fix crash trunk
Sat, 20 Jan 2007 23:31:12 -0800 iabervon [svn] Handle inline metadata. Parsing of tags needs work before it will not crash on trunk
Sat, 20 Jan 2007 21:40:49 -0800 iabervon [svn] Provide "name" metadata when the url is a shoutcast stream. trunk
Thu, 18 Jan 2007 18:52:45 -0800 iabervon [svn] Time out curl connections eventually, and don't retry them on the same VFSFile. trunk
Sun, 14 Jan 2007 23:53:59 -0800 iabervon [svn] Support shoutcast (over TCP) with VFS HTTP code. mpg123 has to accept trunk
Sun, 14 Jan 2007 22:34:57 -0800 iabervon [svn] Add code for a plugin to use CURL for http. Needs some build-system trunk