aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* GNU manages to botch dirfd() too. POSIX is hard!Laurent Bercot2017-12-211-1/+1
|
* Undeprecate mininetstringLaurent Bercot2017-12-211-1/+0
| | | | It's actually used by s6-dns!
* Big 2.6.3.0 reorganizationLaurent Bercot2017-12-211-1/+7
| | | | | | | - Add libposixplz, update headers - Add memmem and friends - Add textmessage to libunixonacid - Update some sysdeps tests
* Add atomic_symlink(), prepare for 2.6.3.0Laurent Bercot2017-12-033-2/+8
|
* version: 2.6.2.0v2.6.2.0Laurent Bercot2017-11-271-1/+1
|
* Prepare for 2.6.2.0Laurent Bercot2017-11-273-2/+8
|
* Prepare for 2.6.1.0Laurent Bercot2017-10-303-2/+8
|
* Add lock_unx()Laurent Bercot2017-10-301-0/+6
|
* version: 2.6.0.2v2.6.0.2Laurent Bercot2017-10-223-2/+8
|
* Better *FLAGS management; prepare for 2.6.0.1Laurent Bercot2017-10-053-2/+13
|
* Prepare for 2.6.0.0 releaseLaurent Bercot2017-08-221-1/+1
|
* Doc typo fixLaurent Bercot2017-08-101-1/+1
|
* Prepare for 2.6.0.0Laurent Bercot2017-07-283-2/+12
|
* More schemeless URLsLaurent Bercot2017-05-244-7/+7
|
* More schemeless URLsLaurent Bercot2017-05-241-1/+1
|
* Switch doc to schemeless URLsLaurent Bercot2017-05-2356-174/+174
|
* version: 2.5.1.1v2.5.1.1Laurent Bercot2017-05-223-2/+7
|
* Add xpathexec_* functions, prepare for 2.5.1.0Laurent Bercot2017-05-184-4/+22
|
* Add stub documentation files to avoid 404Laurent Bercot2017-05-1621-1/+561
|
* Prepare for version 2.5.0.1Laurent Bercot2017-05-113-2/+9
|
* version: 2.5.0.0Laurent Bercot2017-03-271-1/+10
|
* Cleanups - mostly removing superfluous includes in headersLaurent Bercot2017-03-131-0/+6
|
* Update documentation for the types change, with some extra fixesLaurent Bercot2017-03-0816-196/+188
| | | | Also remove --enable-replace-libc from configure
* Types fix, start: preparation and libbiguintLaurent Bercot2017-01-213-2/+8
|
* version: 2.4.0.2v2.4.0.2Laurent Bercot2016-12-031-0/+28
|
* Prepare for version 2.4.0.2Laurent Bercot2016-11-273-2/+8
|
* version: 2.4.0.1v2.4.0.1Laurent Bercot2016-11-041-14/+3
|
* Remove obsolete flags from flags.html, prepare for 2.4.0.1Laurent Bercot2016-11-044-36/+8
|
* 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
|