Commit Graph

41 Commits

Author SHA1 Message Date
Peter Wehrfritz cd20fbc9d9 *API BREAK* see the discussion in the mailing list. misc and e_modules will follow
SVN revision: 30970
2007-07-25 17:01:04 +00:00
Carsten Haitzler d6dff9cb77 add flush calls.
SVN revision: 28376
2007-02-16 18:12:38 +00:00
Kim Woelders 1159a35a17 Fix warnings.
SVN revision: 26971
2006-11-05 14:19:56 +00:00
Carsten Haitzler fb55d1856b more debugging fixing...
SVN revision: 23086
2006-06-02 08:06:46 +00:00
Carsten Haitzler bed9c4c044 more debugging
SVN revision: 23083
2006-06-02 07:32:44 +00:00
Carsten Haitzler ff5f8cc24f more safety measures
SVN revision: 23081
2006-06-02 07:24:04 +00:00
Carsten Haitzler 343089c120 only free list if its there...
SVN revision: 21609
2006-03-31 02:08:11 +00:00
codewarrior 214f4563a7 - maintain a list of connected clients and use that for clients_get
SVN revision: 21601
2006-03-30 14:01:04 +00:00
codewarrior d6cd4313bd we want the ipc_clients, not the con clients
SVN revision: 21600
2006-03-30 08:20:18 +00:00
codewarrior e0b0c8738f rasties wants, rasties gets!
SVN revision: 21599
2006-03-30 08:12:17 +00:00
Carsten Haitzler d3c5b04a87 and get debug name right
SVN revision: 21439
2006-03-20 08:44:34 +00:00
Carsten Haitzler 065626dc56 rememebr to decrement ev coutns too!
SVN revision: 21438
2006-03-20 08:18:52 +00:00
Carsten Haitzler e8929d7043 add calls to get ip addr of client or server (NULL for created servers of
course) and comments/docs


SVN revision: 21437
2006-03-20 07:45:58 +00:00
Carsten Haitzler 4924cf8ba2 set server/client data to NULL on a delete - as it's already returned it it
should now be NULL and not used.


SVN revision: 21435
2006-03-20 05:59:21 +00:00
Carsten Haitzler b2ecc06e68 defer server and client deletion for con and ipc until all pending events
have been processed.


SVN revision: 21434
2006-03-20 05:53:12 +00:00
Carsten Haitzler 6e54d73898 add max data payload settings to ipc
SVN revision: 21249
2006-03-13 08:50:26 +00:00
rbdpngn f1bc839522 Revert disown call and force the parent to check if it created the socket
before unlinking it.


SVN revision: 19714
2006-01-11 05:13:23 +00:00
rbdpngn ea0749e88a Allow servers to disown their sockets. Allows for closing after a fork()
without unlinking the socket in the filesystem.


SVN revision: 19636
2006-01-08 07:42:56 +00:00
Carsten Haitzler 651a356e6a warnings - hush.
SVN revision: 19567
2006-01-06 18:26:37 +00:00
Carsten Haitzler 21371e45ea fix warnings
SVN revision: 16862
2005-09-23 06:28:05 +00:00
sebastid 7a64475aed Fix init and shutdown
SVN revision: 16655
2005-09-07 09:24:05 +00:00
sebastid 19d9aa1452 Move Ecore_Oldlist to Ecore_List2 and rename the funcs from _list_
to _list2_


SVN revision: 16425
2005-08-30 10:05:27 +00:00
Carsten Haitzler 8b120cbfc4 how the fuck didnt that work before!
SVN revision: 14731
2005-05-12 14:45:15 +00:00
Carsten Haitzler 5b1003cb54 mirror changes in ipc as with con
SVN revision: 14468
2005-04-29 04:58:55 +00:00
Carsten Haitzler be1463e339 patches - shorne
SVN revision: 14120
2005-04-09 00:07:32 +00:00
Kim Woelders 0d1f32f814 Add missing prototypes, associated cleanups.
SVN revision: 13616
2005-03-04 19:29:39 +00:00
Carsten Haitzler de28192bda kwo's ecore cleanup patch
SVN revision: 13559
2005-03-02 07:06:44 +00:00
Carsten Haitzler acfe995563 ok fix some things with SSL and ecore_evas. you ALWYAs have at least the api
to do ssl and al fo ecorE_evas stuff

BUt ecore_* may not be BUILT with that support
so the api stub exists
but it may just return NULL. theres calls to query for support here.


SVN revision: 11957
2004-10-22 03:41:49 +00:00
tsauerbeck f83c81433d mingw portability
SVN revision: 11926
2004-10-20 17:51:29 +00:00
ncn 163df38dea Just some grouping for Ecore IPC. Minor stuff.
SVN revision: 11236
2004-08-16 05:17:14 +00:00
ncn b12cfbd710 Spelling fix in ecore.c.in, more docs for src/lib/ecore/ecore_list.c, fix in src/lib/ecore_con/ecore_con.c and new docs for src/lib/ecore_ipc/ecore_ipc.c.
SVN revision: 10962
2004-07-22 13:07:25 +00:00
Carsten Haitzler fb0dc2ccd6 oopsiedaisy!
thanks rbdpgn! ppc ipc issue fixed now! :)


SVN revision: 10370
2004-05-27 05:33:32 +00:00
tsauerbeck e21b5dd247 don't use our own event_free callback when the default is good enough
SVN revision: 10141
2004-05-09 08:15:34 +00:00
Carsten Haitzler 76243ee847 and STOOOPIDO me does the wonderful copy & paste bug... FIX!
SVN revision: 9969
2004-04-29 02:58:10 +00:00
Carsten Haitzler 4b2111867f ipc header compression as part of the protocol. this relies on previosu
header states and does delta's. it seems to give me about 50-70% compression
for the headers - not bad. also solved aligned memory access problem waiting
to happen... :)


SVN revision: 9870
2004-04-23 07:24:40 +00:00
Carsten Haitzler 9403c932e5 oops - forgot to copy my fix to other side too!
SVN revision: 9808
2004-04-20 09:30:59 +00:00
Carsten Haitzler 38636f3cb1 fix a bug in ecore_ipc - damn.. how could that stay there? :)
and err - clean up some indenting etc...

trill - going to put n SSL server support too (ie ecore can act as SSL server
too) ?


SVN revision: 9720
2004-04-14 08:51:19 +00:00
Carsten Haitzler a8f624b9c5 pointles though it is, i see no r3eason to dissallow locak unix sockets to
have SSL encryption... still very pointless, but... possible :) if you dont
trust your kernel... why bother? :)


SVN revision: 9621
2004-04-06 06:22:47 +00:00
Carsten Haitzler fd2532624a ecore_ipc now supports ssl too
SVN revision: 9620
2004-04-06 06:20:39 +00:00
Carsten Haitzler 75047789ad slight change in doc comments... get rid of htmlisms...
SVN revision: 9037
2004-02-20 07:06:29 +00:00
Carsten Haitzler a5c2425084 damn you salizar! damn you!
errr. i mean. ecore moves to HEAD!


SVN revision: 7475
2003-09-23 08:09:32 +00:00