aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* version: 2.4.0.0v2.4.0.0Laurent Bercot2016-10-282-4/+14
|
* Add the alarm library, first draft.Laurent Bercot2016-10-242-0/+95
|
* child_spawn2 documentationLaurent Bercot2016-10-191-0/+12
|
* Clean up and modernize librandom.Laurent Bercot2016-10-141-34/+55
| | | | | | | | | | | | | | | | | | | | | | Correct random number generation has historically been suprisingly painful to achieve. There was no standard, every system behaved in a subtly different way, and there were a few userland initiatives to get decent randomness, all incompatible of course. The situation is a bit better now, we're heading towards some standardization. The arc4random() series of functions is a good API, and available on a lot of systems - unfortunately not Linux, but on Linux the new getrandom() makes using /dev/random obsolete. So I removed the old crap in librandom, dropped EGD support, dropped dynamic backend selection, made a single API series (random_* instead of goodrandom_* and badrandom_*), added an arc4random backend and a getrandom backend, and defaulted to /dev/urandom backed up by SURF in the worst case. This should be much smaller and logical. However, it's a major API break, so the skarnet.org stack will be changed to adapt.
* Add spawn_lib supportLaurent Bercot2016-08-123-3/+4
|
* doc typo fixLaurent Bercot2016-08-111-1/+1
|
* Add ipc_timed_recvLaurent Bercot2016-07-201-1/+1
|
* Add ipc_timed_sendLaurent Bercot2016-07-201-0/+1
|
* Fix closecb support wherever a unixmessage may get dropped; add closecb ↵Laurent Bercot2016-04-223-2/+8
| | | | support to unixconnection
* Add mention of the github mirrorLaurent Bercot2016-04-141-0/+3
|
* add link to cgit in doc/index.htmlLaurent Bercot2016-04-141-1/+3
|
* Change default SKALIBS_DEFAULTPATH to /usr/bin:/usr/sbin:/bin:/sbin to ↵Laurent Bercot2016-03-101-2/+12
| | | | | | accommodate s6-linux-init. Also add /command on slashpackage installations.
* Doc fixLaurent Bercot2016-02-251-2/+0
|
* Doc typo fixLaurent Bercot2016-02-171-1/+1
|
* Tentative re-commit of the closecb featureLaurent Bercot2016-02-023-2/+8
|
* Revert " Add support for advanced closing callbacks to ↵Laurent Bercot2016-02-023-8/+2
| | | | | | | | unixmessage_sender_flush." This reverts commit c9c7e241a7b68f67e0cc8a7d3874510dced532d6. (something is segfaulting, reverting until I find the fix)
* Add support for advanced closing callbacks to unixmessage_sender_flush.Laurent Bercot2016-01-183-2/+8
| | | | | (Typically, this will be used for refcounting when broadcasting copies of the same fd.)
* - update version in license.html (lol)v2.3.9.0Laurent Bercot2016-01-081-1/+1
| | | | - version: 2.3.9.0
* Add bitarray_first{clear,set}_skip (thx jjk)Laurent Bercot2016-01-053-1/+22
| | | | version: rc for 2.3.9.0 after Makefile fix
* - fix make stripv2.3.8.3Laurent Bercot2015-11-142-1/+7
| | | | - rc for 2.3.8.3
* - link .so to correct sonameLaurent Bercot2015-11-042-1/+7
| | | | | | - fully strip shared libs - Makefile syntactic consistency - version: 2.3.8.2
* version: 2.3.8.1v2.3.8.1Laurent Bercot2015-11-042-1/+7
|
* - Remove /etc/leapsecs.datv2.3.8.0Laurent Bercot2015-10-144-44/+12
| | | | | | - Publish tools to create the leap second table as a .c - Simplify functions using leap seconds - rc for 2.3.8.0
* - Fix double macro expansion bug in cbuffer_get* and cbuffer_put*Laurent Bercot2015-10-052-1/+7
| | | | - rc for 2.3.7.1
* Clarify instructions for stage directories in crosscompile.htmlLaurent Bercot2015-09-231-0/+17
|
* Add atomic_rm_rf and atomic_rm_rf_tmpLaurent Bercot2015-08-132-5/+10
|
* Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-122-1/+8
|
* - fd_close fixLaurent Bercot2015-07-203-1/+13
| | | | | - add openreadnclose_nb - rc for 2.3.6.0
* - sysdeps for strnlen (Solaris... sigh)Laurent Bercot2015-07-132-1/+7
| | | | - rc for 2.3.5.2
* - Update leap second tablev2.3.5.1Laurent Bercot2015-06-082-1/+7
| | | | - version: 2.3.5.1
* - add bitarray_countLaurent Bercot2015-05-162-1/+7
| | | | | - add openwritevnclose_at - rc for 2.3.5.0
* Make all doc mobile-readable according to Google standardsLaurent Bercot2015-05-0733-0/+33
|
* OpenBSD sucks, but everyone knew this already.v2.3.4.0Laurent Bercot2015-05-052-1/+8
|
* - added sha512 (buggy, need to commit to test somewhere else)Laurent Bercot2015-03-273-1/+27
| | | | | - version bump (not a rc yet) - bugfix: buffer_get returned -1 EPIPE on short reads w/o EOF
* - add gid0_scanv2.3.2.0Laurent Bercot2015-03-132-1/+7
| | | | - version: rc for 2.3.2.0
* Applied Roman Kimov's fixesv2.3.1.3Laurent Bercot2015-03-132-1/+7
|
* version: 2.3.1.2v2.3.1.2Laurent Bercot2015-03-101-0/+1
|
* fd_copy/fd_move doc fixLaurent Bercot2015-03-101-4/+4
|
* - reset all signals to default in child_spawn*Laurent Bercot2015-03-092-1/+10
| | | | | - cosmetic fix in INSTALL - version: rc for 2.3.1.2
* version: 2.3.1.1v2.3.1.1Laurent Bercot2015-03-062-1/+7
|
* Add hiercopy and hiercopy_tmpv2.3.1.0Laurent Bercot2015-02-232-0/+18
|
* - Add wait_estatus()Laurent Bercot2015-02-192-1/+8
| | | | - version: rc for 2.3.1.0
* Modify wait_status to return 256 when WIFSIGNALEDLaurent Bercot2015-02-182-1/+7
|
* - Doc updateLaurent Bercot2015-02-074-17/+44
| | | | - version: 2.3.0.0 rc
* - Added unixconnectionLaurent Bercot2015-01-192-1/+8
| | | | | - Added sig_name & sig_number (suggestion from Olivier Brunel) - version bumped to 2.2.1.0, rc
* tai conversion functions overhaul.Laurent Bercot2015-01-093-29/+87
| | | | | API change -> rc for 2.2.0.0 Doc updated.
* - Bugfixes in unixmessage/skaclient (short writes / fd leakage / DoS)v2.1.0.0Laurent Bercot2015-01-063-2/+11
| | | | | | - ABI change: unixmessage protocol header is now 6 bytes (was 8) - API change: skaclient_start(_async) now takes an "options" argument - version increase to 2.1.0.0
* Remove the --enable-right-tz configure option.Laurent Bercot2015-01-023-58/+15
| | | | | | Make it a run-time autodetection instead. Update doc. Thanks to Paul Jarc for the suggestion.
* Documentation fixesLaurent Bercot2014-12-313-4/+4
|
* Doc typo fixLaurent Bercot2014-12-231-1/+1
|