forked from pool/libqb
- Simplify internal ipcs ref counting, add comments and document api behavior
- Simplifies connection ref counting without changing behavior - Fix: refcount leak - Fix: ringbuffer: Add file header version field and detect reading corrupted blackbox files using hash value - fix a problem when the character string beyond the number of the maximum characters is passed - Add a IPC service context pointer and accessors from both the connection and service level. - ringbuffer: use atomic ops on ringbuffer chunk magic - IPC: make each connection ref the owning service - Indicate when/why qb_rb_force_close() fails to remove share memory files - Deal better with corrupt blackbox files. - Upstream version cs: 7c6e109046ec772a97a7fe2cdf61f84fc2155b7e OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=21
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 10:39:34 UTC 2013 - ygao@suse.com
|
||||
|
||||
- Simplify internal ipcs ref counting, add comments and document api behavior
|
||||
- Simplifies connection ref counting without changing behavior
|
||||
- Fix: refcount leak
|
||||
- Fix: ringbuffer: Add file header version field and detect reading corrupted blackbox files using hash value
|
||||
- fix a problem when the character string beyond the number of the maximum characters is passed
|
||||
- Add a IPC service context pointer and accessors from both the connection and service level.
|
||||
- ringbuffer: use atomic ops on ringbuffer chunk magic
|
||||
- IPC: make each connection ref the owning service
|
||||
- Indicate when/why qb_rb_force_close() fails to remove share memory files
|
||||
- Deal better with corrupt blackbox files.
|
||||
- Upstream version cs: 7c6e109046ec772a97a7fe2cdf61f84fc2155b7e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 09:42:40 UTC 2013 - ygao@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user