305 Commits

Author SHA1 Message Date
Alexander Vdolainen
2699936d21 sxt: rdb API skel added; 2016-06-08 00:03:04 +03:00
Alexander Vdolainen
721adc03d4 sxt: sxrdb_t API design; 2016-06-07 23:42:35 +03:00
Alexander Vdolainen
ee349908c7 sxt: added few new errnos; 2016-06-07 04:21:22 +03:00
Alexander Vdolainen
edbda92722 sxt: minor changes, ed25519 protos moved to the separate header, to make code cleaner and more readable; 2016-06-06 04:45:40 +03:00
Alexander Vdolainen
cabcb72dbb sxt: added few key ops; 2016-06-06 00:12:06 +03:00
Alexander Vdolainen
669529ab09 sxt: core: added few errnos for sxt; 2016-06-06 00:01:33 +03:00
Alexander Vdolainen
451b5693d8 sxt: safebuffer ops added; 2016-06-02 02:50:33 +03:00
Alexander Vdolainen
65c86b3912 sxt: added signature struct; 2016-06-02 01:38:50 +03:00
Alexander Vdolainen
171b4bc734 artwork: added, updated AUTHORS file; 2016-06-02 01:25:49 +03:00
Alexander Vdolainen
fb58fea10e sxt: core: imported ed25519 keys ops; 2016-05-31 05:18:52 +03:00
Alexander Vdolainen
09bf176b7a sxt: added initial reference implementation of ed25519, btw not all stuff done for this; 2016-05-31 02:43:18 +03:00
Alexander Vdolainen
8d1e8591cf sxt: added skel for sxtkeys; 2016-05-31 01:51:07 +03:00
Alexander Vdolainen
9e541bc4aa core: added libsxt skel; 2016-05-31 00:45:00 +03:00
leonid-ed
d1bf79b1e3 [core] Fixed passing of the private key file path to OpenSSL; 2016-05-27 15:12:45 +03:00
leonid-ed
88f7f478a9 [core] Added obtaining of full paths of certificate files; 2016-05-27 15:06:48 +03:00
leonid-ed
da10663592 [code] Added checking on existence of certificate files; 2016-05-25 14:42:16 +03:00
leonid-ed
a2ea484beb [helpers] Added an ability to redirect all output to syslog in case of daemon mode; 2016-05-24 13:49:10 +03:00
leonid-ed
4d802aaf0d [examples] Added daemonize option to services in examples; 2016-05-24 13:49:10 +03:00
leonid-ed
3c0d3570f8 [helpers] Added an ability to become a daemon; 2016-05-24 13:48:54 +03:00
leonid-ed
6c9d847cb7 [examples] Added log functions to filelistc.c and filelistd.c; 2016-05-23 15:57:16 +03:00
leonid-ed
f63f2398f9 [core] Added ability to output log with custom functions (for sxhub_t); 2016-05-23 15:56:50 +03:00
Alexander Vdolainen
23b19029f4 [core] added ydaemon data manipulation stuff; 2016-04-20 05:02:30 +03:00
Alexander Vdolainen
77d0ee4a0b [core] Libydaemon added; 2016-04-13 03:59:42 +03:00
Alexander Vdolainen
3ef4cece81 [core] Added tdata, sexpr libraries to the project; 2016-04-13 01:58:12 +03:00
Alexander Vdolainen
1cfb0aed3c [core] version moved to file; 2016-04-06 02:09:31 +03:00
Alexander Vdolainen
2bc8d251b7 [linux] created linux related stuff for packaging, debian related stuff moved to this dir; 2016-04-06 01:50:28 +03:00
Alexander Vdolainen
1c1dd326a1 [debian] removed examples; 2016-04-06 01:48:20 +03:00
Alexander Vdolainen
862d101d9d [core] switching to 0.5.0; 2016-04-06 01:32:50 +03:00
Alexander Vdolainen
6d63995bea [core] version is going to be 0.4.3; 2016-04-06 01:02:38 +03:00
Alexander Vdolainen
78fea5bd62 [manpages] sxhub_stream_register() man page added; v0.4.2 2016-04-06 00:36:47 +03:00
Alexander Vdolainen
9097e86604 [core] bugfix with memleak on stream close and unexpected link broken; 2016-04-05 23:41:34 +03:00
Alexander Vdolainen
e8657b93c2 [examples] minor fixes; 2016-04-05 23:12:08 +03:00
Alexander Vdolainen
d2e8a90ff0 [core] minor fixes in comments; 2016-04-05 23:11:53 +03:00
Alexander Vdolainen
14bb9d5452 [manpages] Added sxstream_open, sxstream_openwch, sxstream_close; 2016-03-28 02:06:49 +03:00
Alexander Vdolainen
907ab884d3 [examples] added stat() to smpfc; 2016-03-28 01:21:30 +03:00
Alexander Vdolainen
9126c8416e Merge branch 'master' of ssh://git.code.sf.net/p/libsxmp/code 2016-03-28 00:17:40 +03:00
Alexander Vdolainen
0756386c48 [core] fixed bug with endless loop on master accept; 2016-03-28 00:17:19 +03:00
Alexander Vdolainen
6db8841382 [examples] stupid bug with copying fixed; 2016-03-28 00:09:02 +03:00
Alexander Vdolainen
7e35c61400 [examples] Added stat function to the smpfd daemon; 2016-03-15 13:22:03 +02:00
Alexander Vdolainen
b6e1814d80 [manpages] Added sxlink_connect_at function to manpages; 2016-03-15 13:17:44 +02:00
Alexander Vdolainen
f25b8509b7 [examples] smpfc cwd, getcwd, simple ls added; 2016-03-11 02:23:10 +02:00
Alexander Vdolainen
291b52d508 [examples] added misc helpers for client side examples; 2016-03-10 03:54:12 +02:00
Alexander Vdolainen
710bae75e1 [examples] added stub for sxmpf example; 2016-03-10 02:10:33 +02:00
Alexander Vdolainen
f0819da6a9 [core] Added function sxlink_connect_at() adding a private data for implementation on the client side; 2016-03-10 01:35:48 +02:00
Alexander Vdolainen
2a675d798a [manuals] Manpage minor fix; 2016-03-10 01:13:06 +02:00
Alexander Vdolainen
9e9ea00df8 [core] Code cleanup, minor fixes; 2016-03-10 01:12:18 +02:00
Alexander Vdolainen
0fde3f330f [examples] code cleanup; 2016-03-09 23:51:28 +02:00
Alexander Vdolainen
60e676a979 [examples] smpfd added stream, few functions; 2016-03-05 02:29:48 +02:00
Alexander Vdolainen
8b20f8989f [core] added inline function to get link from msg; 2016-03-05 02:27:31 +02:00
Alexander Vdolainen
5448493764 [examples] added autoconf stubs for smpf example i.e. new option to configure added, because this example require readline library; 2016-03-04 02:01:10 +02:00