]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxclock.c
Bug #158: Deletion of unnecessary checks before calls of the function "free"
[mirror_lxc.git] / src / lxc / lxclock.c
2015-01-24 Markus ElfringBug #158: Deletion of unnecessary checks before calls...
2014-12-04 Veres Lajostypofixes - https://github.com/vlajos/misspell_fixer
2014-06-30 hallynMerge pull request #244 from xose/btrfs
2014-06-18 Serge Hallynsnapshots: move snapshot directory
2014-05-06 Serge HallynAdd missing MAX_STACKDEPTH define on MUTEX_DEBUGGING...
2014-02-19 Stéphane Graberrundir: Fix memory leaks
2014-02-18 Stéphane GraberSet a reasonable fallback for get_rundir
2014-02-18 Stéphane GraberAdd some missing newlines
2014-01-07 Serge Hallynlxclock: fix stupid scope error
2014-01-07 Serge Hallynlxclock: fall back to /tmp if xdg_rundir is not writeable
2014-01-06 S.Çağlar Onurcheck pthread_atfork and thread-local storage
2014-01-06 Stéphane GraberRevert "Revert "Use pthread_atfork() to unlock mutexes...
2014-01-02 Andrey MazoMark functions as static and arguments/arrays as const...
2014-01-02 Serge HallynRevert "Use pthread_atfork() to unlock mutexes after...
2014-01-01 Andrey MazoUse pthread_atfork() to unlock mutexes after fork()
2014-01-01 S.Çağlar Onuradjust include statements (v2)
2013-12-24 Andrey MazoRemove process_lock() except where actually needed
2013-12-23 Serge HallynRevert "remove static_lock()/static_unlock() and start...
2013-12-19 S.Çağlar Onurremove static_lock()/static_unlock() and start to use...
2013-11-25 hallynMerge pull request #92 from majek/share-namespaces
2013-11-14 S.Çağlar Onurgather all locking related code into src/lxc/lxclock.c
2013-11-01 S.Çağlar Onurvalgrind drd tool shows conflicting stores happening...
2013-10-28 S.Çağlar Onurunnamed semaphores should be destroyed not closed
2013-09-30 Serge HallynRFC: lxclock: drop the chown+chmod of lockdir
2013-09-27 Stéphane GraberFix typo
2013-09-18 Serge Hallynmake heavier use of process_lock (v2)
2013-09-11 Dwight Engenmove monitor-fifo and monitor-sock to /run
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-09-05 Dwight Engenvalgrind: fix memory leak on container new/put
2013-08-30 Serge Hallynfix wrong license text for parts of liblxc library
2013-08-20 Serge Hallyncoverity: make indent match nest level
2013-07-23 Serge Hallynlxclock: use XDG_RUNTIME_DIR for lock if appropriate...
2013-06-11 Serge Hallynlxclock: move container locks into /run/lock
2013-06-05 Serge Hallynlxclock and lxccontainer: switch from flock to fcntl
2013-05-25 Serge Hallynlocking: update per Dwight's comment
2013-05-25 Serge Hallynlxclock: Replace named sempahore with flock
2013-04-12 Serge Hallynlxclock: fix coverity-found leak
2013-04-12 Serge Hallynlxclock: indentation
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-01-09 Stéphane GraberAdd/remove extra includes
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-11-27 Dwight EngenMake config api items const
2012-11-12 Stéphane GraberMerge the liblxc API work by Serge Hallyn.