]> git.proxmox.com Git - mirror_lxc.git/history - configure.ac
fix memory leaks reported by cppcheck in src/lxc/bdev.c
[mirror_lxc.git] / configure.ac
2013-11-15 Stéphane Graberchange version to 1.0.0.alpha3 in configure.ac
2013-11-01 S.Çağlar Onurvalgrind drd tool shows conflicting stores happening...
2013-10-29 Serge Hallynrpm spec: fix version numbering when building alpha...
2013-10-18 Stéphane Graberchange version to 1.0.0.alpha2 in configure.ac
2013-10-18 Alexander KhryukinChange configure, replacing mandriva by openmandriva
2013-10-10 Alexander KhryukinAdd an OpenMandriva distro lxc-openmandriva template
2013-10-10 KATOH Yasufumitemplate: Add Plamo Linux template
2013-10-08 KATOH Yasufumidoc: Generate Japanese lxc-snapshot(1) man page
2013-10-03 Serge Hallynadd basic lxc-test-ubuntu (v3)
2013-09-25 Dwight Engenrefactor AppArmor into LSM backend, add SELinux support
2013-09-25 KATOH Yasufumidoc: Japanese man pages is not generated when docbook...
2013-09-23 Stéphane GraberAdd some missing comments to configure.ac
2013-09-12 Serge Hallynsnapshots: add man page and fix up help info a bit.
2013-09-10 Christian SeilerAdd cgroup.pattern global configuration option
2013-09-10 KATOH YasufumiAdd Japanese man pages.
2013-09-10 Daniel Lezcanochange version to 1.0.0.alpha1 in configure.ac
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-09-06 Natanael Copaconfigure: enable Lua if found and continue without...
2013-09-06 Natanael Copalua: fix logic to enable lua support in configure
2013-09-05 Dwight Engenadd AS_VAR_COPY for older autoconf versions
2013-09-05 Natanael Copaconfigure/makefile: Allow specify Lua pkg-config file...
2013-08-19 Stéphane GraberAllow building without confstr
2013-08-19 Stéphane GraberUse srand/rand instead of initstate/random
2013-08-19 Stéphane GraberAdd a local implementation of ifaddrs.h
2013-08-15 Alexander VladimirovAdd subdir-objects option to AM_INIT_AUTOMAKE
2013-08-14 Serge Hallynlxc-user-nic: specify config and db files in autoconf
2013-07-23 Serge Hallyndefine lxc-usernsexec
2013-07-15 Serge Hallynlxc_create: prepend pretty header to config file (v2)
2013-05-31 Serge HallynDefine LXC_DEFAULT_CONFIG
2013-05-31 Serge Hallynconfigure/makefile: rename default_conf to distro_conf
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-14 Serge Hallynadd lxc-cirros
2013-04-30 Serge Hallynremove lxc-clone-sh
2013-04-30 Serge Hallynimplement backend drivers and container clone API (v3)
2013-04-30 Dwight Engenfix building docs
2013-04-25 Peter Simonsconfigure: support for the "docbook2man" utility to...
2013-04-05 Daniel Lezcanolxc-0.9.0
2013-04-05 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-19 Ryota OzakiUse $localstatedir/log/lxc for default log path
2013-03-19 Daniel Lezcanolxc-0.9.0.rc1
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-11 Stéphane Graberlxc-lenny: Remove deprecated template
2013-03-11 Stéphane Graberpython: Don't hardcode LXCPATH in python module
2013-03-01 Stéphane Graberpython api_test: Drop use of @LXCPATH@
2013-02-22 Dwight Engenensure clock_gettime symbol is found
2013-02-20 Stéphane GraberAdd example hooks from Ubuntu package
2013-02-19 Stéphane GraberFix typos identified by lintian
2013-02-19 Stéphane GraberUse AC_SEARCH_LIBS instead of hardcoded lists
2013-02-19 Natanael Copaconfigure: replace deprecated AM_CONFIG_HEADER
2013-02-18 Daniel Lezcanoversion 0.9.0-alpha2
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-11 Stéphane GraberAdd missing manpages
2013-02-08 Serge Hallynadd lxc-unshare man page, and make 'lxc-unshare -h...
2013-02-08 Serge HallynAdd man page for lxc-clone
2013-02-08 Stéphane GraberDrop lxc-setcap and lxc-setuid
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 Dwight Engenadd lua binding for the lxc API
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
2013-01-11 Stéphane GraberFix check for openpty
2013-01-11 Stéphane GraberAdd check for sys/timerfd.h
2013-01-11 Dwight Engenuse pkg-config to ensure python3-devel is installed
2013-01-09 Stéphane GraberAdd local implementation of mntent.h
2013-01-09 Stéphane GraberMake utmpx.h optional
2013-01-09 Stéphane GraberWorkaround missing functions in other libc
2013-01-09 Stéphane Graberpersonality.h: Make the personality code optional
2013-01-09 Stéphane GraberDon't hard depend on capability.h and libcap
2013-01-09 Stéphane Grabertty.h: Ship our own minimal openpty.h
2013-01-09 Stéphane GraberSupport both getline and fgetln
2013-01-09 Stéphane Graberconfigure.ac: Cleanup, comments, indent, ...
2013-01-09 Stéphane Graberconfigure.ac: Add code to detect bionic C library
2012-12-25 Natanael Copatemplates: initial support for Alpine Linux
2012-12-14 Daniel LezcanoVersion 0.9.0.alpha2
2012-12-13 Daniel LezcanoVersion 0.9.0.alpha1
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-11 Serge Hallynsupport new libseccomp api
2012-12-06 Stéphane Graberpython: Remove hardcoded LXCPATH
2012-12-06 Stéphane Graberlxc-ubuntu: Don't hardcode path to cache
2012-12-04 Stéphane GraberInstall legacy scripts when built without python.
2012-12-04 Stéphane GraberRewrite lxc-ls in python
2012-11-29 Stéphane Graberlxc-ubuntu: Rename from lxc-ubuntu.in
2012-11-12 Stéphane GraberDetect which name to use for docbook2x-man
2012-11-12 Stéphane GraberSet automake flags and CFLAGS
2012-11-12 Diego Elio Pettenòbuild: make sure to expand all variables that are subst...
2012-11-12 Dwight EngenAdd distro config file /etc/lxc/lxc.conf
2012-11-12 Serge Hallynadd oracle template (From: Dwight Engen)
2012-11-12 Dwight Engenfix expansion of LXCPATH,LXCROOTFSMOUNT,LXCTEMPLATEDIR
2012-11-12 Stéphane GraberFix previous commit, removing hardcoded /var/lib/lxc...
2012-11-12 Stéphane GraberMake building the API tests/examples optional
2012-11-12 Stéphane GraberAdd python-lxc based on the new liblxc API.
2012-11-12 Stéphane GraberMerge the liblxc API work by Serge Hallyn.
2012-11-12 Serge Hallynfix configure.ac for seccomp and apparmor
2012-11-12 Serge HallynIntroduce support for seccomp.
2012-11-11 Daniel LezcanoVersion 0.8.0
2012-10-31 Daniel LezcanoMerge branch 'upstream-bugfix' of https://github.com...
2012-10-25 Stéphane GraberRemove lxc-start-ephemeral from configure.ac
next