• Sign in

taskrambler / libtrio · 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 45
  • Network
  • Compare
  • Branches 2
  • Tags 1
  • libtrio
12 Apr, 2016
4 commits
  • bump to version 1
      5ff79bee
    Georg Hopp authored
    2016-04-12 12:14:58 +0200  
    Browse Files »
  • there is no make test target right now...
      df90f85d
    Georg Hopp authored
    2016-04-12 06:11:20 +0200  
    Browse Files »
  • can't use layman and emerge as git user...that is ok, but I have to think about … ...
      8e233ef5
    …a way to create my dependencies, libtrbase in this case.
    Georg Hopp authored
    2016-04-12 06:08:14 +0200  
    Browse Files »
  • Add CI build control
      ffdc1fa5
    Georg Hopp authored
    2016-04-12 06:05:51 +0200  
    Browse Files »

30 Oct, 2015
1 commit
  • Add code to create a socket pair and send filedescriptors
    4562e816
    Georg Hopp authored
    2015-10-30 23:06:45 +0100  
    Browse Files »

29 Oct, 2015
1 commit
  • Add a way to create TR_Socket socket pairs
    7a8bdb3e
    Georg Hopp authored
    2015-10-29 16:47:07 +0100  
    Browse Files »

27 Oct, 2015
1 commit
  • Inline simple accessor functions
    9ff3d493
    Georg Hopp authored
    2015-10-27 16:09:59 +0100  
    Browse Files »

21 Oct, 2015
2 commits
  • Check existence of required tr headers
    f08b4f61
    Georg Hopp authored
    2015-10-21 07:23:10 +0200  
    Browse Files »
  • Add a version function
    2e1486d4
    Georg Hopp authored
    2015-10-21 07:22:33 +0200  
    Browse Files »

20 Oct, 2015
5 commits
  • Add trio.h.in to gitignore
    24c2b1a0
    Georg Hopp authored
    2015-10-20 20:19:35 +0200  
    Browse Files »
  • remove generated trio.h.in
    ae20c852
    Georg Hopp authored
    2015-10-20 20:19:01 +0200  
    Browse Files »
  • Fix interface function definition
    2a46a045
    Georg Hopp authored
    2015-10-20 20:17:09 +0200  
    Browse Files »
  • Fix _POSIX_C_SOURCE definition so that getaddrinfo works
    c9131105
    Georg Hopp authored
    2015-10-20 20:15:46 +0200  
    Browse Files »
  • Fix TR_INSTANCE initialization
    8a5790ed
    Georg Hopp authored
    2015-10-20 20:14:36 +0200  
    Browse Files »

09 Oct, 2014
1 commit
  • don't remove created remote sockets automatically if remote data is deleted
    2fa809e1
    Georg Hopp authored
    2014-10-09 18:32:17 +0100  
    Browse Files »

04 Oct, 2014
1 commit
  • Use c99 standard and DREENTRANT for thread save libc
    d2a70442
    Georg Hopp authored
    2014-10-04 10:06:36 +0100  
    Browse Files »

28 Sep, 2014
1 commit
  • convert port to host notation
    0f31960f
    Georg Hopp authored
    2014-09-28 21:11:31 +0100  
    Browse Directory »

22 Sep, 2014
1 commit
  • add possibility to just open a socket without bind or listen or connect
    fe1cb3bb
    Georg Hopp authored
    2014-09-22 21:19:25 +0100  
    Browse File »

18 Sep, 2014
1 commit
  • define max read block values
    73cd92cf
    Georg Hopp authored
    2014-09-18 20:59:42 +0100  
    Browse Directory »

13 Sep, 2014
1 commit
  • some fixes in socket condition detection
    2f6f4367
    Georg Hopp authored
    2014-09-13 07:27:56 +0100  
    Browse Files »

03 Sep, 2014
1 commit
  • small code improvement
    340a3c11
    Georg Hopp authored
    2014-09-03 19:39:16 +0100  
    Browse Files »

27 Aug, 2014
1 commit
  • don't delete the data after write. The data might be needed in the caller afterw… ...
    7764f5e8
    …ards, so it's the responsibility of the caller.
    Georg Hopp authored
    2014-08-27 18:29:13 +0100  
    Browse Files »

26 Aug, 2014
1 commit
  • add m4 shipped with this project
    8566feee
    Georg Hopp authored
    2014-08-26 07:54:55 +0100  
    Browse Files »

25 Aug, 2014
1 commit
  • unify behaviour with tcp/udp read/write
    44db9239
    Georg Hopp authored
    2014-08-25 18:46:31 +0100  
    Browse Files »

15 Aug, 2014
1 commit
  • small buffer size related fix
    a0975ff3
    Georg Hopp authored
    2014-08-15 20:29:23 +0100  
    Browse Files »

13 Aug, 2014
3 commits
  • set no fin on accepted sockets
    23ecc0b4
    Georg Hopp authored
    2014-08-13 18:44:30 +0100  
    Browse Files »
  • the stack overflow issue was related to a not correctly initialized external var… ...
    c0b93214
    …iable (size). Use a ternery to prevent to large size values.
    Georg Hopp authored
    2014-08-13 07:17:14 +0100  
    Browse Files »
  • try to fix strange stack overflow issue
    ea4452de
    Georg Hopp authored
    2014-08-13 06:53:53 +0100  
    Browse Files »

12 Aug, 2014
1 commit
  • distinguish close and EAGAIN
    485a4cff
    Georg Hopp authored
    2014-08-12 18:19:58 +0100  
    Browse Files »

11 Aug, 2014
2 commits
  • adapt to fixed PARENTCALL
    63a22ebb
    Georg Hopp authored
    2014-08-11 20:42:31 +0100  
    Browse Files »
  • use new SizedData from trbase and remove automatic cast.
    0f1d2b90
    Georg Hopp authored
    2014-08-11 07:08:47 +0100  
    Browse Files »

03 Aug, 2014
1 commit
  • Use new class interface and update copyright information
    3f373aab
    Georg Hopp authored
    2014-08-03 07:42:24 +0100  
    Browse Files »

02 Aug, 2014
1 commit
  • fix makros for access to addrinfo structure.
    f7296885
    Georg Hopp authored
    2014-08-02 00:59:38 +0100  
    Browse Files »

01 Aug, 2014
3 commits
  • can't use the terneries in that way because the result in different types then.
    a9dffbc9
    Georg Hopp authored
    2014-08-01 15:18:23 +0100  
    Browse Files »
  • fix strncpy usage
    1363a884
    Georg Hopp authored
    2014-08-01 14:02:51 +0100  
    Browse Files »
  • IPv6 support
    3a35cf50
    Georg Hopp authored
    2014-08-01 10:56:45 +0100  
    Browse Files »

31 Jul, 2014
4 commits
  • fix retrieval of remote socket information
    da893bf6
    Georg Hopp authored
    2014-07-31 22:03:05 +0100  
    Browse Files »
  • initialize static instance creation
    f4c630f6
    Georg Hopp authored
    2014-07-31 15:22:48 +0100  
    Browse Files »
  • fix inconsistency in socket con/destructor
    2a917f84
    Georg Hopp authored
    2014-07-31 15:22:40 +0100  
    Browse Files »
  • utilize the new default logger where one is needed. I am still checking if it wo… ...
    e67ed545
    …uldn't be better to inject a logger in each and every instance if it should do logging.
    Georg Hopp authored
    2014-07-31 13:56:32 +0100  
    Browse Directory »