This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ghopp
/
libtrio
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
29
Commits
2
Branches
1
Tag
24 KiB
Tree:
0f31960fb4
1.0.0
master
v1.0.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0f31960fb4'
${ noResults }
Commit Graph
29 Commits (0f31960fb4bf066b4afa4c74bed5838816fec729)
All Branches
Search
Author
SHA1
Message
Date
Georg Hopp
0f31960fb4
convert port to host notation
12 years ago
Georg Hopp
fe1cb3bbdb
add possibility to just open a socket without bind or listen or connect
12 years ago
Georg Hopp
73cd92cfa6
define max read block values
12 years ago
Georg Hopp
2f6f4367cd
some fixes in socket condition detection
12 years ago
Georg Hopp
340a3c114c
small code improvement
12 years ago
Georg Hopp
7764f5e81b
don't delete the data after write. The data might be needed in the caller afterwards, so it's the responsibility of the caller.
12 years ago
Georg Hopp
8566feeebf
add m4 shipped with this project
12 years ago
Georg Hopp
44db9239cb
unify behaviour with tcp/udp read/write
12 years ago
Georg Hopp
a0975ff3e9
small buffer size related fix
12 years ago
Georg Hopp
23ecc0b4a3
set no fin on accepted sockets
12 years ago
Georg Hopp
c0b9321407
the stack overflow issue was related to a not correctly initialized external variable (size). Use a ternery to prevent to large size values.
12 years ago
Georg Hopp
ea4452de3c
try to fix strange stack overflow issue
12 years ago
Georg Hopp
485a4cff4f
distinguish close and EAGAIN
12 years ago
Georg Hopp
63a22ebb47
adapt to fixed PARENTCALL
12 years ago
Georg Hopp
0f1d2b904a
use new SizedData from trbase and remove automatic cast.
12 years ago
Georg Hopp
3f373aabed
Use new class interface and update copyright information
12 years ago
Georg Hopp
f7296885ea
fix makros for access to addrinfo structure.
12 years ago
Georg Hopp
a9dffbc96e
can't use the terneries in that way because the result in different types then.
12 years ago
Georg Hopp
1363a884a6
fix strncpy usage
12 years ago
Georg Hopp
3a35cf50ce
IPv6 support
12 years ago
Georg Hopp
da893bf61f
fix retrieval of remote socket information
12 years ago
Georg Hopp
f4c630f613
initialize static instance creation
12 years ago
Georg Hopp
2a917f842e
fix inconsistency in socket con/destructor
12 years ago
Georg Hopp
e67ed545ac
utilize the new default logger where one is needed. I am still checking if it wouldn't be better to inject a logger in each and every instance if it should do logging.
12 years ago
Georg Hopp
2abe37e2d0
make the new includes being installed
12 years ago
Georg Hopp
7605379405
create new more elaborated socket code. This is not 100% interface compatible.
12 years ago
Georg Hopp
2b98364674
add code to get the ip address from a socket.
12 years ago
Georg Hopp
382518de25
removed logger and source subdirs
12 years ago
Georg Hopp
ac8a379b15
initial checkin
12 years ago