log src/curl/curl.c @ 1850:e0f6efc6b08c

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