]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2018-09-04  Christian Braunerlog: log_append_logfile() add new error path 2584/head
2018-09-04  Christian Braunernl: save errno on lxc_netns_set_nsid()
2018-09-04  Christian Braunertree-wide: s/send()/lxc_send_nointr()/g
2018-09-04  Christian Braunerfile_utils: add lxc_send_nointr()
2018-09-04  Christian Braunertree-wide: s/recv()/lxc_recv_nointr()/g
2018-09-04  Christian Braunerlog: save errno on strerror_r()
2018-09-04  Christian Braunerlog: do not clobber errno
2018-09-04  Christian Braunercommands: switch to setting errno and returning -1
2018-09-04  Christian Braunerfile_utils: add lxc_recv_nointr()
2018-09-04  Christian Braunercommands: better error message
2018-09-04  Christian BraunerMerge pull request #2585 from 2xsec/bugfix
2018-09-04  2xsecsyntax error: mismatch brace 2585/head
2018-09-04  2xsecnl: remove duplicated define
2018-09-04  2xsecutils: defensive programming
2018-09-03  2xseccaps: fix illegal access to array bound
2018-09-02  Wolfgang BumillerMerge pull request #2581 from brauner/2018-09-02/macro
2018-09-02  Christian Braunermacro: move MS_* macros 2581/head
2018-09-01  Wolfgang BumillerMerge pull request #2580 from brauner/2018-09-01/revert...
2018-09-01  Christian BraunerRevert "Revert "tree-wide: use sizeof on static arrays"" 2580/head
2018-08-31  Stéphane GraberMerge pull request #2579 from brauner/2018-08-31/int64_...
2018-08-31  Christian Braunermacro: calculate buffer lengths correctly 2579/head
2018-08-31  Christian Braunercommands: assign before converting to pointer
2018-08-31  Stéphane GraberMerge pull request #2578 from brauner/2018-08-31/int64_...
2018-08-31  Christian Braunercommands: pass around intmax_t 2578/head
2018-08-31  Stéphane GraberRevert "tree-wide: use sizeof on static arrays"
2018-08-30  Wolfgang BumillerMerge pull request #2435 from brauner/2018-06-27/storag...
2018-08-29  Christian BraunerMerge pull request #2577 from Blub/inttype-lengths
2018-08-29  Wolfgang Bumillertree-wide: use sizeof on static arrays 2577/head
2018-08-29  Wolfgang BumillerMerge pull request #2572 from brauner/2018-08-24/musl_fixes
2018-08-28  Stéphane GraberMerge pull request #2576 from brauner/2018-08-28/comman...
2018-08-28  Christian Braunerstring_utils: use UINT64_MAX macro 2572/head
2018-08-28  Christian Braunercaps: move macros to macro header
2018-08-28  Christian Braunerstart: remove duplicate macros
2018-08-28  Christian BraunerMakefile: correctly add ifaddrs to noinst_HEADERS
2018-08-28  Christian Braunermacro: coding style fixes
2018-08-28  Christian Braunermacro: final INTTYPE_TO_STRLEN() related cleanups
2018-08-28  Christian Braunertests: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunerconf: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunertools: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunerutils: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunerstring_utils: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunernetwork: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunermonitor: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunerlxccontainer: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunermacro: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunerlsm: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunerlog: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunerconfile: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunercgfsng: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunercaps: s/LXC_NUMSTRLEN64/INTTYPE_TO_STRLEN()/
2018-08-28  Christian Braunermacro: add INTTYPE_TO_STRLEN()
2018-08-28  Christian Braunermacro: add PTR_TO_INT() and INT_TO_PTR()
2018-08-28  Christian Braunermacro: move LXC_CMD_DATA_MAX from commands.h
2018-08-28  Christian Braunermacro: add LXC_AUDS_ADDR_LEN
2018-08-28  Christian Braunercommands: ensure -1 is sent on EPIPE for init pid 2576/head
2018-08-28  Christian Braunertests: cleanup Makefile
2018-08-28  Christian Braunertests: add basic.c
2018-08-28  Christian Braunercommands: return -1 on lxc_cmd_get_init_pid() err
2018-08-28  Christian Braunercompiler: add compiler.h header
2018-08-28  Christian Braunerconfigure: reorder header checks
2018-08-28  Christian Braunerbuild: fix musl
2018-08-28  Stéphane GraberMerge pull request #2574 from brauner/2018-08-26/cgroup...
2018-08-27  Christian Braunercgroups: don't escape if lxc.cgroup.keep is true 2574/head
2018-08-27  Christian Braunerconfile: add lxc.cgroup.keep
2018-08-26  Christian Braunerstart: do not initialize cgroup_ops twice
2018-08-23  Wolfgang BumillerMerge pull request #2570 from brauner/2018-08-23/fix_pr...
2018-08-23  Christian Braunerexecute: pass /proc/self/fd/<nr> 2570/head
2018-08-23  Stéphane GraberMerge pull request #2569 from brauner/2018-08-23/fix_un...
2018-08-23  Christian Braunerexecute: skip lxc-init logging when unprivileged 2569/head
2018-08-23  Wolfgang BumillerMerge pull request #2568 from brauner/2018-08-22/ifaddrs
2018-08-23  Christian BraunerMakefile: conditionalize ifaddrs.h inclusion 2568/head
2018-08-23  Christian Braunerifaddrs: add safe implementation of getifaddrs()
2018-08-22  Stéphane GraberMerge pull request #2565 from brauner/2018-08-22/more_fixes
2018-08-22  Christian BraunerMerge pull request #2567 from stgraber/master
2018-08-22  Stéphane GraberFix typo 2567/head
2018-08-22  Christian Braunerconf: add missing headers 2565/head
2018-08-22  Christian BraunerMakefile: remove last pam_cgfs special-casing
2018-08-22  Christian Braunerstring_utils: add remove_trailing_slashes()
2018-08-22  Christian Braunerstring_utils: remove unused headers
2018-08-22  Christian Braunerstring_utils: remove unnecessary include
2018-08-22  Christian Braunerinitutils: remove useless comment
2018-08-22  Christian Brauner{file,string}_utils: remove NO_LOG
2018-08-22  Wolfgang BumillerMerge pull request #2564 from brauner/2018-08-22/strerr...
2018-08-22  Christian Braunerlog: fail build on ENFORCE_THREAD_SAFETY error 2564/head
2018-08-22  Christian Braunerautotools: add --{disable,enable}-thread-safety
2018-08-22  Christian Braunerlog: handle strerror_r() versions
2018-08-21  Christian BraunerMerge pull request #2562 from brauner/2018-08-22/check_...
2018-08-21  Christian Braunerstart: add out_sync_fini cleanup label 2562/head
2018-08-21  Christian Braunerautotools: check if compiler is new enough
2018-08-21  Stéphane GraberMerge pull request #2554 from brauner/2018-08-21/attach...
2018-08-21  Stéphane GraberMerge pull request #2561 from brauner/2018-08-21/test_p...
2018-08-21  Christian BraunerMakefile: don't allow undefined symbols 2561/head
2018-08-21  Christian Braunermacro: move macros from attach.c 2554/head
2018-08-21  Christian Braunerattach: move struct declaration to top
2018-08-21  Christian Braunermacro: s/rexit()/_exit()/g
2018-08-21  Stéphane GraberMerge pull request #2560 from brauner/2018-08-21/fix_fu...
2018-08-21  Stéphane GraberMerge pull request #2558 from brauner/2018-08-21/pam_cgfs
2018-08-21  Christian Braunerconf: fix devpts mounting when fully unprivileged 2560/head
2018-08-21  Christian Braunerpam_cgfs: build from the same sources as liblxc 2558/head
2018-08-21  Christian Braunerutils: split into {file,string}_utils.{c,h}
next