]> git.sesse.net Git - vlc/history - src/misc/objects.c
Get rid of b_attached
[vlc] / src / misc / objects.c
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...
2008-05-14 Rémi Denis-CourmontDetach dying objects atomically, so FIND_CHILDREN is...
2008-05-14 Rémi Denis-CourmontRemove useless constant
2008-05-08 Rémi Denis-CourmontWin32 compile fix
2008-05-07 Rémi Denis-CourmontNo need to take the structure lock when finding oneself
2008-05-07 Rémi Denis-CourmontFix the same race condition as in
2008-05-07 Rémi Denis-CourmontUse a per-object spin around the reference count.
2008-05-07 Rémi Denis-CourmontOnly insert new object into the table one initialized
2008-05-07 Rémi Denis-CourmontDon't check for 0 refcount.
2008-05-07 Rémi Denis-Courmontvlc_object_find*: don't check that refcount is zero
2008-05-07 Rémi Denis-CourmontRemove useless i_refcount == 0 case and fix a tiny...
2008-05-07 Rémi Denis-Courmontset_destructor has no need for the structure lock
2008-05-04 Rémi Denis-CourmontRemove VLC_OBJECT_GLOBAL
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-Courmontvlc_object_t.p_internals is not needed anymore
2008-05-03 Rémi Denis-CourmontAllocate global object as the others - not statically...
2008-05-03 Rémi Denis-Courmontobject: use vlc_internals()
2008-05-03 Rémi Denis-CourmontRemove some global object-specific code
2008-05-01 Rémi Denis-CourmontRemnants of I64F.
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-16 Jean-Paul SamanProperly initialize psz_name in PrintObject(). Fixes...
2008-04-16 Pierre d'Herbemontobjects: Also dump leaked objects.
2008-04-16 Pierre d'Herbemontobjects: Dump libvlc object when aborting because of...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-04 Pierre d'Herbemontobjects: Dump libvlc when we have some leak related...
2008-03-30 Rémi Denis-CourmontDocument object memory layoyt
2008-03-29 Pierre d'Herbemontinput: retain the input item.
2008-03-29 Pierre d'Herbemontobjects: Export vlc_object_dump() to debug.
2008-03-29 Rémi Denis-CourmontRemove some global object-specific hacks
2008-03-29 Rémi Denis-Courmontroot object: use vlc_custom_create
2008-03-29 Rémi Denis-CourmontInput and playlist: use custom object
2008-03-29 Rémi Denis-CourmontAssert that allocate object size makes sense
2008-03-29 Rémi Denis-CourmontRemove unused #include
2008-03-29 Rémi Denis-CourmontCreate OSD menu as a custom object
2008-03-29 Rémi Denis-CourmontCreate VLM as a custom object
2008-03-29 Rémi Denis-CourmontRemove useless #include
2008-03-29 Rémi Denis-CourmontFix warnings
2008-03-29 Rémi Denis-CourmontRemove META_ENGINE object type
2008-03-29 Rémi Denis-CourmontRemove XML object type
2008-03-29 Rémi Denis-CourmontRemove SD object type
2008-03-29 Rémi Denis-CourmontRemove SPU type
2008-03-29 Rémi Denis-CourmontRemove useless #include
2008-03-29 Rémi Denis-CourmontRemove VOD object type - not actually needed
2008-03-26 Pierre d'Herbemontobjects: Allow certain operations when the object refco...
2008-03-23 Pierre d'Herbemontobjects: Call vlc_object_join() automatically from...
2008-03-22 Pierre d'Herbemontobjects: Send a vlc_object_kill from vlc_object_destroy...
2008-03-19 Pierre d'Herbemontobjects.c: Automatically detach from the parent.
2008-03-18 Pierre d'Herbemontobjects.c: Add an assert_locked() in vlc_object_yield_l...
2008-03-18 Pierre d'Herbemontvlc_objects.h: Export and implement vlc_object_set_dest...
2008-03-16 Rafaël CarréInteraction are controlled by a dedicated thread
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-03-03 Pierre d'Herbemontmisc/objects.c:
2008-03-03 Rémi Denis-CourmontRemove the unneeded vlc_object_destroy logger hack...
2008-02-27 Pierre d'Herbemontmisc/objects: No need to do atomic list-release when...
2008-02-27 Pierre d'Herbemontmisc/objects.c: Make sure vlc_object_get won't return...
2008-02-27 Pierre d'Herbemontmisc/objects.c: Print more info about what was the...
2008-02-26 Pierre d'Herbemontsvn nightmare is ending... (Fix previous commit).
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rémi Denis-CourmontUgly hack to prevent crash when logging an error while...
2008-02-13 Rémi Denis-CourmontWinsock seems to timeout half-closed TCP sockets.
2008-02-10 Rémi Denis-CourmontAdd some debug
2008-01-28 Rémi Denis-CourmontOnly use waitpipe for _kill, rather than _signal, which...
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-21 Rémi Denis-CourmontRemove potential deadlocks in waitpipe with net_*
2008-01-21 Rémi Denis-CourmontRemove the requirement for vlc object to be locked...
2008-01-21 Rémi Denis-CourmontRemove unnecessary complication
2007-12-28 Rémi Denis-CourmontAttempt to implement waitpipe with Winsock (should...
2007-12-22 Pierre d'Herbemontinclude/vlc_objects.h: Use the usual macro trick, to...
2007-12-22 Rémi Denis-CourmontAdd an error message
2007-12-22 Rémi Denis-Courmont_pipe is not selectable on Windows, so return -1
2007-11-28 Rémi Denis-CourmontFix screensaver deadlock if terminating as soon the...
2007-11-15 Rémi Denis-CourmontRevert [23063]
2007-11-14 Rafaël Carrémake vlc_object_timedwait() return immediately if the...
2007-10-01 Rémi Denis-CourmontFix deadlock
2007-10-01 Rémi Denis-CourmontAdd the missing function to allocate and get the object...
2007-09-30 Rémi Denis-CourmontPartial unfinished pipes conditional fallback for condi...
2007-09-30 Rémi Denis-CourmontHide object reference counter.
2007-09-22 Rémi Denis-CourmontRework/simplify the TLS plugin interface (LibVLC <...
2007-09-16 Rémi Denis-CourmontTypo
2007-09-16 Rémi Denis-CourmontInline vlc_object_signal
2007-09-16 Rémi Denis-CourmontWrappers around thread signaling functions for object:
2007-09-15 Rémi Denis-CourmontWhen killing libvlc, also kill all its immediate children
2007-09-15 Rémi Denis-CourmontWakes an object when it is being killed
2007-09-01 Antoine CellerierFix the use of commands list, tree and vars in the...
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-19 Rémi Denis-CourmontHide b_attached.
2007-08-18 Damien Fouilleulthreads: win32, make sure only object owning a thread...
2007-08-16 Rémi Denis-CourmontHide thread ID out of VLC_COMMON_MEMBERS
2007-08-16 Rémi Denis-CourmontHide internal variables state
2007-08-16 Rémi Denis-CourmontCompile fix
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Rémi Denis-CourmontPrepare to privatize some members of VLC_COMMON_MEMBERS
2007-05-25 Laurent AimarCompilation warning fix.
2007-05-20 Antoine Cellerier* Some more fixes (+ don't redefine a function that...
2007-05-20 Antoine Cellerier* Fix non linux compilation round 2.
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
next