Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
72997ae
package.json newline.
JunielKatarn May 9, 2019
4dc899f
Declare WebSocketServer.
JunielKatarn May 9, 2019
3e0b17d
Merge branch 'master' of github.com:JunielKatarn/react-native-windows…
JunielKatarn May 10, 2019
218ac71
Implement server and session read/write cycle.
JunielKatarn May 10, 2019
e54b33c
Implemented WebSocketServer::Stop.
JunielKatarn May 10, 2019
ae287db
Join worker thread after closing acceptor.
JunielKatarn May 10, 2019
c64cafc
Define WebSocketServiceCallbacks.
JunielKatarn May 11, 2019
be5679d
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn May 14, 2019
4abcb17
WebSocketSession extend PUBLIC std::enable_shared...
JunielKatarn May 18, 2019
7463813
Create/Connect/Stop WS client before stopping server.
JunielKatarn May 18, 2019
833fba9
Merge branch 'master' of github.com:JunielKatarn/react-native-windows…
JunielKatarn May 27, 2019
b1ba69c
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn May 27, 2019
d026be0
Don't instert newline in package.json.
JunielKatarn May 29, 2019
ee421a4
Merge branch 'master' of github.com:JunielKatarn/react-native-windows…
JunielKatarn May 29, 2019
ce83084
Remove newline from package.json.
JunielKatarn May 29, 2019
de60549
Make MessageFactory receive string&&.
JunielKatarn May 30, 2019
a42e665
Store outgoing message in a member variable.
JunielKatarn May 30, 2019
2304313
Use std::promise<string> in SendReceiveInProcServer.
JunielKatarn May 30, 2019
4ec9d2f
Store sessions in member vector.
JunielKatarn May 30, 2019
20fe4b4
Define WebSocketSession::Stop().
JunielKatarn May 31, 2019
95af449
Implement WebSocketServer::SetOnHandshake.
JunielKatarn May 31, 2019
c7a97c0
Clean up integration tests.
JunielKatarn May 31, 2019
3f06fe6
Remove m_reading.
JunielKatarn May 31, 2019
269da91
Refactor as BaseWebSocketSession.
JunielKatarn Jun 1, 2019
a1811b1
Implemented SecureWebSocketSession and client test
JunielKatarn Jun 1, 2019
ca8db22
Merge branch 'master' of github.com:Microsoft/react-native-windows in…
JunielKatarn Jun 1, 2019
8c6b5dc
Temporarily disable x86 in favor of Win32.
JunielKatarn Jun 7, 2019
f860d54
Make IWebSocket::Make __cdecl.
JunielKatarn Jun 11, 2019
002eb0a
Reverted back to using OpenSSL.Windows-1.0.2n.
JunielKatarn Jun 11, 2019
2c9c2c8
Merge branch 'master' of github.com:Microsoft/react-native-windows in…
JunielKatarn Jun 11, 2019
7824a71
Re-introduced x86 as platform for IntegrationTests common.
JunielKatarn Jun 11, 2019
d8dcbf1
Use OpenSSL.Windows-1.0.2n 0.0.3.
JunielKatarn Jun 12, 2019
14c1355
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn Jun 19, 2019
9716161
Removed Stubs.cpp.
JunielKatarn Jun 19, 2019
6198325
Updated ChakraCore.Debugger.
JunielKatarn Jun 19, 2019
c455e70
Remove unneeded __stdcall annotations.
JunielKatarn Jun 19, 2019
7a12f2f
Removed unused Cdecls.
JunielKatarn Jun 19, 2019
f2018f2
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn Jun 20, 2019
9a146fa
Reverted unicode.cpp changes.
JunielKatarn Jun 20, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions vnext/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ insert_final_newline = false
[*.ps1]
indent_style = tab
indent_size = 4

[package.json]
insert_final_newline = false
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<SDLCheck>true</SDLCheck>
<!-- See //https://stackoverflow.com/questions/42847103/stdtr1-with-visual-studio-2017. -->
<PreprocessorDefinitions>BOOST_ASIO_HAS_IOCP;_WIN32_WINNT=_WIN32_WINNT_WIN7;WIN32;_WINDOWS;REACTNATIVEWIN32_EXPORTS;FOLLY_NO_CONFIG;WIN32_LEAN_AND_MEAN;NOMINMAX;GLOG_NO_ABBREVIATED_SEVERITIES;_HAS_AUTO_PTR_ETC;CHAKRACORE;RN_PLATFORM=windesktop;RN_EXPORT=;JSI_EXPORT=;NOJSC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions>
<AdditionalIncludeDirectories>$(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<UseFullPaths>true</UseFullPaths>
Expand Down Expand Up @@ -102,6 +103,7 @@
<ClCompile Include="WebSocketJSExecutorIntegrationTest.cpp" />
<ClCompile Include="WebSocketModuleIntegrationTest.cpp" />
<ClCompile Include="WebSocketResourcePerformanceTests.cpp" />
<ClCompile Include="WebSocketServer.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
Expand Down Expand Up @@ -130,6 +132,7 @@
<ClInclude Include="ChakraJSIRuntimeHolder.h" />
<ClInclude Include="DesktopTestInstance.h" />
<ClInclude Include="TestMessageQueueThread.h" />
<ClInclude Include="WebSocketServer.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
<ClCompile Include="WebSocketResourcePerformanceTests.cpp">
<Filter>Integration Tests</Filter>
</ClCompile>
<ClCompile Include="WebSocketServer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="ChakraJSIRuntimeHolder.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand All @@ -56,6 +59,9 @@
<ClInclude Include="TestMessageQueueThread.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="WebSocketServer.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="ChakraJSIRuntimeHolder.h">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down
Loading