247 Commits

Author SHA1 Message Date
Todd Menier
edab706543 updated nuspec to point to 1.0 release notes 2016-07-10 14:04:44 -05:00
Todd Menier
e49d18e872 support for multipart file uploads based on stream (#48) 2016-07-09 12:16:49 -05:00
Todd Menier
8ac7eff65f #111 - reduce overall extension methods, add Send*Asnyc(verb, ...) to more easily support unusual cases 2016-07-09 11:31:37 -05:00
Todd Menier
0ea22a8503 a few doc improvements 2016-07-09 11:30:15 -05:00
Todd Menier
1c642be335 different fix for #109 2016-07-07 00:25:45 -05:00
Todd Menier
8f9623e98a tweaks to tests that create random files (avoid http://stackoverflow.com/a/9667350/62600) 2016-07-06 22:03:08 -05:00
Todd Menier
d62e7fe0a9 Merge branch 'dev' of https://github.com/tmenier/Flurl into dev 2016-07-06 22:01:27 -05:00
Todd Menier
437e66f166 Revert "reverted test, see if it makes AppVeyor happy (#109)"
This reverts commit 0c1ed686142da65527da7864058011f0441db5e5.
2016-07-06 21:37:13 -05:00
Nicholas
7d3728f9e8 Update README.md 2016-07-06 17:43:19 +03:00
Nikolay Molchanov
6ff642fede Fix exception bug 2016-07-06 02:07:52 +03:00
Todd Menier
0c1ed68614 reverted test, see if it makes AppVeyor happy (#109) 2016-07-01 21:46:34 -05:00
Nikolay Molchanov
abbfa12e1f Upgrade testers dependicies 2016-07-01 02:26:04 +03:00
Nikolay Molchanov
d0a807ecc3 Update package testers to latest build 2016-07-01 02:18:14 +03:00
Nikolay Molchanov
f756bc601a Fix net45 dependicies 2016-06-30 20:33:28 +03:00
Nikolay Molchanov
85a14b407f Update install.ps1 2016-06-30 17:00:07 +03:00
Nicholas
280794c2f1 Update .gitignore 2016-06-30 14:40:06 +03:00
Nikolay Molchanov
9b8598be27 Update to NET core 1.0.0 2016-06-29 22:20:20 +03:00
Todd Menier
cecc096b52 c# 6 ftw 2016-06-25 18:44:02 -05:00
Todd Menier
924f2ffc9c Merge remote-tracking branch 'origin/master' into dev 2016-06-25 17:15:33 -05:00
Todd Menier
a8c2001d79 Merge pull request #73 from engenb/WithOauthBearerToken
convenience methods to pair with those provided by ClientConfigExtensions
2016-06-25 17:14:43 -05:00
Todd Menier
2e2b0eedea Fix for when charset header value is quoted (work around .NET bug) 2016-06-25 16:49:23 -05:00
Todd Menier
bc6e4cfb47 a couple unrelated tweaks 2016-06-25 15:38:01 -05:00
Todd Menier
c7bc34600f not-so-minor overhaul of cookies 2016-06-24 16:04:35 -05:00
Todd Menier
66515e9906 refactored DownloadExtensions, all platform-switching moved to FileUtil 2016-06-23 13:27:32 -05:00
Todd Menier
edf9ce412b Merge pull request #107 from tmenier/post-multipart
Post multipart
2016-06-23 12:00:33 -05:00
Todd Menier
039097e77b file download test - random folder name so parallel tests don't trip over each other 2016-06-23 11:50:33 -05:00
Todd Menier
eb9ca31201 mutipart extensions fully implemented 2016-06-12 16:49:21 -05:00
Todd Menier
1e3d3419b5 multipart content/post implementation. needs fixes for PCL/files 2016-06-12 10:56:35 -05:00
Todd Menier
e42d4f4ba2 working multipart post test. need to build shortcuts and refactor 2016-06-11 15:53:06 -05:00
Todd Menier
d87a4f875f I don't think we need 2 versions of this test. 2016-06-11 11:17:42 -05:00
Todd Menier
50dad6e713 code gen tweak - provide default file path to make it easier to run in VS 2016-06-10 16:37:22 -05:00
Todd Menier
d5b97ceccb Merge pull request #101 from tmenier/fix_encoding_win1251
fixed #86, fixed net461 dependicies, fixed tests, lowered dependicies…
2016-06-03 11:15:10 -05:00
Nikolay Molchanov
d8540f62dc turn on all test on netcore 2016-06-01 17:11:04 +03:00
Nikolay Molchanov
14a005ad0b fixed #86, fixed net461 dependicies, fixed tests, lowered dependicies to stable 2016-06-01 16:17:30 +03:00
Nikolay Molchanov
5f2f468fb3 fix net core rc2 runner and project versions check 2016-06-01 13:24:27 +03:00
Nikolay Molchanov
21b277830d Fix targets - part 3 2016-05-30 18:22:28 +03:00
Todd Menier
ba0e1aab72 Merge pull request #99 from tmenier/fix_targets
Fix PCL\mobile targets
2016-05-28 14:40:12 -05:00
Nikolay Molchanov
9254df1cef Fix targets - part 2 2016-05-28 03:06:59 +03:00
Nikolay Molchanov
c6e2b99fad Fix targets - part 1 2016-05-27 20:17:52 +03:00
Todd Menier
e34e877492 test to ensure consistent versioning 2016-05-26 13:16:54 -05:00
Todd Menier
dc974824f8 Newtonsoft version fix in PCL test project 2016-05-26 10:24:46 -05:00
Todd Menier
1a48feb262 Merge branch 'master' into dev 2016-05-26 08:35:33 -05:00
Todd Menier
e9b88c913f Merge pull request #93 from tmenier/refactoring_PART_2_code_cleanup
Refactoring - PART 2 - code cleanup
2016-05-26 08:09:42 -05:00
Nikolay Molchanov
2918faad8c Refactoring - PART 2 - build clenup 2 2016-05-26 02:22:39 +03:00
Nikolay Molchanov
3977c56159 Refactoring - PART 2 - build clenup 2016-05-26 01:21:05 +03:00
Nikolay Molchanov
2060acf788 Refactoring - PART 2 - code cleanup - 3 - revent 2016-05-25 17:23:17 +03:00
Nikolay Molchanov
7f1a0e70c5 Refactoring - PART 2 - code cleanup - 3 2016-05-25 17:07:11 +03:00
Nikolay Molchanov
45c48c93ec Refactoring - PART 2 - code cleanup - 2 2016-05-25 13:12:31 +03:00
tmenier
5d862421b9 DLL version fix (#90) 2016-05-24 20:14:54 -05:00
Nikolay Molchanov
e7cba8edad Refactoring - PART 2 - code cleanup 2016-05-24 16:59:27 +03:00