Serj Kalichev
|
7942f3d08a
faux.eloop: Add signal.h to eloop.h
|
3 年 前 |
Serj Kalichev
|
3c8d678b09
faux.eloop: Add poll.h to eloop.h
|
3 年 前 |
Serj Kalichev
|
4bea9e53ce
faux.base: Fix buf.h installation
|
3 年 前 |
Serj Kalichev
|
84a9c92601
faux.eloop: It's possible now to start nested eloop (note: with different object)
|
3 年 前 |
Serj Kalichev
|
fcc996d947
Fix building with --enable-debug flag
|
3 年 前 |
Serj Kalichev
|
7aa2af4f64
error: Add faux_error_cstr(). Function creates single c-string from faux_error_t object
|
3 年 前 |
Serj Kalichev
|
c9fe4ed541
tri_t: Convert functions for tri_t type
|
3 年 前 |
Serj Kalichev
|
fbb2ac8bd2
faux.list: faux_list_data() doesn't assert(faux_list_t *)
|
3 年 前 |
Serj Kalichev
|
ceb4b390db
faux.argv: const faux_argv_t * for faux_argv_is_continuable()
|
3 年 前 |
Serj Kalichev
|
3e8e81c4b2
faux.argv: faux_argv_set_continuable()
|
3 年 前 |
Serj Kalichev
|
2ceddd49a4
faux.argv: faux_argv_add()
|
3 年 前 |
Serj Kalichev
|
7b5d14c36a
faux.msg: faux_msg_get_str_param_by_type()
|
3 年 前 |
Serj Kalichev
|
4d7f4ea7af
faux.msg: Fix faux_msg_recv() to receive messages without parameters
|
3 年 前 |
Serj Kalichev
|
f65040fc37
faux.msg: faux_msg_send_async()
|
3 年 前 |
Serj Kalichev
|
769d70e35c
faux.async: faux_async_writev()
|
3 年 前 |
Serj Kalichev
|
d92ae4514c
faux.msg: Fix faux_msg_recv()'s length of message body calculations
|
3 年 前 |
Serj Kalichev
|
00971dcff4
faux.msg: Fix debug function
|
3 年 前 |
Serj Kalichev
|
4723f4d471
faux.vec: Fix deletion of last item from vector. +Regression test
|
3 年 前 |
Serj Kalichev
|
45d9fa9d94
faux.eloop: Del all functions for signals, fds, sched
|
3 年 前 |
Serj Kalichev
|
d0510aa1f1
faux.net: faux_pollfd_del_all()
|
3 年 前 |
Serj Kalichev
|
54564bba1f
faux.vec: faux_vec_del_all()
|
3 年 前 |
Serj Kalichev
|
b3fd1b9218
faux.argv: faux_argv_is_last()
|
3 年 前 |
Serj Kalichev
|
03f95efe32
faux.argv: Function to get number of arguments faux_argv_len()
|
3 年 前 |
Serj Kalichev
|
a53040cba9
faux.argv: faux_argv_current()
|
3 年 前 |
Serj Kalichev
|
399bec8535
list: Fix returning type of faux_list_is_empty()
|
3 年 前 |
Serj Kalichev
|
23151fe9d5
str: faux_str_casecmp() can 'compare' NULL strings. Consider NULL string to be less than empty string
|
3 年 前 |
Serj Kalichev
|
c11e354535
Fix dead assignment
|
3 年 前 |
Serj Kalichev
|
693f7b9d03
faux.async: Use faux_buf_t for async
|
3 年 前 |
Serj Kalichev
|
13f3cc57dc
faux.async: Use faux_buf_t with faux_async_t. Unfinished
|
3 年 前 |
Serj Kalichev
|
2390127078
Uncomment tests
|
3 年 前 |