Joseph Henry
caf2b24e45
Updated README.md
9 years ago
Joseph Henry
1a10c74514
Updated README.md
9 years ago
Joseph Henry
b653e9e641
Updated README.md
9 years ago
Joseph Henry
7293c94e43
Added default network stack (picoTCP) and default protocol versions to makefile
9 years ago
Joseph Henry
79402c6bde
Merge pull request #17 from gdamore/master
...
Fix broken PICO compile (mismerge of LwIP reintroduction.)
9 years ago
Garrett D'Amore
25f18f870e
Fix broken PICO compile (mismerge of LwIP reintroduction.)
9 years ago
Joseph Henry
409c2dc9de
Added layer2 SOCK_RAW example code and stubs
9 years ago
Joseph Henry
b105ddb060
Removed old linger code, formatting fixes, other minor adjustments
9 years ago
Joseph Henry
b087932c88
Merge pull request #12 from gdamore/gdamore-fixes
...
Fix warnings and errors found by clang
9 years ago
Joseph Henry
57d7b30f0c
Merge branch 'master' into gdamore-fixes
9 years ago
Joseph Henry
4e36fe28d5
BSD-license-compatible, and NO_STACK build variants
9 years ago
Garrett D'Amore
a31f81a34d
Silence an aligned access warning.
...
clang is a bit too strict about validating address alignments
when using packed structs. The only member is a 32-bit value,
so the alignment was correct, but this approach is "correct"
and guaranteed to work even if the structure was not aligned,
at the cost of an extra temporary variable and 32-bit copy.
9 years ago
Garrett D'Amore
24fa0c9a6c
In write, buf_w was unchecked.
...
We already checked for room, so the buffer should have room. We make this
a kind of assertion; this silences compiler warnings. Later, if this
becomes a thread-level race condition, come back and actually use buf_w
more meaningfully to handle partial writes.
9 years ago
Garrett D'Amore
8a6d4820cc
Debug buffer address returned from stack should be static.
9 years ago
Garrett D'Amore
1d21bc4145
zts_get_pico_socket needs to pass indirect pointer
9 years ago
Joseph Henry
bb60904899
README.md update
9 years ago
Joseph Henry
0f44bb3069
Updated README build module
9 years ago
Joseph Henry
9918093c4b
Fixed missing poll header
9 years ago
Joseph Henry
d9fdd3cb39
Edited piwik campaign code in README.md
9 years ago
Joseph Henry
0c87b7f265
Added piwik campaign codes to README.md
9 years ago
Joseph Henry
4ac559a107
Added minor feature request: zts_poll/zts_select
9 years ago
Joseph Henry
43caf4a6f2
Minor changes to selftest, updated TESTING readme, removed old test personality conf files
9 years ago
Joseph Henry
494ec2508c
Added stubs for poll/select, improved selftest/echotest, Added ringbuffer for more efficient RX/TX
9 years ago
Joseph Henry
78d97f7826
Added to .gitignore
9 years ago
Joseph Henry
f13f06ae70
Added ZeroTierOne as a submodule
9 years ago
Joseph Henry
9920aa81a2
Removed old test files
9 years ago
Joseph Henry
ab7e9d0091
Updated selftest and echotest, also added a few scripts
9 years ago
Joseph Henry
e10c621405
commented out debug trace in picotcp
9 years ago
Joseph Henry
a3ecd78541
updated .gitignore
9 years ago
Joseph Henry
195cac6d55
significant upgrade to selftest, added echotest, better checks for data in queue before socket closure
9 years ago
Joseph Henry
4403f902a4
More *.md tweaks
9 years ago
Joseph Henry
42b52ac3ae
Slight reorganization of docs
9 years ago
Joseph Henry
d3e0a11517
Simplified example code
9 years ago
Joseph Henry
d83a14456b
Restored previous icon
9 years ago
Joseph Henry
4dd065ab54
README.md tweak
9 years ago
Joseph Henry
56ca884d56
README.md tweak
9 years ago
Joseph Henry
3590e8cb72
README.md tweak
9 years ago
Joseph Henry
d3351dd2ce
README updates, misc filename changes, debug trace fixes, introduction of libzt moniker
9 years ago
Joseph Henry
06682e049e
bug fixes for ztproxy test
9 years ago
Joseph Henry
8a204c7755
IPV4 and IPV6 enabled by default in builds
9 years ago
Joseph Henry
1cedd7b568
removed debug traces
9 years ago
Joseph Henry
48367be640
Added prototype ztproxy test
9 years ago
Joseph Henry
3793b23229
fixed connect/accept behaviour, added to selftest, renamed BSD makefile
9 years ago
Joseph Henry
8ea81f5fbb
Update to selftest
9 years ago
Joseph Henry
9bd63e114b
Format fixes for RELEASE-NOTES.md
9 years ago
Joseph Henry
6d1de74a9a
Added RELEASE-NOTES, updated README
9 years ago
Joseph Henry
f5de570334
Build fixes for FreeBSD
9 years ago
Joseph Henry
4232dd703f
Added FreeBSD makefile (for libuinet development)
9 years ago
Joseph Henry
228c2853ed
pk_campaign fix in README.md
9 years ago
Joseph Henry
11462318e1
updated TESTING.md
9 years ago