summaryrefslogtreecommitdiff
path: root/src/libstddjb
AgeCommit message (Collapse)Author
2015-06-03 Bugfix: remove overflow checking in tai?_add/subv2.3.5.0Laurent Bercot
(because it doesn't work with relative times, duh!)
2015-06-02 Turn non-linear buffer macros calling str_len() into functions. >.>Laurent Bercot
2015-05-16 C macros suck. Rewrote the case_diffb thing.Laurent Bercot
2015-05-16 Typo fixes in case_diff*Laurent Bercot
2015-05-16 - add bitarray_countLaurent Bercot
- add openwritevnclose_at - rc for 2.3.5.0
2015-05-05 - add stat_atLaurent Bercot
- make case_diff* work as a function is more cases - make sig_number case-insensitive - make child signal unblocking work in child_spawn*
2015-04-08 - added str_nlen()Laurent Bercot
- various fixes for --enable-libc-replacements
2015-03-27 buffer_fill cosmetic fixLaurent Bercot
2015-03-27 - added sha512 (buggy, need to commit to test somewhere else)Laurent Bercot
- version bump (not a rc yet) - bugfix: buffer_get returned -1 EPIPE on short reads w/o EOF
2015-03-13 Applied Roman Kimov's fixesv2.3.1.3Laurent Bercot
2015-03-09 Jesus, that OpenBSD bug is FUCKING ANNOYING.Laurent Bercot
2015-03-09 - reset all signals to default in child_spawn*Laurent Bercot
- cosmetic fix in INSTALL - version: rc for 2.3.1.2
2015-03-06 Bugfix: iopause must check for EOVERFLOW, not ERANGELaurent Bercot
2015-02-23 Add hiercopy and hiercopy_tmpv2.3.1.0Laurent Bercot
2015-02-15 Bugfix: SKALIBS_ETC undefined (djbtime-internal.h didn't include config.h)v2.3.0.0Laurent Bercot
-> leapsecs_add failed. Thanks Gorka Lertxundi for the report.
2015-02-05 - Add siovec_truncLaurent Bercot
- Add openwritevnclose - replace buffer_read/write with fd_readsv/writesv - add localtmn_from_tain_g - refactor cdb_make - rewrite buffer_getvall and buffer_putvall, with a bugfix
2015-02-01 It will work better with the new files >.>Laurent Bercot
2015-02-01 Add allreadwritev and friendsLaurent Bercot
2015-01-23 Bugfixes:v2.2.1.0Laurent Bercot
- seek_set now uses SEEK_SET (those functions are useless now, they will go at the next major version update) - skaclient_server_init now correctly sanitizes unixmessage_timed_receive
2015-01-19 - Added unixconnectionLaurent Bercot
- Added sig_name & sig_number (suggestion from Olivier Brunel) - version bumped to 2.2.1.0, rc
2015-01-09 Everybody loves OpenBSD and its _BSD_SOURCE-guarded EOVERFLOWLaurent Bercot
2015-01-09 tai conversion functions overhaul.Laurent Bercot
API change -> rc for 2.2.0.0 Doc updated.
2015-01-06 Fix uintXX_fmtlist and uintXX_scanlist includesLaurent Bercot
2015-01-02 Remove the --enable-right-tz configure option.Laurent Bercot
Make it a run-time autodetection instead. Update doc. Thanks to Paul Jarc for the suggestion.
2014-12-21 child_spawn1_internal fix for noposixspawnLaurent Bercot
2014-12-20 Lots of cosmetic fixes.Laurent Bercot
sha256 documented.
2014-12-20 Cosmetic fixes in iobuffer (was looking for a bug, but it wasn't there)Laurent Bercot
2014-12-18 Fix fd management in new child_spawn1, make socket nb for skaclientLaurent Bercot
2014-12-18 fd leak fix in child_spawn1_internalLaurent Bercot
2014-12-18 Separate socket from pipe in child_spawn. Less code in skaclient!Laurent Bercot
2014-12-17 Remove intentional crashLaurent Bercot
2014-12-17 Make build crash early on purpose (to test test suite...)Laurent Bercot
2014-12-10Add guards around EOVERFLOW defines. (Thanks, OpenBSD)Laurent Bercot
2014-12-10Fix child_spawn fd closing when n=1Laurent Bercot
2014-12-09Remove deprecated sig.c and useless select wrapperLaurent Bercot
2014-12-06Rewrite unixmessage_receiver without buffer, only cbufferLaurent Bercot
2014-12-05Simplify child_spawn: remove syncpipe in the posix_spawn() caseLaurent Bercot
2014-12-05Add skagetln_nofillLaurent Bercot
2014-12-05Add tain_zeroLaurent Bercot
2014-09-18initial commit with rc for skalibs-2.0.0.0Laurent Bercot