openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
skalibs
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 21 of 22
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
So the non-portable MSG_DONTWAIT may alleviate the problem... might as well use it on architectures that support it.
Laurent Bercot
More...
about 10 years ago
Something is rotten in the state of FreeBSD... but we all knew it already. More tentative workarounds.
Laurent Bercot
More...
about 10 years ago
FreeBSD now chokes on tryancilautoclose ; tentative fix
Laurent Bercot
More...
about 10 years ago
Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocks until buffer full or socket shutdown on BSD, *even if the socket is nonblocking*. So I added an "okwaitall" sysdeps, and won't set MSG_WAITALL on retarded systems.
Laurent Bercot
More...
about 10 years ago
Lots of cosmetic fixes. sha256 documented.
Laurent Bercot
More...
about 10 years ago
Cosmetic fixes in iobuffer (was looking for a bug, but it wasn't there)
Laurent Bercot
More...
about 10 years ago
Doc fix: `cat socket.lib`, not -l`cat socket.lib`
Laurent Bercot
More...
about 10 years ago
Documentation fixes
Laurent Bercot
More...
about 10 years ago
skalibs actually doesn't need make 4
Laurent Bercot
More...
about 10 years ago
child_spawn1 doc update
Laurent Bercot
More...
about 10 years ago
Fix fd management in new child_spawn1, make socket nb for skaclient
Laurent Bercot
More...
about 10 years ago
fd leak fix in child_spawn1_internal
Laurent Bercot
More...
about 10 years ago
Separate socket from pipe in child_spawn. Less code in skaclient!
Laurent Bercot
More...
about 10 years ago
Fix timed_getlnmax: correctly update w
Laurent Bercot
More...
about 10 years ago
Remove intentional crash
Laurent Bercot
More...
about 10 years ago
Make build crash early on purpose (to test test suite...)
Laurent Bercot
More...
about 10 years ago
Test _XOPEN_SOURCE=700, you never know... (but not for Solaris)
Laurent Bercot
More...
about 10 years ago
Update doc: dependency to make 4
Laurent Bercot
More...
about 10 years ago
Declare static/shared libs in configure, it's specific anyway
Laurent Bercot
More...
about 10 years ago
Fix: timed_buffer_flush -> buffer_timed_flush
Laurent Bercot
More...
about 10 years ago
Fix Jean's e-mail address
Laurent Bercot
More...
about 10 years ago
unixmessage_receive: don't read more than 1 message at a time
Laurent Bercot
More...
about 10 years ago
Fix test of sendmsg return value (compare against int...)
Laurent Bercot
More...
about 10 years ago
Fix initial value for the length of the kolbak_queue. This was the reason for the s6-dnsname-filter segfault. It took me 2 days, valgrind and gdb to corner that one. >.>
Laurent Bercot
More...
about 10 years ago
Include deps.mak after config.mak, just in case
Laurent Bercot
More...
about 10 years ago
Use -O2 by default
Laurent Bercot
More...
about 10 years ago
Fix make global-links with nonempty sproot
Laurent Bercot
More...
about 10 years ago
Add guards around EOVERFLOW defines. (Thanks, OpenBSD)
Laurent Bercot
More...
about 10 years ago
Fix child_spawn fd closing when n=1
Laurent Bercot
More...
about 10 years ago
Remove deprecated sig.c and useless select wrapper
Laurent Bercot
More...
about 10 years ago
←
1
2
…
14
15
16
17
18
19
20
21
22
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree