├── .gitignore ├── Basic.ClientSocket.cpp ├── Basic.ClientSocket.h ├── Basic.Cng.cpp ├── Basic.Cng.h ├── Basic.CommandFrame.h ├── Basic.ConnectedSocket.cpp ├── Basic.ConnectedSocket.h ├── Basic.Console.cpp ├── Basic.Console.h ├── Basic.ConsoleLog.cpp ├── Basic.ConsoleLog.h ├── Basic.CountStream.cpp ├── Basic.CountStream.h ├── Basic.DebugLog.cpp ├── Basic.DebugLog.h ├── Basic.DecNumberStream.h ├── Basic.ElementSource.h ├── Basic.Event.cpp ├── Basic.Event.h ├── Basic.FileLog.cpp ├── Basic.FileLog.h ├── Basic.FileStream.cpp ├── Basic.FileStream.h ├── Basic.Frame.cpp ├── Basic.Frame.h ├── Basic.Globals.cpp ├── Basic.Globals.h ├── Basic.HashAlgorithm.cpp ├── Basic.HashAlgorithm.h ├── Basic.HashStream.cpp ├── Basic.HashStream.h ├── Basic.HexNumberStream.h ├── Basic.Hold.h ├── Basic.ICompleter.h ├── Basic.ICompletionQueue.h ├── Basic.IDecoder.h ├── Basic.IDecoderFactory.h ├── Basic.IElementSource.h ├── Basic.IEncoder.h ├── Basic.IEncoderFactory.h ├── Basic.IEvent.h ├── Basic.ILog.h ├── Basic.INumberStream.h ├── Basic.IProcess.h ├── Basic.ISingleByteEncodingIndex.h ├── Basic.IStream.h ├── Basic.IStreamWriter.h ├── Basic.IgnoreFrame.h ├── Basic.Job.cpp ├── Basic.Job.h ├── Basic.ListenSocket.cpp ├── Basic.ListenSocket.h ├── Basic.Lock.h ├── Basic.LogEntry.cpp ├── Basic.LogEntry.h ├── Basic.LogFilter.cpp ├── Basic.LogFilter.h ├── Basic.MatchFrame.h ├── Basic.MemoryLog.cpp ├── Basic.MemoryLog.h ├── Basic.MemoryRange.cpp ├── Basic.MemoryRange.h ├── Basic.NameValueCollection.h ├── Basic.NullTerminatedAsciiStringFrame.cpp ├── Basic.NullTerminatedAsciiStringFrame.h ├── Basic.NumberFrame.h ├── Basic.ProcessStream.cpp ├── Basic.ProcessStream.h ├── Basic.ServerSocket.cpp ├── Basic.ServerSocket.h ├── Basic.SingleByteDecoder.cpp ├── Basic.SingleByteDecoder.h ├── Basic.SingleByteEncoder.cpp ├── Basic.SingleByteEncoder.h ├── Basic.SingleByteEncodingIndex.cpp ├── Basic.SingleByteEncodingIndex.h ├── Basic.Socket.cpp ├── Basic.Socket.h ├── Basic.SplitStream.h ├── Basic.StreamFrame.h ├── Basic.String.cpp ├── Basic.String.h ├── Basic.SuffixArray.h ├── Basic.TailLog.cpp ├── Basic.TailLog.h ├── Basic.TextSanitizer.cpp ├── Basic.TextSanitizer.h ├── Basic.TextWriter.cpp ├── Basic.TextWriter.h ├── Basic.Types.cpp ├── Basic.Types.h ├── Basic.Uri.cpp ├── Basic.Uri.h ├── Basic.Utf16Encoder.cpp ├── Basic.Utf16Encoder.h ├── Basic.Utf32LittleEndianDecoder.cpp ├── Basic.Utf32LittleEndianDecoder.h ├── Basic.Utf8Decoder.cpp ├── Basic.Utf8Decoder.h ├── Basic.Utf8Encoder.cpp ├── Basic.Utf8Encoder.h ├── Ftp.Globals.cpp ├── Ftp.Globals.h ├── Ftp.Server.cpp ├── Ftp.Server.h ├── Gzip.Deflate.cpp ├── Gzip.Deflate.h ├── Gzip.FileFormat.cpp ├── Gzip.FileFormat.h ├── Gzip.MemberFrame.cpp ├── Gzip.MemberFrame.h ├── Gzip.Types.h ├── Html.ByteStreamDecoder.cpp ├── Html.ByteStreamDecoder.h ├── Html.CharacterReferenceFrame.cpp ├── Html.CharacterReferenceFrame.h ├── Html.CharacterToken.cpp ├── Html.CharacterToken.h ├── Html.CommentNode.cpp ├── Html.CommentNode.h ├── Html.CommentToken.cpp ├── Html.CommentToken.h ├── Html.DocTypeToken.cpp ├── Html.DocTypeToken.h ├── Html.Document.cpp ├── Html.Document.h ├── Html.DocumentTypeNode.cpp ├── Html.DocumentTypeNode.h ├── Html.ElementName.cpp ├── Html.ElementName.h ├── Html.ElementNode.cpp ├── Html.ElementNode.h ├── Html.EndOfFileToken.cpp ├── Html.EndOfFileToken.h ├── Html.EndTagToken.cpp ├── Html.EndTagToken.h ├── Html.FormattingElement.cpp ├── Html.FormattingElement.h ├── Html.Globals.cpp ├── Html.Globals.h ├── Html.InputStreamPreprocessor.cpp ├── Html.InputStreamPreprocessor.h ├── Html.Node.cpp ├── Html.Node.h ├── Html.Parser.cpp ├── Html.Parser.h ├── Html.StartTagToken.cpp ├── Html.StartTagToken.h ├── Html.TagToken.cpp ├── Html.TagToken.h ├── Html.TextNode.cpp ├── Html.TextNode.h ├── Html.Token.cpp ├── Html.Token.h ├── Html.Tokenizer.cpp ├── Html.Tokenizer.h ├── Html.TreeConstruction.cpp ├── Html.TreeConstruction.h ├── Html.Types.cpp ├── Html.Types.h ├── Http.BodyChunksFrame.cpp ├── Http.BodyChunksFrame.h ├── Http.BodyFrame.cpp ├── Http.BodyFrame.h ├── Http.CookieParser.cpp ├── Http.CookieParser.h ├── Http.DisconnectBodyFrame.cpp ├── Http.DisconnectBodyFrame.h ├── Http.Globals.cpp ├── Http.Globals.h ├── Http.HeadersFrame.cpp ├── Http.HeadersFrame.h ├── Http.LengthBodyFrame.cpp ├── Http.LengthBodyFrame.h ├── Http.MediaType.cpp ├── Http.MediaType.h ├── Http.MediaTypeStream.cpp ├── Http.MediaTypeStream.h ├── Http.RequestFrame.cpp ├── Http.RequestFrame.h ├── Http.ResponseFrame.cpp ├── Http.ResponseFrame.h ├── Http.Types.cpp ├── Http.Types.h ├── Http.UrlDecoder.cpp ├── Http.UrlDecoder.h ├── Json.ArrayFrame.cpp ├── Json.ArrayFrame.h ├── Json.ByteStreamDecoder.cpp ├── Json.ByteStreamDecoder.h ├── Json.Globals.cpp ├── Json.Globals.h ├── Json.ObjectFrame.cpp ├── Json.ObjectFrame.h ├── Json.Parser.cpp ├── Json.Parser.h ├── Json.Script.cpp ├── Json.Script.h ├── Json.ScriptFrame.cpp ├── Json.ScriptFrame.h ├── Json.Text.cpp ├── Json.Text.h ├── Json.Tokenizer.cpp ├── Json.Tokenizer.h ├── Json.Types.cpp ├── Json.Types.h ├── Json.ValueFrame.cpp ├── Json.ValueFrame.h ├── LICENSE.txt ├── README.txt ├── Reference ├── rfc1867.txt ├── rfc2109.txt ├── rfc2246.txt ├── rfc2388.txt ├── rfc2396.txt ├── rfc2616.txt ├── rfc2818.txt ├── rfc4346.txt ├── rfc4492.txt ├── rfc4627.txt ├── rfc5246.txt ├── rfc5746.txt ├── rfc6066.txt └── rfc6265.txt ├── Scrape.Amazon.cpp ├── Scrape.Amazon.h ├── Scrape.Globals.cpp ├── Scrape.Globals.h ├── Scrape.Netflix.cpp ├── Scrape.Netflix.h ├── Scrape.Types.cpp ├── Scrape.Types.h ├── Service.AdminProtocol.cpp ├── Service.AdminProtocol.h ├── Service.Endpoint.cpp ├── Service.Endpoint.h ├── Service.FtpServerEndpoint.cpp ├── Service.FtpServerEndpoint.h ├── Service.Globals.cpp ├── Service.Globals.h ├── Service.HtmlNamedCharacterReferences.cpp ├── Service.HtmlNamedCharacterReferences.h ├── Service.StandardEncodings.cpp ├── Service.StandardEncodings.h ├── Service.StandardSingleByteEncoding.cpp ├── Service.StandardSingleByteEncoding.h ├── Service.Types.cpp ├── Service.Types.h ├── Service.WebProxyEndpoint.cpp ├── Service.WebProxyEndpoint.h ├── Service.WebServer.cpp ├── Service.WebServer.h ├── Service.WebServerEndpoint.cpp ├── Service.WebServerEndpoint.h ├── Tls.AlertFrame.cpp ├── Tls.AlertFrame.h ├── Tls.AlertProtocol.cpp ├── Tls.AlertProtocol.h ├── Tls.CertificateStatusRequestFrame.cpp ├── Tls.CertificateStatusRequestFrame.h ├── Tls.ClientHandshake.cpp ├── Tls.ClientHandshake.h ├── Tls.ClientHelloFrame.cpp ├── Tls.ClientHelloFrame.h ├── Tls.ConnectionState.cpp ├── Tls.ConnectionState.h ├── Tls.DigitallySignedFrame.cpp ├── Tls.DigitallySignedFrame.h ├── Tls.ExtensionHeaderFrame.cpp ├── Tls.ExtensionHeaderFrame.h ├── Tls.Globals.cpp ├── Tls.Globals.h ├── Tls.HandshakeFrame.cpp ├── Tls.HandshakeFrame.h ├── Tls.HandshakeProtocol.cpp ├── Tls.HandshakeProtocol.h ├── Tls.HeartbeatExtensionFrame.cpp ├── Tls.HeartbeatExtensionFrame.h ├── Tls.HeartbeatMessageFrame.cpp ├── Tls.HeartbeatMessageFrame.h ├── Tls.HeartbeatProtocol.cpp ├── Tls.HeartbeatProtocol.h ├── Tls.ICertificate.h ├── Tls.OCSPStatusRequestFrame.cpp ├── Tls.OCSPStatusRequestFrame.h ├── Tls.PreMasterSecretFrame.cpp ├── Tls.PreMasterSecretFrame.h ├── Tls.RandomFrame.cpp ├── Tls.RandomFrame.h ├── Tls.RecordFrame.cpp ├── Tls.RecordFrame.h ├── Tls.RecordLayer.cpp ├── Tls.RecordLayer.h ├── Tls.SecurityParameters.cpp ├── Tls.SecurityParameters.h ├── Tls.ServerHandshake.cpp ├── Tls.ServerHandshake.h ├── Tls.ServerHelloFrame.cpp ├── Tls.ServerHelloFrame.h ├── Tls.ServerNameFrame.cpp ├── Tls.ServerNameFrame.h ├── Tls.SignatureAndHashAlgorithmFrame.cpp ├── Tls.SignatureAndHashAlgorithmFrame.h ├── Tls.Types.cpp ├── Tls.Types.h ├── Web.Client.cpp ├── Web.Client.h ├── Web.Form.cpp ├── Web.Form.h ├── Web.Globals.cpp ├── Web.Globals.h ├── Web.IFrame.cpp ├── Web.IFrame.h ├── Web.Link.cpp ├── Web.Link.h ├── Web.Page.cpp ├── Web.Page.h ├── Web.Proxy.cpp ├── Web.Proxy.h ├── Web.Server.cpp ├── Web.Server.h ├── Webel.sln ├── Webel.vcxproj ├── Webel.vcxproj.filters ├── stdafx.cpp └── stdafx.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/.gitignore -------------------------------------------------------------------------------- /Basic.ClientSocket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ClientSocket.cpp -------------------------------------------------------------------------------- /Basic.ClientSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ClientSocket.h -------------------------------------------------------------------------------- /Basic.Cng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Cng.cpp -------------------------------------------------------------------------------- /Basic.Cng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Cng.h -------------------------------------------------------------------------------- /Basic.CommandFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.CommandFrame.h -------------------------------------------------------------------------------- /Basic.ConnectedSocket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ConnectedSocket.cpp -------------------------------------------------------------------------------- /Basic.ConnectedSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ConnectedSocket.h -------------------------------------------------------------------------------- /Basic.Console.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Console.cpp -------------------------------------------------------------------------------- /Basic.Console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Console.h -------------------------------------------------------------------------------- /Basic.ConsoleLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ConsoleLog.cpp -------------------------------------------------------------------------------- /Basic.ConsoleLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ConsoleLog.h -------------------------------------------------------------------------------- /Basic.CountStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.CountStream.cpp -------------------------------------------------------------------------------- /Basic.CountStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.CountStream.h -------------------------------------------------------------------------------- /Basic.DebugLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.DebugLog.cpp -------------------------------------------------------------------------------- /Basic.DebugLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.DebugLog.h -------------------------------------------------------------------------------- /Basic.DecNumberStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.DecNumberStream.h -------------------------------------------------------------------------------- /Basic.ElementSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ElementSource.h -------------------------------------------------------------------------------- /Basic.Event.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Event.cpp -------------------------------------------------------------------------------- /Basic.Event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Event.h -------------------------------------------------------------------------------- /Basic.FileLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.FileLog.cpp -------------------------------------------------------------------------------- /Basic.FileLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.FileLog.h -------------------------------------------------------------------------------- /Basic.FileStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.FileStream.cpp -------------------------------------------------------------------------------- /Basic.FileStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.FileStream.h -------------------------------------------------------------------------------- /Basic.Frame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Frame.cpp -------------------------------------------------------------------------------- /Basic.Frame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Frame.h -------------------------------------------------------------------------------- /Basic.Globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Globals.cpp -------------------------------------------------------------------------------- /Basic.Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Globals.h -------------------------------------------------------------------------------- /Basic.HashAlgorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.HashAlgorithm.cpp -------------------------------------------------------------------------------- /Basic.HashAlgorithm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.HashAlgorithm.h -------------------------------------------------------------------------------- /Basic.HashStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.HashStream.cpp -------------------------------------------------------------------------------- /Basic.HashStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.HashStream.h -------------------------------------------------------------------------------- /Basic.HexNumberStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.HexNumberStream.h -------------------------------------------------------------------------------- /Basic.Hold.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Hold.h -------------------------------------------------------------------------------- /Basic.ICompleter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ICompleter.h -------------------------------------------------------------------------------- /Basic.ICompletionQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ICompletionQueue.h -------------------------------------------------------------------------------- /Basic.IDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.IDecoder.h -------------------------------------------------------------------------------- /Basic.IDecoderFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.IDecoderFactory.h -------------------------------------------------------------------------------- /Basic.IElementSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.IElementSource.h -------------------------------------------------------------------------------- /Basic.IEncoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.IEncoder.h -------------------------------------------------------------------------------- /Basic.IEncoderFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.IEncoderFactory.h -------------------------------------------------------------------------------- /Basic.IEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.IEvent.h -------------------------------------------------------------------------------- /Basic.ILog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ILog.h -------------------------------------------------------------------------------- /Basic.INumberStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.INumberStream.h -------------------------------------------------------------------------------- /Basic.IProcess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.IProcess.h -------------------------------------------------------------------------------- /Basic.ISingleByteEncodingIndex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ISingleByteEncodingIndex.h -------------------------------------------------------------------------------- /Basic.IStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.IStream.h -------------------------------------------------------------------------------- /Basic.IStreamWriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.IStreamWriter.h -------------------------------------------------------------------------------- /Basic.IgnoreFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.IgnoreFrame.h -------------------------------------------------------------------------------- /Basic.Job.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Job.cpp -------------------------------------------------------------------------------- /Basic.Job.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Job.h -------------------------------------------------------------------------------- /Basic.ListenSocket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ListenSocket.cpp -------------------------------------------------------------------------------- /Basic.ListenSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ListenSocket.h -------------------------------------------------------------------------------- /Basic.Lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Lock.h -------------------------------------------------------------------------------- /Basic.LogEntry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.LogEntry.cpp -------------------------------------------------------------------------------- /Basic.LogEntry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.LogEntry.h -------------------------------------------------------------------------------- /Basic.LogFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.LogFilter.cpp -------------------------------------------------------------------------------- /Basic.LogFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.LogFilter.h -------------------------------------------------------------------------------- /Basic.MatchFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.MatchFrame.h -------------------------------------------------------------------------------- /Basic.MemoryLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.MemoryLog.cpp -------------------------------------------------------------------------------- /Basic.MemoryLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.MemoryLog.h -------------------------------------------------------------------------------- /Basic.MemoryRange.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.MemoryRange.cpp -------------------------------------------------------------------------------- /Basic.MemoryRange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.MemoryRange.h -------------------------------------------------------------------------------- /Basic.NameValueCollection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.NameValueCollection.h -------------------------------------------------------------------------------- /Basic.NullTerminatedAsciiStringFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.NullTerminatedAsciiStringFrame.cpp -------------------------------------------------------------------------------- /Basic.NullTerminatedAsciiStringFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.NullTerminatedAsciiStringFrame.h -------------------------------------------------------------------------------- /Basic.NumberFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.NumberFrame.h -------------------------------------------------------------------------------- /Basic.ProcessStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ProcessStream.cpp -------------------------------------------------------------------------------- /Basic.ProcessStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ProcessStream.h -------------------------------------------------------------------------------- /Basic.ServerSocket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ServerSocket.cpp -------------------------------------------------------------------------------- /Basic.ServerSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.ServerSocket.h -------------------------------------------------------------------------------- /Basic.SingleByteDecoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.SingleByteDecoder.cpp -------------------------------------------------------------------------------- /Basic.SingleByteDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.SingleByteDecoder.h -------------------------------------------------------------------------------- /Basic.SingleByteEncoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.SingleByteEncoder.cpp -------------------------------------------------------------------------------- /Basic.SingleByteEncoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.SingleByteEncoder.h -------------------------------------------------------------------------------- /Basic.SingleByteEncodingIndex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.SingleByteEncodingIndex.cpp -------------------------------------------------------------------------------- /Basic.SingleByteEncodingIndex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.SingleByteEncodingIndex.h -------------------------------------------------------------------------------- /Basic.Socket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Socket.cpp -------------------------------------------------------------------------------- /Basic.Socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Socket.h -------------------------------------------------------------------------------- /Basic.SplitStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.SplitStream.h -------------------------------------------------------------------------------- /Basic.StreamFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.StreamFrame.h -------------------------------------------------------------------------------- /Basic.String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.String.cpp -------------------------------------------------------------------------------- /Basic.String.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.String.h -------------------------------------------------------------------------------- /Basic.SuffixArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.SuffixArray.h -------------------------------------------------------------------------------- /Basic.TailLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.TailLog.cpp -------------------------------------------------------------------------------- /Basic.TailLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.TailLog.h -------------------------------------------------------------------------------- /Basic.TextSanitizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.TextSanitizer.cpp -------------------------------------------------------------------------------- /Basic.TextSanitizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.TextSanitizer.h -------------------------------------------------------------------------------- /Basic.TextWriter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.TextWriter.cpp -------------------------------------------------------------------------------- /Basic.TextWriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.TextWriter.h -------------------------------------------------------------------------------- /Basic.Types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Types.cpp -------------------------------------------------------------------------------- /Basic.Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Types.h -------------------------------------------------------------------------------- /Basic.Uri.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Uri.cpp -------------------------------------------------------------------------------- /Basic.Uri.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Uri.h -------------------------------------------------------------------------------- /Basic.Utf16Encoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Utf16Encoder.cpp -------------------------------------------------------------------------------- /Basic.Utf16Encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Utf16Encoder.h -------------------------------------------------------------------------------- /Basic.Utf32LittleEndianDecoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Utf32LittleEndianDecoder.cpp -------------------------------------------------------------------------------- /Basic.Utf32LittleEndianDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Utf32LittleEndianDecoder.h -------------------------------------------------------------------------------- /Basic.Utf8Decoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Utf8Decoder.cpp -------------------------------------------------------------------------------- /Basic.Utf8Decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Utf8Decoder.h -------------------------------------------------------------------------------- /Basic.Utf8Encoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Utf8Encoder.cpp -------------------------------------------------------------------------------- /Basic.Utf8Encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Basic.Utf8Encoder.h -------------------------------------------------------------------------------- /Ftp.Globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Ftp.Globals.cpp -------------------------------------------------------------------------------- /Ftp.Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Ftp.Globals.h -------------------------------------------------------------------------------- /Ftp.Server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Ftp.Server.cpp -------------------------------------------------------------------------------- /Ftp.Server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Ftp.Server.h -------------------------------------------------------------------------------- /Gzip.Deflate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Gzip.Deflate.cpp -------------------------------------------------------------------------------- /Gzip.Deflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Gzip.Deflate.h -------------------------------------------------------------------------------- /Gzip.FileFormat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Gzip.FileFormat.cpp -------------------------------------------------------------------------------- /Gzip.FileFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Gzip.FileFormat.h -------------------------------------------------------------------------------- /Gzip.MemberFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Gzip.MemberFrame.cpp -------------------------------------------------------------------------------- /Gzip.MemberFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Gzip.MemberFrame.h -------------------------------------------------------------------------------- /Gzip.Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Gzip.Types.h -------------------------------------------------------------------------------- /Html.ByteStreamDecoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.ByteStreamDecoder.cpp -------------------------------------------------------------------------------- /Html.ByteStreamDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.ByteStreamDecoder.h -------------------------------------------------------------------------------- /Html.CharacterReferenceFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.CharacterReferenceFrame.cpp -------------------------------------------------------------------------------- /Html.CharacterReferenceFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.CharacterReferenceFrame.h -------------------------------------------------------------------------------- /Html.CharacterToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.CharacterToken.cpp -------------------------------------------------------------------------------- /Html.CharacterToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.CharacterToken.h -------------------------------------------------------------------------------- /Html.CommentNode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.CommentNode.cpp -------------------------------------------------------------------------------- /Html.CommentNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.CommentNode.h -------------------------------------------------------------------------------- /Html.CommentToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.CommentToken.cpp -------------------------------------------------------------------------------- /Html.CommentToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.CommentToken.h -------------------------------------------------------------------------------- /Html.DocTypeToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.DocTypeToken.cpp -------------------------------------------------------------------------------- /Html.DocTypeToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.DocTypeToken.h -------------------------------------------------------------------------------- /Html.Document.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Document.cpp -------------------------------------------------------------------------------- /Html.Document.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Document.h -------------------------------------------------------------------------------- /Html.DocumentTypeNode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.DocumentTypeNode.cpp -------------------------------------------------------------------------------- /Html.DocumentTypeNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.DocumentTypeNode.h -------------------------------------------------------------------------------- /Html.ElementName.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.ElementName.cpp -------------------------------------------------------------------------------- /Html.ElementName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.ElementName.h -------------------------------------------------------------------------------- /Html.ElementNode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.ElementNode.cpp -------------------------------------------------------------------------------- /Html.ElementNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.ElementNode.h -------------------------------------------------------------------------------- /Html.EndOfFileToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.EndOfFileToken.cpp -------------------------------------------------------------------------------- /Html.EndOfFileToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.EndOfFileToken.h -------------------------------------------------------------------------------- /Html.EndTagToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.EndTagToken.cpp -------------------------------------------------------------------------------- /Html.EndTagToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.EndTagToken.h -------------------------------------------------------------------------------- /Html.FormattingElement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.FormattingElement.cpp -------------------------------------------------------------------------------- /Html.FormattingElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.FormattingElement.h -------------------------------------------------------------------------------- /Html.Globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Globals.cpp -------------------------------------------------------------------------------- /Html.Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Globals.h -------------------------------------------------------------------------------- /Html.InputStreamPreprocessor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.InputStreamPreprocessor.cpp -------------------------------------------------------------------------------- /Html.InputStreamPreprocessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.InputStreamPreprocessor.h -------------------------------------------------------------------------------- /Html.Node.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Node.cpp -------------------------------------------------------------------------------- /Html.Node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Node.h -------------------------------------------------------------------------------- /Html.Parser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Parser.cpp -------------------------------------------------------------------------------- /Html.Parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Parser.h -------------------------------------------------------------------------------- /Html.StartTagToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.StartTagToken.cpp -------------------------------------------------------------------------------- /Html.StartTagToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.StartTagToken.h -------------------------------------------------------------------------------- /Html.TagToken.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.TagToken.cpp -------------------------------------------------------------------------------- /Html.TagToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.TagToken.h -------------------------------------------------------------------------------- /Html.TextNode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.TextNode.cpp -------------------------------------------------------------------------------- /Html.TextNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.TextNode.h -------------------------------------------------------------------------------- /Html.Token.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Token.cpp -------------------------------------------------------------------------------- /Html.Token.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Token.h -------------------------------------------------------------------------------- /Html.Tokenizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Tokenizer.cpp -------------------------------------------------------------------------------- /Html.Tokenizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Tokenizer.h -------------------------------------------------------------------------------- /Html.TreeConstruction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.TreeConstruction.cpp -------------------------------------------------------------------------------- /Html.TreeConstruction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.TreeConstruction.h -------------------------------------------------------------------------------- /Html.Types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Types.cpp -------------------------------------------------------------------------------- /Html.Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Html.Types.h -------------------------------------------------------------------------------- /Http.BodyChunksFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.BodyChunksFrame.cpp -------------------------------------------------------------------------------- /Http.BodyChunksFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.BodyChunksFrame.h -------------------------------------------------------------------------------- /Http.BodyFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.BodyFrame.cpp -------------------------------------------------------------------------------- /Http.BodyFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.BodyFrame.h -------------------------------------------------------------------------------- /Http.CookieParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.CookieParser.cpp -------------------------------------------------------------------------------- /Http.CookieParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.CookieParser.h -------------------------------------------------------------------------------- /Http.DisconnectBodyFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.DisconnectBodyFrame.cpp -------------------------------------------------------------------------------- /Http.DisconnectBodyFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.DisconnectBodyFrame.h -------------------------------------------------------------------------------- /Http.Globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.Globals.cpp -------------------------------------------------------------------------------- /Http.Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.Globals.h -------------------------------------------------------------------------------- /Http.HeadersFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.HeadersFrame.cpp -------------------------------------------------------------------------------- /Http.HeadersFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.HeadersFrame.h -------------------------------------------------------------------------------- /Http.LengthBodyFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.LengthBodyFrame.cpp -------------------------------------------------------------------------------- /Http.LengthBodyFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.LengthBodyFrame.h -------------------------------------------------------------------------------- /Http.MediaType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.MediaType.cpp -------------------------------------------------------------------------------- /Http.MediaType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.MediaType.h -------------------------------------------------------------------------------- /Http.MediaTypeStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.MediaTypeStream.cpp -------------------------------------------------------------------------------- /Http.MediaTypeStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.MediaTypeStream.h -------------------------------------------------------------------------------- /Http.RequestFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.RequestFrame.cpp -------------------------------------------------------------------------------- /Http.RequestFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.RequestFrame.h -------------------------------------------------------------------------------- /Http.ResponseFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.ResponseFrame.cpp -------------------------------------------------------------------------------- /Http.ResponseFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.ResponseFrame.h -------------------------------------------------------------------------------- /Http.Types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.Types.cpp -------------------------------------------------------------------------------- /Http.Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.Types.h -------------------------------------------------------------------------------- /Http.UrlDecoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.UrlDecoder.cpp -------------------------------------------------------------------------------- /Http.UrlDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Http.UrlDecoder.h -------------------------------------------------------------------------------- /Json.ArrayFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.ArrayFrame.cpp -------------------------------------------------------------------------------- /Json.ArrayFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.ArrayFrame.h -------------------------------------------------------------------------------- /Json.ByteStreamDecoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.ByteStreamDecoder.cpp -------------------------------------------------------------------------------- /Json.ByteStreamDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.ByteStreamDecoder.h -------------------------------------------------------------------------------- /Json.Globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.Globals.cpp -------------------------------------------------------------------------------- /Json.Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.Globals.h -------------------------------------------------------------------------------- /Json.ObjectFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.ObjectFrame.cpp -------------------------------------------------------------------------------- /Json.ObjectFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.ObjectFrame.h -------------------------------------------------------------------------------- /Json.Parser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.Parser.cpp -------------------------------------------------------------------------------- /Json.Parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.Parser.h -------------------------------------------------------------------------------- /Json.Script.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.Script.cpp -------------------------------------------------------------------------------- /Json.Script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.Script.h -------------------------------------------------------------------------------- /Json.ScriptFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.ScriptFrame.cpp -------------------------------------------------------------------------------- /Json.ScriptFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.ScriptFrame.h -------------------------------------------------------------------------------- /Json.Text.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.Text.cpp -------------------------------------------------------------------------------- /Json.Text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.Text.h -------------------------------------------------------------------------------- /Json.Tokenizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.Tokenizer.cpp -------------------------------------------------------------------------------- /Json.Tokenizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.Tokenizer.h -------------------------------------------------------------------------------- /Json.Types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.Types.cpp -------------------------------------------------------------------------------- /Json.Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.Types.h -------------------------------------------------------------------------------- /Json.ValueFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.ValueFrame.cpp -------------------------------------------------------------------------------- /Json.ValueFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Json.ValueFrame.h -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/README.txt -------------------------------------------------------------------------------- /Reference/rfc1867.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc1867.txt -------------------------------------------------------------------------------- /Reference/rfc2109.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc2109.txt -------------------------------------------------------------------------------- /Reference/rfc2246.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc2246.txt -------------------------------------------------------------------------------- /Reference/rfc2388.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc2388.txt -------------------------------------------------------------------------------- /Reference/rfc2396.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc2396.txt -------------------------------------------------------------------------------- /Reference/rfc2616.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc2616.txt -------------------------------------------------------------------------------- /Reference/rfc2818.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc2818.txt -------------------------------------------------------------------------------- /Reference/rfc4346.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc4346.txt -------------------------------------------------------------------------------- /Reference/rfc4492.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc4492.txt -------------------------------------------------------------------------------- /Reference/rfc4627.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc4627.txt -------------------------------------------------------------------------------- /Reference/rfc5246.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc5246.txt -------------------------------------------------------------------------------- /Reference/rfc5746.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc5746.txt -------------------------------------------------------------------------------- /Reference/rfc6066.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc6066.txt -------------------------------------------------------------------------------- /Reference/rfc6265.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Reference/rfc6265.txt -------------------------------------------------------------------------------- /Scrape.Amazon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Scrape.Amazon.cpp -------------------------------------------------------------------------------- /Scrape.Amazon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Scrape.Amazon.h -------------------------------------------------------------------------------- /Scrape.Globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Scrape.Globals.cpp -------------------------------------------------------------------------------- /Scrape.Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Scrape.Globals.h -------------------------------------------------------------------------------- /Scrape.Netflix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Scrape.Netflix.cpp -------------------------------------------------------------------------------- /Scrape.Netflix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Scrape.Netflix.h -------------------------------------------------------------------------------- /Scrape.Types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Scrape.Types.cpp -------------------------------------------------------------------------------- /Scrape.Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Scrape.Types.h -------------------------------------------------------------------------------- /Service.AdminProtocol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.AdminProtocol.cpp -------------------------------------------------------------------------------- /Service.AdminProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.AdminProtocol.h -------------------------------------------------------------------------------- /Service.Endpoint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.Endpoint.cpp -------------------------------------------------------------------------------- /Service.Endpoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.Endpoint.h -------------------------------------------------------------------------------- /Service.FtpServerEndpoint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.FtpServerEndpoint.cpp -------------------------------------------------------------------------------- /Service.FtpServerEndpoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.FtpServerEndpoint.h -------------------------------------------------------------------------------- /Service.Globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.Globals.cpp -------------------------------------------------------------------------------- /Service.Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.Globals.h -------------------------------------------------------------------------------- /Service.HtmlNamedCharacterReferences.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.HtmlNamedCharacterReferences.cpp -------------------------------------------------------------------------------- /Service.HtmlNamedCharacterReferences.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.HtmlNamedCharacterReferences.h -------------------------------------------------------------------------------- /Service.StandardEncodings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.StandardEncodings.cpp -------------------------------------------------------------------------------- /Service.StandardEncodings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.StandardEncodings.h -------------------------------------------------------------------------------- /Service.StandardSingleByteEncoding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.StandardSingleByteEncoding.cpp -------------------------------------------------------------------------------- /Service.StandardSingleByteEncoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.StandardSingleByteEncoding.h -------------------------------------------------------------------------------- /Service.Types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.Types.cpp -------------------------------------------------------------------------------- /Service.Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.Types.h -------------------------------------------------------------------------------- /Service.WebProxyEndpoint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.WebProxyEndpoint.cpp -------------------------------------------------------------------------------- /Service.WebProxyEndpoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.WebProxyEndpoint.h -------------------------------------------------------------------------------- /Service.WebServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.WebServer.cpp -------------------------------------------------------------------------------- /Service.WebServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.WebServer.h -------------------------------------------------------------------------------- /Service.WebServerEndpoint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.WebServerEndpoint.cpp -------------------------------------------------------------------------------- /Service.WebServerEndpoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Service.WebServerEndpoint.h -------------------------------------------------------------------------------- /Tls.AlertFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.AlertFrame.cpp -------------------------------------------------------------------------------- /Tls.AlertFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.AlertFrame.h -------------------------------------------------------------------------------- /Tls.AlertProtocol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.AlertProtocol.cpp -------------------------------------------------------------------------------- /Tls.AlertProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.AlertProtocol.h -------------------------------------------------------------------------------- /Tls.CertificateStatusRequestFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.CertificateStatusRequestFrame.cpp -------------------------------------------------------------------------------- /Tls.CertificateStatusRequestFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.CertificateStatusRequestFrame.h -------------------------------------------------------------------------------- /Tls.ClientHandshake.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ClientHandshake.cpp -------------------------------------------------------------------------------- /Tls.ClientHandshake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ClientHandshake.h -------------------------------------------------------------------------------- /Tls.ClientHelloFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ClientHelloFrame.cpp -------------------------------------------------------------------------------- /Tls.ClientHelloFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ClientHelloFrame.h -------------------------------------------------------------------------------- /Tls.ConnectionState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ConnectionState.cpp -------------------------------------------------------------------------------- /Tls.ConnectionState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ConnectionState.h -------------------------------------------------------------------------------- /Tls.DigitallySignedFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.DigitallySignedFrame.cpp -------------------------------------------------------------------------------- /Tls.DigitallySignedFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.DigitallySignedFrame.h -------------------------------------------------------------------------------- /Tls.ExtensionHeaderFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ExtensionHeaderFrame.cpp -------------------------------------------------------------------------------- /Tls.ExtensionHeaderFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ExtensionHeaderFrame.h -------------------------------------------------------------------------------- /Tls.Globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.Globals.cpp -------------------------------------------------------------------------------- /Tls.Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.Globals.h -------------------------------------------------------------------------------- /Tls.HandshakeFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.HandshakeFrame.cpp -------------------------------------------------------------------------------- /Tls.HandshakeFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.HandshakeFrame.h -------------------------------------------------------------------------------- /Tls.HandshakeProtocol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.HandshakeProtocol.cpp -------------------------------------------------------------------------------- /Tls.HandshakeProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.HandshakeProtocol.h -------------------------------------------------------------------------------- /Tls.HeartbeatExtensionFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.HeartbeatExtensionFrame.cpp -------------------------------------------------------------------------------- /Tls.HeartbeatExtensionFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.HeartbeatExtensionFrame.h -------------------------------------------------------------------------------- /Tls.HeartbeatMessageFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.HeartbeatMessageFrame.cpp -------------------------------------------------------------------------------- /Tls.HeartbeatMessageFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.HeartbeatMessageFrame.h -------------------------------------------------------------------------------- /Tls.HeartbeatProtocol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.HeartbeatProtocol.cpp -------------------------------------------------------------------------------- /Tls.HeartbeatProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.HeartbeatProtocol.h -------------------------------------------------------------------------------- /Tls.ICertificate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ICertificate.h -------------------------------------------------------------------------------- /Tls.OCSPStatusRequestFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.OCSPStatusRequestFrame.cpp -------------------------------------------------------------------------------- /Tls.OCSPStatusRequestFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.OCSPStatusRequestFrame.h -------------------------------------------------------------------------------- /Tls.PreMasterSecretFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.PreMasterSecretFrame.cpp -------------------------------------------------------------------------------- /Tls.PreMasterSecretFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.PreMasterSecretFrame.h -------------------------------------------------------------------------------- /Tls.RandomFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.RandomFrame.cpp -------------------------------------------------------------------------------- /Tls.RandomFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.RandomFrame.h -------------------------------------------------------------------------------- /Tls.RecordFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.RecordFrame.cpp -------------------------------------------------------------------------------- /Tls.RecordFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.RecordFrame.h -------------------------------------------------------------------------------- /Tls.RecordLayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.RecordLayer.cpp -------------------------------------------------------------------------------- /Tls.RecordLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.RecordLayer.h -------------------------------------------------------------------------------- /Tls.SecurityParameters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.SecurityParameters.cpp -------------------------------------------------------------------------------- /Tls.SecurityParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.SecurityParameters.h -------------------------------------------------------------------------------- /Tls.ServerHandshake.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ServerHandshake.cpp -------------------------------------------------------------------------------- /Tls.ServerHandshake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ServerHandshake.h -------------------------------------------------------------------------------- /Tls.ServerHelloFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ServerHelloFrame.cpp -------------------------------------------------------------------------------- /Tls.ServerHelloFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ServerHelloFrame.h -------------------------------------------------------------------------------- /Tls.ServerNameFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ServerNameFrame.cpp -------------------------------------------------------------------------------- /Tls.ServerNameFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.ServerNameFrame.h -------------------------------------------------------------------------------- /Tls.SignatureAndHashAlgorithmFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.SignatureAndHashAlgorithmFrame.cpp -------------------------------------------------------------------------------- /Tls.SignatureAndHashAlgorithmFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.SignatureAndHashAlgorithmFrame.h -------------------------------------------------------------------------------- /Tls.Types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.Types.cpp -------------------------------------------------------------------------------- /Tls.Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Tls.Types.h -------------------------------------------------------------------------------- /Web.Client.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Client.cpp -------------------------------------------------------------------------------- /Web.Client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Client.h -------------------------------------------------------------------------------- /Web.Form.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Form.cpp -------------------------------------------------------------------------------- /Web.Form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Form.h -------------------------------------------------------------------------------- /Web.Globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Globals.cpp -------------------------------------------------------------------------------- /Web.Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Globals.h -------------------------------------------------------------------------------- /Web.IFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.IFrame.cpp -------------------------------------------------------------------------------- /Web.IFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.IFrame.h -------------------------------------------------------------------------------- /Web.Link.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Link.cpp -------------------------------------------------------------------------------- /Web.Link.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Link.h -------------------------------------------------------------------------------- /Web.Page.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Page.cpp -------------------------------------------------------------------------------- /Web.Page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Page.h -------------------------------------------------------------------------------- /Web.Proxy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Proxy.cpp -------------------------------------------------------------------------------- /Web.Proxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Proxy.h -------------------------------------------------------------------------------- /Web.Server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Server.cpp -------------------------------------------------------------------------------- /Web.Server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Web.Server.h -------------------------------------------------------------------------------- /Webel.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Webel.sln -------------------------------------------------------------------------------- /Webel.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Webel.vcxproj -------------------------------------------------------------------------------- /Webel.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/Webel.vcxproj.filters -------------------------------------------------------------------------------- /stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/stdafx.cpp -------------------------------------------------------------------------------- /stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brian-spanton/Webel/HEAD/stdafx.h --------------------------------------------------------------------------------