Commit Graph

20 Commits (a49e2a4ace6bd224bfc85b1a95cc93a012d179ad)

Author SHA1 Message Date
Avinash Sonawane 509b2c5ca5 Check if ip_address string is non-empty 2021-08-09 15:31:30 +05:30
Gaël Bonithon f7f50e1e03 Fix compilation warnings 2021-02-01 23:08:53 +01:00
Skunnyk 39066554e8 Fix Pre-defined Compiler Macros
- Use #if defined() instead of ifdef. This should fix freebsd/kfreebsd detection/build
2017-11-02 23:18:42 +01:00
Guido Berhoerster 011a2ca9ee Fix array out of bounds write
Fix #11328
2017-06-08 11:01:34 +02:00
Landry Breuil b02c6f44e9 Drop global.h, and use DBG() macro from libxfce4util instead of the hand-rolled PRINT_DBG() 2016-05-14 15:37:34 +02:00
Yves-Alexis Perez 6751c3da27 Bug 7360: Fix two calls to snprintf() 2012-01-07 15:56:26 +01:00
Florian Rivoal f1c7c550d7 Update the license
Clarify that wormulon is under GPL2 or later, and, after agreeing witn
Bernhard Walle, relicense xfce4-netload-plugin under GPL2 or later,
instead of GPL2 strictly.
2010-12-08 11:00:54 +09:00
Florian Rivoal 8bab222cea Clean up
Update copyright notices, rename the configure.in.in into
configure.ac.in, upgrade autogen.sh, and INSTAL, and remove svn fluff in
comments.
2010-12-08 01:25:04 +09:00
Florian Rivoal cd6830349d Add support for GNU/kFreeBSD
Change the ifdefery to use existing code to support GNU/kFreeBSD.

Fixes bug 3043.
2010-10-13 10:07:04 +09:00
Bernhard Walle 31403e75d8 ChangeLog, panel-plugin/net.{c,h}, panel-plugin/netload.c:
- Not reporting errors if the interface has no IP address yet, thanks to
    Mathy Vanvoorden <matje@lanzone.be> (fixed #1158)



(Old svn revision: 2249)
2006-12-17 21:11:54 +00:00
Bernhard Walle 3ca61bba76 panel-plugin/net.{c,h}, panel-plugin/os.h:
- added code for DragonFly BSD, thanks to Bob Bagwill <bob@bagwill.com>
    (fixed #1456)


(Old svn revision: 2247)
2006-12-17 19:44:57 +00:00
Bernhard Walle 22959322fb * Fixed error output if not in debug mode (#4707)
* Increased version number to 0.3.3.


(Old svn revision: 756)
2005-07-31 22:54:22 +00:00
Bernhard Walle cf3e10adc6 Close the socket
(Old svn revision: 340)
2005-02-04 18:14:41 +00:00
Bernhard Walle 65af5a9649 Implemented display of IP address, minor code cleanup
(Old svn revision: 337)
2005-02-04 18:12:01 +00:00
Bernhard Walle 6c59586f2e Added support for MacOS X
(Old svn revision: 313)
2003-09-13 12:30:49 +00:00
Bernhard Walle 6140e1bbd0 New version 0.2.0pre6
Added GUI warning if the plugin initialization failed and corrected "ms" to "s" (seconds)


(Old svn revision: 309)
2003-09-06 12:37:20 +00:00
Bernhard Walle eaaaa9c2e3 New version 0.2.0pre5
Fixed problems on all operating systems that require initialization and removed
superfluous call of init_netload() function.


(Old svn revision: 307)
2003-08-31 12:54:36 +00:00
Bernhard Walle bee2164e55 New version 0.2.0pre3
Fixed a small bug, implemented configurable update interval and improved automatic maximum.


(Old svn revision: 300)
2003-08-26 20:34:46 +00:00
Bernhard Walle bf777a0384 New version 0.2.0pre2
Support more than one instance of the plugin


(Old svn revision: 298)
2003-08-25 21:08:58 +00:00
Bernhard Walle 1407a73ebb Change netcode based on wormulon
(Old svn revision: 295)
2003-08-24 20:05:32 +00:00