summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con
Commit message (Expand)AuthorAgeFilesLines
* exotic: remove left-overs from Exotic supportStefan Schmidt2019-12-041-4/+0
* esacpe: remove library from treeStefan Schmidt2019-12-042-8/+0
* eo files: Avoid container<ptr(value_type)> usage.Lauro Moura2019-11-293-5/+5
* ecore_con: use only Eina_Magic infrastructure for set and check in Ecore_Con_...Cedric BAIL2019-10-141-1/+1
* ecore_con: use only Eina_Magic infrastructure for set and check in Ecore_Con.Cedric BAIL2019-10-111-2/+2
* ecore_con: destructor are always called when finalize return NULL.Cedric BAIL2019-10-111-7/+2
* efl: remove remaining instances of .eo global variablesDaniel Kolesa2019-09-245-57/+213
* efl: use new eolian error functionality instead of globalsDaniel Kolesa2019-09-243-17/+12
* docs: nicer formatting of the NULL keyword, everywhereXavi Artigas2019-09-109-18/+18
* efl: change all occurences of @owned to @moveDaniel Kolesa2019-09-069-30/+30
* docs: Fix typos and wrap EO files to 120 charsXavi Artigas2019-09-022-5/+8
* eolian: drop @crefDaniel Kolesa2019-08-291-1/+1
* ecore_con/memleak: due to checking refcount using postfix decrement operatorsubhransu mohanty2019-08-231-1/+1
* eolian: rename @class on methods to @staticDaniel Kolesa2019-08-163-7/+7
* Evil: remove pwd code in Evil and fix compilation failures after the removalVincent Torri2019-07-281-1/+5
* eolian: rename @warn_unused and its associated APIDaniel Kolesa2019-05-262-7/+7
* eolian: remove param @nonullDaniel Kolesa2019-05-265-11/+11
* include evil_private.h in last files, and disable symbolic links on Windows i...Vincent Torri2019-05-222-0/+4
* eolian: remove @nullable keywordDaniel Kolesa2019-05-214-8/+8
* bin/eet and ecore_con: remove Evil.h when not necessary and include evil_priv...Vincent Torri2019-05-1718-49/+2
* remove useless check of ws2tcpip.hVincent Torri2019-04-025-14/+5
* docs: Fix common misspellings in EO filesXavi Artigas2019-04-021-1/+1
* docs: Remove obsolete @since tags from EO filesXavi Artigas2019-03-2033-107/+0
* efl_con: fixup copy'n paste errorMarcel Hollerbach2019-03-201-2/+2
* efl_io_*: apply new event calling conventionMike Blumenkrantz2019-03-195-10/+10
* efl_net: resolve cases where we passed something as event_infoMarcel Hollerbach2019-03-192-32/+8
* build: add a option to disable eo file installationMarcel Hollerbach2019-03-141-3/+5
* ecore_con: Fix dereferencing of null pointerChristopher Michael2019-03-141-1/+1
* efl: mark most generated eina.error vars as @betaMike Blumenkrantz2019-03-114-57/+57
* efl-net: namespace events to avoid naming conflictsMike Blumenkrantz2019-03-0819-59/+59
* eo files: mark a bunch of types with @betaMike Blumenkrantz2019-03-089-26/+26
* efl.loop_timer: rename all methods/properties/eventsMike Blumenkrantz2019-03-081-1/+1
* ecore-con: remove all legacy usage from eo filesMike Blumenkrantz2019-03-0617-156/+458
* efl.file: improve api a bitMike Blumenkrantz2019-02-271-1/+1
* api: add bool data to efl.io.reader/writer 'changed' eventsMike Blumenkrantz2019-02-225-10/+10
* Mark BETA classes individuallyXavi Artigas2019-02-1433-33/+33
* ecore_con: Fix potentional problems around ecore_conWonki Kim2019-02-1310-16/+21
* eolian: drop class function overridingMarcel Hollerbach2019-02-136-15/+15
* replace hton and ntoh family functions with ones defined in einaVincent Torri2019-02-015-24/+20
* efl_net_server_udp: add empty functionsMarcel Hollerbach2019-01-281-0/+3
* efl_net_dialer_websocker: set cannot be called hereMarcel Hollerbach2019-01-262-1/+7
* efl_net: make server_ip abstractMarcel Hollerbach2019-01-231-1/+1
* efl: convert all interfaces to the new eolian syntaxMarcel Hollerbach2019-01-182-2/+2
* efl: convert all abstracts to the new eolian syntaxMarcel Hollerbach2019-01-181-1/+1
* efl: convert all classes to the new eolian syntaxMarcel Hollerbach2019-01-1832-33/+33
* efl_net: make efl.net.server.fd abstractMarcel Hollerbach2019-01-171-1/+1
* ecore: remove data parameters of Efl.Loop_Consumer.promise_new to reduce the ...Cedric BAIL2019-01-162-14/+24
* ecore_con: remove use of eina_promise_data_set.Cedric BAIL2019-01-161-19/+22
* efl net - connman - fix correct param for promise cancelCarsten Haitzler (Rasterman)2019-01-121-6/+4
* ecore-con: Add missing EINA_UNUSED for unused parameterChristopher Michael2019-01-091-1/+1