-
Mon Feb 10 2014 David Vossel <dvossel@redhat.com> - 0.16.0-6
- Fixes use after free in ipc server
Resolves: rhbz#1063415
-
Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.16.0-5
- Mass rebuild 2014-01-24
-
Mon Jan 20 2014 David Vossel <dvossel@redhat.com> - 0.16.0-4
- Require log filtering to match function and file exactly.
No substring matching.
- Fixes complile time issue with 'make check' unit tests.
Resolves: rhbz#1018091
-
Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.16.0-3
- Mass rebuild 2013-12-27
-
Wed Oct 30 2013 David Vossel <dvossel@redhat.com> - 0.16.0-2
Set SO_PASSCRED on listener socket
Resolves: rhbz#1021597
-
Thu Jul 25 2013 David Vossel <dvossel@redhat.com> - 0.16.0-1
Rebase to v0.16.0 release
-
Wed Jul 24 2013 David Vossel <dvossel@redhat.com> - 0.15.0-2
sync spec file with v0.15.0 release
-
Wed Jul 24 2013 David Vossel <dvossel@redhat.com> - 0.15.0-1
Rebase to release v0.15.0
-
Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
Thu Jan 17 2013 Angus Salkeld <asalkeld@redhat.com> - 0.14.4-1
LOG: prevent the last char of the blackbox message from getting lost.
Example: make the blackbox example more practical.
Add the processing which remove notifier at skiplist_destroy function
Add the processing which remove hash node and notifier at hashtable_destroy function
Unify to QB_TRUE/QB_FALSE a boolean value
Document the default prefix in INSTALL
Unify the list processing with qb_list function
Add travis link to the readme.
Fix return code which is an error occurred at pthread function
TEST: add a progam to compare the speed of vsnprintf and qb_vsnprintf_serialize
LOG: add a test for a padded hex int.
Fedora's splint has a strange syntax error, don't fail on it.
LOG: fix truncation in some messages that get padded.
Fix the blackbox formatter when specifing the string len/precision
Fix strlcpy and strlcat functions
IPC: don't over log on disconnect
Make sure we don't use the format string whilst it is getting changed.
ptrie: deref the current node in trie_iter_free()
LOG: fix the format comparison to avoid generating multiple entries.
LOG: set the return code when calloc fails
IPC: call poll if we are mid message and get EAGAIN
Remove extra ";"
IPC: set the error more correctly when qb_sys_mmap_file_open() fails.
Make sure that mmap'ed files smaller than a page size are written to.
example/test: check for error in qb_ipc_run()
example: check for error in qb_ipc_run()
TEST: fix typo s/,/; in check_ipc.c