• Sign in

taskrambler / libtrevent · Commits

Dogs2 white

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • Commits 50
  • Network
  • Compare
  • Branches 2
  • Tags 1
  • libtrevent
04 Oct, 2014
3 commits
  • Use c99 standard and threadsave libc
    4fe12981
    Georg Hopp authored
    2014-10-04 10:39:56 +0100  
    Browse Files »
  • Revert "Revert "more thread syncs."" ...
    9e065863
    This reverts commit 48a57a14.
    Georg Hopp authored
    2014-10-04 10:36:17 +0100  
    Browse Files »
  • Revert "more thread syncs." ...
    48a57a14
    This reverts commit 5cd826f9.
    Georg Hopp authored
    2014-10-04 10:36:08 +0100  
    Browse Files »

28 Sep, 2014
1 commit
  • more thread syncs.
    5cd826f9
    Georg Hopp authored
    2014-09-28 21:15:09 +0100  
    Browse Files »

24 Sep, 2014
1 commit
  • first try for a threaded event dispatcher, but this is not correctly working right now.
    fcbef2f0
    Georg Hopp authored
    2014-09-24 20:53:54 +0100  
    Browse Files »

22 Sep, 2014
1 commit
  • loc action
    c2767f62
    Georg Hopp authored
    2014-09-22 21:22:10 +0100  
    Browse Files »

21 Sep, 2014
1 commit
  • Use general purpose timer from trbase and drop events when they are not handled at all
    a98e0740
    Georg Hopp authored
    2014-09-21 10:17:26 +0100  
    Browse Files »

17 Sep, 2014
1 commit
  • return success or failure on event issue
    36e2f308
    Georg Hopp authored
    2014-09-17 20:01:39 +0100  
    Browse Files »

16 Sep, 2014
1 commit
  • trigger heartbeat with a factor of missed heartbeats instead of multiple times. Change logging a bit
    564e2f30
    Georg Hopp authored
    2014-09-16 21:09:02 +0100  
    Browse Files »

13 Sep, 2014
1 commit
  • change the logging a bit
    f453af49
    Georg Hopp authored
    2014-09-13 07:34:03 +0100  
    Browse Files »

30 Aug, 2014
1 commit
  • remove pending events buffer again as this was the wrong way
    f129e7f1
    Georg Hopp authored
    2014-08-30 19:10:26 +0100  
    Browse Files »

28 Aug, 2014
2 commits
  • remove additional newline
    9c64e2ad
    Georg Hopp authored
    2014-08-28 21:00:30 +0100  
    Browse Files »
  • Add abitility to get a string representation of an event. Used as DEBUG logging of event.
    b255fc9a
    Georg Hopp authored
    2014-08-28 19:43:15 +0100  
    Browse Files »

27 Aug, 2014
2 commits
  • add an extra queue for pending events. That way I achive a better ballance betwe… ...
    db9b87b2
    …en reading and processing and i don
    't need the additional timeout for polls
    Georg Hopp authored
    2014-08-27 21:43:43 +0100  
    Browse Files »
  • add finalize for event subjects. This results in an delete of the subject as soo… ...
    01463d7b
    …n as the last event is done and prevents emitting new events. Force heartbeat to be done and don't queue it.
    Georg Hopp authored
    2014-08-27 18:36:01 +0100  
    Browse Files »

26 Aug, 2014
1 commit
  • keep track of the anount of pending events on a subject
    2c2cb317
    Georg Hopp authored
    2014-08-26 07:51:27 +0100  
    Browse Files »

25 Aug, 2014
1 commit
  • add function to update next poll timer externally.
    8fb77893
    Georg Hopp authored
    2014-08-25 18:48:23 +0100  
    Browse Files »

24 Aug, 2014
1 commit
  • preparation for edge triggerd events
    f6254dfb
    Georg Hopp authored
    2014-08-24 22:03:11 +0100  
    Browse Files »

15 Aug, 2014
2 commits
  • create explicit event done type and reissue event is no handler has returned EVENT_DONE.
    a17bd09d
    Georg Hopp authored
    2014-08-15 18:31:36 +0100  
    Browse Files »
  • separate issue from emit
    83ee50f9
    Georg Hopp authored
    2014-08-15 18:30:07 +0100  
    Browse Files »

12 Aug, 2014
1 commit
  • signal handling
    10bd340c
    Georg Hopp authored
    2014-08-12 18:20:59 +0100  
    Browse Files »

11 Aug, 2014
2 commits
  • fix typo
    c00860f7
    Georg Hopp authored
    2014-08-11 19:11:35 +0100  
    Browse Files »
  • timeouts are now in milliseconds
    b24cbd48
    Georg Hopp authored
    2014-08-11 07:11:47 +0100  
    Browse Files »

06 Aug, 2014
3 commits
  • The event_methods hash is statically generated and should not be freed.
    778b5c4d
    Georg Hopp authored
    2014-08-06 19:42:55 +0100  
    Browse Directory »
  • some leak fixes ... but now I have a strange segfault in during cleanup, but onl… ...
    59ef0fbb
    …y if the caller of eventHandlerClassCleanup is build with optimizations.
    Georg Hopp authored
    2014-08-06 19:02:35 +0100  
    Browse Files »
  • Some fixes and additions. Dispatcher and handler now work.
    ac224684
    Georg Hopp authored
    2014-08-06 18:59:13 +0100  
    Browse Files »

05 Aug, 2014
10 commits
  • update copyright information
    e5534f93
    Georg Hopp authored
    2014-08-05 19:09:30 +0100  
    Browse Files »
  • add forgotten new files...oops
    f1d2bae0
    Georg Hopp authored
    2014-08-05 19:05:08 +0100  
    Browse Files »
  • EventDispatcher start and stop functionality
    6eb72452
    Georg Hopp authored
    2014-08-05 18:55:29 +0100  
    Browse Files »
  • EventDispatcher timing
    d0182d8f
    Georg Hopp authored
    2014-08-05 18:54:45 +0100  
    Browse Files »
  • derive EventDispatcher from EventSubject
    59594f31
    Georg Hopp authored
    2014-08-05 18:54:05 +0100  
    Browse Files »
  • code for event handling
    72d8b99b
    Georg Hopp authored
    2014-08-05 18:53:08 +0100  
    Browse Files »
  • add missing m4 macros
    ab4ae343
    Georg Hopp authored
    2014-08-05 08:08:06 +0100  
    Browse Files »
  • add missing m4 macros
    2eb1115e
    Georg Hopp authored
    2014-08-05 08:05:54 +0100  
    Browse Files »
  • added accidently omitted stuff
    b478943e
    Georg Hopp authored
    2014-08-05 00:48:23 +0100  
    Browse Files »
  • initial checkin
    1cdd4af9
    Georg Hopp authored
    2014-08-05 00:32:33 +0100  
    Browse Files »