]> git.sesse.net Git - vlc/history - src/misc/objects.c
s/vlc_object_yield/vlc_object_release/
[vlc] / src / misc / objects.c
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Rémi Denis-CourmontOne child is one reference
2008-09-20 Pierre d'Herbemontobjects: vlc_object_yield() returns the yield()-ed...
2008-09-20 Rémi Denis-CourmontRemove the object ID field
2008-09-20 Rémi Denis-CourmontFinally remove mis-designed vlc_object_get
2008-09-20 Rémi Denis-CourmontPrint object address - easier when debugging
2008-09-19 Justus Piatercorrectly handle realloc() failure
2008-09-17 Laurent AimarAssert variable type in var_Set/GetXYZ.
2008-09-14 Rémi Denis-CourmontOnly input uses b_dead
2008-09-14 Rémi Denis-CourmontRemove the useless announce handler object
2008-09-11 Geoffroy CouprieDon't try to close a handle already closed
2008-09-08 Rémi Denis-CourmontRemove dead code (vlc_object_timedwait)
2008-09-08 Rémi Denis-CourmontImprove documentation
2008-09-07 Rémi Denis-CourmontBroadcast when the object is killed
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-06 Rémi Denis-Courmontvlc_object_find_name: return vlc_object_t *
2008-09-04 Rémi Denis-Courmontuse backtrace with vlc_object_get warning
2008-08-31 Rémi Denis-CourmontTypo
2008-08-31 Rémi Denis-CourmontUnexport vlc_object_dump
2008-08-31 Rémi Denis-CourmontCheck for leaked objects while we still can
2008-08-30 Rémi Denis-Courmontp_module_bank: move out of vlc_global
2008-08-30 Rémi Denis-CourmontInit the structure lock just once
2008-08-30 Rémi Denis-CourmontResync object leak check
2008-08-30 Rémi Denis-CourmontOne objects tree per instance rather than per process
2008-08-30 Rémi Denis-Courmontvlc_object_get: take instance as a parameter
2008-08-30 Rémi Denis-Courmontvlc_custom_create: no need to invoke the global root...
2008-08-30 Rémi Denis-CourmontRemove vlc_threadobj (did not work properly anymore)
2008-08-30 Rémi Denis-CourmontRemove the broken reference checker
2008-08-27 Rémi Denis-Courmontvlc_object_kill: cancel the thread
2008-08-27 Rémi Denis-CourmontObject functions: cancellation safety
2008-08-26 Antoine CellerierAdd information about variables having choices to the...
2008-08-25 Rémi Denis-CourmontAn object must not have a thread when it is destroyed
2008-08-19 Rémi Denis-Courmontlibvlccore: the object counter is specific so misc...
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-07-05 Rémi Denis-CourmontSlightly improve the warning
2008-07-05 Rémi Denis-Courmontvlc_object_alive: lock-less and inlined
2008-07-03 Rémi Denis-CourmontUnused variable
2008-06-30 Rémi Denis-CourmontWarn in case of dangerous thread join patterns
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_DIALOGS: remove
2008-06-28 Rémi Denis-Courmontvlc_object_create: assert that the object type is known
2008-06-28 Rémi Denis-Courmontvout: use vlc_custom_create
2008-06-22 Rémi Denis-CourmontRemove dead code
2008-06-22 Rémi Denis-Courmontvlc_object_kill: remove the libvlc-specific hack
2008-06-22 Rémi Denis-CourmontFix deadlock in vlc_object_kill (should fix #1543)
2008-06-21 Rémi Denis-CourmontRemove VLC_OBJECT_INTERACTION
2008-06-17 Rémi Denis-CourmontMove object lock and condition into the internals
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-15 Rémi Denis-CourmontRemove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
2008-06-14 Rémi Denis-Courmontvlc_object_find(playlist) is an error
2008-06-11 Rémi Denis-Courmontvlc_object_attach: do not kill an object within the...
2008-06-04 Rémi Denis-CourmontRemove VLC_OBJECT_SOUT
2008-06-04 Rémi Denis-Courmontvlc_threadobj under NDEBUG and refcheck under LIBVLC_RE...
2008-06-04 Antoine CellerierFix a few compilation warnings.
2008-06-01 Rémi Denis-CourmontLook for reference leaks. I found none, though.
2008-06-01 Rémi Denis-CourmontFix
2008-05-31 Rémi Denis-CourmontThe not-so-dumb references checker
2008-05-31 Rémi Denis-CourmontKeep track of object held by threads
2008-05-31 Rémi Denis-CourmontRemove unused static (oops)
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Rémi Denis-CourmontKill LibVLC children without the libvlc lock
2008-05-31 Rémi Denis-Courmontvlc_object_timedwait: same change as vlc_object_wait
2008-05-31 Rémi Denis-CourmontHave vlc_object_wait() to "return" void.
2008-05-31 Pierre d'HerbemontWork around the fact that autosh..tools does only check...
2008-05-31 Pierre d'HerbemontTypo.
2008-05-31 Pierre d'Herbemontconfigure: Check for HAVE_BACKTRACE and HAVE_EXECINFO_H.
2008-05-31 Rémi Denis-CourmontRemove bogus old code in tree dump.
2008-05-31 Rémi Denis-CourmontWarn about vlc_object_get
2008-05-31 Rémi Denis-CourmontFix typo
2008-05-30 Pierre d'Herbemontlibvlccore: Also print a backtrace on Mac OS X.
2008-05-30 Rémi Denis-CourmontImprove the still really dumb reference checker
2008-05-30 Pierre d'Herbemontgit commit --amend src/misc/objects.c. Ahum.
2008-05-30 Pierre d'Herbemontobjects: Don't lock parent in vlc_object_attach()....
2008-05-30 Pierre d'Herbemontobjects: Make sure that we don't loose a vlc_object_kil...
2008-05-29 Rémi Denis-CourmontFix infinite loop
2008-05-28 Rémi Denis-CourmontThe totally dumb reference checker
2008-05-28 Rémi Denis-Courmontvlc_threadobj(): returns the object nesting the current...
2008-05-28 Rémi Denis-Courmontvlc_object_get() sucks badly enough, no need to add...
2008-05-28 Rémi Denis-CourmontFix unlikely lock leak
2008-05-28 Rémi Denis-CourmontUse a doubly-linked list for objects instead of a flat...
2008-05-27 Rémi Denis-CourmontWarn when pl_Yield() is not used
2008-05-27 Rémi Denis-CourmontSimplify vlc_object_find(FIND_ANYWHERE)
2008-05-26 Rémi Denis-CourmontOnly allow VLC_OBJECT_MODULE outside of p_libvlc
2008-05-17 Rémi Denis-CourmontRemove the children leak detection which is not working...
2008-05-17 Rémi Denis-CourmontAlso remove the link fromn dead objects toward their...
2008-05-17 Rémi Denis-Courmontvlc_object_get sucks, document it
2008-05-16 Rémi Denis-CourmontSimplification
2008-05-16 Rémi Denis-CourmontMake vlc_object_detach a no-op if the object is not...
2008-05-16 Rémi Denis-CourmontHide i_children and pp_children away
2008-05-16 Rémi Denis-Courmontvlc_list_children: list children _safely_
2008-05-16 Rafaël CarréRevert "vlc_object_release: cleanup"
2008-05-16 Rafaël CarréRevert "Detach the children at object destruction"
2008-05-16 Rafaël CarréDetach the children at object destruction
2008-05-16 Rafaël Carrévlc_object_release: cleanup
2008-05-14 Rémi Denis-CourmontWe may still have children when destroyed...
2008-05-14 Rémi Denis-CourmontDebug code to prevent FIND_PARENT from crashing.
2008-05-14 Rémi Denis-CourmontHmm, there was a simpler solution
2008-05-14 Rémi Denis-CourmontInline DetachObject
2008-05-14 Rémi Denis-CourmontGet rid of b_attached
2008-05-14 Rémi Denis-CourmontRecurse through the object tree instead of using the...
next