Mindaugas Kavaliauskas
1eb1c40a5c
2010-10-21 03:18 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/contrib/hbmysql/hbmysql.hbp
* harbour/contrib/sddmy/sddmy.hbp
* added alternative mysql library path
+ harbour/include/hbnsctp.ch
+ harbour/include/hbnsctp.h
* harbour/src/rtl/Makefile
+ harbour/src/rtl/hbnsctp.c
+ harbour/src/rtl/hbnsctph.c
+ added NSCTP (Not Stream Control Transfer Protocol) functions.
Both C and PRG interfaces functions provided.
; Idea, protocol description, name, function description, samples
are presented at the beginning of hbnsctph.c file. I only put
function syntax here to help ChangeLog be a source of
documentation:
hb_nsctpCreate( hSocket ) --> hNSCTP
hb_nsctpDestroy( hNSTP )
hb_nsctpError( hNSCTP ) --> nError
hb_nsctpSetLimit( hNSCTP, nLimit )
hb_nsctpSend( hNSCTP, cBuf [, nTimeout = FOREVER ] ) --> lSuccess
hb_nsctpRecv( hNSCTP, @cBuf [, nTimeout = FOREVER ] ) --> lSuccess
hb_nsctpSendLen( hNSCTP ) --> nBytesSent
hb_nsctpRecvLen( hNSCTP ) --> nBytesReceived
2010-10-21 00:19:19 +00:00
..
2010-09-07 07:16:51 +00:00
2010-10-03 09:26:33 +00:00
2010-07-31 12:00:53 +00:00
2010-07-31 12:00:53 +00:00
2010-09-07 07:16:51 +00:00
2010-09-07 07:16:51 +00:00
2010-07-31 12:00:53 +00:00
2010-07-31 12:00:53 +00:00
2010-10-18 10:18:38 +00:00
2010-09-07 07:16:51 +00:00
2010-10-20 21:58:15 +00:00
2010-09-07 07:16:51 +00:00
2010-09-07 07:16:51 +00:00
2010-07-31 12:00:53 +00:00
2010-08-03 20:01:18 +00:00
2010-09-07 07:16:51 +00:00
2010-07-31 12:00:53 +00:00
2010-09-07 07:16:51 +00:00
2010-10-19 23:53:50 +00:00
2010-07-31 12:00:53 +00:00
2010-07-31 12:00:53 +00:00
2010-10-21 00:19:19 +00:00
2010-10-14 06:45:51 +00:00
2010-09-19 23:06:54 +00:00
2010-07-31 12:00:53 +00:00
2010-10-02 09:44:56 +00:00
2010-09-07 07:16:51 +00:00
2010-10-21 00:16:48 +00:00
2010-07-31 12:00:53 +00:00
2010-10-17 13:23:42 +00:00
2010-09-07 07:16:51 +00:00
2010-08-29 10:54:30 +00:00
2010-07-31 12:00:53 +00:00
2010-10-14 13:46:38 +00:00
2010-10-18 01:54:45 +00:00
2010-10-08 15:59:46 +00:00
2010-10-19 22:14:54 +00:00
2010-10-15 15:27:19 +00:00
2010-09-29 00:08:43 +00:00
2010-10-01 14:08:22 +00:00
2010-10-01 14:08:22 +00:00
2010-10-21 00:19:19 +00:00
2010-10-13 17:35:01 +00:00
2010-10-01 14:08:22 +00:00
2010-10-04 10:44:00 +00:00
2010-10-01 14:08:22 +00:00
2010-10-20 05:07:41 +00:00
2010-09-12 20:11:12 +00:00
2010-08-14 18:25:13 +00:00
2010-09-29 21:48:50 +00:00
2010-09-22 14:53:20 +00:00
2010-07-29 22:10:21 +00:00