20 Commits

Author SHA1 Message Date
matthias.ringwald
7d67539f26 renamed log_err into log_error 2011-07-22 18:34:18 +00:00
matthias.ringwald
f28924cf96 use log_err instead of fprintf 2011-07-22 18:26:11 +00:00
matthias.ringwald
4f98e15dd8 remove const from run_loop objects - until I learn how to use it properly 2011-07-22 10:30:32 +00:00
matthias.ringwald
694159226e fix -Wstrict-prototypes 2011-06-06 13:57:15 +00:00
matthias.ringwald
d0b5eda730 retain timer twice, don't free null timer 2011-03-16 10:43:01 +00:00
matthias.ringwald
37d9a96df4 store CFSocket in data_source_t, too, invalidate CFSocket and CFTimer on remove 2011-01-09 22:21:18 +00:00
matthias.ringwald
cd1fcc0c4e fix bug in corefoundation timer setup: unix time vs. absolute time 2011-01-07 22:19:39 +00:00
matthias.ringwald
b255bf8269 use CFRunLoopTimerContext for CFRunLoopTimerCreate 2010-12-24 00:19:22 +00:00
matthias.ringwald
3c09d3b365 correct CFTimer creation 2010-12-23 20:20:07 +00:00
matthias.ringwald
f70fee3346 added disabled debug messages 2010-12-23 19:37:30 +00:00
matthias.ringwald
ac34d9d3e9 added timer handling for cocoa run loop - thanks to todd 2010-10-31 22:14:29 +00:00
matthias.ringwald
811257fe2e use same mode for add/remove runloop source 2010-08-23 22:47:26 +00:00
matthias.ringwald
88bc6ea8e4 moved private parts of run_loop.h into run_loop_private.h 2010-06-29 20:58:45 +00:00
matthias.ringwald
01d66a27a2 try to make cocoa run loop more robust 2010-02-09 21:34:53 +00:00
matthias.ringwald
981eb02ec5 renamed timer_t to timer_source_t to avoid conflict with timer_t in /usr/include/time.h in Linux 2009-11-23 19:45:32 +00:00
matthias.ringwald
1713bcea3a prepend all source files with 'new BSD' copyright header 2009-10-29 20:25:42 +00:00
matthias.ringwald
6222af090d store run loop not socket in cocoa run loops 2009-10-28 22:16:25 +00:00
matthias.ringwald
c8164b0280 implement run_loop_remove for cocoa 2009-10-28 21:51:56 +00:00
matthias.ringwald
e29adc1159 add support for Cocoa CoreFoundation run loop - not fully implemented but usable by clients, use ms instead of s for run_loop_set_timer function 2009-10-07 20:17:19 +00:00
matthias.ringwald
50a0f00727 rename run_loop.c to run_loop_posix.c and add run_loop_cocoa.m 2009-10-01 19:42:45 +00:00