Toggle navigation
Sign in
taskrambler
/
libtrevent
·
Files
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Find File
Download zip
Select Archive Format
Download zip
Download tar.gz
Download tar.bz2
Download tar
36e2f3088b22ddc169322f1d31266b0c4f9b6a70
1.0.0
master
v1.0.0
36e2f3088b22ddc169322f1d31266b0c4f9b6a70
libtrevent
src
Name
Last Update
Last Commit
36e2f308
– return success or failure on event issue
History
..
.gitignore
11 years ago
initial checkin
Makefile.am
11 years ago
Add abitility to get a string representation of an event. Used as DEBUG logging of event.
event.c
11 years ago
add finalize for event subjects. This results in an delete of the subject as soo…
event_dispatcher.c
11 years ago
remove pending events buffer again as this was the wrong way
event_dispatcher_get_beat_time.c
11 years ago
timeouts are now in milliseconds
event_dispatcher_get_data_wait_time.c
11 years ago
timeouts are now in milliseconds
event_dispatcher_register_handler.c
11 years ago
signal handling
event_dispatcher_set_hearbeat.c
11 years ago
timeouts are now in milliseconds
event_dispatcher_shutdown.c
11 years ago
update copyright information
event_dispatcher_start.c
11 years ago
trigger heartbeat with a factor of missed heartbeats instead of multiple times. Change logging a bit
event_handler.c
11 years ago
Some fixes and additions. Dispatcher and handler now work.
event_handler_class_cleanup.c
11 years ago
The event_methods hash is statically generated and should not be freed.
event_handler_handle_event.c
11 years ago
trigger heartbeat with a factor of missed heartbeats instead of multiple times. Change logging a bit
event_handler_issue_event.c
11 years ago
return success or failure on event issue
event_handler_set_dispatcher.c
11 years ago
update copyright information
event_subject.c
11 years ago
Add abitility to get a string representation of an event. Used as DEBUG logging of event.
event_subject_emit.c
11 years ago
add finalize for event subjects. This results in an delete of the subject as soo…
event_subject_id.c
11 years ago
update copyright information
get_event_string.c
11 years ago
Add abitility to get a string representation of an event. Used as DEBUG logging of event.