Nils O. Selåsdal
|
b93e5b6d5b
|
add uc_read_fd function
|
2014-03-13 23:16:50 +01:00 |
|
Nils O. Selåsdal
|
092074bbfc
|
Fix read_file in case file size if > SSIZE_MAX
|
2014-03-13 23:07:57 +01:00 |
|
Nils O. Selåsdal
|
62a7a60712
|
Set errno to 0, for consistent results
|
2014-03-13 23:04:14 +01:00 |
|
Nils O. Selåsdal
|
1844735483
|
Add -Werror=implicit-function-declaration to CFLAGS
|
2014-03-12 19:19:35 +01:00 |
|
Nils O. Selåsdal
|
325c36435f
|
Tidy up whitespace
|
2014-03-10 22:02:44 +01:00 |
|
Nils O. Selåsdal
|
15a3cbb59a
|
Small refactoring of ratelimit code to make more sense
|
2014-03-09 23:54:48 +01:00 |
|
Nils O. Selåsdal
|
8fca5333d9
|
Implement generalied IOMux implementation operations
Fix serious bug in iomix_timers_run
|
2014-03-02 06:00:05 +01:00 |
|
Nils O. Selåsdal
|
74f3d9253b
|
Merge branch 'dev' of /var/lib/git/libucore into dev
|
2014-03-02 04:00:03 +01:00 |
|
Nils O. Selåsdal
|
c3a900ea53
|
Change library suffix from _debug to D for debug build.
And no suffix for a release build.
|
2014-03-02 03:59:18 +01:00 |
|
Nils O. Selåsdal
|
619af7aedc
|
Merge branch 'master' into dev
|
2014-02-19 00:40:53 +01:00 |
|
Nils O. Selåsdal
|
5756ccfbef
|
Merge branch 'master' of ssh://box/var/lib/git/libucore
|
2014-02-19 00:40:33 +01:00 |
|
Nils O. Selåsdal
|
b49fd5a475
|
Fix orders of members in UCKeepConfig
|
2014-02-19 00:40:13 +01:00 |
|
Nils O. Selåsdal
|
0c3fc0f31d
|
Add a string/string mapper struct
|
2014-02-04 20:51:47 +01:00 |
|
Nils O. Selåsdal
|
3119016172
|
Rename the value string functions to be a bit mroe sensible
|
2014-02-04 15:15:17 +01:00 |
|
Nils O. Selåsdal
|
a1da276cf5
|
cosmetic cleanup
|
2014-02-04 01:45:02 +01:00 |
|
Nils O. Selåsdal
|
c2af5db86e
|
Add an unsigned int/string pair type, modelled on the value string of
wireshark
|
2014-02-04 01:37:27 +01:00 |
|
Nils O. Selåsdal
|
f1b1ceadca
|
Merge branch 'master' into dev
|
2014-01-26 00:59:08 +01:00 |
|
Nils O. Selåsdal
|
7c271c1b52
|
Support libcheck version 0.9.8 as shipped on RHEL 6.4
|
2014-01-26 00:58:11 +01:00 |
|
Nils O. Selåsdal
|
3e313932af
|
Add BSD compatible strlcpy function (uc_strlcpy)
|
2014-01-08 00:37:33 +01:00 |
|
Nils O. Selåsdal
|
0e2d4f07c3
|
Adhere to coding style in logging module (struct uc_log_destination->
struct UCLogDestination, and similar for other structs)
|
2014-01-07 23:39:01 +01:00 |
|
Nils O. Selåsdal
|
74b6a65bd2
|
Add build_type string to version.c
|
2014-01-03 00:53:37 +01:00 |
|
Nils O. Selåsdal
|
c1a04820f4
|
Fix @prefix in subst_info
|
2014-01-03 00:45:22 +01:00 |
|
Nils O. Selåsdal
|
2a66973098
|
Refactor timer execution into its own function
|
2013-12-31 03:00:58 +01:00 |
|
Nils O. Selåsdal
|
ca2b2be2ee
|
Fix UC_NOT_REACHED
|
2013-12-31 03:00:39 +01:00 |
|
Nils O. Selåsdal
|
145f3c26ab
|
Add readme file
|
2013-12-29 23:50:04 +01:00 |
|
Nils O. Selåsdal
|
0bb42dc235
|
Have iomux_update_events be a no-op if the events didn't change
|
2013-12-26 03:20:47 +01:00 |
|
Nils O. Selåsdal
|
9756ca0aeb
|
Create header tile for timeutils, rename tval.c to time.c
|
2013-12-25 19:42:40 +01:00 |
|
Nils O. Selåsdal
|
a147b868c0
|
Fix macros
|
2013-12-24 14:11:11 +01:00 |
|
Nils O. Selåsdal
|
ae8e53bd65
|
Ifnore vim *.swo files
|
2013-12-24 06:42:53 +01:00 |
|
Nils O. Selåsdal
|
293ce4460f
|
Add accessor function to the uclock of an IOMux
|
2013-12-24 06:21:13 +01:00 |
|
Nils O. Selåsdal
|
423c21bee2
|
Use a separate variable for the exit condition
|
2013-12-24 02:30:22 +01:00 |
|
Nils O. Selåsdal
|
89802286c4
|
Add iomux_wake example
|
2013-12-24 01:56:42 +01:00 |
|
Nils O. Selåsdal
|
b83d2fb2cf
|
Decouple the signalling into a struct IOMuxSignaller
|
2013-12-24 01:51:40 +01:00 |
|
Nils O. Selåsdal
|
277900b08e
|
Add IOMuxWaker
|
2013-12-23 23:26:10 +01:00 |
|
Nils O. Selåsdal
|
ebb2640180
|
Do typedef after the enum declaration, for C++ compatibility.
|
2013-12-23 23:25:37 +01:00 |
|
Nils O. Selåsdal
|
4225dd4ed1
|
Compile with -Wno-unused-parameter
|
2013-12-22 15:44:44 +01:00 |
|
Nils O. Selåsdal
|
ddf82372e1
|
Include test when NDEBUG is not defined (checking for DEBUG was
the wrong thing to do when building in release with assertions on)
|
2013-12-18 18:40:55 +01:00 |
|
Nils O. Selåsdal
|
f9f4f3192a
|
rename uc_strvec_expand->uc_strvec_check_expand, and clarify
docs
|
2013-12-18 00:03:11 +01:00 |
|
Nils O. Selåsdal
|
607cc8cd9b
|
const parameter
|
2013-12-17 23:14:43 +01:00 |
|
Nils O. Selåsdal
|
52addceff2
|
Assert fd->fd >= 0
|
2013-12-17 23:11:58 +01:00 |
|
Nils O. Selåsdal
|
a681e9044f
|
Use UC_TAILQ in udp_heartbeat
|
2013-12-10 23:08:05 +01:00 |
|
Nils O. Selåsdal
|
2dc5242fc0
|
Use TailQ in mbuf
|
2013-12-10 01:11:31 +01:00 |
|
Nils O. Selåsdal
|
6891a77ba9
|
Make delim const
|
2013-12-08 22:28:25 +01:00 |
|
Nils O. Selåsdal
|
f6badb41a2
|
Move UC_ASSERT/NOTREACHED to backtrace.h
|
2013-12-08 00:43:22 +01:00 |
|
Nils O. Selåsdal
|
f18de5f269
|
Test dbuf_take_fail aborting in DEBUG mode
|
2013-12-07 12:23:30 +01:00 |
|
Nils O. Selåsdal
|
6a8ba36c23
|
Assert on API violation
|
2013-12-07 01:30:08 +01:00 |
|
Nils O. Selåsdal
|
d26854a632
|
Fix docs for uc_hex_decode
|
2013-12-06 23:16:54 +01:00 |
|
Nils O. Selåsdal
|
784dc1cecb
|
Teach uc_hex_decode to skip spaces
|
2013-12-06 23:10:32 +01:00 |
|
Nils O. Selåsdal
|
42612803a1
|
More string.h docs, and fix style
|
2013-12-06 22:47:23 +01:00 |
|
Nils O. Selåsdal
|
59b4c3f57e
|
Implement uc_hex_encode_delim without snprintf, fix length of
uc_hex_encode_delim when truncated output.
|
2013-12-06 22:47:16 +01:00 |
|