]> git.sesse.net Git - vlc/history - src/misc
new failing test for medialistplayer_next
[vlc] / src / misc /
2008-03-19 Sam HocevarUse LoadLibrary instead of LoadLibraryA.
2008-03-19 Pierre d'Herbemontobjects.c: Automatically detach from the parent.
2008-03-18 Pierre d'Herbemontblock.c: Remove a warning about unused argument.
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-18 Rémi Denis-CourmontRemove the short-lived security-policy parameter.
2008-03-17 Rémi Denis-CourmontProvide the trust value to var_OptionParse
2008-03-16 Rafaël CarréInteraction are controlled by a dedicated thread
2008-03-13 André Weberfixed warning about wrong datatypes (mdate(), pf_GetSys...
2008-03-13 Jean-Baptiste KempfShut a Windows warning.
2008-03-13 Jean-Baptiste KempfShut a few unused parameters for Windows compiling.
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-03-09 Rafaël Carrécheck if the binary signature was issued by the public...
2008-03-09 Jean-Baptiste KempfWindows compile fix.
2008-03-09 Jean-Baptiste KempfUse GetWindowLongPtr instead of GetWindowLong to be...
2008-03-08 Antoine CellerierFix spelling in comment.
2008-03-08 Jean-Baptiste KempfInclude vlc_network.h in misc/messages for win32 for...
2008-03-08 Jean-Baptiste KempfGetLastError throws a DWORD, IIRC, not a char*
2008-03-03 Pierre d'Herbemontmisc/objects.c:
2008-03-03 Rémi Denis-CourmontRemove the unneeded vlc_object_destroy logger hack...
2008-03-03 Faustino OsunaMake sure there is a new-line at the end of the .gitign...
2008-03-03 Faustino OsunaAdd more ignores.
2008-03-03 Pierre d'Herbemontdarwin_specific.c: unused warning fix.
2008-03-02 Pavlov KonstantinFix $Id$ (probably)
2008-03-02 Pierre d'Herbemontmisc/events.c: Removing an comment that does not belong...
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 Jean-Baptiste KempfSrc: change Windows Timer Precision, ref #264. Patch...
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-25 Rémi Denis-Courmont - Don't put private system_* header in public
2008-02-25 Pierre d'Herbemontmisc/events.c: Fix a case about a callback non being...
2008-02-25 Rémi Denis-CourmontTypo
2008-02-25 Rémi Denis-CourmontUse %m on GLIBC to work-around strerror_r prototype...
2008-02-25 Rafaël Carréuse strerror_r() which is guaranteed to be thread safe...
2008-02-25 Pierre d'Herbemontmisc/threads.c: Fix error description printing in vlc_p...
2008-02-25 Jean-Baptiste KempfUpdate - avoid a segfault if the error is triggered...
2008-02-24 Rafaël Carrédon't duplicate sha1 hashes with strdup() (not \0 termi...
2008-02-21 Rémi Denis-CourmontDon't use char * to point to const char *, fix a memlea...
2008-02-21 Rémi Denis-CourmontRemove no-ops
2008-02-21 Rémi Denis-CourmontFix linking
2008-02-21 Rémi Denis-CourmontRemove useless check
2008-02-20 Rémi DuraffortWrap and typo
2008-02-20 Rémi DuraffortCheck the return value of vlc_object_create
2008-02-17 Rémi Denis-CourmontRemove unused object pointer from condition vars, mutex...
2008-02-17 Rémi Denis-CourmontRework threading:
2008-02-13 Rémi Denis-CourmontWinsock seems to timeout half-closed TCP sockets.
2008-02-13 Rémi DuraffortCheck asprintf return value.
2008-02-12 Rémi DuraffortCheck for the return value of fwrite.
2008-02-10 Rémi Denis-CourmontWin32 threads: Set priority on success rather than...
2008-02-10 Rémi Denis-CourmontAdd some debug
2008-02-09 Rémi Denis-Courmontthreads: Consistenly use NDEBUG
2008-02-08 Pierre d'Herbemontvlc_os_specific.h: Use const for argv.
2008-02-08 Pierre d'Herbemontmisc/darwin_specific.c: Fix compilation where MAXPATHLE...
2008-02-07 Pierre d'Herbemontsrc/darwin_specific.c: Get a better executable path...
2008-02-02 Antoine CellerierSome more of the same.
2008-02-02 Antoine CellerierFix error in gpg signature verification function. Gcryp...
2008-01-31 Rémi Denis-CourmontAllocate message queues mutexes against NULL instead...
2008-01-28 Rémi Denis-CourmontOnly use waitpipe for _kill, rather than _signal, which...
2008-01-28 Rafaël Carréupdate.c verify_signature(): remove unused parameter
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-27 Rémi Denis-CourmontDefault to using pthread instead of exploding.
2008-01-27 Rafaël Carréfix warning
2008-01-25 Rémi Denis-Courmontmove mutex setkind hack to src/
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-24 Rémi Denis-Courmont...and consistent semantics
2008-01-24 Rémi Denis-CourmontConsistent naming
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Rémi Denis-CourmontWe don't the logging level. Assume debug is only wanted...
2008-01-22 Rémi Denis-CourmontPrint messages directly to standard error if we don...
2008-01-22 Rémi Denis-CourmontAllow mutexes without objects. QueueMsg can handle...
2008-01-22 Rémi Denis-CourmontRemove useless cast
2008-01-22 Rafaël Carrégcry_md_read() returns a buffer which hold at least...
2008-01-22 Rafaël Carréupdate: do not make wrong assumptions about mpis' size
2008-01-22 Rémi Denis-CourmontRemove Cthreads support
2008-01-22 Rémi Denis-CourmontRemove State Threads support
2008-01-22 Rémi Denis-CourmontRemove support for GNU Portable Threads
2008-01-22 Rafaël Carréupdate: put pgp key in its own header (and update the...
2008-01-22 Rafaël Carréuse the correct type *cough*
2008-01-21 Rémi Denis-CourmontFix non-debug builds
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
2008-01-21 Rémi Denis-CourmontDon't clutter the production builds with the (useless...
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
2008-01-16 Rémi DuraffortUse utf8_unlink in src/misc/update.c
2008-01-15 Rafaël Carrémdate(): update comment
2008-01-14 Pierre d'Herbemontmisc/events.c: Make sure we don't leak.
2008-01-14 Pierre d'Herbemontmisc/events.c: Fix a NULL ptr access.
2008-01-13 Rémi DuraffortAlert the user when something wrong accure during the...
2008-01-12 Christophe MutricyRemove always false test
2008-01-12 Pierre d'Herbemontmisc/variables.c: Make sure we don't use an unitialized...
2008-01-08 Rémi DuraffortLittle change to print the right message in the user...
2008-01-06 Pierre d'HerbemontFix previouses commit.
2008-01-06 Pierre d'HerbemontMacOSX: Make sure VLC.framework is renamed to VLCKit...
2008-01-02 Pierre d'Herbemontmisc/events.c: Fix a warning.
2008-01-01 Pierre d'Herbemontmisc/events.c: Fix event sending, by properly supportin...
2007-12-31 Rafaël Carréupdate: use PGP to authenticate status file and downloa...
next