]> git.sesse.net Git - vlc/history - src/misc
Attempt to implement waitpipe with Winsock (should fix #1347)
[vlc] / src / misc /
2007-12-28 Rémi Denis-CourmontAttempt to implement waitpipe with Winsock (should...
2007-12-28 Rémi Denis-Courmontblock_mmap_Alloc: commoditize block allocation from...
2007-12-24 Antoine CellerierUse \033[0;1m instead of \033[37;1m for bold text using...
2007-12-23 Rémi Duraffortremove memory leak
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-12-22 Rémi Duraffortuse a pointer to a function instead of a callback
2007-12-22 Rafaël Carréupdate: cosmetics, put the variable creation in libvlc
2007-12-22 Rémi Duraffortanother cleaning session
2007-12-19 Rémi Denis-CourmontWork-around for overaging POSIX systems
2007-12-19 Rémi Denis-CourmontFix stupid logic
2007-12-19 Rémi DuraffortBetter asprintf error handling
2007-12-18 Rafaël Carréupdate system:
2007-12-18 Rémi Denis-Courmont_POSIX_CLOCK_SELECTION at 0 does not mean it's not...
2007-12-18 Rémi DuraffortAdd fonctions to the update system : all is in a thread...
2007-12-16 Rémi Denis-CourmontI hate Winsuck^H^H^Hock
2007-12-14 Rafaël CarréDisable update checking per default, re-enable with...
2007-12-12 Pierre d'Herbemontmisc/threads.c: Implement vlc_threads_error(), that...
2007-12-11 Rémi DuraffortSimplify the version test dans remove useless things
2007-12-10 Rémi DuraffortModify the update system : I will add more functionnali...
2007-12-08 Antoine CellerierAdd VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possibl...
2007-12-01 Rafaël Carréoops
2007-11-28 Rémi Denis-CourmontFix screensaver deadlock if terminating as soon the...
2007-11-26 Rémi Denis-CourmontCleanup custom block allocation
2007-11-26 Rémi Denis-CourmontRemove block_t->p_sys, which is not really needed either.
2007-11-26 Rémi Denis-CourmontSave one pointer and dereference in the block core
2007-11-26 Rémi Denis-CourmontRemove the unused manager from block_t
2007-11-26 Rémi Denis-CourmontUse (s)size_t in block_t.
2007-11-26 Rafaël Carréforget a parameter in msg_Err
2007-11-26 Rafaël Carréfix compilation on Linux
2007-11-26 Rafaël Carréupdate: performs size and m5 checksum verification...
2007-11-20 Rémi Denis-CourmontVery partial cleanup
2007-11-15 Rémi Denis-CourmontRevert [23063]
2007-11-14 Rafaël Carrémake vlc_object_timedwait() return immediately if the...
2007-11-10 Felix Paul Kühne* a few more
2007-10-26 Jean-Paul SamanFix potential memleak.
2007-10-26 Jean-Paul SamanFix potential segfault
2007-10-26 Jean-Paul SamanCheck malloc return value.
2007-10-26 Jean-Baptiste KempfDon't show h: in h:mm:ss when h is 0 in secstotimestr.
2007-10-25 Pierre d'Herbemontmisc/darwin_specific.c: Comply to coding guideline...
2007-10-25 Pierre d'Herbemontcontrol/darwin_specific.c: Fix Mac OS X Framework code...
2007-10-21 Pierre d'Herbemontmisc/darwin_specific.c: Fix framework detection code.
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-10-15 Christophe MutricyExport a function to get the install dir of VLC from...
2007-10-03 Rémi Denis-CourmontRemove silly copy-cat code. vasprintf does not generate...
2007-10-03 Rafaël Carrémessages: revert [22404]
2007-10-03 Rémi Denis-CourmontRemove survivor strerror (malloc always return ENOMEM...
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-10-01 Rémi Denis-CourmontReally fix playlist enqueue
2007-10-01 Rémi Denis-CourmontFix playlist enqueue RPC
2007-09-30 Christophe Mutricysvn:keywords
2007-09-30 Rémi Denis-CourmontPartial unfinished pipes conditional fallback for condi...
2007-09-30 Rémi Denis-CourmontAdd missing copyright and license header
2007-09-30 Rémi Denis-CourmontFix segmentation fault
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-30 Rémi Denis-CourmontHide object reference counter.
2007-09-23 Rémi Denis-CourmontPass --playlist-enqueue from started instance to runnin...
2007-09-22 Rémi Denis-CourmontRework/simplify the TLS plugin interface (LibVLC <...
2007-09-18 Rémi Denis-CourmontRemove remaining strerror() calls from core - refs...
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-18 Rémi Denis-CourmontPrint Winsock error instead of errno if applicable
2007-09-17 Rémi Denis-CourmontGNU libc-like support for "%m" expanded as strerror...
2007-09-17 Rafaël CarréFactorize [22111]
2007-09-17 Rémi Denis-CourmontForce fallback to realtime clock when clock selection...
2007-09-17 Pierre d'Herbemontmisc/threads.c: On non-linux create a PTHREAD_MUTEX_ERR...
2007-09-16 Rémi Denis-Courmontblock_FifoWake: force the block_FifoGet()'ing thread...
2007-09-16 Rémi Denis-CourmontUse new API
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-16 Rémi Denis-CourmontFix condition variable clock ifdef
2007-09-15 Rémi Denis-CourmontFix MacOS linking
2007-09-15 Rémi Denis-CourmontAttempt to fix MacOS build
2007-09-15 Rémi Denis-CourmontUse monotonic clock when available only
2007-09-15 Rémi Denis-CourmontMake sure we use the same clock for condition variable
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-15 Rémi Denis-CourmontRemove auto-update. This is blatantly insecure.
2007-09-14 Rémi Denis-CourmontHide (+minor changes) block_fifo_t layout
2007-09-14 Rémi Denis-CourmontWrite accessor for relevant block_fifo_t state
2007-09-12 Rafaël CarréAsserts p_this on __vlc_mutex_init()
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-07 Pierre d'Herbemontmisc/darwin_specific.c: Fix identation (oops). Fix...
2007-09-05 Pierre d'Herbemontmisc/darwin_specific.c: Fix framework detection.
2007-09-05 Pierre d'Herbemontmisc/darwin_specific.c: Correctly detect the Mac OS...
2007-09-05 Rémi Denis-Courmont#include order
2007-09-03 Damien Fouilleulmisc/rand.c: cleanup and fix a stupid bug
2007-09-02 Damien Fouilleulmisc/rand.c: actually, windows comes with a particulari...
2007-09-02 Rémi Denis-Courmont! It did say NON-PREDICTIBLE at the top of the file...
2007-09-01 Christophe Mutricyrand_s() is only in Win XP and latest. so use rand...
2007-09-01 Antoine CellerierFix the use of commands list, tree and vars in the...
2007-09-01 Rémi Denis-CourmontUse HMAC-MD5 rather than plain MD5
2007-09-01 Rémi Denis-CourmontAdd nonce generator vlc_rand_bytes
2007-09-01 Rémi Denis-CourmontFixup AddMD5 prototype
2007-09-01 Rémi Denis-CourmontDo not export DigestMD5; it's an internal subprocedure
2007-08-27 Pierre d'Herbemontmisc/events.c: Avoid leaking the array.
2007-08-27 Pierre d'Herbemontmisc/events.c: Remove unwanted code.
2007-08-27 Pierre d'Herbemontmisc/events.c: (Thanks to ileoo) Fix a crash.
next