evas/cserve2: Set image->flags.loaded on loaded_handle.
[profile/ivi/evas.git] / src / bin / evas_cserve2_requests.c
2012-07-17 antognollievas/cserve2: Set image->flags.loaded on loaded_handle.
2012-07-17 sachielAvoid calling the requets callbacks if the entry was
2012-07-17 sachielWhen changing request type, it helps to let the request
2012-07-17 sachielAdd Speculative Load type to requests and a way to
2012-07-17 sachielRename Font_Request so I stop being stupidly confused
2012-07-17 sachielMove image opening/loading to the new requests system
2012-07-17 sachielAllow creating requets without a client waiting on it
2012-07-17 sachielCancel dependents only when the request itself is
2012-07-17 sachielCall the requests callbacks only once per request
2012-06-29 sachielRemove the right element from the list
2012-06-29 sachielLet's not fall into an infinite loop with blocked
2012-06-29 sachielTHE MOST IMPORTANT COMMIT IN THE HISTORY OF HUMANITY
2012-06-29 sachielAdd support for a request to depend on another
2012-06-22 antognollievas/cserve2: Silent some warnings (and also fix wrong
2012-06-22 antognollievas/cserve2: Add font and glyphs loading implementation
2012-06-20 stefanevas/cserve2: Enums can hold negative values fine....
2012-06-20 stefanevas/cserve2: Unused parameter warnings--
2012-05-31 antognollievas/cserve2: Change request list to inlist.
2012-05-31 antognollievas/cserve2: Add a "processing" queue for each type
2012-05-31 antognollievas/cserve2: Add a "processing" queue to requests.
2012-05-31 antognollievas/cserve2: Add basic error handling on thread
2012-05-31 antognollievas/cserve2: Add handling of FONT_LOAD.
2012-05-31 antognollievas/cserve2: Some fixes for requests.
2012-05-31 antognollievas/cserve2: Some more code to requests management.
2012-05-31 antognollievas/cserve2: Use Slave_Command instead of
2012-05-31 antognollievas/cserve2: Add requests and slave workers
2012-05-31 antognollievas/cserve2: Adding font requests manipulation.