Obsolete
/
libipc-old
Archived
3
0
Fork 0
Commit Graph

63 Commits (b2abfb970ee2802cad57b4046b6b852964e0a722)

Author SHA1 Message Date
lapupe b2abfb970e tcpd adapted for unix socket 2016-10-28 13:58:04 +02:00
lapupe 2e41ec11c8 process adapted for unix socket 2016-10-27 16:26:16 +02:00
lapupe 6b9e5ab270 communication adapted for unix socket 2016-10-27 16:25:33 +02:00
lapupe 8de367100b tout est à refaire 2016-10-14 17:47:08 +02:00
lapupe 86722b8db1 some modifications 2016-10-06 19:44:53 +02:00
Philippe PITTOLI 08d6fac3d2 some fixes 2016-10-03 17:30:52 +02:00
lapupe 716b8e3145 no modification 2016-10-02 14:32:11 +02:00
lapupe b8bf2d1b44 some final steps to the end of tcpd 2016-09-29 19:02:05 +02:00
lapupe 716a6d1197 fixed somes errors produce by Philip 2016-09-28 19:28:35 +02:00
lapupe 8c4e831a6b Merge branch 'master' of http://git.karchnu.fr/Karchnu/perfectos-junk into pongd 2016-09-21 17:44:46 +02:00
Philippe PITTOLI 6f72bce61c pubsubd: reorganize 2016-09-19 17:44:06 +02:00
Philippe PITTOLI e53e37b915 pubsub: wrong pointer 2016-09-19 17:38:52 +02:00
lapupe 35778c0b9b rien 2016-09-18 01:06:23 +02:00
lapupe 0498b2b134 pingpong.sh 2016-09-18 00:15:14 +02:00
Philippe PITTOLI 52cdc695df pubsub: cbor messages, still /t/i/s cbor message to do 2016-09-17 22:57:32 +02:00
lapupe 34ced4437a adapted pingpong apllication for the new version ex: pid-ind_in -> pid-ind-ver-in 2016-09-15 15:34:56 +02:00
Philippe PITTOLI a9766c39d5 pubsub: app communication lib. and service lib. separated 2016-09-14 21:09:14 +02:00
Philippe PITTOLI 8b4481da9f communication: if read == 0 => it's ok 2016-09-14 00:27:50 +02:00
Philippe PITTOLI 107ab48deb pubsubd: memory leak gone, kind of a problem on pubsubc
pubsubc has a problem when listening for the first time on his own
message, don't know where it comes from
2016-09-14 00:20:04 +02:00
Philippe PITTOLI 85c5d97bad pubsub: client and server seems ok (still a small leak) 2016-09-12 19:30:28 +02:00
Philippe PITTOLI 0314120304 pubsubd: pubsubc, the client, still in progress but (kind of) works 2016-09-11 16:55:36 +02:00
Philippe PITTOLI 2cd6b62bf0 pubsubd: memory leaks, but working 2016-09-11 14:37:41 +02:00
Philippe PITTOLI 57168fb1ef pubsubd: chan search, add, del => ok 2016-09-11 02:18:12 +02:00
Philippe PITTOLI f26406f32f pubsubd: print all structures 2016-09-11 01:47:25 +02:00
Philippe PITTOLI 80c5201b04 pubsubd: '\0' added at the end of the chan name 2016-09-10 23:15:10 +02:00
lapupe 7f0e5b62dd some modifications and pingpong is now working with new version 2016-09-10 18:34:02 +02:00
lapupe 878c5e7acc la merde 2016-09-10 17:50:02 +02:00
Philippe PITTOLI 6b2f53aee4 process : retour à la version correcte 2016-09-10 17:29:50 +02:00
Philippe PITTOLI 60d6017ef2 Merge branch 'master' of ssh://git.karchnu.fr:2202/Karchnu/perfectos-junk 2016-09-10 17:27:19 +02:00
Philippe PITTOLI d1aa200e45 pubsubd: problem spotted -- fix soon 2016-09-10 17:16:39 +02:00
lapupe bde5bc0283 Merge branch 'master' of http://git.karchnu.fr/Karchnu/perfectos-junk
Conflicts:
	lib/communication.c
	lib/process.c
2016-09-10 16:59:53 +02:00
lapupe 8a7ee440fc process 2016-09-10 16:48:46 +02:00
lapupe 0a4988c024 PingPong is now working correctly 2016-09-10 16:23:30 +02:00
Philippe PITTOLI 99ca565bb6 pubsub: eq test channels -- fixed 2016-09-10 02:54:53 +02:00
Philippe PITTOLI bd2e3e0d15 pubsubd: debug 2016-09-09 21:52:56 +02:00
Philippe PITTOLI cdf975db29 pubsub: tests sur les pipes (read, write) 2016-09-09 14:44:15 +02:00
Philippe PITTOLI 0524f70bab pubsubd: corrections + tests 2016-09-09 12:33:47 +02:00
Philippe PITTOLI d754958f9a pubsubd: simplifications 2016-09-09 12:06:25 +02:00
Philippe PITTOLI 21e326a3d4 pubsubd: GROS CHANTIER 2016-09-09 01:36:44 +02:00
Philippe PITTOLI e9169a633d pubsubd: channel copy improved 2016-09-07 23:46:00 +02:00
Philippe PITTOLI 14fd9b84b9 pubsubd: test on channels - init, add, get, del all 2016-09-07 23:26:28 +02:00
Philippe PITTOLI 773703a234 plein de petits trucs 2016-06-13 09:47:19 +02:00
Philippe PITTOLI 07f846b40e no warnings anymore, YEAHHHHHHHHHH :) 2016-06-12 14:41:25 +02:00
Philippe PITTOLI 4549a5b362 code bien plus propre 2016-06-12 12:38:43 +02:00
Philippe PITTOLI c064288ac4 Merge branch 'master' of ssh://git.karchnu.fr:2202/Karchnu/perfectos-junk 2016-06-10 21:15:14 +02:00
Philippe PITTOLI 21cd9fd4ea petit programme de test pour envoyer des messages individuellement 2016-06-10 21:14:41 +02:00
Luka Vandervelden 927eae0618 Grooming.
- Pointer conversion warnings removed.
	- bzero calls removed, because bzero is deprecated.

Notes:

	- The “unused variable” warnings are left for the time being,
	  because most of the code is still WIP.
2016-06-10 20:02:58 +02:00
Philippe PITTOLI 7d3e580d2e plein de petites corrections trop choux 2016-06-10 01:21:04 +02:00
Philippe PITTOLI bb3ccae218 En chantier, encore et toujours 2016-06-08 17:57:05 +02:00
Philippe PITTOLI 723828c4b8 plus de fuite de mémoire, manque plus qu'à lire et push les messages 2016-06-07 18:09:37 +02:00