Commit Graph

256 Commits

Author SHA1 Message Date
Nils O. Selåsdal 1e34c11265 Name uc_timers_XXX consistently 2013-05-28 01:05:38 +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 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 b80c2f633f prefix global variables with g_ 2013-03-07 21:11:16 +01:00
Nils O. Selåsdal 5e376d47fc Namespace the bitvec functions 2013-03-07 18:15:20 +01:00
Nils O. Selåsdal 8badeaf857 Remove ucore_ prefix from headers and source files 2013-03-06 22:22:04 +01:00
Nils O. Selåsdal ee8d9ae19d Add a uc_backtrace_buf() functio 2013-03-06 21:58:56 +01:00
Nils O. Selåsdal 54678cf94b Convert iomux to use an UCoreClock 2013-03-02 21:42:19 +01:00
Nils O. Selåsdal b0e9988aa5 Convert UCTimers to use UCoreClock 2013-03-02 21:16:22 +01:00
Nils O. Selåsdal 42269a8a91 CamelCase the Clock structs 2013-03-02 20:31:26 +01:00
Nils O. Selåsdal 9f22f7153b Don't shadow the global clock function 2013-03-02 18:45:32 +01:00
Nils O. Selåsdal aaae376d13 clock abstraction 2013-03-02 17:23:49 +01:00
Nils O. Selåsdal 3f6193914f Cosmetic ucore_bcd changes 2013-02-21 21:51:35 +01:00
Nils Olav Selåsdal 36ac0bffb1 Rename RB timers to timer_tree 2013-02-21 15:34:12 +01:00
Nils Olav Selåsdal 7c7a09421a Fix bcd stack smash 2013-01-17 16:30:30 +01:00
Nils O. Selåsdal 128fabd741 Refactor uc_log_reopen_files 2013-01-15 21:15:21 +01:00
Nils O. Selåsdal 3e7fd8a34b Implement tryadd, adding itmes with a timeout 2013-01-02 16:54:20 +01:00
Nils O. Selåsdal dbe91d2d13 Rename uc_thread_queue_get to uc_thread_queue_tryget, introduce
uc_thread_queue_get macro
2013-01-01 21:13:29 +01:00
Nils O. Selåsdal 690b6ba18a align the debug level in the output 2012-12-18 00:17:44 +01:00
Nils O. Selåsdal 993fad0076 Move ucore_version.h.in to src/ dir so it gets built properly 2012-12-14 11:48:27 +01:00
Nils O. Selåsdal 1f70f9f4b0 Do fastpath if timeout is 0 on threadqueue_get 2012-12-09 22:34:25 +01:00
Nils O. Selåsdal f6aad1e77a Compile with -std=gnu99.
Small cleanups
2012-12-09 20:15:21 +01:00
Nils O. Selåsdal 29fd133ff2 Extract timeout calculation 2012-12-06 19:13:02 +01:00
Nils O. Selåsdal 16e1ac52ec Coding style change 2012-12-05 18:53:58 +01:00
Nils O. Selåsdal ad08ee8963 Add more warning flags, fix a few new warnings 2012-12-04 23:13:01 +01:00
Nils O. Selåsdal 9bf56c1756 Fix and clarify gnuf_printf 2012-11-18 14:04:57 +01:00
Nils O. Selåsdal 65a6c67277 Add test for gbuf 2012-11-18 13:45:52 +01:00
Nils O. Selåsdal 90bbad4346 Reorganize headers again 2012-11-15 18:26:31 +01:00
Nils O. Selåsdal 1d47f9d078 Move headers to include/ dir 2012-11-14 23:49:28 +01:00
Nils O. Selåsdal 0afea336ef More threadqueue docs & tests 2012-11-14 19:23:05 +01:00
Nils O. Selåsdal 82c0761782 Add UC_ALIGN macro, docs in verson.h 2012-11-14 18:41:38 +01:00
Nils O. Selåsdal 009857f1d2 Merge branch 'master' into dev 2012-11-13 09:45:56 +01:00
Nils O. Selåsdal c378d39dfe Make iomux select/epoll handle EINTR 2012-11-13 09:44:44 +01:00
Nils O. Selåsdal 1eda2f8a53 Add thread queue tests 2012-11-12 22:18:04 +01:00
Nils O. Selåsdal a4c80d1c76 Fix typos 2012-11-12 21:55:06 +01:00
Nils O. Selåsdal 04ed3d7017 Build everything with -pthread 2012-11-12 21:28:32 +01:00
Nils O. Selåsdal ac83766abc Introduce walk_func 2012-11-12 21:21:57 +01:00
Nils O. Selåsdal 5a7bc1b078 Add more docs to the thread_queue 2012-11-12 20:10:30 +01:00
Nils O. Selåsdal 750dea4afe Add bounded thread_queue implementation 2012-11-12 19:41:36 +01:00
Nils O. Selåsdal 12e27a4f76 check for dest being null 2012-11-10 21:09:16 +01:00
Nils O. Selåsdal 59e31761c3 Rework syslogging 2012-11-08 23:44:35 +01:00
Nils O. Selåsdal 8f53cc6563 Restructure logging internal. Add raw logging capability 2012-11-08 23:25:46 +01:00
Nils O. Selåsdal 7e11da894e Doc addition 2012-11-08 23:25:04 +01:00
Nils O. Selåsdal 19469a4108 Add docs to GBuf 2012-11-08 20:03:38 +01:00
Nils O. Selåsdal 43abeaf2b9 Use snptinrf ro the datetime logging, get rid of timezone (causes the
test to behave differently.
2012-11-08 00:22:56 +01:00
Nils O. Selåsdal 8dc80e7611 Make ucore_logging.h c++ safe 2012-11-06 19:08:31 +01:00
Nils O. Selåsdal f25f831093 Add some high level docs in ucore_logging.h 2012-11-06 19:04:17 +01:00
Nils O. Selåsdal 99598c7add Add some comments 2012-11-05 23:12:17 +01:00
Nils O. Selåsdal 56eb4b84b4 Fix removing destinations when it's not the last or only destination... 2012-11-05 21:07:13 +01:00
Nils O. Selåsdal 2b85b3865f Add uc_log_delete_destination.
Make a copy of ident for syslog destination
2012-11-04 23:57:38 +01:00