• 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
27 Oct, 2015
1 commit
  • Small changes to README
    418c4286
    Georg Hopp authored
    2015-10-27 14:19:35 +0100  
    Browse Files »

26 Oct, 2015
3 commits
  • Remove useless volatile
    23b10431
    Georg Hopp authored
    2015-10-26 19:55:48 +0100  
    Browse Files »
  • Fix uninitialized read_chunk_size in all communication endpoint constructor calls
    cf3eb7b3
    Georg Hopp authored
    2015-10-26 17:14:39 +0100  
    Browse Files »
  • Fix make dependency
    6c66a61b
    Georg Hopp authored
    2015-10-26 17:13:24 +0100  
    Browse Files »

22 Oct, 2015
1 commit
  • Modifications for usage of new queue code.
    04b6f18e
    Georg Hopp authored
    2015-10-22 16:16:27 +0200  
    Browse Files »

21 Oct, 2015
7 commits
  • Add clean target in testers Makefile
    88292e38
    Georg Hopp authored
    2015-10-21 21:32:52 +0200  
    Browse Files »
  • Remove -DREENTRANT because it's not needed right now
    ede9e833
    Georg Hopp authored
    2015-10-21 21:32:05 +0200  
    Browse Files »
  • update gitignore
    7d290d4b
    Georg Hopp authored
    2015-10-21 07:57:02 +0200  
    Browse Files »
  • 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
1 commit
  • remove the debug counts
    8cab362d
    Georg Hopp authored
    2014-08-27 21:45:19 +0100  
    Browse Files »