log src/curl/curl.c @ 1844:e0c5fa530df8

age author description
Mon, 24 Sep 2007 14:12:02 -0500 William Pitcock curl: MK2
Mon, 13 Aug 2007 06:07:58 -0500 William Pitcock Backed out changeset 97914b65790a
Mon, 13 Aug 2007 02:42:21 -0500 William Pitcock [security] Add g_thread_exit() to curl_manage_request() to avoid a resource starvation DoS.
Fri, 03 Aug 2007 07:21:36 +0300 Cristi Magherusan added Discovery plugin type
Tue, 10 Jul 2007 14:21:15 +0900 Yoshiki Yazawa file->handle should be cleared on close, otherwise it can lead to double free.
Mon, 09 Jul 2007 05:30:14 -0500 William Pitcock Add support for mimetypes.
Thu, 21 Jun 2007 17:33:00 +0900 Yoshiki Yazawa more warning elimination. trunk
Thu, 31 May 2007 10:33:46 -0700 giacomo [svn] - curl: allow user to customize connect timeout value using a connect_timeout entry in config file trunk
Mon, 28 May 2007 03:12:40 -0700 nenolod [svn] - curl, stdio: convert to plugin2 architecture trunk
Fri, 20 Apr 2007 07:41:13 -0700 ertzing [svn] trunk
Fri, 20 Apr 2007 06:50:15 -0700 ertzing [svn] trunk
Sun, 15 Apr 2007 12:23:05 -0700 nenolod [svn] - merge some local changes which makes curl threading more reliable. trunk
Fri, 13 Apr 2007 05:23:27 -0700 giacomo [svn] - curl: do NOT use signals with the new multi-thread layout, and take care of the url string value trunk
Thu, 12 Apr 2007 15:03:53 -0700 nenolod [svn] - revert r2028. trunk
Thu, 12 Apr 2007 14:55:59 -0700 nenolod [svn] - add DEBUG_CURL to enable curl internal debugging messages trunk
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