aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: remove overflow checking in tai?_add/subv2.3.5.0Laurent Bercot2015-06-036-19/+18
| | | | (because it doesn't work with relative times, duh!)
* Turn non-linear buffer macros calling str_len() into functions. >.>Laurent Bercot2015-06-028-6/+66
|
* C macros suck. Rewrote the case_diffb thing.Laurent Bercot2015-05-163-22/+5
|
* Typo fixes in case_diff*Laurent Bercot2015-05-162-3/+1
|
* - add bitarray_countLaurent Bercot2015-05-168-3/+67
| | | | | - 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-054-2/+12
|
* - add stat_atLaurent Bercot2015-05-0510-17/+123
| | | | | | - make case_diff* work as a function is more cases - make sig_number case-insensitive - make child signal unblocking work in child_spawn*
* - added str_nlen()Laurent Bercot2015-04-0816-35/+25
| | | | - various fixes for --enable-libc-replacements
* Fixed the sha512 bug. rc for 2.3.3.0.v2.3.3.0Laurent Bercot2015-03-271-1/+1
|
* buffer_fill cosmetic fixLaurent Bercot2015-03-271-2/+1
|
* - added sha512 (buggy, need to commit to test somewhere else)Laurent Bercot2015-03-2715-16/+219
| | | | | - 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-136-2/+11
| | | | - version: rc for 2.3.2.0
* Applied Roman Kimov's fixesv2.3.1.3Laurent Bercot2015-03-139-8/+14
|
* version: 2.3.1.2v2.3.1.2Laurent Bercot2015-03-101-0/+1
|
* fd_copy/fd_move doc fixLaurent Bercot2015-03-101-4/+4
|
* Jesus, that OpenBSD bug is FUCKING ANNOYING.Laurent Bercot2015-03-092-0/+14
|
* - reset all signals to default in child_spawn*Laurent Bercot2015-03-097-9/+44
| | | | | - cosmetic fix in INSTALL - version: rc for 2.3.1.2
* version: 2.3.1.1v2.3.1.1Laurent Bercot2015-03-063-2/+8
|
* Bugfix: iopause must check for EOVERFLOW, not ERANGELaurent Bercot2015-03-062-2/+2
|
* Add hiercopy and hiercopy_tmpv2.3.1.0Laurent Bercot2015-02-236-0/+177
|
* Fix deps.mak after last changeLaurent Bercot2015-02-201-1/+1
|
* - Bugfix: unixmessage_sender_init didn't initialize b->shortyLaurent Bercot2015-02-192-0/+3
| | | | - byte_zero the ancilbuf's padding to appease valgrind
* - Add wait_estatus()Laurent Bercot2015-02-194-3/+11
| | | | - version: rc for 2.3.1.0
* Modify wait_status to return 256 when WIFSIGNALEDLaurent Bercot2015-02-184-3/+9
|
* Bugfix: SKALIBS_ETC undefined (djbtime-internal.h didn't include config.h)v2.3.0.0Laurent Bercot2015-02-152-1/+2
| | | | -> leapsecs_add failed. Thanks Gorka Lertxundi for the report.
* Typo fix in unixmessage.hLaurent Bercot2015-02-081-1/+0
|
* - Doc updateLaurent Bercot2015-02-076-19/+46
| | | | - version: 2.3.0.0 rc
* - Add siovec_truncLaurent Bercot2015-02-0532-152/+232
| | | | | | | | - 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
* It will work better with the new files >.>Laurent Bercot2015-02-015-0/+61
|
* Add allreadwritev and friendsLaurent Bercot2015-02-015-9/+25
|
* make fd_sanitize check stderr tooLaurent Bercot2015-01-301-1/+1
|
* Bugfixes:v2.2.1.0Laurent Bercot2015-01-232-5/+3
| | | | | | | - 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
* Bugfix: definition of UNIXCONNECTION_ZEROLaurent Bercot2015-01-211-1/+1
|
* Bugfix: definition of avltreeb_extremeLaurent Bercot2015-01-211-1/+1
|
* Put auto compiler flags into CPPFLAGS. They're useless for linking.Laurent Bercot2015-01-201-7/+7
|
* - Added unixconnectionLaurent Bercot2015-01-1915-6/+195
| | | | | - Added sig_name & sig_number (suggestion from Olivier Brunel) - version bumped to 2.2.1.0, rc
* Without a segfault in unixmessage_sender_free, please.v2.2.0.0Laurent Bercot2015-01-101-5/+8
|
* Gnfrlbl... gensetdyn_iter is an unsigned int again, but the valueLaurent Bercot2015-01-103-9/+9
| | | | is now tested against gensetdyn_n(g). It's cleaner, I swear.
* Change gensetdyn_iter to be a boolean. The old behaviour is stillLaurent Bercot2015-01-102-2/+2
| | | | accessible via gensetdyn_iter_nocancel.
* Bugfix: unixmessage_sender_free didn't close all the pending fdsLaurent Bercot2015-01-104-14/+13
|
* Add unixmessage_unput, for transaction cancellationLaurent Bercot2015-01-093-0/+28
|
* Bugfix: unixmessage_put was recording the wrong number of fdsLaurent Bercot2015-01-092-3/+3
|
* Add cancellation to iterators over avltree(n) and genset(dyn)Laurent Bercot2015-01-0913-30/+101
|
* Everybody loves OpenBSD and its _BSD_SOURCE-guarded EOVERFLOWLaurent Bercot2015-01-094-0/+20
|
* tai conversion functions overhaul.Laurent Bercot2015-01-0949-238/+319
| | | | | API change -> rc for 2.2.0.0 Doc updated.
* Fix uintXX_fmtlist and uintXX_scanlist includesLaurent Bercot2015-01-065-10/+10
|
* - Bugfixes in unixmessage/skaclient (short writes / fd leakage / DoS)v2.1.0.0Laurent Bercot2015-01-0617-81/+199
| | | | | | - 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
* Add unixmessage_drop and some stuff in skaclientLaurent Bercot2015-01-044-0/+18
|
* More macros for asyncout in skaclient.hLaurent Bercot2015-01-041-0/+6
|