• Sign in

taskrambler / libtrcomm · Commits

Dogs2 white

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 1
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • Commits 87
  • Network
  • Compare
  • Branches 2
  • Tags 1
  • libtrcomm
21 Oct, 2015
4 commits
  • Makefile for testers and fix test_handlers.c
    a867831b
    Georg Hopp authored
    2015-10-21 07:56:45 +0200  
    Browse Files »
  • remove useless whitespace
    2f089b67
    Georg Hopp authored
    2015-10-21 07:54:06 +0200  
    Browse Files »
  • Remove no longer needed build.sh in testers
    fb42b6af
    Georg Hopp authored
    2015-10-21 07:53:36 +0200  
    Browse Files »
  • Check existence of required tr headers
    eb51fc74
    Georg Hopp authored
    2015-10-21 07:26:00 +0200  
    Browse Files »

20 Oct, 2015
1 commit
  • Various function signature fixes
    1faa9b61
    Georg Hopp authored
    2015-10-20 20:31:47 +0200  
    Browse Files »

09 Oct, 2014
2 commits
  • some small fixes
    f4f8ac5d
    Georg Hopp authored
    2014-10-09 18:37:38 +0100  
    Browse Files »
  • remove no longer used test program
    010e977b
    Georg Hopp authored
    2014-10-09 18:36:42 +0100  
    Browse Files »

04 Oct, 2014
6 commits
  • user handler initialization macros
    bc8faa92
    Georg Hopp authored
    2014-10-04 12:22:57 +0100  
    Browse Files »
  • Use c99 standard in build.sh and don't use TR_hashEmpty any more ... I probably … ...
    87d711ff
    …will deprecate all the empty functions soon
    Georg Hopp authored
    2014-10-04 11:03:41 +0100  
    Browse Files »
  • Use c99 standard and threadsave libc
    415bff5e
    Georg Hopp authored
    2014-10-04 10:47:12 +0100  
    Browse Files »
  • Revert "try for a threaded server, but not very much luck now." ...
    d32d05f5
    This reverts commit c0b33ec7.
    Georg Hopp authored
    2014-10-04 10:45:07 +0100  
    Browse Files »
  • Revert "fixes and additions for threaded code" ...
    17cf44b9
    This reverts commit f71cac22.
    Georg Hopp authored
    2014-10-04 10:44:24 +0100  
    Browse Files »
  • Revert "It seems that I have it right now" ...
    3f704d2f
    This reverts commit c0ce1399.
    Georg Hopp authored
    2014-10-04 10:44:14 +0100  
    Browse Files »

30 Sep, 2014
1 commit
  • It seems that I have it right now
    c0ce1399
    Georg Hopp authored
    2014-09-30 21:08:08 +0100  
    Browse Files »

28 Sep, 2014
1 commit
  • fixes and additions for threaded code
    f71cac22
    Georg Hopp authored
    2014-09-28 21:17:15 +0100  
    Browse Files »

24 Sep, 2014
1 commit
  • try for a threaded server, but not very much luck now.
    c0b33ec7
    Georg Hopp authored
    2014-09-24 21:01:52 +0100  
    Browse Files »

22 Sep, 2014
2 commits
  • build separate client for udp
    c6dd2aa0
    Georg Hopp authored
    2014-09-22 22:01:28 +0100  
    Browse Files »
  • add udp code into testclient
    ea863749
    Georg Hopp authored
    2014-09-22 21:23:24 +0100  
    Browse Files »

21 Sep, 2014
3 commits
  • small fix
    d9e22a9a
    Georg Hopp authored
    2014-09-21 22:34:27 +0100  
    Browse Files »
  • Make the raw protocol to a real protocol. It sends the message size now before t… ...
    c4de22c3
    …he message. This was neccessary because after I activated optimization in gcc the testclient was always only reading 2 bytes in the initial successfull read.
    Georg Hopp authored
    2014-09-21 16:59:32 +0100  
    Browse Files »
  • Some fixes and adaptations on changes trevent code. Add a simple echo client.
    42d139f3
    Georg Hopp authored
    2014-09-21 10:50:28 +0100  
    Browse Files »

18 Sep, 2014
2 commits
  • show some information about the bytes per second throughput. Currently I manage … ...
    93ccec2f
    …around 1.1 GBytes on a loopback device which sounds not to bad, but is only about 1/4 of the throughput iperf shows me... but this might be related to nc... I will see this when I have written my own client.
    Georg Hopp authored
    2014-09-18 21:29:32 +0100  
    Browse File »
  • increase read block size to 128 KB
    b7d83002
    Georg Hopp authored
    2014-09-18 20:53:37 +0100  
    Browse Files »

17 Sep, 2014
2 commits
  • fix some memory leaks
    a3f209e5
    Georg Hopp authored
    2014-09-17 20:03:26 +0100  
    Browse Files »
  • remove debug log
    9b71384d
    Georg Hopp authored
    2014-09-17 20:03:01 +0100  
    Browse Files »

16 Sep, 2014
1 commit
  • Disable read completely when write is failing and buffer is full. Don't add endp… ...
    171d5979
    …oints to read or write when they are already in fin state.
    Georg Hopp authored
    2014-09-16 21:14:43 +0100  
    Browse Files »

13 Sep, 2014
1 commit
  • change the whole thing to be more edge triggered no matter wich poll method is u… ...
    e3a6d0e9
    …sed. In fact this works now with edge triggered epoll
    Georg Hopp authored
    2014-09-13 07:41:31 +0100  
    Browse Files »

03 Sep, 2014
1 commit
  • fix mishandling of accept limit that caused a memory leak.
    b1483469
    Georg Hopp authored
    2014-09-03 19:53:16 +0100  
    Browse Files »

31 Aug, 2014
2 commits
  • limit amount of accepts in one event to 100. This value might become configurable in future
    fa0a87a0
    Georg Hopp authored
    2014-08-31 20:07:01 +0100  
    Browse Files »
  • completely drop edge triggerd behaviour as I don't see any real benefit in it an… ...
    4a64f7dd
    …d it makes things unnessecary complicated.
    Georg Hopp authored
    2014-08-31 19:14:41 +0100  
    Browse Files »

30 Aug, 2014
1 commit
  • generally epoll is working... sadly I removed the is_writing flag in the CommEnd… ...
    52100363
    …Point which was neccessary... I have to add it again.
    Georg Hopp authored
    2014-08-30 19:17:58 +0100  
    Browse Files »

27 Aug, 2014
3 commits
  • remove the debug counts
    8cab362d
    Georg Hopp authored
    2014-08-27 21:45:19 +0100  
    Browse Files »
  • some more fixes
    ed9ff630
    Georg Hopp authored
    2014-08-27 18:40:38 +0100  
    Browse Files »
  • general as well as edge level handling fixes.
    473ed763
    Georg Hopp authored
    2014-08-27 18:37:35 +0100  
    Browse Files »

25 Aug, 2014
3 commits
  • utilize update next poll event functionality from trevent
    fbbcbc57
    Georg Hopp authored
    2014-08-25 18:54:47 +0100  
    Browse Files »
  • add epoll communication manager
    82b4cb57
    Georg Hopp authored
    2014-08-25 18:52:57 +0100  
    Browse Files »
  • finish edge level trigger for socket notification
    2885147e
    Georg Hopp authored
    2014-08-25 18:51:17 +0100  
    Browse Files »

24 Aug, 2014
1 commit
  • preparation for edge triggerd events and add a small testscript for paralell testing.
    2ee7035d
    Georg Hopp authored
    2014-08-24 22:05:02 +0100  
    Browse Files »

23 Aug, 2014
1 commit
  • add max handle to limit the amount of handles to check.
    7c8fcd3b
    Georg Hopp authored
    2014-08-23 08:16:35 +0100  
    Browse Files »

17 Aug, 2014
1 commit
  • make create response and request also callable vith an va_list argument.
    9e7b137d
    Georg Hopp authored
    2014-08-17 08:54:43 +0100  
    Browse Files »