Nils O. Selåsdal
|
b6bd7fcaa6
|
Don't memmove the buffer content unless it's needed
|
2013-07-12 20:27:31 +02:00 |
|
Nils O. Selåsdal
|
b475fae56b
|
Add uc_set_tcp_keepalive_cfg too set keepalive options
|
2013-07-08 22:15:56 +02:00 |
|
Nils O. Selåsdal
|
e1f16b3603
|
Correct spelling mistakes in comments
|
2013-07-07 22:28:41 +02:00 |
|
Nils O. Selåsdal
|
1d01e6dc7e
|
INdent properly
|
2013-07-07 22:14:56 +02:00 |
|
Nils O. Selåsdal
|
bc3a5ba2ca
|
Print out URL to local coverage test results
|
2013-07-07 22:11:00 +02:00 |
|
Nils O. Selåsdal
|
2bd5f9f5b9
|
Add DBuf , buffer API
|
2013-07-07 22:10:41 +02:00 |
|
Nils O. Selåsdal
|
3c5688ad54
|
Add testcase for lowercase hex
|
2013-07-07 19:44:51 +02:00 |
|
Nils O. Selåsdal
|
648f963763
|
make output filename libucore.info
|
2013-07-07 19:42:19 +02:00 |
|
Nils O. Selåsdal
|
ec9a53b3a6
|
Free the allocated bitvec in test
|
2013-07-07 19:35:23 +02:00 |
|
Nils O. Selåsdal
|
53dd99d32b
|
Add another timer test case for more coverage
|
2013-07-07 19:31:47 +02:00 |
|
Nils O. Selåsdal
|
7706c7404d
|
Ad dscript to gerneate html coverage report using the lcov tool
|
2013-07-07 19:22:49 +02:00 |
|
Nils O. Selåsdal
|
6f209912ae
|
Test for mbuf_zero, for more coverage
|
2013-07-07 19:22:21 +02:00 |
|
Nils O. Selåsdal
|
8c42c26e6a
|
Another mbuf test case for a static buffer
|
2013-07-07 19:03:33 +02:00 |
|
Nils O. Selåsdal
|
f177d2149e
|
Missed a test case
|
2013-07-07 03:22:00 +02:00 |
|
Nils O. Selåsdal
|
a2a89cb49e
|
Merge branch 'dev' of ssh://box.fiane.intra/var/lib/git/libucore into dev
Conflicts:
test/test_runner.c
|
2013-07-07 03:19:12 +02:00 |
|
Nils O. Selåsdal
|
16516d94b6
|
Add test for human_bytesz
|
2013-07-07 03:17:34 +02:00 |
|
Nils O. Selåsdal
|
24bf90b7e4
|
Another test for more coverage
|
2013-07-06 22:25:06 +02:00 |
|
root
|
42155cae39
|
Add another test for mroe coverage
|
2013-07-06 22:18:09 +02:00 |
|
Nils O. Selåsdal
|
8200aaab21
|
Add a test case for reading /dev/null
|
2013-07-06 21:15:51 +02:00 |
|
Nils O. Selåsdal
|
c68ba45846
|
Build doxygen docs from include/ dir instead of src/
|
2013-07-06 20:47:37 +02:00 |
|
root
|
4304e01343
|
Add --coverage option to SConstruct file to build with gcov coverage
support
|
2013-07-06 20:45:39 +02:00 |
|
Nils O. Selåsdal
|
65c32810cb
|
Add test for uc_mbuf-copy_data
|
2013-07-02 21:22:38 +02:00 |
|
Nils O. Selåsdal
|
bc65b3c421
|
Check for backtrace_fd returning NULL
|
2013-07-02 21:22:03 +02:00 |
|
Nils O. Selåsdal
|
d8376338fa
|
Improve doxygen comments
|
2013-07-02 21:21:27 +02:00 |
|
Nils O. Selåsdal
|
6d77b78b41
|
use unsigned long long for uc_ms2tv()
|
2013-07-01 23:02:24 +02:00 |
|
Nils O. Selåsdal
|
764dfc563c
|
Don't trt yo be smart with the comma operator
|
2013-07-01 23:00:19 +02:00 |
|
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
|
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 |
|