]> git.proxmox.com Git - mirror_lxc.git/history - src
Fix spacing error in namespace.c
[mirror_lxc.git] / src /
2018-11-06 JungsubFix spacing error in namespace.c
2018-08-21 Jungsub Shinstart: Fix net iface remaining issue
2018-08-21 Christian BraunerMerge pull request #2555 from tcharding/clang-format-cmd
2018-08-21 Christian BraunerMerge pull request #2557 from 2xsec/bugfix
2018-08-21 2xseclist: fix indent
2018-08-20 Tobin C. Hardingcmd: Fix format issues found by clang-format
2018-08-20 Christian BraunerMerge pull request #2552 from tcharding/cpp-check
2018-08-20 Tobin C. Hardingcmd: Reduce scope of 'count' variable
2018-08-20 Tobin C. Hardingcmd: Do not reassign variable before it is used
2018-08-20 Wolfgang BumillerMerge pull request #2549 from brauner/2018-08-19/cmd_us...
2018-08-20 Christian Braunercmd: use goto for cleanup in lxc-usernsexec
2018-08-20 Christian BraunerMerge pull request #2550 from 2xsec/bugfix
2018-08-20 Christian BraunerMerge pull request #2542 from tcharding/signal-fail...
2018-08-20 Christian BraunerMerge pull request #2553 from Blub/ttydir-path-fixup
2018-08-20 Wolfgang Bumillerconf: fix path/lxcpath mixups in tty setup
2018-08-20 2xsectools: lxc-wait: add default log priority & cleanups
2018-08-20 2xsecstorage: exit() => _exit(). when exec is failed, child...
2018-08-19 Tobin C. Hardingtools: Indicate container startup failure
2018-08-19 Christian Braunermacro: add macvlan properties
2018-08-19 Christian Braunermacro: add missing headers
2018-08-19 Christian Braunercmd: use safe number parsers in lxc-usernsexec
2018-08-19 Christian Braunercmd: simplify lxc-usernsexec
2018-08-19 Christian Braunercmd: use utils.{c,h} helpers in lxc-usernsexec
2018-08-19 Christian Braunercmd: move declarations to macro.h
2018-08-19 Christian Braunercmd: lxc-usernsexec reorder includes
2018-08-19 Christian BraunerMerge pull request #2548 from 2xsec/bugfix
2018-08-19 2xseccmd: lxc-user-nic: change log macro & cleanups
2018-08-18 Serge HallynMerge pull request #2547 from brauner/2018-08-18/fix_ex...
2018-08-18 Christian BraunerMerge pull request #2545 from ljagiello/integer-overflow
2018-08-18 Lukasz Jagiellolseek - integer overflow
2018-08-18 Christian Braunertools: fix lxc-execute command parsing
2018-08-18 Christian BraunerMerge pull request #2546 from 2xsec/bugfix
2018-08-18 2xsecstorage_utils: move duplicated function from tools
2018-08-18 Christian BraunerMerge pull request #2544 from 2xsec/bugfix
2018-08-17 2xsectools: lxc-unfreeze: add default log priority & cleanups
2018-08-17 2xsectools: lxc-freeze: add default log priority & cleanups
2018-08-17 2xsectools: lxc-stop: add default log priority & cleanups
2018-08-17 2xsectools: lxc-start: add default log priority & cleanups
2018-08-17 2xsectools: lxc-execute: add default log priority & cleanups
2018-08-17 2xsectools: lxc-device: add default log priority & cleanups
2018-08-17 2xsectools: lxc-destroy: add default log priority & cleanups
2018-08-17 2xsectools: lxc-create: add default log priority & cleanups
2018-08-17 2xsectools: lxc-console: add default log priority & cleanups
2018-08-17 2xsectools: lxc-checkpoint: add default log priority & cleanups
2018-08-17 2xsectools: lxc-cgroup: add default log priority & cleanups
2018-08-17 2xsectools: lxc-attach: add default log priority & cleanups
2018-08-17 Stéphane GraberMerge pull request #2543 from brauner/2018-08-17/silenc...
2018-08-17 Christian Braunerlxc_init: s/SYSDEBUG()/SYSERROR()/g in remove_self
2018-08-17 Christian BraunerMerge pull request #2540 from tcharding/checkatch-cmd
2018-08-17 Tobin C. Hardingcmd: Do not use comparison to NULL
2018-08-17 Tobin C. Hardingcmd: Remove typo'd semicolon
2018-08-17 Tobin C. Hardingcmd: Put trailing */ on a separate line
2018-08-17 Tobin C. Hardingcmd: Remove unnecessary whitespace in string
2018-08-17 Tobin C. Hardingcmd: Use 'const' for static string constant.
2018-08-17 Tobin C. Hardingcmd: Fix whitespace issues
2018-08-17 Tobin C. Hardingcmd: Do not use braces for single statement block
2018-08-17 Tobin C. Hardingcmd: Use 'void' instead of empty parameter list
2018-08-17 Tobin C. Hardingcmd: Use parenthesis around complex macro
2018-08-16 Stéphane GraberMerge pull request #2535 from brauner/2018-08-16/cmd_fixes
2018-08-16 Christian Braunerlxc-usernsexec: cleanup and bugfixes
2018-08-16 Christian Braunerlog: add CMD_SYSINFO()
2018-08-16 Christian Braunerlog: add CMD_SYSERROR()
2018-08-16 Christian BraunerMerge pull request #2534 from tcharding/checkpatch
2018-08-16 Christian BraunerMerge pull request #2532 from tcharding/unshare-err
2018-08-16 Tobin C. Hardingcmd: Move assignment out of if statement
2018-08-16 Tobin C. Hardingcmd: Fix whitespace ERRORS
2018-08-16 Tobin C. Hardingcmd: Do not initialise statics to 0
2018-08-16 Tobin C. Hardingcmd: Correctly indent switch statement
2018-08-16 Tobin C. Hardingusernsexec: Make err out vebose for unshare error
2018-08-16 Christian BraunerMerge pull request #2533 from tcharding/docs
2018-08-16 Stéphane GraberMerge pull request #2531 from brauner/2018-08-16/minor_...
2018-08-15 Christian Braunerstate: s/sleep()/nanosleep()/
2018-08-15 Stéphane GraberMerge pull request #2530 from brauner/2018-08-16/minor_...
2018-08-15 Christian Braunerlxccontainer: minor fixes
2018-08-15 Stéphane GraberMerge pull request #2527 from brauner/2018-08-15/file_l...
2018-08-14 Christian Braunerlxclock: improve file locking
2018-08-14 Christian Braunerlxccontainer: improve file locking
2018-08-14 Stéphane GraberMerge pull request #2526 from brauner/2018-08-14/fix_on...
2018-08-14 Christian Braunerlxccontainer: fix F_OFD_GETLK checks
2018-08-14 Christian BraunerMerge pull request #2525 from 2xsec/bugfix
2018-08-14 2xseccoverity: #1438392
2018-08-13 Christian BraunerMerge pull request #2524 from 2xsec/bugfix
2018-08-13 2xsecfix thread safe issue(localtime => localtime_r)
2018-08-13 2xsecmacro: remove duplicated define
2018-08-12 Stéphane GraberMerge pull request #2521 from brauner/2018-08-11/fix_ne...
2018-08-11 Christian Braunernetlink: add __netlink_{send,recv,transaction}
2018-08-11 Stéphane GraberMerge pull request #2520 from brauner/2018-08-11/fix_ne...
2018-08-11 Christian Braunerstart: make netnsid allocation failures non-fatal
2018-08-11 Christian Braunernetns: improve netnsid allocation
2018-08-11 Christian Braunermacro: add NLMSG_ERROR
2018-08-10 Christian BraunerMerge pull request #2519 from 2xsec/bugfix
2018-08-10 2xsecfix assignment of signed to bigger unsigned issue
2018-08-10 Christian BraunerMerge pull request #2516 from 2xsec/bugfix
2018-08-10 2xsecfix tainted int loop bound issue
2018-08-10 2xsectests: containertests: fix dereference pointer c
2018-08-09 Stéphane GraberMerge pull request #2518 from brauner/2018-08-09/networ...
2018-08-09 Christian Braunernetwork: type fixes lxc_netns_set_nsid()
2018-08-08 Stéphane GraberMerge pull request #2515 from brauner/2018-02-06/networ...
2018-08-08 Christian Braunernetns: vendor NETNSA_*
2018-08-08 Christian Braunermacro: move network macros from utils.h
next