log liboctave/util/url-transfer.h @ 21244:1473547f50f5

age author description
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Thu, 14 Nov 2013 23:20:48 -0500 Michael Goffioul Fix use of XXX_API macros and export more symbols from liboctave.
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.
Mon, 07 Oct 2013 22:35:55 -0400 John W. Eaton eliminate unnecessary member variable in url_base_transfer class
Mon, 07 Oct 2013 23:15:06 -0400 John W. Eaton separate object creation from http actions in url_transfer class
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