log liboctave/util/url-transfer.cc @ 21202:f7121e111991

age author description
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 15 Jan 2014 15:22:03 -0500 John W. Eaton avoid startup crash if curl library is not available (bug #41067) stable
Wed, 06 Nov 2013 11:42:35 -0800 Rik maint: Use phrase "FIXME:" for problem areas in code.
Sat, 26 Oct 2013 18:57:05 -0700 Rik maint: Use GNU style coding conventions for code in liboctave/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 11 Oct 2013 08:17:07 -0700 Rik maint: Fix compiler shadowed variable warning in curl_transfer constructor.
Wed, 09 Oct 2013 01:10:14 -0400 Mike Miller Keep a copy of url string for older cURL libraries
Tue, 08 Oct 2013 09:44:51 -0400 John W. Eaton keep a copy of user+password data for older cURL libraries
Mon, 07 Oct 2013 22:35:55 -0400 John W. Eaton eliminate unnecessary member variable in url_base_transfer class
Mon, 07 Oct 2013 22:33:29 -0400 John W. Eaton * url-transfer.cc (base_url_transfer::mput_directory): Return file list.
Mon, 07 Oct 2013 23:15:06 -0400 John W. Eaton separate object creation from http actions in url_transfer class
Mon, 07 Oct 2013 21:23:51 -0400 John W. Eaton avoid some code duplication in url-transfer ftp methods
Fri, 04 Oct 2013 00:15:36 -0400 Mike Miller Fix compilation error when building without curl
Thu, 03 Oct 2013 16:56:36 -0400 John W. Eaton move function definition out of header file
Thu, 03 Oct 2013 15:52:49 -0400 John W. Eaton move url_transfer classes to liboctave