├── Examples └── Test │ ├── AndroidManifest.template.xml │ ├── Test.deployproj │ ├── Test.dpr │ ├── Test.dproj │ ├── Test.dproj.local │ ├── Test.identcache │ ├── Test.res │ ├── UMain.fmx │ └── UMain.pas ├── README.md └── Source ├── asn1util.pas ├── blcksock.pas ├── clamsend.pas ├── dnssend.pas ├── ftpsend.pas ├── ftptsend.pas ├── httpsend.pas ├── imapsend.pas ├── jedi.inc ├── kylix.inc ├── laz_synapse.lpk ├── laz_synapse.pas ├── ldapsend.pas ├── mimeinln.pas ├── mimemess.pas ├── mimepart.pas ├── nntpsend.pas ├── pingsend.pas ├── pop3send.pas ├── rtspsend.pas ├── slogsend.pas ├── smtpsend.pas ├── snmpsend.pas ├── sntpsend.pas ├── ssdotnet.inc ├── ssfpc.inc ├── ssl_cryptlib.pas ├── ssl_libssh2.pas ├── ssl_openssl.pas ├── ssl_openssl_lib.pas ├── ssl_sbb.pas ├── ssl_streamsec.pas ├── sslinux.inc ├── ssos2ws1.inc ├── ssposix.inc ├── sswin32.inc ├── synabyte.pas ├── synachar.pas ├── synacode.pas ├── synacrypt.pas ├── synadbg.pas ├── synafpc.pas ├── synaicnv.pas ├── synaip.pas ├── synamisc.pas ├── synaser.pas ├── synautil.pas ├── synsock.pas ├── tlntsend.pas └── tzutil.pas /Examples/Test/AndroidManifest.template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Examples/Test/AndroidManifest.template.xml -------------------------------------------------------------------------------- /Examples/Test/Test.deployproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Examples/Test/Test.deployproj -------------------------------------------------------------------------------- /Examples/Test/Test.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Examples/Test/Test.dpr -------------------------------------------------------------------------------- /Examples/Test/Test.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Examples/Test/Test.dproj -------------------------------------------------------------------------------- /Examples/Test/Test.dproj.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Examples/Test/Test.dproj.local -------------------------------------------------------------------------------- /Examples/Test/Test.identcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Examples/Test/Test.identcache -------------------------------------------------------------------------------- /Examples/Test/Test.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Examples/Test/Test.res -------------------------------------------------------------------------------- /Examples/Test/UMain.fmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Examples/Test/UMain.fmx -------------------------------------------------------------------------------- /Examples/Test/UMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Examples/Test/UMain.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/README.md -------------------------------------------------------------------------------- /Source/asn1util.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/asn1util.pas -------------------------------------------------------------------------------- /Source/blcksock.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/blcksock.pas -------------------------------------------------------------------------------- /Source/clamsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/clamsend.pas -------------------------------------------------------------------------------- /Source/dnssend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/dnssend.pas -------------------------------------------------------------------------------- /Source/ftpsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ftpsend.pas -------------------------------------------------------------------------------- /Source/ftptsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ftptsend.pas -------------------------------------------------------------------------------- /Source/httpsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/httpsend.pas -------------------------------------------------------------------------------- /Source/imapsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/imapsend.pas -------------------------------------------------------------------------------- /Source/jedi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/jedi.inc -------------------------------------------------------------------------------- /Source/kylix.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/kylix.inc -------------------------------------------------------------------------------- /Source/laz_synapse.lpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/laz_synapse.lpk -------------------------------------------------------------------------------- /Source/laz_synapse.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/laz_synapse.pas -------------------------------------------------------------------------------- /Source/ldapsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ldapsend.pas -------------------------------------------------------------------------------- /Source/mimeinln.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/mimeinln.pas -------------------------------------------------------------------------------- /Source/mimemess.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/mimemess.pas -------------------------------------------------------------------------------- /Source/mimepart.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/mimepart.pas -------------------------------------------------------------------------------- /Source/nntpsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/nntpsend.pas -------------------------------------------------------------------------------- /Source/pingsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/pingsend.pas -------------------------------------------------------------------------------- /Source/pop3send.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/pop3send.pas -------------------------------------------------------------------------------- /Source/rtspsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/rtspsend.pas -------------------------------------------------------------------------------- /Source/slogsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/slogsend.pas -------------------------------------------------------------------------------- /Source/smtpsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/smtpsend.pas -------------------------------------------------------------------------------- /Source/snmpsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/snmpsend.pas -------------------------------------------------------------------------------- /Source/sntpsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/sntpsend.pas -------------------------------------------------------------------------------- /Source/ssdotnet.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ssdotnet.inc -------------------------------------------------------------------------------- /Source/ssfpc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ssfpc.inc -------------------------------------------------------------------------------- /Source/ssl_cryptlib.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ssl_cryptlib.pas -------------------------------------------------------------------------------- /Source/ssl_libssh2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ssl_libssh2.pas -------------------------------------------------------------------------------- /Source/ssl_openssl.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ssl_openssl.pas -------------------------------------------------------------------------------- /Source/ssl_openssl_lib.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ssl_openssl_lib.pas -------------------------------------------------------------------------------- /Source/ssl_sbb.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ssl_sbb.pas -------------------------------------------------------------------------------- /Source/ssl_streamsec.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ssl_streamsec.pas -------------------------------------------------------------------------------- /Source/sslinux.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/sslinux.inc -------------------------------------------------------------------------------- /Source/ssos2ws1.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ssos2ws1.inc -------------------------------------------------------------------------------- /Source/ssposix.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/ssposix.inc -------------------------------------------------------------------------------- /Source/sswin32.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/sswin32.inc -------------------------------------------------------------------------------- /Source/synabyte.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/synabyte.pas -------------------------------------------------------------------------------- /Source/synachar.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/synachar.pas -------------------------------------------------------------------------------- /Source/synacode.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/synacode.pas -------------------------------------------------------------------------------- /Source/synacrypt.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/synacrypt.pas -------------------------------------------------------------------------------- /Source/synadbg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/synadbg.pas -------------------------------------------------------------------------------- /Source/synafpc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/synafpc.pas -------------------------------------------------------------------------------- /Source/synaicnv.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/synaicnv.pas -------------------------------------------------------------------------------- /Source/synaip.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/synaip.pas -------------------------------------------------------------------------------- /Source/synamisc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/synamisc.pas -------------------------------------------------------------------------------- /Source/synaser.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/synaser.pas -------------------------------------------------------------------------------- /Source/synautil.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/synautil.pas -------------------------------------------------------------------------------- /Source/synsock.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/synsock.pas -------------------------------------------------------------------------------- /Source/tlntsend.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/tlntsend.pas -------------------------------------------------------------------------------- /Source/tzutil.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TetrisSQC/SynapseTCP/HEAD/Source/tzutil.pas --------------------------------------------------------------------------------