log liboctave/util/url-transfer.cc @ 28223:45763d59cb4f stable

age author description
Wed, 15 Apr 2020 15:55:32 -0400 John W. Eaton use nullptr instead of NULL or 0 in a few more places stable
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Sat, 11 Jan 2020 12:53:20 -0800 Rik maint: Use Octave coding conventions in liboctave/
Fri, 10 Jan 2020 12:10:13 -0800 Rik maint: Use two spaces between sentences in code comments.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Thu, 02 Jan 2020 15:43:01 -0500 John W. Eaton remove Author: jwe and Adapted-by: jwe lines from source files
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Wed, 12 Jun 2019 09:43:41 -0500 John W. Eaton style fixes for url-transfer classes
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Mon, 15 Apr 2019 14:03:58 +0900 Sahil Yadav New implementation of RESTful web services as part of GSoC 2018 (patch #9795).
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 26 Jul 2018 16:32:12 -0700 Rik maint: Use Octave convention for spacing of C++ cast statements.
Fri, 13 Jul 2018 19:13:23 +0200 Markus Mützel Fix lifetime issues with temporary char arrays returned by get_ASCII_filename (bug #54299).
Tue, 03 Jul 2018 21:06:00 +0200 Markus Mützel Call get_ASCII_filename for std::ifstream (bug #49118).
Fri, 29 Jun 2018 12:33:09 +0200 Markus Mützel Add Unicode support for getting directory listing in Windows (bug #49118).
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Wed, 18 Apr 2018 15:18:47 -0400 John W. Eaton allow users to set path to CA certificates for cURL stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 10:04:31 -0700 Rik maint: Use convention "static_cast<void *>" for casting of pointers.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Mon, 29 Aug 2016 11:09:25 -0700 Rik maint: Style check C++ code in liboctave/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Mon, 13 Jun 2016 09:18:03 -0700 Rik maint: Prefer is_empty() rather than "length () == 0".
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Thu, 19 May 2016 13:01:29 -0400 John W. Eaton use namespace for url_transfer class
Thu, 19 May 2016 12:56:47 -0400 John W. Eaton use namespace for unwind_protect class
Thu, 19 May 2016 01:22:06 -0400 John W. Eaton use namespace for file_stat classes
Thu, 19 May 2016 01:05:45 -0400 John W. Eaton use namespace for dir_entry class
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
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