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-06-03 14:48:23 +00:00
2010-07-25 08:45:50 +00:00
2009-05-06 11:06:11 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-14 22:59:27 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-16 19:10:22 +00:00
2010-06-03 14:48:23 +00:00
2010-08-14 18:25:13 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-10-20 05:07:41 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-10-08 08:17:16 +00:00
2010-07-14 08:14:32 +00:00
2010-09-09 15:22:21 +00:00
2010-09-28 06:32:51 +00:00
2010-08-02 17:41:11 +00:00
2010-06-03 14:48:23 +00:00
2010-08-14 18:25:13 +00:00
2010-07-10 06:53:15 +00:00
2010-07-08 07:24:58 +00:00
2010-06-03 14:48:23 +00:00
2010-10-09 17:07:21 +00:00
2010-07-06 19:02:19 +00:00
2010-07-10 08:49:17 +00:00
2010-09-04 10:30:41 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-09-23 10:11:13 +00:00
2010-09-28 15:47:08 +00:00
2010-08-17 21:11:12 +00:00
2010-07-08 10:35:53 +00:00
2010-08-04 20:04:53 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2007-09-25 01:21:03 +00:00
2010-06-03 14:48:23 +00:00
2010-09-09 15:22:21 +00:00
2010-07-17 18:20:37 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 16:53:35 +00:00
2010-07-08 10:35:53 +00:00
2010-07-08 07:24:58 +00:00
2010-08-04 20:04:53 +00:00
2010-08-04 20:04:53 +00:00
2010-08-04 20:04:53 +00:00
2010-06-03 14:48:23 +00:00
2010-09-09 15:22:21 +00:00
2010-06-03 14:48:23 +00:00
2010-08-03 07:39:10 +00:00
2010-06-24 21:21:48 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 13:42:39 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-16 13:16:40 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-10-20 05:07:41 +00:00
2010-06-03 14:48:23 +00:00
2010-07-08 10:35:53 +00:00
2010-09-09 15:22:21 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-10-21 00:19:19 +00:00
2010-10-21 00:19:19 +00:00
2010-06-03 14:48:23 +00:00
2010-09-09 15:22:21 +00:00
2010-06-03 14:48:23 +00:00
2010-08-19 09:09:44 +00:00
2010-02-08 22:19:16 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 21:11:33 +00:00
2010-02-08 21:52:47 +00:00
2010-06-03 14:48:23 +00:00
2010-06-14 22:59:27 +00:00
2010-07-07 21:11:33 +00:00
2010-07-07 13:42:39 +00:00
2010-08-04 20:04:53 +00:00
2010-07-30 14:10:16 +00:00
2010-06-03 14:48:23 +00:00
2010-08-06 10:51:00 +00:00
2010-06-03 14:48:23 +00:00
2010-06-10 17:30:22 +00:00
2010-09-21 16:12:26 +00:00
2010-07-07 13:42:39 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 13:42:39 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-08-06 10:51:00 +00:00
2010-06-03 14:48:23 +00:00
2010-09-30 08:56:04 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-08-04 20:04:53 +00:00
2010-06-03 14:48:23 +00:00
2010-06-22 22:10:26 +00:00
2010-07-08 07:24:58 +00:00
2010-06-14 22:59:27 +00:00
2010-06-14 22:59:27 +00:00
2010-06-15 10:00:45 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 13:42:39 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-08-04 20:04:53 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-25 08:45:50 +00:00
2010-06-30 22:47:20 +00:00
2010-06-03 14:48:23 +00:00
2010-06-22 01:21:46 +00:00