• 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
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
3 commits
  • 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 »
  • fix pass of variable argument list
    68bd42e3
    Georg Hopp authored
    2014-08-17 08:37:37 +0100  
    Browse Files »
  • allow variable arguments for response and request generation
    0de90228
    Georg Hopp authored
    2014-08-17 08:32:58 +0100  
    Browse Files »

15 Aug, 2014
10 commits
  • update README.md
    e3ca74d8
    Georg Hopp authored
    2014-08-15 21:07:41 +0100  
    Browse Files »
  • merge master branch
    b217c4d1
    Georg Hopp authored
    2014-08-15 19:31:06 +0100  
    Browse Files »
  • simplify server interface
    b84e1069
    Georg Hopp authored
    2014-08-15 19:20:55 +0100  
    Browse Files »
  • add datagram entry point class
    f3ee0d7e
    Georg Hopp authored
    2014-08-15 19:19:58 +0100  
    Browse Files »
  • fix close handling and introduce server class
    079be381
    Georg Hopp authored
    2014-08-15 19:17:47 +0100  
    Browse Files »
  • some more small fixes
    2c3acbb3
    Georg Hopp authored
    2014-08-15 19:10:55 +0100  
    Browse File »
  • update testserver
    df3b337f
    Georg Hopp authored
    2014-08-15 19:10:33 +0100  
    Browse Files »
  • small fix
    2415a8bd
    Georg Hopp authored
    2014-08-15 19:10:18 +0100  
    Browse Files »
  • use explicit event done return type in all handler methods
    48ef3543
    Georg Hopp authored
    2014-08-15 19:09:59 +0100  
    Browse Files »
  • adapt on separation of issue and emit of events
    18fcc587
    Georg Hopp authored
    2014-08-15 19:09:18 +0100  
    Browse Files »

13 Aug, 2014
2 commits
  • make testserver udp and tcp
    dc25918e
    Georg Hopp authored
    2014-08-13 19:12:31 +0100  
    Browse Files »
  • add DatagramService which is pretty much the same as Connection... they probably should be unified.
    ec07940a
    Georg Hopp authored
    2014-08-13 06:57:25 +0100  
    Browse Files »

12 Aug, 2014
2 commits
  • fix leaks, close handling and things.
    f7980118
    Georg Hopp authored
    2014-08-12 18:28:45 +0100  
    Browse Files »
  • set also the accepted sockets to nonblocking
    67eaeba4
    Georg Hopp authored
    2014-08-12 18:27:06 +0100  
    Browse Files »