Alexander Vdolainen
|
c6b795039a
|
[core] bugfix: fixed stupid bug on big messages;
|
2016-02-22 03:29:24 +02:00 |
|
Alexander Vdolainen
|
6534dda8a0
|
[core] Added stream related generic list operations;
|
2016-02-21 01:40:30 +02:00 |
|
Alexander Vdolainen
|
ef491574ee
|
[core] removed unused compare function, removed annoying warning;
|
2016-02-20 21:39:27 +02:00 |
|
Alexander Vdolainen
|
cf5399738f
|
[core] builtin: stream nonamed list read added, minor fixes;
|
2016-02-20 20:16:36 +02:00 |
|
Alexander Vdolainen
|
faf342548a
|
[core] builtin: stream updates, some internal structure updates;
|
2016-02-20 02:47:17 +02:00 |
|
Alexander Vdolainen
|
ab242783d8
|
core: added type_id to the channel struct;
|
2016-02-19 01:11:41 +02:00 |
|
Alexander Vdolainen
|
1cb8d3ad15
|
A few changes: a) some cleanup and renaming for better read, b) added initial streams stuff, c) builtin functions extension workaround, d) minor fixes;
|
2016-02-17 02:11:59 +02:00 |
|
Alexander Vdolainen
|
b3f81a786e
|
just added stream.c skel - stream implementation;
|
2016-02-14 23:39:47 +02:00 |
|
Alexander Vdolainen
|
7bacf72d55
|
added v2_1 sync processing;
|
2016-02-14 20:01:47 +02:00 |
|
Alexander Vdolainen
|
84a71e6c3f
|
fixed with version sync;
|
2016-02-14 02:08:16 +02:00 |
|
Alexander Vdolainen
|
e0644e7c5e
|
added version query with support for the old clients, added stream types sync functions, btw it's not tested;
|
2016-02-09 03:08:28 +02:00 |
|
Alexander Vdolainen
|
ac98fb231f
|
Added reservation for the built-in function names;
|
2016-02-08 22:24:45 +02:00 |
|
Alexander Vdolainen
|
4c659daa57
|
Added new error types;
|
2016-02-08 22:21:05 +02:00 |
|
Alexander Vdolainen
|
738faf0630
|
TODO fixes;
|
2016-02-02 01:48:38 +02:00 |
|
Alexander Vdolainen
|
425ca948c3
|
completely fixed issue with win32 option;
|
2016-01-21 02:42:11 +02:00 |
|
Alexander Vdolainen
|
3c1ed141a2
|
fixed autotools win build;
|
2016-01-20 00:07:58 +02:00 |
|
Alexander Vdolainen
|
97c8e96974
|
headers fix (LGPL notice instead of closed source one);
|
2015-12-29 20:16:55 +02:00 |
|
texniq
|
b7ab605c09
|
Windows build
|
2015-11-15 02:33:29 +03:00 |
|
|
e38ea0727b
|
fixed symbols; fullfilled gitignore to stop annoying me;
|
2015-11-11 15:37:44 +02:00 |
|
|
7657f6494a
|
rename in library is done;
|
2015-10-22 19:05:30 +03:00 |
|
|
0dbff0dca7
|
fixes due to the new naming;
|
2015-10-22 05:31:43 +03:00 |
|
|
a61f1bbd83
|
renaming;
|
2015-10-22 05:26:10 +03:00 |
|
|
e749301178
|
fixed comments, renaming;
|
2015-10-22 05:15:52 +03:00 |
|
|
ba5c37630e
|
renaming in lib, initial, some better naming;
|
2015-10-22 05:04:00 +03:00 |
|
Eugen Tarasov
|
23d26fe5b8
|
Merge branch 'master' of ssh://askele.com/libsntl
|
2015-08-13 17:45:00 +03:00 |
|
Eugen Tarasov
|
13d840c628
|
Win copability for posix threads added
|
2015-08-13 17:44:46 +03:00 |
|
|
1496e247a6
|
fixed thread eternal sleep in case of bad connection close;
|
2015-08-05 15:16:45 +03:00 |
|
|
e7a522bcb2
|
minor fixes;
|
2015-08-05 12:25:04 +03:00 |
|
|
9432627f22
|
forgotten SSL free added;
|
2015-08-05 12:01:50 +03:00 |
|
|
3881fc43a9
|
forgotten functions added;
|
2015-08-05 11:15:36 +03:00 |
|
|
56a6f24df1
|
code cleanup, memleak fixed on the client side;
|
2015-08-05 11:15:08 +03:00 |
|
|
ef36409851
|
minor fix in the serving thread to avoid annoying message;
|
2015-08-05 10:15:25 +03:00 |
|
|
291f62817c
|
fixed - checking flag returned again;
|
2015-08-04 18:34:06 +03:00 |
|
|
d15b74198a
|
minor fixes;
|
2015-08-04 15:34:00 +03:00 |
|
|
cf2cb4236a
|
bug fixes, memory leaks;
|
2015-08-03 14:17:11 +03:00 |
|
|
a32ec225d4
|
fixo;
|
2015-08-01 02:03:43 +03:00 |
|
Eugen Tarasov
|
46f4090629
|
Merge branch 'master' of ssh://askele.com/libsntl
|
2015-07-31 22:53:16 +03:00 |
|
|
c9cdd56060
|
fixed win32 hostname resolve;
|
2015-07-31 22:52:58 +03:00 |
|
Eugen Tarasov
|
7b20352a4d
|
Merge branch 'master' of ssh://askele.com/libsntl
|
2015-07-31 21:29:50 +03:00 |
|
|
a40133f23a
|
mutex was returned;
|
2015-07-31 21:27:52 +03:00 |
|
Eugen Tarasov
|
547413eec3
|
bzero changed to memset
|
2015-07-31 21:26:54 +03:00 |
|
|
9c19c11298
|
avoid of error string loading;
|
2015-07-31 20:12:10 +03:00 |
|
|
bd2f05e281
|
bugs fixes;
|
2015-07-31 20:02:25 +03:00 |
|
Eugen Tarasov
|
e8c65d39ba
|
Merge branch 'master' of ssh://askele.com/libsntl
Conflicts:
configure.ac
|
2015-07-27 15:42:26 +03:00 |
|
Eugen Tarasov
|
b27160a59a
|
WINDOWS beta
|
2015-07-27 15:38:49 +03:00 |
|
|
3b06cd0228
|
returning back to sntl name;
|
2015-07-25 03:45:03 +03:00 |
|
|
617e170087
|
pending messages ready;
|
2015-07-25 03:25:35 +03:00 |
|
|
f3d13966af
|
added connection_close;
|
2015-07-25 02:37:21 +03:00 |
|
|
bb28ee9a63
|
fixed;
|
2015-07-25 01:07:55 +03:00 |
|
|
dc6a9781cd
|
destroy of the connection added;
|
2015-07-24 20:58:42 +03:00 |
|