[Upstream migration @62307] Merge remote branch 'origin/upstream'
[profile/ivi/ecore.git] / src / lib / ecore / ecore_thread.c
2011-08-11 Mike McCormack[Upstream migration @62307] Merge remote branch 'origin...
2011-07-28 mike_mecore: Add main loop thread safety
2011-07-27 Mike McCormackMerge branch 'upstream'
2011-07-12 sachielFix some double frees. The hash frees the data itself.
2011-07-11 Mike McCormackDon't abort on wrong thread
2011-07-11 Mike McCormackMerge branch 'master' of 165.213.180.234:slp/pkgs/e...
2011-07-08 Mike McCormackMerge branch 'upstream'
2011-07-07 sachielLittle errors no one cares about, but make thread-less...
2011-07-07 Mike McCormackMerge branch 'upstream'
2011-07-07 mike_mecore: Fix thread check for quicklaunch
2011-07-07 Mike McCormackMerge branch 'upstream'
2011-07-06 sachielExpand Ecore_Thread docs.
2011-07-05 mike_mecore: Add function to check we're the main loop thread
2011-07-05 Seokjae JeongMerge "Enable g_main_loop integration"
2011-06-29 cedricecore: forgotten eina_threads_init/shutdown.
2011-06-29 sachielIt doesn't look like this matters, so let's fix the...
2011-06-28 cedricecore: do count threads only in the main loop.
2011-06-28 cedricecore: actually limit the number of pipe in the cache.
2011-06-23 Jaehwan Kimsvn update: 60286 (latest:60286)
2011-06-07 caroEcore: ecore_thread : free resources, spotted by Ulrich...
2011-05-27 devilhornsEcore: Fix shadow declaration of variable 'time'.
2011-05-17 caroEcore : ecore_thread: use Sleep() on Windows, instead...
2011-04-20 seozEcore: Removed trailing whitespaces.
2011-04-05 Jaehwan Kimsvn update: 58224 (latest:58224)
2011-03-29 Shinwoo KimRollback to f2a5929b7e8ac780c8a3376580cf1968c7cac8cc
2011-03-29 Shinwoo Kimsvn update: 58047 (latest:58047)
2011-03-16 cedricecore: add ecore_thread_reschedule.
2011-03-09 Myungjae Leesvn update: 57453 (latest:57453)
2011-03-08 WooHyun Jung[Rollback]
2011-03-07 Myungjae Leesvn update: 57453 (latest:57453)
2011-02-25 devilhornsEcore_Thread: Fix yet another doxy typo.
2011-02-25 devilhornsEcore_Thread: Fix doxy typo.
2010-12-01 MyoungWoon Roy Kim[SVN EFL Migration] ecore in SLP is merged into SVN...
2010-11-26 caroremove win7 code and fix other minor problems
2010-11-26 caromore fixes, but needs to remove Windows 7 code, now...
2010-11-26 caroadd native win32 thread support in ecore_thread. Not...
2010-11-25 Myungjae LeeMerge branch 'master' of 165.213.180.234:/git/slp/pkgs...
2010-11-25 Myungjae Lee[ecore] merged svn latest code (svn54830)
2010-11-23 cedric * ecore: improve speed by reusing pipe and allocated...
2010-11-23 cedric * ecore: small cleanup.
2010-11-17 cedric * ecore: revert comment.
2010-11-14 rastersee comment.
2010-11-12 cedric * ecore: break Ecore_Thread API once and for all to...
2010-10-25 cedric * ecore: always check for func_cancel being not NULL...
2010-10-22 caro[ecore] fix compilation when pthread is not available
2010-10-17 caroimprove doc layout
2010-10-15 Jaehwan Kimsvn merge 51950
2010-10-14 cedric * ecore: improve and fix ecore_thread destruction.
2010-10-13 cedric * ecore: fix possible race. It also make ecore_thread_run
2010-10-13 cedric * ecore: turn on and off eina threads support when...
2010-10-07 etrunkoEcore: No need to #define _GNU_SOURCE
2010-10-06 cedric * ecore: fix typo.
2010-10-06 cedric * ecore: refcount send and received notify to prevent...
2010-10-05 jh0506.yun[ecore_evas] svn 51618 : Add UNUSED where missing.
2010-10-04 cedric * ecore: remove thread from the correct list.
2010-09-30 carotab--
2010-09-23 lucasUse eina_sched_prio_drop()
2010-09-22 cedric * ecore: oops, forgot that change.
2010-09-22 cedric * ecore: rename ecore_long_run to ecore_thread_feedbac...
2010-09-21 discomfitorremove unused variable
2010-09-20 discomfitordoxy error fixes
2010-09-20 lucasFix typos
2010-09-19 rasterwarning--
2010-09-10 jaehwan[efl upgrade]
2010-09-09 lucasFix priority dropping
2010-09-08 lucasFix common misspellings
2010-09-07 Jeahwan Kimsvn update: 51475 (latest:51480)
2010-09-06 cedric * ecore: fix error detection of ecore_pipe_add.
2010-09-04 rastermake 1 func to set lower pri - fall back to setpriority...
2010-09-04 rastersame - back to RR.
2010-09-04 rasterrr->other
2010-09-03 cedric * ecore: ecore_thread are not here to bring your compu...
2010-08-25 rasterfix ecore_thread to use pthread correctly. should build...
2010-08-18 discomfitorecore_thread_pool -> ecore_thread_local
2010-08-17 carofix compilation without thread support
2010-08-14 cedric * ecore: fix cancel from another thread.
2010-08-04 discomfitorconvert all function pointers to typedefs, add doxy...
2010-08-02 discomfitorfix random value generator.
2010-07-30 discomfitorreturn void* for data functions; depend on user not...
2010-07-30 discomfitorremove ecore_thread_pool_data_wait, make thread data...
2010-07-30 discomfitoradd data freeing support to ecore thread data api
2010-07-27 discomfitorfix threadless compile
2010-07-26 discomfitorecore_thread_cancel is now nullsafe, returning EINA_TRUE
2010-07-26 discomfitorrename function typedefs
2010-07-26 discomfitorwhoops
2010-07-26 discomfitoradd typedefs for ecore thread function types because...
2010-07-24 discomfitorfix longstanding leak
2010-07-23 discomfitorcorrectly init some variables that I missed somehow...
2010-07-23 discomfitorshut up eina
2010-07-23 discomfitorfix leak in thread_shutdown, use lots of mutexes and...
2010-07-23 discomfitorwhoops
2010-07-23 discomfitor+ecore_thread_{global,pool}_data_wait, to allow waiting...
2010-07-23 discomfitoradd threadsafe global data to threads, allowing for...
2010-07-23 discomfitorrename mutex
2010-07-23 discomfitorfix doxy
2010-07-23 discomfitorremove unnecessary mutexes, expand pthread self member...
2010-07-23 discomfitor+ecore_thread_pool_data_modify_or_add
2010-07-23 discomfitorapi change to ecore_thread_pool_data_add, now has 4th...
2010-07-22 discomfitor+ecore_thread_pool_data_{add,find,del}: start of ecore_...
2010-07-21 discomfitorshould probably make thread functions threadsafe. and...
next