]> git.proxmox.com Git - mirror_lxc.git/history - src
travis: Build using the daily PPA
[mirror_lxc.git] / src /
2014-02-12 Stéphane Grabercoverity: Check return value from open
2014-02-12 Stéphane Grabercoverity: Drop dead code
2014-02-12 Stéphane Grabercoverity: Don't store fgets return value if we don...
2014-02-12 Stéphane Grabercoverity: check return value of fcntl in usernsexec
2014-02-12 Stéphane Grabercoverity: Always check mkdir_p's return value
2014-02-12 Stéphane Grabercoverity: Check return value of fcntl in lxc_popen
2014-02-12 Stéphane Grabercoverity: Free bdev in clone_update_rootfs
2014-02-12 Serge Hallynseccomp: introduce v2 policy (v2)
2014-02-12 Stéphane Graberbdev: Add aufs support
2014-02-12 Stéphane Graberlxc-start-ephemeral: Allow unprivileged run
2014-02-12 Serge Hallyncheck for access to lxcpath
2014-02-12 Stéphane GraberFix build failure (broken makefile)
2014-02-12 Stéphane Grabertests: Don't hardcode architecture
2014-02-12 Stéphane Grabertests: Add lxc-test-autostart
2014-02-11 Serge Hallynbdev: allow unprivileged overlayfs snapshots
2014-02-11 Stéphane GraberAdd --with-runtime-path to configure
2014-02-11 Stéphane Graberconf: Save lxc.network.ipv4 broadcast address
2014-02-11 Serge Hallynlxcapi-snapshot: don't snapshot directory-backed containers
2014-02-11 Serge Hallynwarn about insufficient permissions
2014-02-07 Stéphane Graberbionic: Define faccessat if missing
2014-02-07 Serge Hallynadd_device_node: act in a chroot
2014-02-07 Stéphane Graberlxc_autostart: Update following shutdown() API change
2014-02-07 Stéphane Graberlog: Drop trailing \n from log messages
2014-02-07 Stéphane Graberlog: Don't crash when name is NULL
2014-02-06 Dwight Engencgmanager: only include CFLAGS and LDADD when needed
2014-02-06 Stéphane Grabertests: Pass http_proxy through sudo environment
2014-02-06 Dwight Engenimplement cgmanager nrtasks
2014-02-06 Stéphane GraberAdd missing include of signal.h
2014-02-06 Dwight Engensplit cgroup handling into discrete backends
2014-02-06 Dwight Engenmove cgroup.c to cgfs.c in preparation for backend...
2014-02-06 Jonas ErikssonUpdate license of lsm/selinux.c
2014-02-06 Miquel van Smoorenburglxc.id_map bug when writing directly to /proc/pid/...
2014-02-05 Stéphane Graberpython3: Fix trivial error in clone()
2014-02-05 Stéphane Graberlog: Set log_define properly
2014-02-05 Serge Hallyncgmanager: update location of include file
2014-02-04 Stéphane Graberlogging: Add lxc_log_options_no_override function
2014-02-04 Serge Hallyncreate: pass --mapped-gid to templates next to --mapped-uid
2014-02-03 Serge Hallyncgmanager: have root escape to root cgroup before starting
2014-02-03 Rafal WojdylaFix error message if nodename is too long
2014-01-31 Stéphane Grabershutdown: Rework API and lxc-stop
2014-01-31 Serge Hallyncgmanager: chmod the container's base directory 775
2014-01-31 Robert VogelgesangFix the timeout == 0 case in lxcapi_shutdown()
2014-01-31 Stéphane GraberImplement lxc.rootfs.options
2014-01-31 Stéphane Graberlxc_info: Fix -H with -c
2014-01-31 Serge Hallynspecify mode whenever mounting tmpfs
2014-01-31 Serge Hallyncgroup: change unfreeze_fromhandler to return bool
2014-01-31 Serge Hallyncgmanager: support lxc.mount.auto = cgroup
2014-01-31 Serge Hallyncgmanager: implement attach
2014-01-31 Robert VogelgesangFix lxc-stop's argument parsing
2014-01-31 Bogdan Purcareatause susv3 head arguments
2014-01-31 Stéphane Graberbdev: Rename mount_unknow_fs to mount_unknown_fs
2014-01-29 Serge Hallyncgmanager chown: close socketpair on error paths
2014-01-29 Serge Hallyn[PATCH cgmanager chown: don't do a gratuitous fork
2014-01-29 Natanael CopaInclude config.h early for _GNU_SOURCE with uClibc
2014-01-29 Natanael CopaInclude config.h early for _GNU_SOURCE with musl libc
2014-01-29 Natanael CopaCheck for non-posix utmpxname in configure
2014-01-29 Natanael CopaDon't include linux/if_bridge.h
2014-01-29 Natanael CopaInclude limits.h for NAME_MAX
2014-01-29 Natanael CopaInclude strings.h for strcasecmp
2014-01-29 Natanael CopaUse the standard 'unsigned int' instead or non-standard...
2014-01-29 Natanael CopaInclude poll.h instead of sys/poll.h
2014-01-29 Serge Hallynuserns_exec_1: catch errors in the spawned process.
2014-01-29 Robert VogelgesangTwo further cgroup cleanups:
2014-01-29 Robert Vogelgesanglxc-monitord.log should not be created with mode 0666
2014-01-29 Serge Hallynlxc_container_new: fail on config file parse error
2014-01-29 Serge Hallyncgroups: adjust previous commit
2014-01-29 Robert Vogelgesangcgroupfs: cpuset support for kernels without cgroup...
2014-01-27 S.Çağlar Onurexport lxc_cmd_get_config_item via API and use in lxc...
2014-01-27 Serge Hallynattach test: always flush stdout
2014-01-27 Luka Perkovlxccontainer: fix whitespaces
2014-01-26 Qiang Huanglxccontainer: remove PID file after lxc_start return
2014-01-25 S.Çağlar Onurclose the fd on error
2014-01-25 Serge Hallynlxcapi_clone: exit early on snapshot clones
2014-01-24 Serge Hallyncgmanager: chown cgroups to the container root
2014-01-24 Stéphane Grabertests: Fix startone
2014-01-24 Stéphane Graberconf: Fix clear_config_item on lxc.network entries
2014-01-24 Stéphane Grabertests: Fix lxc-user-nic path
2014-01-24 Stéphane Grabertests: Fix python3 API test
2014-01-24 Stéphane Grabertests: Don't require user interaction in containertests
2014-01-24 Stéphane GraberFix previous change to use defined()
2014-01-24 Stéphane GraberSupport __NR_set_ns as well.
2014-01-24 Serge Hallynidmap_add_id: fix broken behavior
2014-01-24 Stéphane Grabertests: Fix createtest
2014-01-24 Stéphane Grabertests: Remove containers after running clonetest
2014-01-24 Stéphane Grabertests: Drop 60s delay in shutdowntest
2014-01-24 Stéphane GraberFix destroy() crash when no config is loaded
2014-01-24 Stéphane Grabertests: Fix lxc-test-saveconfig cleanup
2014-01-24 Stéphane Grabertests: Fix shutdown test
2014-01-24 Stéphane Grabertests: Speed up lxc-test-usernic
2014-01-24 Stéphane Grabertests: Tweak lxc-test-ubuntu to be faster
2014-01-24 Stéphane Grabertests: Rework lxc-test-usernic
2014-01-24 Stéphane Grabertests: Fix cleanup in lxc-test-unpriv
2014-01-24 Stéphane Grabertests: Update lxc-test-unpriv
2014-01-23 Serge Hallynget_mapped_rootid: fix description
2014-01-23 Serge Hallynget_mapped_rootid: avoid using (uid_t) -1
2014-01-23 Serge Hallynlxc-clone: support unprivileged use
2014-01-23 Serge Hallyncgm_get: support NULL value
2014-01-23 Serge HallynRevert "cgroupfs: support older kernels without cgroup...
2014-01-23 Serge HallynRevert "bionic: Replace rindex by strrchr"
2014-01-23 Serge HallynRevert "cgroup.c: clean up for handle_cgroup_settings"
next