OpenVZ Source code
  1. OpenVZ Source code

libvzevent

Public
AuthorCommitMessageCommit dateIssues
Igor SukhihIgor Sukhih
6f61e8a3823AUTO Version bump to 8.0.3
Igor SukhihIgor Sukhih
0c9557155ddAUTO Version bump to 8.0.2
Igor SukhihIgor Sukhih
2882d6cc32eMMerge pull request #5 in OVZ/libvzevent from ~IGOR/libvzevent:master to master* commit '5a8472c61215dceb544204f64868aa59221d8ff0': Do not send event to yourself #PSBM-103915PSBM-103915
Igor SukhihIgor Sukhih
5a8472c6121Do not send event to yourself #PSBM-103915We are interested only for events from another components. Signed-off-by: Igor Sukhih <igor@virtuozzo.com>PSBM-103915
Igor SukhihIgor Sukhih
95f9d29f427AUTO Version bump to 8.0.1
Igor SukhihIgor Sukhih
8670a17bbf9Add Makefile.versionSigned-off-by: Igor Sukhih <igor@virtuozzo.com>
Igor SukhihIgor Sukhih
eef4f64d8a5Fixed compilation warningvzevent.c:227:45: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 107 [-Wformat-truncation=] snprintf(addr.sun_path,UNIX_PATH_MAX, "%s/%s", Signed-off-by: Igor Sukhih <igor@virtuozzo.com>
Igor SukhihIgor Sukhih
cca19cb67eeMMerge pull request #4 in OVZ/libvzevent from ~IGOR/libvzevent:master to master* commit 'bcecf951749215a7c9a3bef0df422eafc8b558c4': Update copyright
Igor SukhihIgor Sukhih
bcecf951749Update copyrightCopyright (c) 2017-2019 Virtuozzo International GmbH. All rights reserved. Signed-off-by: Igor Sukhih <igor@virtuozzo.com>
Igor SukhihIgor Sukhih
37eaf43e23dMMerge pull request #3 in OVZ/libvzevent from ~ABONDROV/libvzevent:master to master* commit 'd1553e6d2adac7308bec06f7c3417d73dab272a1': Update copyrights ( #PSBM-58317 )PSBM-58317
Andrey BondrovAndrey Bondrov
d1553e6d2adUpdate copyrights ( #PSBM-58317 )PSBM-58317
Igor SukhihIgor Sukhih
c3ba0d443eesyle: usej type from <sys/types.h>-typedef unsigned char u8; -typedef unsigned int u32; +typedef u_char u8; +typedef u_int32_t u32; Signed-off-by: Igor Sukhih <igor@virtuozzo.com>
Igor SukhihIgor Sukhih
f825878ceacMMerge pull request #1 in OVZ/libvzevent from ~SERGEYB/libvzevent:master to master* commit 'e07eb1b8cd4f3a86acbcb706e55be42f62586a8e': Add README
Sergey BronnikovSergey Bronnikov
e07eb1b8cd4Add README
Daniil GuzanovDaniil Guzanov
cd020bc8254Fixed make install target
Dmitry MishinDmitry Mishin
f1ae1443e80Added copyright and license headers
Daniil GuzanovDaniil Guzanov
8ed6554c881Added license text #PSBM-26806PSBM-26806
Dmitry MishinDmitry Mishin
1926815e99fFixed access rights for auto-provides generation
Dmitry MishinDmitry Mishin
cd37c1a6d9cAdded generation of libvzevent.so.{major}
igorigor
68969b3f666BUGFIX fixed linkinggcc: error: unrecognized command line option ‘--as-needed’
igorigor
35752373c31GENERATED libvzevent-6.1.0-4 @noreview
igorigor
6186e0ae8e6GENERATED libvzevent-6.0.0-3 @noreview
igorigor
d8695df25d3BUGFIX Set FD_CLOEXE to event socket fd. The event socket could remains open in the childbug #PSBM-19765 Issues: Affects Critical Issue PSBM-19765 - "two sockets in /var/run/vzevents" https://jira.sw.ru/browse/PSBM-19765PSBM-19765
bkbbkb
bbdb16919dbGENERATED libvzevent-6.0.0-1 @noreview
bkbbkb
e5094b19e03GENERATED #PSBM-12193:worked(1h) 6.0.0 @noreviewIssues: Affects Major Issue PSBM-12193 - "make version 6.0.0 for all parallels rpms" https://jira.sw.ru/browse/PSBM-12193PSBM-12193
igorigor
730e39498d6GENERATED libvzevent-5.0.0-6 @noreview
igorigor
7fee9b340c8MINOR suppress print warning message if no /var/run/vzevents@noreview
igorigor
2a50ca4ad00MINOR fixed typo @noreview
wolfwolf
184d1b55d3cBUGFIX Remove directories from package list, see #PSBM-8945 @noreviewIssues: Affects Major Issue PSBM-8945 - "Some files differ from they manifest in rpm database after PSBM installation" https://jira.sw.ru/browse/PSBM-8945PSBM-8945
igorigor
07239ec744cMERGE added '/var/run/vzevents' directory to the rpm https://jira.sw.ru/browse/PSBM-6746Issues: Affects Major Issue PSBM-6746 - ""can't open directory /var/run/vzevents" warning during CT creation." https://jira.sw.ru/browse/PSBM-6746PSBM-6746
igorigor
212314c9883GENERATED libvzevent-5.0.0-5 @noreview
igorigor
ac35b8c6bc4MINOR added -soname @noreview
igorigor
5df9ea22a4fGENERATED libvzevent-5.0.0-4 @noreview
igorigor
e46f843362bMAJOR @32184Review @32184 "fixed linking with non NPTL pthread" Reviewed-by: dim fixed linking with non NPTL pthread
igorigor
a38279febdfMINOR added toplevel Makefile @noreview
igorigor
db253f46b9dSTYLE removed debug code @noreview
igorigor
ff7d9cff7a7MERGE fixed rpm build
igorigor
a165df16b43MERGE fixed requires
igorigor
c5621da7dd4MAJOR @32087Review @32087 "event library" Reviewed-by: dim Added vzevent library. Local unix socket used for communication.