]> git.proxmox.com Git - mirror_lxc.git/history - src
doc: Improve Japanese man pages
[mirror_lxc.git] / src /
2014-01-01 Andrey MazoUse pthread_atfork() to unlock mutexes after fork()
2014-01-01 S.Çağlar Onuradjust include statements (v2)
2013-12-25 Andrey MazoRemove unused functions
2013-12-25 Andrey MazoAllow use of public API from C++
2013-12-24 KATOH Yasufumilxc-autostart: don't set timeout if user requested -s
2013-12-24 Serge Hallyncoverity: make sure not to close file handle twice
2013-12-24 Andrey MazoUse getmntent_r() for thread-safety
2013-12-24 Andrey MazoRemove process_lock() except where actually needed
2013-12-23 Andrey MazoFix invalid free() in lxc_global_config_value().
2013-12-23 Serge HallynRevert "coverity-detected bug: don't free "/""
2013-12-23 Serge HallynRevert "remove static_lock()/static_unlock() and start...
2013-12-23 Serge Hallyncoverity-detected bug: don't free "/"
2013-12-23 Serge Hallynlxc-stop: don't set timeout if user requested -s
2013-12-23 Stéphane GraberSet default paths for unprivileged use (v2)
2013-12-23 S.Çağlar Onurremove LXC_CLONE_COPYHOOKS and make lxcapi_clone to...
2013-12-20 Stéphane GraberFix coverity-detected memory leak
2013-12-19 Serge Hallynconf.c: fix unprivileged network case
2013-12-19 Serge Hallyncgroup: don't set clone_children when it is already 1
2013-12-19 Stéphane GraberAdd lxc-autostart
2013-12-19 Stéphane Graberlxc-ls: Add workaround for nested containers
2013-12-19 Stéphane Graberlxc-ls: Add lxc.start.auto and lxc.group support
2013-12-19 Stéphane Graberautostart: Define lxc.start.* and lxc.group
2013-12-19 Serge Hallynfix lxc-usernsexec regression
2013-12-19 S.Çağlar Onurremove static_lock()/static_unlock() and start to use...
2013-12-17 S.Çağlar Onurintroduce lxcapi_rename for renaming containers
2013-12-17 Dwight Engenmake lxc.network.script.down consistent with lxc.networ...
2013-12-17 Stéphane GraberMark lxc-user-nic setuid root
2013-12-17 Serge Hallynlxc_user_nic changes
2013-12-17 Serge Hallynlxc_conf_free: free rootfs.pivot and log_file if not...
2013-12-16 Serge Hallynstop: add nolock option
2013-12-13 Serge Hallyncoverity: remove logically dead code
2013-12-13 hallynMerge pull request #101 from ahippo/master
2013-12-13 Serge Hallynmake 'empty network' the default
2013-12-13 Libo Chenlxc-user-nic: fix the wrong use of realloc
2013-12-12 Serge Hallyncoverity: drop gratuitous null check
2013-12-12 Serge Hallyncoverity: don't deref null c
2013-12-12 Serge Hallyncoverity: an int is not 1 byte
2013-12-12 Serge Hallyncoverity: fix mix of bool and int
2013-12-12 Serge Hallyncoverity: avoid deref of explicitly NULL variable on...
2013-12-12 Serge Hallyncoverity: fix use before null check
2013-12-12 Serge Hallyncoverity: change flow to safely free in all exit paths
2013-12-12 Serge Hallyncoverity: fix memleak in userns_exec_1
2013-12-12 Serge Hallyncoverity : fix memleak on error path
2013-12-12 Serge Hallyndon't run lxc-user-nic for empty netns
2013-12-11 Stéphane Graberpython3: Support unpriv containers
2013-12-11 Serge Hallyninitialize stopped at top of lxc_cmd
2013-12-11 Stéphane GraberFix uninitialized value in lxc_try_cmd
2013-12-11 Stéphane Graberlxc-ls: Detect missing setns support
2013-12-10 James HuntMake public API string method parameters const where...
2013-12-10 Qiang Huanglxc-test-concurrent: initialize saveptr before use
2013-12-09 S.Çağlar Onurcall fclose() for pid_fp on failure
2013-12-09 Bogdan Purcareatalxc-clone: proper type for getopt_long result
2013-12-06 Stéphane Graberlxc_monitor: Add missing include (errno.h)
2013-12-06 Stéphane Graberlxc_monitor: Check return value of write
2013-12-06 Dwight Engenlet lxc-monitor command ask a lxc-monitord instance...
2013-12-06 Dwight Engenadd epoll events to mainloop callback handlers
2013-12-06 Stéphane Graberconfile: Fix invalid lxc.network.ipv6 address
2013-12-06 Stéphane GraberMove some common Ubuntu config
2013-12-06 Stéphane GraberAdd support for new create=(dir,file) mount option
2013-12-06 Stéphane Graberconffile.c: Also clear text entries with no value
2013-12-05 Stéphane GraberMake lxc-user-nic use mkifname
2013-12-04 S.Çağlar Onuradd destroy option to lxc-snapshot
2013-12-03 Stéphane GraberFix Makefile.am to produce usable dist tarball
2013-12-03 Stéphane Graberpython3: Drop duplicate add_device_node function
2013-12-03 Stéphane Graberpython3: Fix PEP8 and avoid crash when listing
2013-12-03 Andrey Mazorun_buffer(): unblock all signals for spawned scripts.
2013-12-02 Stéphane GraberReduce public API (V2)
2013-12-02 S.Çağlar OnurAdd LXC version information to version.h
2013-12-02 Serge Hallynconfile.c: clear entries if no value
2013-11-29 Stéphane GraberUpdate doxygen doc for previous change
2013-11-29 Stéphane GraberAllow unsetting daemonize and close_fds
2013-11-29 Stéphane Graberpython3: Use FSConverter for all paths
2013-11-29 Stéphane Graberpython3: Allow setting daemonize and close_fds
2013-11-29 Stéphane Graberpython3: Add snapshot_* to the binding
2013-11-29 Serge Hallynchown_mapped_root: fix assumption that calling uid...
2013-11-28 Stéphane Graberpython3: Export some missing constants
2013-11-28 Stéphane Graberpython3: Allow passing create flags
2013-11-28 Stéphane Graberpython3: Add clone() to the binding
2013-11-27 Stéphane GraberFix typo in doxygen comment
2013-11-27 Stéphane Graberpython3: Sort list of exports
2013-11-27 Stéphane Graberpython3: Add (add|remove)_device_node
2013-11-27 Stéphane Graberpython3: Add controllable property to the binding
2013-11-27 Stéphane Graberpython3: Add clear_config() to the binding
2013-11-27 Stéphane Graberpython3: Re-order all functions
2013-11-27 Stéphane Graberpython3: Add reboot() to the binding
2013-11-27 Stéphane Graberpython3: Sort all method/property lists
2013-11-27 Stéphane Graberpython3: Code style
2013-11-27 Stéphane Graberpython3: Add list_containers to C API
2013-11-26 Stéphane GraberSome tweaks to direct route to gateway
2013-11-26 Guilhem LettronAdd gateway as direct route for interface
2013-11-25 Stéphane Graberusernsexec: Include utils.h for unshare
2013-11-25 Stéphane Graberusernsexec: Add missing getline.h include
2013-11-25 hallynMerge pull request #92 from majek/share-namespaces
2013-11-25 Serge Hallynlxc-user-nic: use common code from network.c
2013-11-25 Serge Hallynlxc-user-nic: dont risk passing EOF
2013-11-25 Stéphane GraberConvert all files to utf-8
2013-11-25 Dwight Engenadd lxc-devsetup to EXTRA_DIST
2013-11-25 Stéphane GraberDrop trailing white spaces.
2013-11-25 James HuntAdd '--enable-api-docs' for doxygen-generated public...
2013-11-22 Serge Hallyndon't fail lxc-init if we couldn't mount proc
next