]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxccontainer.c
fix potential out of bounds pointer deref
[mirror_lxc.git] / src / lxc / lxccontainer.c
2013-07-10 Dwight Engenfix potential out of bounds pointer deref
2013-07-03 Bogdan Purcareatalxcapi_set_cgroup_item: remove duplicate == 0
2013-06-24 Serge Hallynapi_clone: don't remove storage if we haven't created it
2013-06-24 Serge HallynAccept more word delimiters when updating hooks
2013-06-12 Dwight Engenconsole API improvements
2013-06-10 Dwight Engenfix check for lock acquired
2013-06-05 Serge Hallynlxclock and lxccontainer: switch from flock to fcntl
2013-06-03 Serge Hallynimplement loopback backing store
2013-06-03 Serge Hallynlxcapi_create: don't close stdin/out/err
2013-05-31 Serge HallynDefine LXC_DEFAULT_CONFIG
2013-05-31 Serge Hallynlxccontainer: update locking comment
2013-05-29 Serge Hallynlxccontainer: don't lock around getstate and freeze...
2013-05-29 Dwight Engenadd console to lxc api
2013-05-28 Serge Hallynapi_clone: call is_stopped_locked() to avoid deadlock.
2013-05-26 Serge HallynMove container creation fully into the api
2013-05-25 Serge Hallyndestroy: implement in the api
2013-05-25 Serge Hallynlxc-stop: use api, remove lxc_shutdown, extend lxc...
2013-05-25 Serge Hallynlocking: update per Dwight's comment
2013-05-25 Serge Hallynlxclock: Replace named sempahore with flock
2013-05-25 Dwight Engenfix memory leaks in cgroup functions
2013-05-25 Dwight Engenconsolidate missing C library functions into utils.h
2013-05-21 Dwight Engenfix minor gcc 4.7.2 error
2013-05-21 Dwight Engenextend command processor to handle generic data
2013-05-21 Stéphane Graberlxcapi: Add new get_ips() call
2013-05-16 Serge Hallynlxc: add clone hook.
2013-05-13 Dwight Engenserialize multiple threads doing lxcapi_start()
2013-05-03 Dwight Engencoverity: ftell returns a signed value
2013-05-03 Dwight Engencoverity: ensure string is null terminated, return in
2013-05-02 Serge Hallynclone: a few fixes
2013-04-30 Serge Hallynintroduce lxc_config
2013-04-30 Serge Hallynimplement backend drivers and container clone API (v3)
2013-04-30 Dwight EngenCreate log file in lxcpath for non-system containers
2013-04-24 Dwight EngenAllow multiple monitor clients
2013-04-16 Dwight Engenfortify: minor cleanups for unused variables, stricter...
2013-04-15 Serge Hallynlxcapi_create: fix leak of tpath when a container alrea...
2013-04-15 Serge Hallynlxccontaienr: fix missing va_end in error case.
2013-04-15 Serge Hallynlxcccontainer: add missing va_end found by coverity
2013-04-11 Serge HallynFix up struct lxc_container locking
2013-04-05 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-04-01 Stéphane GraberAPI shouldn't be calling create for already defined...
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-11 Stéphane GraberAPI: export lxc_get_version()
2013-03-04 Serge Hallyncgroup: improve support for multiple lxcpaths (v3)
2013-03-04 Serge Hallync api: send lxcpath to destroy command
2013-03-04 Serge Hallync api -> createl: correctly handle 0 template args
2013-02-19 Serge Hallynremove redundant, too-early call to clearenv in api_sta...
2013-02-19 Serge Hallynlxc_monitor_open: prepend lxcpath
2013-02-19 Stéphane GraberIntroduce --lxcpath cmdline option, and make default_lx...
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-11 Dwight EngenUpdate Lua API
2013-02-11 Serge Hallynpass lxcpath to lxc_command
2013-02-11 Serge Hallynlxc api: fix some config_path oddities
2013-02-08 Serge HallynSwitch from use of LXCPATH to a configurable default_lx...
2013-02-06 Dwight EngenRename /etc/lxc/lxc.conf to /etc/lxc/default.conf.
2013-01-28 Serge Hallynuse a default per-container logfile
2013-01-23 Stéphane GraberRevert "use a default per-container logfile"
2013-01-22 Serge Hallynuse a default per-container logfile
2012-12-22 Serge HallynClear environment for container
2012-12-14 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-14 Dwight EngenFix race/corruption with multiple lxc-start, lxc-execute
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-07 Serge Hallynapi: add set_cgroup_item and get_cgroup_item (to c...
2012-12-04 Serge Hallynlxc_conf logfile and loglevel support
2012-11-27 Dwight EngenMake config api items const
2012-11-27 Dwight EngenUse autoconf LXCPATH instead of hardcoded LXCDIR
2012-11-26 Dwight EngenEnsure argv passed by createl to create is NULL terminated
2012-11-26 Dwight EngenFree allocated configuration memory
2012-11-12 Serge Hallynapi shutdown: don't c->stop() if already stopped.
2012-11-12 Serge Hallyndual-fork for daemonized fork in lxcapi-start
2012-11-12 Serge HallynAdd lxc_conf_free()
2012-11-12 Serge HallynFix passing non-const char* in for const char*
2012-11-12 Serge Hallyncheck chdir(/) return value
2012-11-12 Stéphane GraberWhen starting a container daemonized, wait for it to...
2012-11-12 Stéphane GraberMerge the liblxc API work by Serge Hallyn.