]> git.sesse.net Git - vlc/history - src/misc/objects.c
variables: use a binary search tree instead of a table
[vlc] / src / misc / objects.c
2010-01-06 Rémi Denis-Courmontvariables: use a binary search tree instead of a table
2009-12-30 Rémi Denis-CourmontAllocate each object variable separately
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-10-13 JP DingerReplace the last of the HAVE_EVENTFDs with HAVE_SYS_EVE...
2009-09-24 Rémi Denis-CourmontWoops, object leak in previous commits
2009-09-24 Rémi Denis-CourmontDead code
2009-09-24 Rémi Denis-Courmontvars command needs the variable lock
2009-09-24 Rémi Denis-CourmontRemove useless object linked-list
2009-09-20 Rémi Denis-CourmontAllow setting the name of an object at any time...
2009-09-05 Rémi Denis-CourmontExport vlc_object_get_name
2009-08-29 Rémi Denis-CourmontCheck for eventfd
2009-08-23 Rémi Denis-Courmontvlc_object_get_name, vlc_object_set_name: accessors
2009-08-23 Rémi Denis-CourmontRemove vlc_object_t.p_private
2009-08-19 Rémi Denis-CourmontHide psz_object_name in private data
2009-08-19 Rémi Denis-CourmontDeprecate ugly and unsafe vlc_object_find_name()
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontKill VLC_OBJECT_INTF
2009-05-23 Rémi Denis-CourmontMerge VLC_OBJECT_PACKETIZER with VLC_OBJECT_DECODER
2009-03-06 Rémi Denis-CourmontSerialize vlc_object_set_destructor() against vlc_objec...
2009-03-05 Rémi Denis-CourmontHack to get the leaked object tree back
2009-03-05 Rémi Denis-CourmontRemove unused vlc_object_lock and vlc_object_unlock
2009-03-05 Rémi Denis-CourmontPrivatize the object pipe lock
2009-03-04 Rémi Denis-CourmontKill unused vlc_object_assert_locked
2009-02-05 Rémi Denis-CourmontDo not reinvent eventfd. Won't work if syscall.h is...
2009-01-31 Rémi Denis-CourmontLinux: re-implement eventfd() against old glibc versions
2009-01-31 Rémi Denis-CourmontSuperfluous #includes
2009-01-30 Jean-Paul Samanobjects: check for HAVE_SYS_EVENTFD_H it is more reliab...
2009-01-24 Rémi Denis-CourmontRemove unused vlc_object_wait()
2009-01-24 Rémi Denis-CourmontFix warning
2009-01-24 Rémi Denis-CourmontRemove dead code
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_ENCODER
2009-01-19 Rémi Denis-CourmontUnexport vlc_list_find
2009-01-18 Rémi Denis-Courmontwaitpipe: fix missing initializer from earlier commit
2009-01-18 Rémi Denis-CourmontInclude <sys/eventfd.h> as needed
2009-01-18 Rémi Denis-CourmontFlawed logic
2009-01-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2009-01-17 Rémi Denis-CourmontLinux: use an eventfd instead of pipe for waking up...
2009-01-17 Rémi Denis-CourmontSimplify waitpipe.
2009-01-16 Rémi Duraffortvlc_object_dump is used only when debuging.
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2009-01-05 Laurent AimarAdded vlc_object_assert_locked utility.
2009-01-05 Rémi Denis-CourmontUse a proper condition variable for variable callback...
2008-12-21 Rémi Denis-CourmontVLC_OBJECT_PLAYLIST: remove unused type
2008-09-30 Rémi Denis-CourmontFix linking
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_LIBVLC
2008-09-28 Rémi Denis-CourmontRemove p_root hacks
2008-09-28 Rémi Denis-CourmontPer-instance structure lock
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_OPENGL
2008-09-21 Rémi Denis-CourmontRemove the vlc_list_find/module hack
2008-09-20 Antoine CellerierRemove last occurences of yield in the code and comments.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
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
next