Nils O. Selåsdal
|
bf9802e565
|
First iteration of mbuf, message buffer api
|
2013-06-30 21:42:02 +02:00 |
|
Nils O. Selåsdal
|
89232426e0
|
Properly use return value of select to count the number of events
|
2013-06-30 14:34:19 +02:00 |
|
Nils O. Selåsdal
|
1e0e840ee5
|
Get rid of aligment warning on CONTAINER_OF in clang
|
2013-06-27 20:58:43 +02:00 |
|
Nils O. Selåsdal
|
a8dcf6edff
|
Get rid of inline warning from clang
|
2013-06-27 20:58:23 +02:00 |
|
Nils O. Selåsdal
|
9b7db5440e
|
Allow CC shell environment to override compiler
|
2013-06-27 20:58:07 +02:00 |
|
Nils O. Selåsdal
|
e1834c22b1
|
Dop inline on uc_ll_2_str to avoid clang warning
|
2013-06-23 23:04:23 +02:00 |
|
Nils O. Selåsdal
|
bcf0d66e4e
|
Add LL_NONE test
|
2013-06-20 20:15:19 +02:00 |
|
Nils O. Selåsdal
|
4aadb0ab2d
|
Clean up main logging function
|
2013-06-20 20:11:07 +02:00 |
|
Nils O. Selåsdal
|
84153e90db
|
Make UC_LL_NONE work
|
2013-06-20 19:55:09 +02:00 |
|
Nils O. Selåsdal
|
012a5b1377
|
move iomux_impl.h to src/ dir, it's an implementation detail
|
2013-06-19 18:51:12 +02:00 |
|
Nils O. Selåsdal
|
b4f9ecafe2
|
add C++ guards
|
2013-06-19 18:48:45 +02:00 |
|
Nils O. Selåsdal
|
6268e6ac8e
|
update comments
|
2013-06-19 18:48:27 +02:00 |
|
Nils O. Selåsdal
|
e03b9a9f80
|
Update docs
|
2013-06-19 18:47:45 +02:00 |
|
Nils O. Selåsdal
|
b219136d6e
|
fix UC_ATOMIC_DEC
|
2013-06-17 20:32:15 +02:00 |
|
Nils O. Selåsdal
|
7d4f1f16c2
|
Add header for simple atomic operations
|
2013-06-17 20:28:15 +02:00 |
|
Nils O. Selåsdal
|
f79f41fb62
|
.gitignore tags file,
|
2013-06-13 17:27:20 +02:00 |
|
Nils O. Selåsdal
|
496818b7b5
|
Fix UC_DEBUGFR in debug mode
|
2013-06-13 01:10:23 +02:00 |
|
Nils O. Selåsdal
|
74b59a3a38
|
Implement setting log mask string on a destination.
Improve logging docs
|
2013-06-12 21:50:59 +02:00 |
|
Nils O. Selåsdal
|
504ee1315b
|
Clear the fd from pending events after it's been processed
|
2013-06-11 00:05:25 +02:00 |
|
Nils O. Selåsdal
|
150edaeada
|
Rework RBTree to use RBNode in the compare function
|
2013-06-10 23:00:24 +02:00 |
|
Nils O. Selåsdal
|
eba7590e6c
|
Add CONST_CONTAINER_OF for const pointers
|
2013-06-10 22:55:30 +02:00 |
|
Nils O. Selåsdal
|
d1eded3f9d
|
grap log lock when initializing a destination
|
2013-06-05 21:17:18 +02:00 |
|
Nils O. Selåsdal
|
f8116643af
|
Add uc_log_destination_set_log_location, fix signed/unsigned use
|
2013-06-05 21:09:35 +02:00 |
|
Nils O. Selåsdal
|
9125f6128a
|
Merge branch 'dev' of ssh://box.fiane.intra/var/lib/git/libucore into dev
|
2013-06-05 20:52:16 +02:00 |
|
Nils O. Selåsdal
|
972381bf13
|
Use static array for log level strings
|
2013-06-05 20:51:53 +02:00 |
|
Nils O. Selåsdal
|
032e50e1cd
|
Remove setting log level for a module, implement
setting log level for a destination
|
2013-06-01 23:45:14 +02:00 |
|
Nils O. Selåsdal
|
10e717fc7d
|
Preserve errno if opening log file fails
|
2013-05-31 03:49:54 +02:00 |
|
Nils O. Selåsdal
|
1b43ef0299
|
Fix test/logging.c
|
2013-05-31 03:45:28 +02:00 |
|
Nils O. Selåsdal
|
af8cab5034
|
Prepare for having per destination module log levels
|
2013-05-31 03:40:33 +02:00 |
|
Nils O. Selåsdal
|
5a427007d6
|
Add fd_utils
|
2013-05-30 22:38:56 +02:00 |
|
Nils O. Selåsdal
|
cfc7cae5c0
|
Remove erronous UNUSED attribuute
|
2013-05-29 22:03:26 +02:00 |
|
Nils O. Selåsdal
|
1e34c11265
|
Name uc_timers_XXX consistently
|
2013-05-28 01:05:38 +02:00 |
|
Nils O. Selåsdal
|
ecc9218e7c
|
Add tests for UCTimers
|
2013-05-28 00:26:12 +02:00 |
|
Nils O. Selåsdal
|
2eaf50d19b
|
Add note about O(n) of uc_timers_count()
|
2013-05-28 00:10:02 +02:00 |
|
Nils O. Selåsdal
|
f2bbca8718
|
Improve documentation
|
2013-05-21 00:24:07 +02:00 |
|
Nils O. Selåsdal
|
120299d7c3
|
Add macro guards
|
2013-05-20 23:09:54 +02:00 |
|
Nils O. Selåsdal
|
86c16a3c4c
|
Add documentation
|
2013-05-20 23:09:42 +02:00 |
|
Nils O. Selåsdal
|
ce0f28c04a
|
Remove murmur hash, it's endian dependent and has unreasonable alignment
requirements
|
2013-05-17 03:27:09 +02:00 |
|
Nils O. Selåsdal
|
92da4bbd28
|
Added saturating math functions
|
2013-05-17 03:16:28 +02:00 |
|
Nils O. Selåsdal
|
d58779848a
|
randomize the initial contact
|
2013-04-26 00:10:14 +02:00 |
|
Nils O. Selåsdal
|
88baa855a7
|
Missed from previus commit
|
2013-04-25 23:08:39 +02:00 |
|
Nils O. Selåsdal
|
4e1bd8a5a7
|
Add test case for seq.h
|
2013-04-25 23:07:20 +02:00 |
|
Nils O. Selåsdal
|
8f61118e0d
|
Get rid of warning: declaration of 'clock' shadows a global declaration
on some platforms
|
2013-04-13 03:43:43 +02:00 |
|
Nils O. Selåsdal
|
ad8181cf4d
|
Add UC_ROUND_DOWN, fix duplicated UC_ROUND_UP
|
2013-04-08 22:24:19 +02:00 |
|
Nils O. Selåsdal
|
08ea383dd6
|
Merge branch 'master' into dev
Conflicts:
include/ucore/utils.h
|
2013-04-01 23:50:07 +02:00 |
|
Nils O. Selåsdal
|
ab4e1895d4
|
Add a few or handy macros
|
2013-04-01 23:47:01 +02:00 |
|
Nils O. Selåsdal
|
2e226d561b
|
Add UC_ASSERT
|
2013-03-17 22:13:57 +01:00 |
|
Nils O. Selåsdal
|
ad72894380
|
Use macro in one of the tests
|
2013-03-07 21:40:43 +01:00 |
|
Nils O. Selåsdal
|
40f34b2bcd
|
Fix comments. add convenience macro
|
2013-03-07 21:38:07 +01:00 |
|
Nils O. Selåsdal
|
b80c2f633f
|
prefix global variables with g_
|
2013-03-07 21:11:16 +01:00 |
|