Revisions of libqb

Yan Gao's avatar Yan Gao (yan_gao) committed (revision 33)
uildRequires:  xz
Yan Gao's avatar Yan Gao (yan_gao) accepted request 206900 from Yan Gao's avatar Yan Gao (yan_gao) (revision 32)
Use the tarball_version for rpm version: 0.16.0.21 -> 0.16.0.21.b4c3
buildservice-autocommit accepted request 206575 from Yan Gao's avatar Yan Gao (yan_gao) (revision 31)
baserev update by copy to link target
Yan Gao's avatar Yan Gao (yan_gao) committed (revision 30)
Change the version from 0.16.0 to 0.16.0.21
Yan Gao's avatar Yan Gao (yan_gao) committed (revision 29)
- ipc_setup: Set SO_PASSCRED on listener socket
- log: Filtering by function and file must match exactly, no substring matches
- blackbox: Abort blackbox logging on ringbuffer overwrite reclaim error
- ipcs: Api function allowing server to retrieve client connection's ipc buffer size
- ringbuffer: Abort during chunk reclaim if OVERWRITE flag is set and reclaim fails.
- blackbox: unique blackbox ringbuffer files per pid
- ipc_socket: Fixes fd leak in socket ipc client disconnection
- Detect the max signal value that can be used using NSIG macro
- Avoid double-decrement of level->todo
- Upstream version cs: b4c36efff8b91f287da87590911a01184243cf64
buildservice-autocommit accepted request 200381 from Yan Gao's avatar Yan Gao (yan_gao) (revision 28)
baserev update by copy to link target
Yan Gao's avatar Yan Gao (yan_gao) accepted request 200380 from Yan Gao's avatar Yan Gao (yan_gao) (revision 27)
- Add baselibs.conf
buildservice-autocommit accepted request 185559 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 26)
baserev update by copy to link target
Yan Gao's avatar Yan Gao (yan_gao) committed (revision 25)
- Bump version to 0.16.0
- ipc_socket.c: Detect EOF connection on connection STREAM socket
- ipc_socket.c: Handle the unlikely event of an EAGAIN or EINTR during dgram max size detection
- Fixes sem leak
- Fixes less-than-zero comparision of unsigned int
- Fixes double fd close
- Fixes fd leak
- Fixes use ater free in shm disconnect
- Fixes use after free during ipcs client disconnect
- ipcc: Add abilty to verify dgram kernel buffer size meets max msg value
- Upstream version cs: 75f7ed373758b3cb9087e89e4fae17379dd7b483 (v0.16.0)
Yan Gao's avatar Yan Gao (yan_gao) committed (revision 24)
- ringbuffer: Make max_size of ringbuffer accurate so shm ipc max msg size value is honored
- ipcs: For shm ipc, always retry outstanding notifications when next event is sent
- ipc_socket: In fbsd send() returns ENOBUFS when dgram queue is full, this should be treated similar to EAGAIN
- kqueue: Properly enable kqueue filter in poll loop
- ipcs: Attempt to resend outstanding event notifications during event send
- ipcs: Disconnect shm ipc connection when poll socket returns error on msg receive
- ipcs: Properly disconnect client connection on POLLNVAL or any other error causing connection removal from mainloop.
- Upstream version cs: 39e9ef542dc89893c7c5af4fbd539338266e8031
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 182126 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 23)
initialized devel package after accepting 182126
Yan Gao's avatar Yan Gao (yan_gao) accepted request 181752 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 22)
- disable _service services to be acceptable for factory. To
  update tar, run osc service dr
Yan Gao's avatar Yan Gao (yan_gao) committed (revision 21)
- 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
Yan Gao's avatar Yan Gao (yan_gao) committed (revision 20)
- 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
Yan Gao's avatar Yan Gao (yan_gao) committed (revision 19)
- rpl_sem: make destroy more compliant
- RB: make the "sem" abstraction into a notifier
- Use dgram sockets for message oriented communications
- IPC: don't interpret EMSGSIZE and ENOMSG as a disconnect
- POLL: prevent a spin if the fd is not removed from the mainloop
- Upstream version cs: 2125310c935420945d419ab62b149b32b2c14d87
Yan Gao's avatar Yan Gao (yan_gao) committed (revision 18)
- IPC: make sure we return a consistent error when the message is too big. 
- Upstream version cs: 9d2eca251bdd1833889f42f4e60238c4c774906e
Yan Gao's avatar Yan Gao (yan_gao) committed (revision 17)
- Bump the version to 0.14.4
- LOG: prevent the last char of the blackbox message from getting lost.
- Add the processing which remove notifier at skiplist_destroy function
- Add the processing which remove hash node and notifier at hashtable_destroy function
- Upstream version cs: 848242a7860c5a7e19240c2ded053fa9908af9e0
Yan Gao's avatar Yan Gao (yan_gao) committed (revision 16)
- Fix return code which is an error occurred at pthread function
- 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
- LOG: Make sure we don't use the format string whilst it is getting changed.
- Upstream version cs: eceee03a7bc4962a0b136c38344c7e0c16908489

- 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
- Upstream version cs: 813dfb5fd2bce6ac1353b03b5bed3a7eb46dc278
Yan Gao's avatar Yan Gao (yan_gao) committed (revision 15)
Bump version number to 0.14.3
Update description
Yan Gao's avatar Yan Gao (yan_gao) committed (revision 14)
- Bump the version to 0.14.3
- IPC: call poll if we are mid message and get EAGAIN
- Make sure that mmap'ed files smaller than a page size are written to.
- IPC: Pass the timeout to poll() if the recv function returns EAGAIN
- LOG: make the format comparison safe and sane
- LOG: don't break on empty callsites, just ignore them
- LOG: use the array callback to register new callsites
- array: add a mechanism to get a callback when a bin is allocated
- Fix a crash in ptrie if you iterate over the map in the deleted notifier.
- Make sure atomic's are initialized (for non-gcc atomic).
- ipc_us: slightly more robust cmsg handling
- ipc_us: on Linux, set SO_PASSCRED on the sending socket too
- blackbox: fix 64-bit big-endian issues
- RB: change the #error to ENOTSUP if no usable shared process sem
- LOG: Make sure the semaphores are initialized.
- Upstream version cs: 709b32de434ec157ec2a73153e58ffec186ae660
Displaying revisions 81 - 100 of 113
openSUSE Build Service is sponsored by