log liboctave/util/url-transfer.cc @ 32078:632f9b828de1

age author description
Sat, 06 May 2023 10:56:33 +0200 Markus Mützel Avoid using file_stat in liboctave/util (bug #59711).
Tue, 28 Mar 2023 16:04:43 +0200 Markus Mützel maint: Merge stable to default.
Fri, 24 Mar 2023 15:21:45 -0400 John Donoghue Remove trailing \r from curl dir list (bug #63851). stable
Thu, 16 Feb 2023 14:43:18 -0500 John W. Eaton use new macros to consistently delete copy and move member functions
Wed, 25 Jan 2023 12:35:19 -0800 Rik Avoid deprecated feature name in libcurl (bug #63573).
Wed, 25 Jan 2023 11:32:54 -0800 Rik Re-code interface to liburl to avoid deprecated features (bug #63573).
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Sat, 26 Feb 2022 13:46:48 +0100 Markus Mützel Remove `time_t` from API (bug #61821). stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 29 Nov 2021 10:03:47 -0800 Rik maint: style check C++ files in liboctave/ ahead of 7.1 release. stable
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Mon, 01 Mar 2021 14:39:32 -0500 John W. Eaton eliminate last uses of BEGIN/END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 16 Jan 2021 11:50:42 -0800 Rik Add discard() as an alias for set() for unwind_actions.
Sun, 03 Jan 2021 14:39:31 -0500 John W. Eaton prefer unwind_action over unwind_protect in more places
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Fri, 02 Oct 2020 12:58:12 -0400 John W. Eaton in unwind_action objects, capture variables in lambda expressions when possible
Wed, 30 Sep 2020 04:16:37 -0700 Rik Replace unwind_protect with more efficient constructs in liboctave (bug #59192).
Fri, 12 Jun 2020 22:13:04 +0200 Markus Mützel Use wide character overload to open file streams on Windows.
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.