- 13 May, 2017 6 commits
-
-
justcoding121 authored
Resharper settings: naming conventions
-
Honfika authored
-
justcoding121 authored
-
justcoding121 authored
Task.Run don't have sync context anyway, so will resume in threadpool thread. http://stackoverflow.com/questions/36654472/why-configureawaitfalse-does-not-work-while-task-run-works
-
justcoding121 authored
Performance improvements:
-
Honfika authored
- reduced the number of the created byte[] (including the arrays created inside MemoryStream) - use compiled regexes - some string concatenation changed - ToLower + "==" changed to ignore case comparision
-
- 11 May, 2017 8 commits
-
-
justcoding121 authored
Small fixes
-
justcoding121 authored
For some reason TCPClient.bind does not work on Mono but the constructor does work...
-
Honfika authored
private const is camelCase everywhere sort the modifiers in CertificateManagerTest
-
Daniel Herken authored
-
justcoding121 authored
-
justcoding121 authored
-
justcoding121 authored
-
justcoding121 authored
Root certificate improvements (issue #121 and #149)
-
- 10 May, 2017 4 commits
-
-
Honfika authored
-
Honfika authored
-
Honfika authored
do not create root certificate when it is not needed
-
justcoding121 authored
-
- 09 May, 2017 2 commits
-
-
justcoding121 authored
Added option to bypass external proxy for localhost connections
-
Daniel Herken authored
-
- 08 May, 2017 4 commits
-
-
justcoding121 authored
-
justcoding121 authored
-
justcoding121 authored
#205 IncludedHttpsHostNameRegex and #207 Inconsistent naming fixes
-
Daniel Herken authored
-
- 07 May, 2017 5 commits
-
-
Honfika authored
-
Honfika authored
-
justcoding121 authored
-
justcoding121 authored
ArgumentException fix when proxy dll is loaded dynamically
-
Honfika authored
-
- 06 May, 2017 1 commit
-
-
Honfika authored
-
- 05 May, 2017 1 commit
-
-
justcoding121 authored
-
- 02 May, 2017 5 commits
-
-
justcoding121 authored
Minor XML syntax modifications
-
OC-Carl authored
Minor modifications made to XML syntax to reduce warnings generated during compile.
-
justcoding121 authored
-
justcoding121 authored
cleanup win cert maker
-
justcoding121 authored
Fix Certificate Maker for Windows to support alt names
-
- 30 Apr, 2017 1 commit
-
-
justcoding121 authored
Fix exception func passed as null
-
- 29 Apr, 2017 3 commits
-
-
justcoding121 authored
-
justcoding121 authored
-
justcoding121 authored
-