log src/curl/curl.c @ 947:24a5068bb7f8 trunk

age author description
Thu, 12 Apr 2007 14:04:26 -0700 nenolod [svn] - only create a new thread if handle->cancel is 0. trunk
Thu, 12 Apr 2007 13:22:28 -0700 nenolod [svn] - use a g_cond_wait() to ensure curl has started up before we try to read. trunk
Thu, 12 Apr 2007 12:57:45 -0700 nenolod [svn] - back out r2016,2018. trunk
Thu, 12 Apr 2007 12:33:04 -0700 nenolod [svn] - protect some functions with a mutex. trunk
Thu, 12 Apr 2007 12:02:56 -0700 nenolod [svn] - if handle->cancel = TRUE, immediately abort the fread operation. trunk
Thu, 12 Apr 2007 11:29:55 -0700 nenolod [svn] - fix last warnings trunk
Thu, 12 Apr 2007 11:29:07 -0700 nenolod [svn] - fix curl.c:913: warning: implicit declaration of function 'strdup' trunk
Thu, 12 Apr 2007 11:26:44 -0700 nenolod [svn] - clear up instantiation warnings trunk
Thu, 12 Apr 2007 11:07:04 -0700 nenolod [svn] - use unsigned char instead of gpointer for arithmetic to ensure that writes are 8-bit aligned. trunk
Thu, 12 Apr 2007 10:59:34 -0700 nenolod [svn] - get rid of shadowed variable trunk
Thu, 12 Apr 2007 10:58:04 -0700 nenolod [svn] - fix a ton of warnings trunk
Thu, 12 Apr 2007 10:47:23 -0700 nenolod [svn] - fix warnings with -Wunsigned -Wextra trunk
Wed, 07 Mar 2007 00:53:24 -0800 yaz [svn] - translate curl error number into corresponding error message. patch by Joker. trunk
Sat, 03 Mar 2007 05:34:23 -0800 yaz [svn] - fread() should return number of items. trunk
Thu, 01 Mar 2007 04:33:43 -0800 nenolod [svn] - revert r1624 due to the fact that it breaks trunk
Wed, 28 Feb 2007 23:01:41 -0800 iabervon [svn] Add support for resuming lost connections. trunk
Wed, 28 Feb 2007 17:52:11 -0800 nenolod [svn] - fix a ringbuffering error in curl which caused trouble with icecast2 trunk
Wed, 28 Feb 2007 17:33:16 -0800 nenolod [svn] - set timeout value to 3 seconds trunk
Tue, 27 Feb 2007 05:43:10 -0800 nenolod [svn] - fix icecast2, i think. trunk
Tue, 27 Feb 2007 05:40:42 -0800 nenolod [svn] - add metadata key "content-length", which allows for getting a content length. trunk
Mon, 26 Feb 2007 03:38:03 -0800 nenolod [svn] - add a (hidden for now) configuration option, use_local_ip and local_ip trunk
Sat, 24 Feb 2007 10:53:12 -0800 nenolod [svn] - remove leftovers trunk
Sat, 24 Feb 2007 10:32:25 -0800 nenolod [svn] - store proxy info trunk
Sat, 24 Feb 2007 09:43:51 -0800 nenolod [svn] - fix proxy_use vs use_proxy. reported by joker on IRC. trunk
Sat, 24 Feb 2007 08:58:32 -0800 nenolod [svn] - close configdb handle trunk
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