254 Commits

Author SHA1 Message Date
Alexander Vdolainen
5cdf476b33 [examples] Fix: -p option processing; 2016-03-04 00:26:07 +02:00
Alexander Vdolainen
2b146cfb11 [docs] Updated info.txt, actual contacts, links and examples; 2016-03-03 14:30:06 +02:00
Alexander Vdolainen
e36f738f37 [core] builtin blob stream read added, stub for write added also; 2016-03-02 03:21:32 +02:00
Alexander Vdolainen
350aa0321f [core] Added named entry operations; 2016-03-01 22:44:09 +02:00
Alexander Vdolainen
868b7f41f6 [core] builtin named list operations added; 2016-02-24 22:46:36 +02:00
Alexander Vdolainen
2114a4944a [core] minor fixes; 2016-02-24 22:45:33 +02:00
Alexander Vdolainen
36dcd56f27 [core] bugfix with ssl read; 2016-02-22 18:09:29 +02:00
Alexander Vdolainen
deb7c4242f [core] code cleanup due to the long messages bugfix; 2016-02-22 04:08:26 +02:00
Alexander Vdolainen
bc3d8eef39 [examples] streamfl* bugfixes; 2016-02-22 03:32:11 +02:00
Alexander Vdolainen
ba630086e9 [core] builtin: streams bugfix; 2016-02-22 03:31:15 +02:00
Alexander Vdolainen
c6b795039a [core] bugfix: fixed stupid bug on big messages; 2016-02-22 03:29:24 +02:00
Alexander Vdolainen
b21dce9d51 [core] fixed dumphead macro; 2016-02-22 03:27:01 +02:00
Alexander Vdolainen
d1931f9f94 [examples] Added client for file lister daemon based on builtin streams, minor comments fix; 2016-02-22 00:41:40 +02:00
Alexander Vdolainen
8a3c479e4a [examples] Fixed copyrights - now it's good; 2016-02-21 02:16:30 +02:00
Alexander Vdolainen
8698dc5492 [examples] Fixed copyright comments; 2016-02-21 01:50:42 +02:00
Alexander Vdolainen
f0c6a641ad [examples] Stream based filelister daemon implementation; 2016-02-21 01:42:07 +02:00
Alexander Vdolainen
6534dda8a0 [core] Added stream related generic list operations; 2016-02-21 01:40:30 +02:00
Alexander Vdolainen
059e2bcc9d [core] Added comment to stream description structures; 2016-02-21 00:24:08 +02:00
Alexander Vdolainen
cef66df637 [examples] Added skel for simple file lister daemon based on builtin streams; 2016-02-20 23:57:49 +02:00
Alexander Vdolainen
ef491574ee [core] removed unused compare function, removed annoying warning; 2016-02-20 21:39:27 +02:00
Alexander Vdolainen
ff106b93f0 [examples] added helper external functions to make code more clean; 2016-02-20 20:45:38 +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
44610d093a Added special gitignore to stop annoy me; 2016-02-08 22:10:29 +02:00
Alexander Vdolainen
46a126e368 version changed(forgotten place to do it); 2016-02-08 22:08:38 +02:00
Alexander Vdolainen
738faf0630 TODO fixes; 2016-02-02 01:48:38 +02:00
Alexander Vdolainen
263d3da8bb moving to the next version; 2016-02-02 01:48:08 +02:00
Alexander Vdolainen
5596772847 info.txt added; 2016-01-31 03:17:30 +02:00
Alexander Vdolainen
6e6e52518d code minor cosmetic fixes; 2016-01-31 02:35:17 +02:00
Alexander Vdolainen
90fad10039 minor fixes; 2016-01-30 06:37:59 +02:00
Alexander Vdolainen
58b606a50c minor fix; 2016-01-30 06:16:59 +02:00
Alexander Vdolainen
15fb867657 added first stupid example; will test it later; 2016-01-30 03:24:40 +02:00
Alexander Vdolainen
11498689e3 clean up some code to be ready for new examples; 2016-01-29 23:43:48 +02:00
Alexander Vdolainen
a0633fc451 removed obsolete test examples; 2016-01-21 06:58:15 +02:00
Alexander Vdolainen
472e772ec9 the part of code clean up; 2016-01-21 06:51:51 +02:00
Alexander Vdolainen
0572e707c5 Added simple script to create x.509 certificates to run with examples and fun faster. 2016-01-21 06:48:24 +02:00
Alexander Vdolainen
9c7a1044b2 Initial stuff for the new examples; 2016-01-21 04:23:33 +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
13efc72396 Fixed copyright notice in manpages; 2015-12-29 22:42:52 +02:00
Alexander Vdolainen
97c8e96974 headers fix (LGPL notice instead of closed source one); 2015-12-29 20:16:55 +02:00
139d63f50b LICENSE: sxmp going to be opensource; removed obsolete examples; 2015-12-29 17:24:22 +02:00