openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
Socket, Signal, and Timer Event Library
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 2 of 5
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
doc update
klmitch
More...
over 19 years ago
doc update
klmitch
More...
over 19 years ago
create signal_create() and signal_destroy(); write test program for them; allow data to be set even if call is 0 in timer_create(); fix a minor typo in timer_resched() and timer_destroy(); skip already deleted timers in timer_destroy(); update documentation for timer_create() to reflect change in semantics with call/data
klmitch
More...
over 19 years ago
doc update
klmitch
More...
over 19 years ago
doc update
klmitch
More...
over 19 years ago
fix some minor doxygen warnings; finish writing t_timer_fcns; add entries for t_timer_fcns to test-harness.dat
klmitch
More...
over 19 years ago
doc update
klmitch
More...
over 19 years ago
doc update
klmitch
More...
over 19 years ago
begin implementing tests for timer_*() functions--so far, we have timer_create() (full coverage) and as a consequence node_swap() and _timer_heapify_up() are largely tested. Test program includes temporary routine for printing the timer tree; not sure if I'm going to keep it or get rid of it...
klmitch
More...
over 19 years ago
documentation update
klmitch
More...
over 19 years ago
documentation update
klmitch
More...
over 19 years ago
Flesh out the timer interface and fix a couple of minor problems
klmitch
More...
over 19 years ago
documentation update
klmitch
More...
over 19 years ago
documentation update
klmitch
More...
over 19 years ago
begin creating timer interface
klmitch
More...
over 19 years ago
stomp a minor warning in event_destroy.c (uninitialized variable); update test-harness.c to a version that logs warnings for test programs that exit abnormally and that can understand C and C++-style comments
klmitch
More...
over 19 years ago
documentation update
klmitch
More...
over 19 years ago
documentation update
klmitch
More...
over 19 years ago
add code to look up generator descriptors and to allocate and release a generator; add all the free code to event_destroy(); add a generator release function pointer to generator descriptor
klmitch
More...
over 19 years ago
documentation update
klmitch
More...
over 19 years ago
documentation update
klmitch
More...
over 19 years ago
stomp a couple of warnings and add one more level of verification to event_init(); fix up some minor documentation items; update test suite to include engine tests so that all tests pass
klmitch
More...
over 19 years ago
memory cleanup
klmitch
More...
over 19 years ago
documentation update
klmitch
More...
over 19 years ago
documentation update
klmitch
More...
over 19 years ago
rename engine "process" method to engine "poll" method, which is closer to its actual function; add engine_activate() to activate components of an event engine; add EV_ENGINE_INIT() to initialize an ev_engine_t; make event_init() test to see that all components have been initialized; update todo items
klmitch
More...
over 19 years ago
compile event_attr_engine.c; fix minor compile problem with it
klmitch
More...
over 19 years ago
documentation update
klmitch
More...
over 19 years ago
documentation update
klmitch
More...
over 19 years ago
add some initializations to test program for event_init() to exercise some untested pathways in event_init(); add flags argument to _ev_debug(); use _ev_debug() in ev_return() so we can see the actual code returned; add test cases for _ev_debug(); add application-registered engines to attributes; implement code pathways in event_init() to search modules list, including initializing libltdl
klmitch
More...
over 19 years ago
←
1
2
3
4
5
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree