efl/src/lib/evas/cserve2
Jean-Philippe Andre ffa27c7082 evas/cserve2: prevent unwanted remap of strings table
In the client, string_get() can cause a remapping of the
strings index & mempool. This means that all pointers to
string data are invalid past that call.

Solution: add a safe_get() function that prevents remap
during search. It might prove faster also, but will
return NULL more often.
2013-10-28 15:47:16 +09:00
..
evas_cs2.h evas/cserve2: Reconnect to cserve2 in case of server crash 2013-10-28 15:47:16 +09:00
evas_cs2_client.c evas/cserve2: prevent unwanted remap of strings table 2013-10-28 15:47:16 +09:00
evas_cs2_image_data.c evas/cserve2: Add cache hit count on image data 2013-10-28 15:47:15 +09:00
evas_cs2_private.h evas/cserve2: Fix refcount for glyphs & glyph buffers 2013-10-28 15:47:16 +09:00
evas_cs2_utils.c evas/cserve2: Fix font reloading after cserve2 restart. 2013-10-28 15:47:16 +09:00
evas_cs2_utils.h merge: and now Evas 2012-11-04 11:51:42 +00:00