Commit e31afa5
File tree
87 files changed
+2016
-479
lines changed- Build
- Microsoft.Xbox.Services.142.GDK.C
- Microsoft.Xbox.Services.UnitTest.141.TE
- Microsoft.Xbox.Services.UnitTest.142.TE
- External/Xal
- External
- Source/Xal/Include/Xal
- Include/xsapi-c
- Source
- Services
- Achievements
- Manager
- Common
- Events
- Leaderboard
- Matchmaking
- MultiplayerActivity
- Multiplayer
- Manager
- Notification
- Presence
- Privacy
- RealTimeActivityManager
- Social
- StringVerify
- System
- Tests
- ApiExplorer
- APIs
- Tests/notification
- UnitTests
- Mocks
- Tests
- Services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
87 files changed
+2016
-479
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | | - | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
326 | 325 | | |
327 | 326 | | |
328 | 327 | | |
329 | | - | |
| 328 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Submodule libHttpClient updated 37 files
- Build/libHttpClient.Android/src/main/java/com/xbox/httpclient/HttpClientRequest.java+61-5
- Build/libHttpClient.Android/src/main/java/com/xbox/httpclient/NetworkObserver.java+151
- NOTICE.txt+648
- Samples/Win32WebSocket/main.cpp+80-46
- Source/Common/pch_common.h+3
- Source/Global/perform_env.cpp+2-2
- Source/Global/perform_env.h+1-1
- Source/HTTP/Android/android_http_request.cpp+11-3
- Source/HTTP/Android/android_http_request.h+8-1
- Source/HTTP/Android/android_platform_context.cpp+40-1
- Source/HTTP/Android/android_platform_context.h+8-1
- Source/HTTP/Android/http_android.cpp+54-26
- Source/HTTP/Android/http_android.h+7
- Source/HTTP/Curl/CurlMulti.cpp+3-3
- Source/HTTP/Curl/CurlMulti.h+2-2
- Source/HTTP/Curl/CurlProvider.cpp+12-8
- Source/HTTP/Curl/CurlProvider.h+2-2
- Source/HTTP/WinHttp/winhttp_connection.cpp+61-12
- Source/HTTP/WinHttp/winhttp_connection.h+2-2
- Source/Mock/mock_publics.cpp+2-2
- Source/Task/AsyncLib.cpp+2-2
- Source/Task/TaskQueue.cpp+388-146
- Source/Task/TaskQueueImpl.h+54-28
- Source/Task/TaskQueueP.h+14-8
- Source/Task/ThreadPool.h+4-3
- Source/Task/ThreadPool_stl.cpp+13-9
- Source/Task/ThreadPool_win32.cpp+28-11
- Source/Task/XTaskQueuePriv.h+31-1
- Source/Task/referenced_ptr.h+2-2
- Source/WebSocket/hcwebsocket.cpp+55-4
- Source/WebSocket/hcwebsocket.h+5
- Tests/UnitTests/Tests/CallbackThunk.h-20
- Tests/UnitTests/Tests/GlobalTests.cpp+21
- Tests/UnitTests/Tests/PumpedTaskQueue.h+1-1
- Tests/UnitTests/Tests/TaskQueueTests.cpp+368-1
- Utilities/CMake/CMakeLists.txt+2-2
- Utilities/CMake/GetCommonHCSourceFiles.cmake+10-10
0 commit comments