Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/giampaolo/psutil
Cross-platform lib for process and system monitoring in Python
https://github.com/giampaolo/psutil
connection related tests refactoring
29edf513967e98edefcfb49405de1773c55092b5 authored over 11 years ago
29edf513967e98edefcfb49405de1773c55092b5 authored over 11 years ago
merge revision 83165d10041d
6a055f2db62db87a3d3e96540b37e31f04ae1bff authored over 11 years ago
6a055f2db62db87a3d3e96540b37e31f04ae1bff authored over 11 years ago
remove no longer used code in _psutil_bsd.c + refactor some tests
0250e061141fae453bbcfa36d07268c119867bd3 authored over 11 years ago
0250e061141fae453bbcfa36d07268c119867bd3 authored over 11 years ago
issue 387: implement netstat-like functionality on Windows
048c899ad961f8fd009c2861def3e2c104f0316e authored over 11 years ago
048c899ad961f8fd009c2861def3e2c104f0316e authored over 11 years ago
(linux) make netstat test a bit more robust
5a753e62b0d9e820a50d2c61faac2808acaace1d authored over 11 years ago
5a753e62b0d9e820a50d2c61faac2808acaace1d authored over 11 years ago
issue 387: implement netstat-like functionality on Linux
749394d0034609e12569299c6180a24ced525153 authored over 11 years ago
749394d0034609e12569299c6180a24ced525153 authored over 11 years ago
Added tag release-1.0.1 for changeset e957e3021ea9
f67b1d985c69672d903b3330f4184a1d47e4ceba authored over 11 years ago
f67b1d985c69672d903b3330f4184a1d47e4ceba authored over 11 years ago
fix issue #405: network_io_counters(pernic=True) no longer works as intended in 1.0.0.
3b13ef49480e165fdaa85f263f0bde48fd89c7a3 authored over 11 years ago
3b13ef49480e165fdaa85f263f0bde48fd89c7a3 authored over 11 years ago
Added tag release-1.0.0 for changeset d1c75cad34e4
cbdc3984df520c5d4c87763be0461d40a7b85f54 authored over 11 years ago
cbdc3984df520c5d4c87763be0461d40a7b85f54 authored over 11 years ago
merge heads
305e72e2290928d41dc8f192a855a0aaf41e35ea authored over 11 years ago
305e72e2290928d41dc8f192a855a0aaf41e35ea authored over 11 years ago
(windows) replace PyString_FromString with Py_BuildValue: PyString_FromString is no longer available on Python 3ù
b44d5d112135c039979d34610bfc5bf86edb0dde authored over 11 years ago
b44d5d112135c039979d34610bfc5bf86edb0dde authored over 11 years ago
add TODO file in MANIFEST.in
00d37def976e006e62e9f6fd9d98bb4e99b897b7 authored over 11 years ago
00d37def976e006e62e9f6fd9d98bb4e99b897b7 authored over 11 years ago
update version and README file
aa5df82f5c56229c7cae42e78dd8f0853efbf47d authored over 11 years ago
aa5df82f5c56229c7cae42e78dd8f0853efbf47d authored over 11 years ago
fix 2 other tests failing on OSX
0825060fa7f6e80f4a1b81f74cf8dc89049716bc authored over 11 years ago
0825060fa7f6e80f4a1b81f74cf8dc89049716bc authored over 11 years ago
merge head
54c54464a6f336b55d44d30f378c5c174f74cc31 authored over 11 years ago
54c54464a6f336b55d44d30f378c5c174f74cc31 authored over 11 years ago
fix some tests fialing on OSX and BSD because assertAlmostEqual() needed to have 'delta' argument explicitly specified
1c57b49966b6989bf912524fa2af501e3d688c1f authored over 11 years ago
1c57b49966b6989bf912524fa2af501e3d688c1f authored over 11 years ago
issue 224: revert change displaying real thread ids: it doesn't work on OSX 10.6
099371ffa3c78b20220c88d9247eb17964e785d7 authored over 11 years ago
099371ffa3c78b20220c88d9247eb17964e785d7 authored over 11 years ago
get_connections(): rename 'local_address' and 'remote_addres' fields to 'laddr' and 'raddr': they are shorter/easier to write and they're also consistent with http://bugs.python.org/issue17675
aa179ee5934147c8a3de536e4402370ba31b789e authored over 11 years ago
aa179ee5934147c8a3de536e4402370ba31b789e authored over 11 years ago
update TODO
ecf07db524de9b470cd4bfa97fc9ef73a42b12cc authored over 11 years ago
ecf07db524de9b470cd4bfa97fc9ef73a42b12cc authored over 11 years ago
(windows) fix examples/disk_usage.py: it can raise ENOENT In case we're inspecting a cdrom drive and there's no cdrom in it
a4e8fc25d5e58909c0b28a5846452d0dfbfa0712 authored over 11 years ago
a4e8fc25d5e58909c0b28a5846452d0dfbfa0712 authored over 11 years ago
(Windows) fix failure in TestDualProcessImplementation
162f39be649d6e3032c2b764175dd02ca5b15e40 authored over 11 years ago
162f39be649d6e3032c2b764175dd02ca5b15e40 authored over 11 years ago
use a smaller time.sleep() interval (2 secs) when launching test processes
01d09751213c197aeede7d3dd2ccff1959ee6bd2 authored over 11 years ago
01d09751213c197aeede7d3dd2ccff1959ee6bd2 authored over 11 years ago
Fix issue #374: [Windows] negative memory usage reported when processes use a lot of memory
63e8c19f308454fd6ec043b1564bd105c970acb7 authored over 11 years ago
63e8c19f308454fd6ec043b1564bd105c970acb7 authored over 11 years ago
Rename network_io_counters() to net_io_counters() and create an alias for backward-compatibility. net_io_counters() is easier/shorter to type, plus soon we're gonna add 2 new network-related APIs and I do not want to keep using the 'network_' notation. Since 1.0.0 release is gonna happen so soon this looks like the best time to do this.
5d7b0ef6b4eede8a495763fdd9625bca26358150 authored over 11 years ago
5d7b0ef6b4eede8a495763fdd9625bca26358150 authored over 11 years ago
fix all tests which were failing on solaris 11 (0 failures now)
3861fea6790826a3ee9259430ccf2eb1a85dc6ff authored over 11 years ago
3861fea6790826a3ee9259430ccf2eb1a85dc6ff authored over 11 years ago
issue 404: move #define _GNU_SOURCE up
77b6d951d807c59a321aa87fda9ea84fb2d15762 authored over 11 years ago
77b6d951d807c59a321aa87fda9ea84fb2d15762 authored over 11 years ago
Fix issue #404: [Linux] sched_*affinity() are implicitly declared. (patch by Arfrever)
73f11abe762acb7633ff789d6caa7fb617acbf6e authored over 11 years ago
73f11abe762acb7633ff789d6caa7fb617acbf6e authored over 11 years ago
Replaced assert_eq_w_tol with assertAlmostEqual for BSD and OS X
4bc269a49c3fcfe4641c27204e0f0622da5c2279 authored over 11 years ago
4bc269a49c3fcfe4641c27204e0f0622da5c2279 authored over 11 years ago
Updated for Issue #394
fb4e3cbf2f048322cfcd1042fe78e1f1b67ab747 authored over 11 years ago
fb4e3cbf2f048322cfcd1042fe78e1f1b67ab747 authored over 11 years ago
Issue #394: OS X: mapped memory regions report incorrect file name.
Moved address incrementing to further down the while loop to avoid accidentally
incrementing it ...
add a TODO document listing a collection of ideas and notes about stuff to implement in future versions
d7b16039a857a27fce24b13a3225817759ee89b6 authored over 11 years ago
d7b16039a857a27fce24b13a3225817759ee89b6 authored over 11 years ago
(sunos) fix some failing tests on Solaris 11
12f61ade4904efb32b4d1539770d53f18698ce3f authored over 11 years ago
12f61ade4904efb32b4d1539770d53f18698ce3f authored over 11 years ago
(sunos) special case for get_nice() which on Solaris 11 raises NSP even if the process is there
00773d46deee7192fc801ce51f793b445cbe7e1a authored over 11 years ago
00773d46deee7192fc801ce51f793b445cbe7e1a authored over 11 years ago
(sunos) remove memory leak in ext_memory_info() due to a file descriptor not being closed
5d9d19f951059d5749b82f917c25924c5d1d6ec6 authored over 11 years ago
5d9d19f951059d5749b82f917c25924c5d1d6ec6 authored over 11 years ago
(sunos) fix memory leak due to missing free() call
95cc67e80a05e51f64283bfff95a152eb4aafb53 authored over 11 years ago
95cc67e80a05e51f64283bfff95a152eb4aafb53 authored over 11 years ago
import unittest2 on py < 2.7
11f7bcc26e90bf7804800ea8a0abf46f95bb8be1 authored over 11 years ago
11f7bcc26e90bf7804800ea8a0abf46f95bb8be1 authored over 11 years ago
(sunos) link 'nsl' in setup.py - this is necessary because otherwise the C compiler complains about inet_ntop, see http://cboard.cprogramming.com/cplusplus-programming/128326-undefined-symbol-when-compiling-socket-program.html
991f163026b223dc9a17939a8f8d911e3c9f3168 authored over 11 years ago
991f163026b223dc9a17939a8f8d911e3c9f3168 authored over 11 years ago
(sunos) fix some XXX(s) and TODO(s)
4750e0765269a2b03e3ab034aaa63cd7080ef140 authored over 11 years ago
4750e0765269a2b03e3ab034aaa63cd7080ef140 authored over 11 years ago
(sunos) fix example script tests
e2550d00399b3cdaac3186bb20fa37a22673ecac authored over 11 years ago
e2550d00399b3cdaac3186bb20fa37a22673ecac authored over 11 years ago
(sunos) fix get_connections() status; for IPv6 we were erroneously using the IPv4 struct
0f70d43b80a9e3893a25fdb8884391a9195c175c authored over 11 years ago
0f70d43b80a9e3893a25fdb8884391a9195c175c authored over 11 years ago
(sunos) provide specific test case for swap memory
701ec7b36916bfcab658fbe6d41a863ec71cbcc3 authored over 11 years ago
701ec7b36916bfcab658fbe6d41a863ec71cbcc3 authored over 11 years ago
(sunos) fix memory leak in get_connections()
c9870f810ea7dffd997645a4bd6264d857a7ac15 authored over 11 years ago
c9870f810ea7dffd997645a4bd6264d857a7ac15 authored over 11 years ago
add POSIX test which makes sure orphaned unclosed fds are not left behind after calling every Process method
637e071d6236ff38fbf3d638c8dc66b4d2800671 authored over 11 years ago
637e071d6236ff38fbf3d638c8dc66b4d2800671 authored over 11 years ago
(sunos) fix process threads implementation which was broken
ec59dcba4fc59732f2de5ea0d242ed394583e146 authored over 11 years ago
ec59dcba4fc59732f2de5ea0d242ed394583e146 authored over 11 years ago
setup.py clean: delete more stuff
037f0d74d872e3fc5913d8028fee14e10b42c500 authored over 11 years ago
037f0d74d872e3fc5913d8028fee14e10b42c500 authored over 11 years ago
further test refactoring: get rid of assert_eq_w_tol() and use assertAlmostEqual instead; also use skip* decorators around get_nice and uids/gids tests
298308a04b7583ceef50cfaf471f9562ad485308 authored over 11 years ago
298308a04b7583ceef50cfaf471f9562ad485308 authored over 11 years ago
Issue 391: take advantage of new assert* methods and provide a workaround if unittest2 module is not installed
9ca7a806ae3346d351e561bd95924e425df8ec70 authored over 11 years ago
9ca7a806ae3346d351e561bd95924e425df8ec70 authored over 11 years ago
Issue 391: start transition to unittest2 by making skipIf and skipUnless decorators closer to original unittest2 version
5896653856f4440513b04b93ef385ecdf3ced668 authored over 11 years ago
5896653856f4440513b04b93ef385ecdf3ced668 authored over 11 years ago
fix test_get_pids on Linux
204426a479cd3dc5aa546956fbc7e1f4c6840d8c authored over 11 years ago
204426a479cd3dc5aa546956fbc7e1f4c6840d8c authored over 11 years ago
test warnings refactoring
fceeb12e94fdbf6690034ddd50ab1cd4236a7262 authored over 11 years ago
fceeb12e94fdbf6690034ddd50ab1cd4236a7262 authored over 11 years ago
curses-based example script tests: use ast module and only parse source code instead of actually running the script in a subprocess (for some reason it hangs on SunOS)
e1a536c7d76ed5a178f080a523ccdff99a54099b authored over 11 years ago
e1a536c7d76ed5a178f080a523ccdff99a54099b authored over 11 years ago
setup.py: add SunOS/Solaris to classifiers
ce20557682161c9291e06ac7fe8c744480754c80 authored over 11 years ago
ce20557682161c9291e06ac7fe8c744480754c80 authored over 11 years ago
implement a custom 'python setup.py clean' command which gets rid of junk files
91a7b2b7d427c3b7f6636dd4c0afce24f464f85f authored over 11 years ago
91a7b2b7d427c3b7f6636dd4c0afce24f464f85f authored over 11 years ago
add link/comment to linux io stats
864a293594fa7a1c6b1a0c5a1ef80adc0022a96d authored over 11 years ago
864a293594fa7a1c6b1a0c5a1ef80adc0022a96d authored over 11 years ago
update psutil project ownership
f34a1d5390ca5fcd941766a5fe6f88220e67b2fb authored over 11 years ago
f34a1d5390ca5fcd941766a5fe6f88220e67b2fb authored over 11 years ago
(sunos) merge sunos branch into main trunk (finally) and set psutil version to 1.0.0
f400c727d2f1fd7e87d2464be2158ab296b1d815 authored over 11 years ago
f400c727d2f1fd7e87d2464be2158ab296b1d815 authored over 11 years ago
Updated HISTORY file for Issue #226: Process.get_threads() and fake ids
99a187bff042e6ea2bd0eff245eb7c58cbd3a472 authored over 11 years ago
99a187bff042e6ea2bd0eff245eb7c58cbd3a472 authored over 11 years ago
Merging in patch from Issue #388 to add support for real thread ID on OS X.
89339de27c38bb27a5885d2035badf95c796e7a0 authored over 11 years ago
89339de27c38bb27a5885d2035badf95c796e7a0 authored over 11 years ago
update HISTORY
89a36ecebdd50e4332d95bf69281329c938a6a75 authored over 11 years ago
89a36ecebdd50e4332d95bf69281329c938a6a75 authored over 11 years ago
Fix issue 367: merge from conn-const-#367 branch which turns get_connections() 'status' strings into constants
b6ecaf7012c465f26b3a3ca5948b9e9402da8e53 authored over 11 years ago
b6ecaf7012c465f26b3a3ca5948b9e9402da8e53 authored over 11 years ago
fix failing test
ffe451cc6bfa520c1d78028011e8548ebf276e50 authored over 11 years ago
ffe451cc6bfa520c1d78028011e8548ebf276e50 authored over 11 years ago
merge from default
a83a4dd54384c901061e30e30dcd3b1d2ab826bd authored over 11 years ago
a83a4dd54384c901061e30e30dcd3b1d2ab826bd authored over 11 years ago
fix 'muse' test on FreeBSD: when run as a limited user it fails due to not being authorized to open /dev/mem
2debc458d1c13e0b24848ea1636c2350839e9a0f authored over 11 years ago
2debc458d1c13e0b24848ea1636c2350839e9a0f authored over 11 years ago
revert change which accidentally broke _psutil_bsd.c
4e860e90482d57fb9ce87840e92a9a197efd299d authored over 11 years ago
4e860e90482d57fb9ce87840e92a9a197efd299d authored over 11 years ago
issue 387: implement netstat-like functionality on FreeBSD
db7ea289a7cece2cc57d1d4d1299a3bfe3cce468 authored over 11 years ago
db7ea289a7cece2cc57d1d4d1299a3bfe3cce468 authored over 11 years ago
fix mess committed by accident
0029eb866e14902cddaaf2d6ccad384cdc5485e0 authored over 11 years ago
0029eb866e14902cddaaf2d6ccad384cdc5485e0 authored over 11 years ago
tests refactoring
5b05a83e638dafaa5c5850b5a95d29b949accb87 authored over 11 years ago
5b05a83e638dafaa5c5850b5a95d29b949accb87 authored over 11 years ago
We can now quickly run tests with "python setup.py test". Reference http://stackoverflow.com/questions/7580939/why-are-there-no-makefiles-for-automation-in-python-projects#answer-7582896
7bd5dd0e451affeaaa79de0eb953e8bfc488e718 authored over 11 years ago
7bd5dd0e451affeaaa79de0eb953e8bfc488e718 authored over 11 years ago
add tests for examples scripts
483fe554dd2b100312dd2e41c1c252850d8152f7 authored over 11 years ago
483fe554dd2b100312dd2e41c1c252850d8152f7 authored over 11 years ago
Fix race condition in examples/netstat.py which does not take NSP into account
bcbad82aa8c0511a8f9578cf9863669744a35bbd authored over 11 years ago
bcbad82aa8c0511a8f9578cf9863669744a35bbd authored over 11 years ago
fix some failing tests on Windows
8144747e406c7f9be65caa6839d9594439d84912 authored over 11 years ago
8144747e406c7f9be65caa6839d9594439d84912 authored over 11 years ago
(Windows) refactor how we retrieve the interface name in network_io_counters()
46f1eab74d3880e49c8b617ffe77c77f1b3059d2 authored over 11 years ago
46f1eab74d3880e49c8b617ffe77c77f1b3059d2 authored over 11 years ago
Fix issue 386: fix some warnings on OSX (patch by danudey)
079d2dc45b8e9dd3a74ced9af388a7234609a2a1 authored over 11 years ago
079d2dc45b8e9dd3a74ced9af388a7234609a2a1 authored over 11 years ago
move TOLERANCE variable into test_psutil.py so that it's generic for all OS-specific tests
50db35832403720602ffa9160d5fb3cbaa048753 authored over 11 years ago
50db35832403720602ffa9160d5fb3cbaa048753 authored over 11 years ago
(issue 369) new fix attempt
97041856de4c739322aa6f122916d18f70360c91 authored over 11 years ago
97041856de4c739322aa6f122916d18f70360c91 authored over 11 years ago
(issue 380) make also platform specific tests exits with non-zero on failure
ffce91a3e9d92be15e215d86997ada50afe2d3cf authored over 11 years ago
ffce91a3e9d92be15e215d86997ada50afe2d3cf authored over 11 years ago
(issue 369) assert total swap mem >= 0 (https://code.google.com/p/psutil/issues/attachmentText?id=369&aid=3690000000&name=psutil_0.7.0_unittest_failures.txt&token=yK0NhDjdIqZFzqHgBOm_vXUB85c%3A1368442979382#478)
23a02aea9b933fea695f1221888a0a8206078815 authored over 11 years ago
23a02aea9b933fea695f1221888a0a8206078815 authored over 11 years ago
issue 369: fix psutil.test - in case pwd.getpwuid cannot resolve UID just return the numeric value
f65c0c58cd3dd6e5c60706a965e0d49a0f88fbde authored over 11 years ago
f65c0c58cd3dd6e5c60706a965e0d49a0f88fbde authored over 11 years ago
Fix issue 379: [Linux] Process.get_memory_maps() may raise ValueError.
43ac2d204dbcac02b1cea4efb3dad5a2bd17cf29 authored over 11 years ago
43ac2d204dbcac02b1cea4efb3dad5a2bd17cf29 authored over 11 years ago
(issue 379): fix a couple of other failures
3254d2a5e083221d8136872e9fcb1c1eebc68daf authored over 11 years ago
3254d2a5e083221d8136872e9fcb1c1eebc68daf authored over 11 years ago
(issue 379) try to fix a couple of other tests reported in the log
4d0c642aa1fc17a33da1da19f65f8fbcce9645ed authored over 11 years ago
4d0c642aa1fc17a33da1da19f65f8fbcce9645ed authored over 11 years ago
Introduce a decorator which runs a test function and retries N times before actually failing.
This is useful When comparing (say) OS free memory with cmdline tools: the two results (psutil's ...
ca259eedccafc600ef8f34fffe23511db0be6dfd authored over 11 years ago
(issue 379) disk_partitions(): skip linux specific disk_partitions() test if it raises NotImplementedError
3854e2065d633cdcdeccdd207b4e80a5055d0f5b authored over 11 years ago
3854e2065d633cdcdeccdd207b4e80a5055d0f5b authored over 11 years ago
(issue 379) disk_partitions(): on POSIX does not check for os.path.exists(disk.device) as it's not reliable - see: https://code.google.com/p/psutil/issues/attachmentText?id=379&aid=3790000000&name=psutil-0.7.1_build.log&token=YNa7Qq67Nppy7rAXmBbjMJG4FNo%3A1368391020458#294
87c9b1d175fb177480ef39a2bc892527800f1313 authored over 11 years ago
87c9b1d175fb177480ef39a2bc892527800f1313 authored over 11 years ago
(issue 379): do not fail psutil.disk_partitions() test on POSIX if os.statvfs() function is not available
a4f30b9eb83ea458dfdfb776cf1ec62551367af6 authored over 11 years ago
a4f30b9eb83ea458dfdfb776cf1ec62551367af6 authored over 11 years ago
(issue 379): do not fail psutil.disk_usage() test on POSIX if os.statvfs() function is not available
c332e6119b7a57adba6ce4106bd6cdb4b01621d5 authored over 11 years ago
c332e6119b7a57adba6ce4106bd6cdb4b01621d5 authored over 11 years ago
(issue 379): do not fail for tests raising NotImplementedError
f33028df131d6575ea65a71811e477c83200eda7 authored over 11 years ago
f33028df131d6575ea65a71811e477c83200eda7 authored over 11 years ago
(Linux) fix typo: in case get_memory_maps() is not supported NotImplementedError wasn't raised as expected (because of the typo)
6d2865d204e5ddeed870c222e75d2927de001c34 authored over 11 years ago
6d2865d204e5ddeed870c222e75d2927de001c34 authored over 11 years ago
zombie process test: skip test in case the tested method raises NotImplementedError
f1581dc2ec14565328aab08666cc8d3d45471d3f authored over 11 years ago
f1581dc2ec14565328aab08666cc8d3d45471d3f authored over 11 years ago
fetch all tests: skip test in case the tested method raises NotImplementedError
4bc404f1fa79525c79c9c23d4f3cb02c6a35b4b0 authored over 11 years ago
4bc404f1fa79525c79c9c23d4f3cb02c6a35b4b0 authored over 11 years ago
Fix issue 378: test_terminal fails when stdin is not a tty
5216679114ab3b992e9e02cc3c503d41eeb00cfd authored over 11 years ago
5216679114ab3b992e9e02cc3c503d41eeb00cfd authored over 11 years ago
Fix issue 377 / disk partitions: assert for device existance only in case device is an absolute path
d8cd213f2b9f480a81f7689e354eebde8b579d12 authored over 11 years ago
d8cd213f2b9f480a81f7689e354eebde8b579d12 authored over 11 years ago
Fix issue #380: make test suite exit with non-zero on failure. (patch by floppymaster)
77dbeecc7baa2551326d3edb0c94e1ff8e77cd5e authored over 11 years ago
77dbeecc7baa2551326d3edb0c94e1ff8e77cd5e authored over 11 years ago
Added tag release-0.7.1 for changeset 3b3b76926a35
8fe983e7b74957428138acb73d283e94b207ac19 authored almost 12 years ago
8fe983e7b74957428138acb73d283e94b207ac19 authored almost 12 years ago
update version
5b89740fe8ea9797cc195f7703ef9ec06260e6c5 authored almost 12 years ago
5b89740fe8ea9797cc195f7703ef9ec06260e6c5 authored almost 12 years ago
update patch credits
71deb19ac31e91400f708cbf5b5ddb4ba033c52f authored almost 12 years ago
71deb19ac31e91400f708cbf5b5ddb4ba033c52f authored almost 12 years ago
fetch all test: in case function raises NSP make sure the pid does not exists and fail if it does
61a81e29af9b4ccb221508bb552eb9418e6db4e8 authored almost 12 years ago
61a81e29af9b4ccb221508bb552eb9418e6db4e8 authored almost 12 years ago
Issue 371: implement CPU temperature on Linux by parsing files in /sys/class/hwmon/hwmon0/temp1_*. It is probably incomplete compared to what we can get via lm-sensors though so care should be taken on whether adding this or not.
7e31b67956dacb0e6b704d6e4c4b0fe37faebbed authored almost 12 years ago
7e31b67956dacb0e6b704d6e4c4b0fe37faebbed authored almost 12 years ago
issue 367 / Windows: connection status strings turned into constants
d6a3c6773d41e84740d98d5ce287fdc271b923f2 authored almost 12 years ago
d6a3c6773d41e84740d98d5ce287fdc271b923f2 authored almost 12 years ago
use a static int constant to signal connection status == NONE
8e4efe2bcb8f807c4a78ba2645f5277aede884b2 authored almost 12 years ago
8e4efe2bcb8f807c4a78ba2645f5277aede884b2 authored almost 12 years ago