Skip to content

Add UDP & IPV6 support + some fix #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
9064f08
Initial commit
Jan 20, 2025
0839065
Update README.md
spawn451 Jan 20, 2025
c66d00c
Add ncIPv6Utils + update demo
Jan 20, 2025
0805923
Merge branch 'master' of https://github.com/spawn451/NetCom7
Jan 20, 2025
2369941
Refactor
Jan 20, 2025
633cd0f
Update README.md
spawn451 Jan 21, 2025
5856d9a
Delete dcu files
Jan 21, 2025
ae58694
Merge branch 'master' of https://github.com/spawn451/NetCom7
Jan 21, 2025
deb8b0c
Refactor
Jan 21, 2025
f5017c2
Update ncIPUtils.pas
Jan 21, 2025
f37e560
Update ncLines.pas
Jun 2, 2025
1d5e022
New ncLines_v2.pas - Handles connection failures gracefully without t…
Jun 3, 2025
6e2f151
new ncScokets
Jun 13, 2025
9b16206
Update SimpleSockets Demo
Jun 29, 2025
cc7dde1
Update SimpleSockets
Jul 11, 2025
e866d19
New Threaded Socket Components
Jul 12, 2025
9ce76bf
Added TLS/SChannel support
Jul 13, 2025
dfeacee
Update Readme
Jul 13, 2025
1457484
Update notes ncLines
Jul 13, 2025
833682b
Added TLS/SChannel support threaded sockets
Jul 13, 2025
ee7aa3e
Update
Jul 17, 2025
abb8e80
Update ncSockets
Jul 17, 2025
5b60079
Removed Global TLS contexts
Jul 18, 2025
6d9ceb3
Fix TLS Disconnect
Jul 19, 2025
675cbf3
Small refactor
Jul 19, 2025
11752ea
Update ncSChannel
Jul 20, 2025
3880da3
Fix ncSChannel for x64
Jul 20, 2025
89c43c7
Update ncSChannel
Jul 21, 2025
15a7200
UDP update
Jul 21, 2025
25c28ae
Update ncUDPSockets
Jul 21, 2025
7bc05cd
ncUDPSockets update
Jul 22, 2025
0121e19
Update ncUDPSockets
Jul 22, 2025
74d485e
Update ncUDPSockets
Jul 22, 2025
d7508c0
Update ncUDPSockets
Jul 22, 2025
db59f27
Update ncUDPSockets
Jul 22, 2025
8652291
Refactor
Jul 23, 2025
781a979
Update
Jul 25, 2025
d30773d
Update
Jul 25, 2025
21f2a76
Update ncUDPSockets
Jul 26, 2025
13a32ea
Update Demos
Jul 28, 2025
fec5734
Fix TLS Disconnect in ncSocketsDual
Jul 29, 2025
ce8bbdb
Added original compression and encryption from ncSources to ncSockets…
Aug 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file removed Demos/ChatDemo/Server/ChatServer.identcache
Binary file not shown.
Binary file removed Demos/ChatDemo/Server/ChatServer.res
Binary file not shown.
Binary file removed Demos/DB/ChatDemo/Client/ChatClient.identcache
Binary file not shown.
Binary file removed Demos/DB/ChatDemo/Client/ChatClient.res
Binary file not shown.
Binary file removed Demos/NetComVSIndy/Client/NetComVSIndyClient.identcache
Binary file not shown.
Binary file removed Demos/NetComVSIndy/Client/NetComVSIndyClient.res
Binary file not shown.
Binary file removed Demos/NetComVSIndy/Server/NetComVSIndyServer.identcache
Binary file not shown.
Binary file removed Demos/NetComVSIndy/Server/NetComVSIndyServer.res
Binary file not shown.
214 changes: 0 additions & 214 deletions Demos/SimpleSockets/Client.dproj

This file was deleted.

6 changes: 0 additions & 6 deletions Demos/SimpleSockets/Client.dproj.local

This file was deleted.

Binary file removed Demos/SimpleSockets/Client.identcache
Binary file not shown.
Binary file removed Demos/SimpleSockets/Client.res
Binary file not shown.
Loading