Граф коммитов

177 Коммитов

Автор SHA1 Сообщение Дата
Brennan 4dd22d3dbd
Update README.md (#177) 2021-03-11 10:45:57 -08:00
Eilon Lipton e73faf108d Fix formatting 2017-09-13 09:33:16 -07:00
Pawel Kadluczka 32d95eddae Merge pull request #168 from draca-be/fix-cmake
Add missing .cpp to CMakeLists.txt
2017-07-03 17:00:47 -07:00
Mathy Vanvoorden 73acae6000
Add missing .cpp to CMakeLists.txt 2017-07-01 19:27:49 +02:00
moozzyk d07b870147 Bumping version to beta2 2017-04-06 12:11:16 -07:00
Pawel Kadluczka fd6ce05b56 Update link to nightly builds 2017-03-23 09:27:57 -07:00
Eilon Lipton 5053a74e1e Update RawConnection.cs 2017-02-27 12:27:26 -08:00
Pawel Kadluczka 43026de5ba Enablng creating UWP NuGet package 2017-01-30 15:40:27 -08:00
Pawel Kadluczka eca4114374 Enabling compiling for UWP/WinRT 2017-01-30 15:40:27 -08:00
Pawel Kadluczka 2021090834 Minor fixes to enabling http/websocket client configuration 2017-01-21 12:49:20 -08:00
Albert 3bc6b067c8 123 Allow to specify web proxy
- Added class signalr_client_config which holds http_client_config and websocket_client_config
- Removed (hub_)connection::set_headers and replaced it with set_client_config
2017-01-21 12:48:06 -08:00
moozzyk 1b10389e84 Enabling configuring UseHardLinkIfPossible
Some builds fail due to: "Creating hard-links during the build is not allowed. When building target, the following outputs have multiple hard-links...". This change makes it possible to override the default when running the build in such environments.
2017-01-03 09:03:02 -08:00
moozzyk 2410a499fb Fixing serializing string twice in persistent connection
Since SignalR payloads are Json we parse the incoming message as a Json object and extract the actual message. For persistent connections the api is a string based so we need to turn the message back to string. We used to always serialize it but if the value is already a string it causes double escaping. The fix is to check if the value is a string and if it is just pass it down to the receive handler, otherwise (e.g. it is a json object or a number etc.) we serialize it back to string as we did before.

Issue: #128
2016-12-13 16:25:57 -08:00
moozzyk 8421964b35 Merge branch 'dev' of https://github.com/tn0502/SignalR-Client-Cpp into tn0502-dev 2016-12-13 15:01:08 -08:00
moozzyk cb91fe8991 Updating cpprestsdk to 2.9.1 2016-12-12 17:03:04 -08:00
moozzyk 2ad96369ad Fixing source package folder 2016-12-12 15:08:58 -08:00
moozzyk 49e947e2c0 Adding target to push packages 2016-12-12 14:45:39 -08:00
moozzyk 4197589c20 Enabling building VS2013 version of the client without VS2013 installed
https://github.com/aspnet/SignalR-Client-Cpp/issues/140
2016-12-12 09:57:26 -08:00
moozzyk 530d0713ba Introducing signalr_exception 2016-12-12 09:49:39 -08:00
Pawel Kadluczka 5508d91919 Exposing connection id and connection token 2016-12-12 09:42:51 -08:00
Pawel Kadluczka cbbf8f7c7b Adding status code to web_exception 2016-12-09 08:54:17 -08:00
Tommy Nguyen abc7a397ed Fixed error RC1107 when consumers compile their resource file. 2016-10-26 14:25:17 +02:00
moozzyk a1f3780a41 Misc fixes to targets file
- removing .ToLower() as MSBuild comparison is case insensitive
- adding a condition to not include debug signalrclient.lib when compiling Release
2016-09-23 14:43:37 -07:00
moozzyk e1a914394b Removing not needed and incorrect ReferenceCopyLocalPaths references
Fixes: #142
2016-09-23 12:32:54 -07:00
Pawel Kadluczka c152e53fc2 Updating link to release notes 2016-07-19 10:11:18 -07:00
moozzyk 6e6f2c91fa Updating samples to use 1.0.0-beta1 and VS2015 2016-07-15 16:23:05 -07:00
moozzyk 9cd0db8ae2 Changing U() macro to _XPLATSTR() in public headers
Helps avoid conflicts if _TURN_OFF_PLATFORM_STRING is defined
2016-07-15 10:44:24 -07:00
moozzyk 7ee9305e7d Fixing zipping symbols 2016-07-14 19:10:14 -07:00
moozzyk a544516f9c Making sure that the build uses the latest nuget.exe 2016-07-14 18:12:16 -07:00
moozzyk 4711271beb Updating version to beta1 2016-01-20 14:21:18 -08:00
moozzyk 28e54ba719 Updating README.md with building instructions for Linux 2015-12-14 17:29:21 -08:00
Pawel Kadluczka ce7d9c48c1 Updating README.md with VS2015 specific information 2015-12-14 17:28:19 -08:00
Pawel Kadluczka 5c86e0c4a4 Casablanca270
Moving to Casablanca 2.7.0
2015-12-14 17:20:43 -08:00
Pawel Kadluczka 5dfa11e08f Enabling building and running tests on Linux 2015-12-12 17:48:18 -08:00
Pawel Kadluczka 1ad436914a _TCHAR - removing <tchar.h> and references to TCHAR 2015-08-05 20:32:33 -07:00
moozzyk 0715d7ae76 HomebrewEvent - replacing pplx::event with a cross platform counterpart 2015-08-03 22:58:41 -07:00
moozzyk 7ae3d931f7 NuPkg'15 - Enabling building packages for VS2015 2015-07-03 08:58:02 -07:00
moozzyk b1099982fa FixerUpper - enabling building with VS2015s 2015-06-20 19:28:28 -07:00
moozzyk 8aa53dbcd0 NewerGreaterBigger - moving to full cpprestsdk 2.6.0 package 2015-06-20 12:31:12 -07:00
Eilon Lipton 7ecb31ceda Create CONTRIBUTING.md 2015-05-12 12:01:32 -07:00
N. Taylor Mullen 334b77b0f6 Update LICENSE.txt and license header on files. 2015-05-01 14:00:57 -07:00
Pawel Kadluczka 9ed127373c MyVersion - auto generating file and product version for signalrclient.dll 2015-04-21 10:21:48 -07:00
moozzyk fac483cb77 Profiler - enabling /PROFILE option 2015-04-19 15:09:26 -07:00
Pawel Kadluczka 71d9d005eb Merge branch 'release' into dev 2015-04-18 23:44:36 -07:00
Pawel Kadluczka efd3714647 Zip! - adding private symbols alongside NuGet package 2015-04-18 23:32:47 -07:00
moozzyk 715d4d22e5 Merge branch 'release' into dev 2015-04-16 16:35:13 -07:00
moozzyk 5e9552ae07 Resourceful - adding resources to provide file attributes 2015-04-16 16:17:09 -07:00
moozzyk 5bc613d1aa Vulcan - changing compile and link settings 2015-04-16 15:26:00 -07:00
Pawel Kadluczka f77aeb17bf SlashForwarding - replacing `\` with `/` in #includes 2015-04-10 22:13:04 -07:00
Pawel Kadluczka 663ed093d0 GettingAheadOfOneself - fixing flaky tests
There was a race between sending the last progress message and returning from the hub method and the server does not serve the progress message if the method has already completed. Sleeping after reporting progress "fixes" the race.
2015-04-10 15:03:52 -07:00