| age |
author |
description |
| 2 years |
Jim Meyering |
Avoid an invalid-packet-provoked noisy infloop.default tip |
| 2 years |
Jim Meyering |
Don't segfault on a bogus packet. |
| 2 years |
Jim Meyering |
Get past "make distcheck" once again. |
| 2 years |
Jim Meyering |
* Makefile.am (syntax-check): Adjust to new "hg manifest" output format. |
| 2 years |
"Daniel P. Berrange |
Explicitly turn on test suite. Fix bug capturing test output |
| 2 years |
"Daniel P. Berrange |
Include test environment in auto-generated test wrapp to allow easier manual execution |
| 2 years |
"Daniel P. Berrange |
Remove use of 'check' since its basically rubbish & cause lots of pain |
| 2 years |
"Daniel P. Berrange |
Avoid division by zero problems |
| 2 years |
"Daniel P. Berrange |
Drop automake requirement to 1.9 |
| 2 years |
Jim Meyering |
* tests/Makefile.am (wrapper_required): Wrap each binary |
| 2 years |
Jim Meyering |
Plug a leak. |
| 2 years |
Jim Meyering |
* tests/Makefile.am (TESTS_ENVIRONMENT): Propagate $abs_builddir |
| 2 years |
Jim Meyering |
* tests/Makefile.am (TESTS_ENVIRONMENT): Propagate $(VALGRIND). |
| 2 years |
Jim Meyering |
* configure.ac: Add new configure-time options, --disable-valgrind, |
| 2 years |
"Daniel P. Berrange |
Fixed more memory leaks in test suite |
| 2 years |
"Daniel P. Berrange |
Fix double-free()'s and missing free()'s in yaml.c test case |
| 2 years |
Jim Meyering |
* tests/setup (vg_error_check): Write offending output to stdout, |
| 2 years |
Jim Meyering |
* tests/.vg-supp: Ignore a bunch of leaks that are reported |
| 3 years |
Jim Meyering |
Rename local "i"s to avoid shadowing hidden check.h parameters. |
| 3 years |
Jim Meyering |
* lib/yaml.c: Fix harmless typo: s/=/==/. |
| 3 years |
Jim Meyering |
* lib/no-net-source.cin [SPECTRE_STATGRAB_ONLY]: Revert to using |
| 3 years |
Jim Meyering |
* tests/yaml.c: Adapt tests to work with changed types, |
| 3 years |
Jim Meyering |
add to the list |
| 3 years |
Jim Meyering |
* lib/no-net-source.cin (source_ticker): Add some "const" attributes. |
| 3 years |
Jim Meyering |
* lib/no-net-source.cin: Remove useless semicolons. |
| 3 years |
Jim Meyering |
* lib/codec.c (compute_hmac): Fix comment not to mention trailing |
| 3 years |
Jim Meyering |
* TODO: New file. |
| 3 years |
Jim Meyering |
remove obsolete FIXME comment |
| 3 years |
Jim Meyering |
fix wording: s/light weight/lightweight/ |
| 3 years |
Jim Meyering |
* lib/codec.c: Small optimization/clean-up. |
| 3 years |
Jim Meyering |
Save 17 or 21 bytes/packet: use binary rep. of MD5 or SHA1 checksum. |
| 3 years |
Jim Meyering |
* lib/util.c (printable_buf): Work with up to 7 separate return results. |
| 3 years |
Jim Meyering |
Make the protocol version number binary: a 2-byte net-order quantity. |
| 3 years |
Jim Meyering |
Check for over-long message on the sending end, too. |
| 3 years |
Jim Meyering |
* lib/yaml-int.h: Update prototype, too. |
| 3 years |
Jim Meyering |
Don't assume buffers, messages, etc. are NUL-terminated. I.e., |
| 3 years |
Jim Meyering |
* lib/codec.c (sptr_codec_decode): Fix silly typo: don't free "msg". |
| 3 years |
Jim Meyering |
fix comments |
| 3 years |
Jim Meyering |
* lib/util.c (printable_buf): New file/function. |
| 3 years |
Jim Meyering |
Add a comment. |
| 3 years |
Jim Meyering |
* lib/codec.c (compute_hmac): New function, factored out of... |
| 3 years |
Jim Meyering |
Change encoder to return length of resulting buffer, (not |
| 3 years |
Jim Meyering |
Back out parts of last patch, preparing to handle new protocol |
| 3 years |
Jim Meyering |
Make the on-wire protocol include the protocol version number. |
| 3 years |
Jim Meyering |
Add yet another valgrind suppression, required for just-updated rawhide. |
| 3 years |
Jim Meyering |
Don't require (or accept) a plugin.N=backend_name directive. |
| 3 years |
Jim Meyering |
remove unneeded prototypes, declare static |
| 3 years |
Jim Meyering |
Make rrdtool config lines match comments. |
| 3 years |
Jim Meyering |
merge |
| 3 years |
Jim Meyering |
s/shit/things/ |
| 3 years |
Jim Meyering |
merge |
| 3 years |
Jim Meyering |
Add BuildRequires: libpng-devel, noted by Mihai. |
| 3 years |
"Daniel P. Berrange |
Addded LGPL license header to all source files |
| 3 years |
"Daniel P. Berrange |
ENable a UNIX source & sink by default in hub & agent configs |
| 3 years |
"Daniel P. Berrange |
Major performance improvements for libvirt lookup |
| 3 years |
Jim Meyering |
* tests/config-err: Reenable this test. |
| 3 years |
Jim Meyering |
* tests/config-err: Adapt to new syntax (spectre: prefix) of diagnostics. |
| 3 years |
Jim Meyering |
* src/spectre.c (main): Use just "spectre" as the program name, if |
| 3 years |
Jim Meyering |
* tests/Makefile.am ($(built_scripts)): Redirect stdout as well |
| 3 years |
Jim Meyering |
* src/spectre.c: Remove "\n" from the end of each "warn" format |