Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit b11f154

Browse files
authored
Merge pull request #607 from justcoding121/master
Merge to beta
2 parents d476e94 + 27660cc commit b11f154

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+70
-157
lines changed

examples/Titanium.Web.Proxy.Examples.Wpf/Titanium.Web.Proxy.Examples.Wpf.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@
142142
</BootstrapperPackage>
143143
</ItemGroup>
144144
<ItemGroup>
145-
<ProjectReference Include="..\..\src\StreamExtended\StreamExtended.csproj">
146-
<Project>{61539dc1-ce80-41e6-a696-8f455ace8d15}</Project>
147-
<Name>StreamExtended</Name>
148-
</ProjectReference>
149145
<ProjectReference Include="..\..\src\Titanium.Web.Proxy\Titanium.Web.Proxy.csproj">
150146
<Project>{91018b6d-a7a9-45be-9cb3-79cbb8b169a6}</Project>
151147
<Name>Titanium.Web.Proxy</Name>

src/StreamExtended/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/StreamExtended/StreamExtended.csproj

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/StreamExtended/StrongKey.snk

-596 Bytes
Binary file not shown.

src/Titanium.Web.Proxy.sln

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26906.1
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29102.190
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{B6DBABDC-C985-4872-9C38-B4E5079CBC4B}"
77
EndProject
@@ -31,8 +31,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Titanium.Web.Proxy.Examples
3131
EndProject
3232
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Titanium.Web.Proxy.IntegrationTests", "..\tests\Titanium.Web.Proxy.IntegrationTests\Titanium.Web.Proxy.IntegrationTests.csproj", "{1D053D72-DCB4-4517-ACDD-D35ADC186950}"
3333
EndProject
34-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreamExtended", "StreamExtended\StreamExtended.csproj", "{61539DC1-CE80-41E6-A696-8F455ACE8D15}"
35-
EndProject
3634
Global
3735
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3836
Debug|Any CPU = Debug|Any CPU
@@ -81,14 +79,6 @@ Global
8179
{1D053D72-DCB4-4517-ACDD-D35ADC186950}.Release|Any CPU.Build.0 = Release|Any CPU
8280
{1D053D72-DCB4-4517-ACDD-D35ADC186950}.Release|x64.ActiveCfg = Release|Any CPU
8381
{1D053D72-DCB4-4517-ACDD-D35ADC186950}.Release|x64.Build.0 = Release|Any CPU
84-
{61539DC1-CE80-41E6-A696-8F455ACE8D15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
85-
{61539DC1-CE80-41E6-A696-8F455ACE8D15}.Debug|Any CPU.Build.0 = Debug|Any CPU
86-
{61539DC1-CE80-41E6-A696-8F455ACE8D15}.Debug|x64.ActiveCfg = Debug|Any CPU
87-
{61539DC1-CE80-41E6-A696-8F455ACE8D15}.Debug|x64.Build.0 = Debug|Any CPU
88-
{61539DC1-CE80-41E6-A696-8F455ACE8D15}.Release|Any CPU.ActiveCfg = Release|Any CPU
89-
{61539DC1-CE80-41E6-A696-8F455ACE8D15}.Release|Any CPU.Build.0 = Release|Any CPU
90-
{61539DC1-CE80-41E6-A696-8F455ACE8D15}.Release|x64.ActiveCfg = Release|Any CPU
91-
{61539DC1-CE80-41E6-A696-8F455ACE8D15}.Release|x64.Build.0 = Release|Any CPU
9282
EndGlobalSection
9383
GlobalSection(SolutionProperties) = preSolution
9484
HideSolutionNode = FALSE
@@ -100,7 +90,7 @@ Global
10090
{1D053D72-DCB4-4517-ACDD-D35ADC186950} = {BC1E0789-D348-49CF-8B67-5E99D50EDF64}
10191
EndGlobalSection
10292
GlobalSection(ExtensibilityGlobals) = postSolution
103-
EnterpriseLibraryConfigurationToolBinariesPath = .1.505.2\lib\NET35
10493
SolutionGuid = {625C1EB5-44CF-47DE-A85A-B4C8C40ED90A}
94+
EnterpriseLibraryConfigurationToolBinariesPath = .1.505.2\lib\NET35
10595
EndGlobalSection
10696
EndGlobal

src/Titanium.Web.Proxy/EventArguments/LimitedStream.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
using System.Globalization;
33
using System.IO;
44
using System.Threading.Tasks;
5-
using StreamExtended;
6-
using StreamExtended.Network;
75
using Titanium.Web.Proxy.Exceptions;
6+
using Titanium.Web.Proxy.StreamExtended.BufferPool;
7+
using Titanium.Web.Proxy.StreamExtended.Network;
88

99
namespace Titanium.Web.Proxy.EventArguments
1010
{

src/Titanium.Web.Proxy/EventArguments/SessionEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
using System.Net;
55
using System.Threading;
66
using System.Threading.Tasks;
7-
using StreamExtended.Network;
87
using Titanium.Web.Proxy.Compression;
98
using Titanium.Web.Proxy.Helpers;
109
using Titanium.Web.Proxy.Http;
1110
using Titanium.Web.Proxy.Http.Responses;
1211
using Titanium.Web.Proxy.Models;
12+
using Titanium.Web.Proxy.StreamExtended.Network;
1313

1414
namespace Titanium.Web.Proxy.EventArguments
1515
{

src/Titanium.Web.Proxy/EventArguments/SessionEventArgsBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
using System.Collections.Generic;
33
using System.Net;
44
using System.Threading;
5-
using StreamExtended;
6-
using StreamExtended.Network;
75
using Titanium.Web.Proxy.Helpers;
86
using Titanium.Web.Proxy.Http;
97
using Titanium.Web.Proxy.Models;
108
using Titanium.Web.Proxy.Network;
119
using Titanium.Web.Proxy.Network.Tcp;
10+
using Titanium.Web.Proxy.StreamExtended.BufferPool;
11+
using Titanium.Web.Proxy.StreamExtended.Network;
1212

1313
namespace Titanium.Web.Proxy.EventArguments
1414
{

src/Titanium.Web.Proxy/ExplicitClientHandler.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
using System.Security.Cryptography.X509Certificates;
88
using System.Threading;
99
using System.Threading.Tasks;
10-
using StreamExtended;
11-
using StreamExtended.Network;
1210
using Titanium.Web.Proxy.EventArguments;
1311
using Titanium.Web.Proxy.Exceptions;
1412
using Titanium.Web.Proxy.Extensions;
@@ -17,6 +15,9 @@
1715
using Titanium.Web.Proxy.Http2;
1816
using Titanium.Web.Proxy.Models;
1917
using Titanium.Web.Proxy.Network.Tcp;
18+
using Titanium.Web.Proxy.StreamExtended;
19+
using Titanium.Web.Proxy.StreamExtended.Network;
20+
using SslExtensions = Titanium.Web.Proxy.Extensions.SslExtensions;
2021

2122
namespace Titanium.Web.Proxy
2223
{

src/Titanium.Web.Proxy/Extensions/SslExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Security.Cryptography.X509Certificates;
66
using System.Threading;
77
using System.Threading.Tasks;
8-
using StreamExtended;
8+
using Titanium.Web.Proxy.StreamExtended;
99

1010
namespace Titanium.Web.Proxy.Extensions
1111
{

0 commit comments

Comments
 (0)