forked from pool/libqb
- IPC: fix the connection state checking
- LOG: copy the function/filename for dynamic callsites - Properly discover SO_NOSIGPIPE and MSG_SIGNAL - IPC: fix call to QB_SUN_LEN - list: don't splice empty lists onto the head. - Upstream version cs: 258e86583ecd2437161211b9d70bc69229630e7e - Upstream version cs: 31d9f0900db728cfe182799b61b05759a6a26e8b OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=20
This commit is contained in:
parent
bc44b215b8
commit
59e9f8877e
2
_service
2
_service
@ -8,7 +8,7 @@
|
|||||||
git commit hash and bump "version" if necessary
|
git commit hash and bump "version" if necessary
|
||||||
-->
|
-->
|
||||||
<param name="version">0.14.4</param>
|
<param name="version">0.14.4</param>
|
||||||
<param name="revision">2125310c935420945d419ab62b149b32b2c14d87</param>
|
<param name="revision">258e86583ecd2437161211b9d70bc69229630e7e</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress">
|
<service name="recompress">
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d3565ca7bb8dc16fc84434ffe15ee17d849dcd253dd67a6c27afbd1720e6871f
|
oid sha256:5fc09bc9412d33eae812a6d4f9e3f391c719a2b07755f19eb6247ddc3595265a
|
||||||
size 2609098
|
size 2615450
|
||||||
|
@ -1,12 +1,22 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 25 08:16:51 UTC 2013 - ygao@suse.com
|
Thu Mar 28 09:42:40 UTC 2013 - ygao@suse.com
|
||||||
|
|
||||||
|
- IPC: fix the connection state checking
|
||||||
|
- LOG: copy the function/filename for dynamic callsites
|
||||||
|
- Properly discover SO_NOSIGPIPE and MSG_SIGNAL
|
||||||
|
- IPC: fix call to QB_SUN_LEN
|
||||||
|
- list: don't splice empty lists onto the head.
|
||||||
- rpl_sem: make destroy more compliant
|
- rpl_sem: make destroy more compliant
|
||||||
- RB: make the "sem" abstraction into a notifier
|
- RB: make the "sem" abstraction into a notifier
|
||||||
|
- Upstream version cs: 258e86583ecd2437161211b9d70bc69229630e7e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 25 09:58:21 UTC 2013 - ygao@suse.com
|
||||||
|
|
||||||
- Use dgram sockets for message oriented communications
|
- Use dgram sockets for message oriented communications
|
||||||
- IPC: don't interpret EMSGSIZE and ENOMSG as a disconnect
|
- IPC: don't interpret EMSGSIZE and ENOMSG as a disconnect
|
||||||
- POLL: prevent a spin if the fd is not removed from the mainloop
|
- POLL: prevent a spin if the fd is not removed from the mainloop
|
||||||
- Upstream version cs: 2125310c935420945d419ab62b149b32b2c14d87
|
- Upstream version cs: 31d9f0900db728cfe182799b61b05759a6a26e8b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 8 16:56:34 UTC 2013 - ygao@suse.com
|
Fri Feb 8 16:56:34 UTC 2013 - ygao@suse.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user