• 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
12 Apr, 2016
2 commits
  • Add CI control file
      2bcf5115
    Georg Hopp authored
    2016-04-12 17:34:04 +0200  
    Browse Files »
  • version bump
    5d9837f1
    Georg Hopp authored
    2016-04-12 17:13:39 +0200  
    Browse Files »

01 Nov, 2015
1 commit
  • Add first classes for a multi worker server.
    db456155
    Georg Hopp authored
    2015-11-01 01:22:38 +0100  
    Browse Directory »

30 Oct, 2015
2 commits
  • Use new flag that indicates a socket as a filedescriptor getter.
    7360a155
    Georg Hopp authored
    2015-10-30 23:11:09 +0100  
    Browse Files »
  • Gitignore testset binary
    3909f6c4
    Georg Hopp authored
    2015-10-30 23:10:07 +0100  
    Browse Files »

29 Oct, 2015
1 commit
  • Change socket hashtables for read, accept and write to set
    4438a03e
    Georg Hopp authored
    2015-10-29 17:44:59 +0100  
    Browse Files »

27 Oct, 2015
4 commits
  • Inline simple accessor functions
    5baa2f2d
    Georg Hopp authored
    2015-10-27 16:11:48 +0100  
    Browse Files »
  • Add testprogram for new iterable facility
    303fc71e
    Georg Hopp authored
    2015-10-27 14:21:54 +0100  
    Browse File »
  • Let testclient wait a little longer for responses
    09f1e801
    Georg Hopp authored
    2015-10-27 14:20:53 +0100  
    Browse Files »
  • 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 »