Commit Graph

2957 Commits

Author SHA1 Message Date
Doug MacEachern
44a4062111 update files to clean 2011-07-08 13:03:11 -07:00
Ian Eure
8bd48cc477 Fix stupid build issues. 2011-07-08 12:48:21 -07:00
Doug MacEachern
ce23dbeec7 add unit tests 2011-06-28 17:29:26 -07:00
Doug MacEachern
5619873f02 expose sigar_version to Python 2011-06-20 16:53:17 -07:00
Doug MacEachern
73b0850a52 add net_stat Python binding 2011-06-15 15:53:39 -07:00
Doug MacEachern
129062d9cd add net_connection_list Python binding 2011-06-15 15:35:21 -07:00
Doug MacEachern
cb1e4f491d add proc_env Python binding 2011-06-15 15:24:03 -07:00
Doug MacEachern
de81b90497 add cpu list Python bindings 2011-06-15 14:59:31 -07:00
Doug MacEachern
fde00170d7 support ptql query in Python proc_list 2011-06-15 14:47:29 -07:00
Doug MacEachern
e0ef7a3616 propagate ptql error message to PyErr 2011-06-15 14:16:14 -07:00
Doug MacEachern
2f8090559e add Python ptql re op impl 2011-06-15 13:55:59 -07:00
Doug MacEachern
1f15289d75 add ptql support for Python 2011-06-15 09:19:04 -07:00
Doug MacEachern
7acf88a0bf add depends 2011-06-15 09:17:43 -07:00
Doug MacEachern
fcdf809ef5 add net_route_list Python binding 2011-06-14 10:50:18 -07:00
Doug MacEachern
dd8d2355cc add who_list Python binding 2011-06-14 10:49:17 -07:00
Doug MacEachern
c1ee0a18b9 add proc_args Python binding 2011-06-14 10:48:30 -07:00
Doug MacEachern
58097d9743 bump copyright.year 2011-04-21 11:38:36 -07:00
Doug MacEachern
b44692d8e6 Merge branch 'sigar-1.6' 2011-04-21 11:37:54 -07:00
Doug MacEachern
a693ebce90 bump version 2011-04-21 11:37:46 -07:00
Doug MacEachern
216a2df541 Merge branch 'sigar-1.6' 2011-04-21 11:36:36 -07:00
Doug MacEachern
2d2c4c996d [SIGAR-230] bump windows proc_args max to 16k 2011-04-21 11:36:26 -07:00
Doug MacEachern
e09ad13a16 unify DLLMOD_ macros for ms and gnu 2011-04-21 09:58:45 -07:00
Doug MacEachern
59aeadaef2 SIGAR_NETIF_NAME_SHORT=1 env var will use the old eth%d names in sigar_net_interface_list_get 2011-04-12 15:28:01 -07:00
Doug MacEachern
73c3c287f7 use stack buffer instead of heap for sigar_net_interface_name_get 2011-04-12 15:16:58 -07:00
Doug MacEachern
4655d5e3df untabify/style 2011-04-12 15:06:33 -07:00
Doug MacEachern
cef810dafb don't use sigar->ifconf_buf in sigar_get_adapters_addresses 2011-04-12 15:03:06 -07:00
Doug MacEachern
240649b925 fixes to compile on MSVC again 2011-04-11 15:04:14 -07:00
Adam Stokes
7041d070f1 - Update list network interfaces win32 variant
Some utilities such as netsh require a friendly name when doing
  any administrative tasks such as stop/start network interfaces.
  Currently sigar list network interfaces as 'ethX, lo, laX'. This
  is fine for read only purposes but in order to make further use
  of the network interfaces on windows we need a friendlyname or at
  least the interface description.
2011-04-11 11:26:33 -07:00
Adam Stokes
8337f13d6c Patch to allow mingw32 compilation 2011-04-11 11:26:32 -07:00
Doug MacEachern
9b8ec6ec5a Merge branch 'sigar-1.6' 2011-04-08 13:03:40 -07:00
Doug MacEachern
639169e9cc [SIGAR-228] increase buflen for gethostbyname_r 2011-04-08 13:03:32 -07:00
Dan Sully
adfb6d4d0a Add proc_list to Python bindings. 2011-04-08 10:51:32 -07:00
Dan Sully
e0c289a34c Add loadavg to Python bindings. 2011-04-08 10:51:20 -07:00
Doug MacEachern
436ceb351a Merge branch 'sigar-1.6' 2011-04-08 10:49:37 -07:00
Trevor Pounds
8a4c9f6eb0 (SIGAR-227) fix to prevent missing file(s) from aborting add operation prematurely 2011-04-08 10:49:27 -07:00
Trevor Pounds
87f0aa7f6f (SIGAR-226) fix missing *.cpp files from source archive 2011-04-08 10:48:38 -07:00
Doug MacEachern
692f5a43ea fix invalid who.user assertion on win32 2011-04-08 10:48:14 -07:00
Doug MacEachern
f2aef38d02 escape colon in process ObjectName 2011-04-08 10:25:05 -07:00
Doug MacEachern
833ca18ecf Merge branch 'sigar-1.6' 2010-09-07 12:41:17 -07:00
Doug MacEachern
b8c6325123 [SIGAR-224] report 'nfs4' file system mounts as type network 2010-09-07 12:41:05 -07:00
Doug MacEachern
78f5683bfc remove dynamic runtime flag on ruby win32 2010-05-28 08:59:09 -07:00
Doug MacEachern
619e639eca fix rescue in file_system_test.rb 2010-05-28 08:58:54 -07:00
Doug MacEachern
d20d75908d link in sigar.res on win32 2010-05-28 08:23:32 -07:00
Doug MacEachern
642df76807 add resource_file helper to generate sigar.rc 2010-05-28 08:23:08 -07:00
Doug MacEachern
3598952e93 skip rake cleans unless ruby/Makefile exists 2010-05-20 16:01:46 -07:00
Doug MacEachern
98470f551f adjust ruby load path 2010-05-20 16:01:45 -07:00
Doug MacEachern
282c008aea Merge branch 'sigar-1.6' 2010-05-20 11:48:15 -07:00
Doug MacEachern
d1a4f8e55e (SIGAR-217) fix EventLog change detection for the Security log case 2010-05-20 11:48:08 -07:00
Doug MacEachern
bee9eb97a2 Merge branch 'sigar-1.6' 2010-05-19 11:36:40 -07:00
Doug MacEachern
ef5317a2da (SIGAR-217) win32.EventLogThread needs to re-open EventLog if it has been cleared 2010-05-19 11:36:31 -07:00