freddii
|
b62e115830
|
fixed wrong spelled words
|
2021-01-23 17:59:07 -06:00 |
|
Nikolas Garofil
|
5dd23796a6
|
Use unsigned int for p_max_size in obj_cb.print
|
2018-08-08 15:54:47 -04:00 |
|
Brenden Matthews
|
eebc8c653b
|
Add formatting/static analysis (#486)
* Reform source with clang-format.
Rules applied with:
$ find . -iname *.h -o -iname *.cc | xargs clang-format \
-style=file -i -fallback-style=google
* Add clang-format and analyze to build.
Based on the excellent work at: https://github.com/ttroy50/cmake-examples
* Clean up CMake stuff on macOS.
* Remove vim/emacs modelines.
* Update copyright dates.
* Build fixes.
* Build fixes.
* Build fixes.
* Build fixes.
* Build fixes.
* Build fixes.
|
2018-05-12 12:03:00 -04:00 |
|
Pavel Labath
|
b1891474e7
|
Make max_port_monitor_connections a lua setting
|
2010-08-29 15:19:46 +02:00 |
|
Nikolas Garofil
|
a32d9e41a4
|
Bugfix: memory and thread-deleting problems
For example the following config had a problem:
TEXT
$i8k_cpu_temp
I could fix it shorter, but then valgrind would still show memleaks
|
2010-05-05 18:46:04 +02:00 |
|
Brenden Matthews
|
3e3dd16367
|
Update modelines and stuff.
|
2010-01-06 19:45:19 -08:00 |
|
Brenden Matthews
|
b6331b4eb6
|
Switch some more bits to C++, more CMake changes.
|
2009-12-09 20:05:32 -08:00 |
|
Phil Sutter
|
18d2319d73
|
tcp-portmon: convert to callbacks.print
|
2009-11-29 22:21:48 +01:00 |
|
Phil Sutter
|
d2be5980ca
|
tcp_portmon: convert to generic object payload
|
2009-11-03 23:23:22 +01:00 |
|
Phil Sutter
|
da7876468f
|
tcp_portmon: drop useless function pointer cast, use OBJ_ARG
|
2009-10-12 21:33:02 +02:00 |
|
Cesare Tirabassi
|
81c691d15a
|
add emacs indentation variables to source files in line with current vim settings
|
2009-07-28 23:44:22 +02:00 |
|
Phil Sutter
|
19a6e7c925
|
rewrite tcp-portmon hooks
Global variables belonging to tcp-portmon are now separated from
conky.c, cleaning up struct information and struct text_object a bit.
|
2008-12-11 15:28:21 +01:00 |
|