1. 6e4108a scripts/vzevent-stop: try to not get in the way of vzctl stop by Kir Kolyshkin · 13 years ago
  2. 214f637 vps-create: fix a few typos here and there by Kir Kolyshkin · 13 years ago
  3. 06cc8e0 vzctl create --ostemplate: add support for .bz2 and .xz by Kir Kolyshkin · 13 years ago
  4. 4b8b7d8 vzgetnetdev: filter out link-local addresses by Kir Kolyshkin · 13 years ago
  5. 3dd594b vzctl: use newer API for pci_add (v2) by Andrew Vagin · 14 years ago
  6. 4a9cf54 vps-functions: make sure PATH contains dirs we need by Kir Kolyshkin · 14 years ago
  7. 115195e Add vps-pci script by Andrey Vagin · 14 years ago
  8. 9ae1302 scripts/vps-create: fix VE_PRVT permissions by Solar Designer · 14 years ago
  9. c1e7b64 scripts/vps-create: use -Sp options for tar by Kir Kolyshkin · 14 years ago
  10. 849cd39 scripts/.gitignore: update by Kir Kolyshkin · 14 years ago
  11. 8894720 Don't prepend full path for ip command by Peter Volkov · 14 years ago
  12. 5b35797 Remove cron functionality by Kir Kolyshkin · 14 years ago
  13. 4cc6257 vzeventd: initial implementation by Kir Kolyshkin · 14 years ago
  14. b89c812 vzctl stop: try to untangle CT IP cleanup mess by Kir Kolyshkin · 14 years ago
  15. 7d5ba92 Restore vzgetnetdev incompatibility with mawk by Bernd Rothert · 14 years ago
  16. d50cdb6 scripts/vpsnetclean: Get rid of 'echo -e' bashism by Kir Kolyshkin · 14 years ago
  17. b863b67 scripts/vpsreboot: use vzlist for list of stopped CTs by Kir Kolyshkin · 14 years ago
  18. 2d32a10 vzgetnetdev(): introduce interface name blacklist, add veth by Kir Kolyshkin · 15 years ago
  19. c0d95a8 vzgetnetdev(): stricter regexes when looking for device numbers by Kir Kolyshkin · 15 years ago
  20. 0104bad vzgetnetdev(): check for whole words by Kir Kolyshkin · 15 years ago
  21. 52fcc57 Copyright year fixes, or Happy New Year! by Kir Kolyshkin · 15 years ago
  22. c8c2e8c Add new global variable ERROR_ON_ARPFAIL by Kir Kolyshkin · 15 years ago
  23. 692078b scripts/vps-functions: make vzwarning only use $1 by Kir Kolyshkin · 15 years ago
  24. 5f770a6 vps-functions: let vz_get_neighbour_devs return more than 1 device by Andjelko Horvat · 15 years ago
  25. 5f8be1d vps-net_add: fix sending ARP if NEIGHBOUR_DEVS=detect by Andjelko Horvat · 15 years ago
  26. fbbe6d4 vpsreboot: fix lockfile race condition by Igor Sviridov · 15 years ago
  27. 58cdfb0 vps-create: add --numeric-owner to TAR_OPT by Kir Kolyshkin · 15 years ago
  28. d3b95b7 Do not miss IPv6-only interfaces by Marat Stanichenko · 15 years ago
  29. 037fb13 vpsreboot: fix occasional error printing by Harald Kapper · 16 years ago
  30. c2fb9de vz-net_add: fix a long-standing bug processing the list of network interfaces by Kir Kolyshkin · 17 years ago
  31. 36eeeab scripts/*: fix comments by Kir Kolyshkin · 17 years ago
  32. 0154b00 Massive VE -> container rename by Kir Kolyshkin · 17 years ago
  33. 16997fd SWsoft->Parallels, update copyright year by Kir Kolyshkin · 17 years ago
  34. 8d63c21 scripts/vps-functions.in (vz_get_neighbour_devs): Add IPv6 support by Dmitry V. Levin · 17 years ago
  35. 96ad295 Source /etc/vz/vz.conf in scripts that needs it. by Kir Kolyshkin · 17 years ago
  36. 1cb8182 scripts/vps-functions.in: Rework sending arp requests by Dmitry V. Levin · 17 years ago
  37. 193b870 scripts/vpsreboot.in: Cleanup by Dmitry V. Levin · 17 years ago
  38. 7197be5 scripts/vpsnetclean.in: Cleanup by Dmitry V. Levin · 17 years ago
  39. 82f1941 scripts/vps-stop.in: Cleanup by Dmitry V. Levin · 17 years ago
  40. 375f33e scripts/vps-net_del.in: Cleanup by Dmitry V. Levin · 17 years ago
  41. 7a8abf9 scripts/vps-net_add.in: Add given IP address to neighbour table prior to adding routing for this address by Dmitry V. Levin · 17 years ago
  42. f5f64f5 scripts/vps-functions.in: Send arp requests only where appropriate by Dmitry V. Levin · 17 years ago
  43. 241736e scripts/vps-create.in: Add uncompressed tarball support by Dmitry V. Levin · 17 years ago
  44. 83c5eca Strip trailing backslash in shell scripts by Dmitry V. Levin · 17 years ago
  45. 673cf04 Strip trailing whitespaces by Dmitry V. Levin · 17 years ago
  46. 1af86a4 Fixed ip6 route removal by Kir Kolyshkin · 17 years ago
  47. 16b1fd4 arpsend: proper fix for VLAN interfaces by Kir Kolyshkin · 17 years ago
  48. 4db38b5 arpsend: exclude VLAN interfaces by Kir Kolyshkin · 17 years ago
  49. 9f0eaa7 vps-functions: cosmetic cleanups by Thorsten Schifferdecker · 17 years ago
  50. e7b8fa1 fix bashism conditionals in vps-net_add by Thorsten Schifferdecker · 17 years ago
  51. e42fb6f fix bashism in vpsnetclean by Thorsten Schifferdecker · 17 years ago
  52. c2e68c1 Remove extra space in logging vpsnetclea/vpsreboot messages by Thorsten Schifferdecker · 17 years ago
  53. 9ac01c3 vzctl: delete IPv6 route from host system after VE stop by Thorsten Schifferdecker · 17 years ago
  54. bb615c6 Remove obsolete proc_proxy entry in vpsnetclean by Thorsten Schifferdecker · 18 years ago
  55. 5aa2d07 A bunch of whitespace fixes by Kir Kolyshkin · 18 years ago
  56. 6c50123 Happy New Year! by Kir Kolyshkin · 18 years ago
  57. c3bb5bc automake: Moved all vzctl-specific paths definition to paths.am by Benedikt Böhm · 18 years ago
  58. 19e11d1 Made 'make clean' to remove files autogenerated with pathsubst.am by Benedikt Böhm · 18 years ago
  59. d8b325e Move cron and lib scripts from /etc to /scripts in sources. by Benedikt Böhm · 18 years ago