Joseph Henry
|
2648a67331
|
Rename selftest
|
2021-02-16 00:24:38 -08:00 |
|
Joseph Henry
|
d7be0b7052
|
Remove outdated examples
|
2020-04-17 10:32:43 -07:00 |
|
Joseph Henry
|
6e086ed3fa
|
Updated lwip.patch for Linux compatibility, CMakeLists.txt, and fixed other minor compile-time warnings
|
2018-07-27 09:53:08 -07:00 |
|
Joseph Henry
|
c107f2c05c
|
Fixed some debug trace format specifiers to reduce compile-time warnings (round two)
|
2018-02-21 12:02:16 -08:00 |
|
Joseph Henry
|
16000d5429
|
Changed debug configs for testing open file bug on Linux
|
2018-02-12 16:58:40 -08:00 |
|
Joseph Henry
|
8df91ae1c8
|
Added zts_set_service_port()
|
2018-02-07 17:35:27 -08:00 |
|
joseph.henry
|
0ff3922b25
|
Typo
|
2018-01-31 18:00:32 -08:00 |
|
Joseph Henry
|
db34fd5e58
|
cmake build script fixes, and fixes for selftest's winsock2 calls
|
2018-01-31 17:45:34 -08:00 |
|
joseph.henry
|
f03f4098c5
|
Windows cmake build updates
|
2018-01-31 17:05:23 -08:00 |
|
joseph.henry
|
2c5634343a
|
tweaks for Windows cmake build
|
2018-01-30 17:27:40 -08:00 |
|
Joseph Henry
|
311ed8e533
|
Updated copyright for 2018
|
2018-01-08 17:05:48 -08:00 |
|
Joseph Henry
|
4fa4cda230
|
Uncommented test sections in selftest
|
2018-01-08 11:31:25 -08:00 |
|
Joseph Henry
|
3fe2ed6893
|
Fixed type in selftest
|
2017-12-19 12:05:43 -08:00 |
|
Joseph Henry
|
ed872d87bd
|
Fixed typo in selftest
|
2017-12-19 10:47:24 -08:00 |
|
Joseph Henry
|
8ec82b026a
|
Officially deprecated old Makefile in favor of CMake
|
2017-12-15 16:26:27 -08:00 |
|
Joseph Henry
|
998cc99ad1
|
Updated tests/examples
|
2017-12-14 16:28:49 -08:00 |
|
Joseph Henry
|
7605cb5477
|
Removed references to DNS functionality in selftest
|
2017-12-14 11:49:44 -08:00 |
|
Joseph Henry
|
ea0c953ad2
|
Commented out a few things to silence warnings
|
2017-11-29 17:04:03 -08:00 |
|
Joseph Henry
|
a4a5ea5c31
|
Updated bindings
|
2017-11-21 15:24:51 -08:00 |
|
Joseph Henry
|
fbfcd05a9a
|
Added test identity generation script
|
2017-11-13 16:46:33 -08:00 |
|
Joseph Henry
|
8e89aa39f4
|
Added identity generation section for testing
|
2017-11-13 16:33:38 -08:00 |
|
Joseph Henry
|
614432907c
|
Windows build fixes
|
2017-11-06 16:19:55 -08:00 |
|
Joseph Henry
|
e0d4b84dd4
|
Preparation for C--, removed classes, namespaces, advanced build options are now controlled via include/libztDefs.h
|
2017-11-06 13:50:20 -08:00 |
|
Joseph Henry
|
1267b90db5
|
Added basic synchronization code to network-based selftest
|
2017-10-19 11:42:39 -07:00 |
|
Joseph Henry
|
45260c4e69
|
Modification to blocking bahavior of zts_start, is now settable. Improved address family handling in JNI
|
2017-10-16 16:45:46 -07:00 |
|
Joseph Henry
|
fdd6010456
|
Minor change to API (renamed get_device_id to get_id). More complete Scala binding
|
2017-10-16 15:12:37 -07:00 |
|
Joseph Henry
|
259691d370
|
Minor update to selftest
|
2017-10-16 12:23:28 -07:00 |
|
Joseph Henry
|
cd9ecb5c4c
|
Build fix for nativetest
|
2017-10-12 14:15:03 -07:00 |
|
Joseph Henry
|
9473b6f74a
|
Updated zts_start* API naming convention
|
2017-10-12 12:07:33 -07:00 |
|
Joseph Henry
|
2d70336ee4
|
A patch for a patch, formatting in selftest.cpp
|
2017-09-29 16:25:26 -07:00 |
|
Joseph Henry
|
a4b0457c58
|
lwIP IPv6 build fix
|
2017-09-29 16:10:24 -07:00 |
|
Joseph Henry
|
bddc08c69d
|
Added unit test for zts_select() to selftest
|
2017-09-29 11:43:29 -07:00 |
|
Joseph Henry
|
1afb2308b6
|
Added comment syntax for doxygen, fixed build flag which produced unnecessarily-large binaries, removed trailing whitespace
|
2017-09-27 13:42:27 -07:00 |
|
Joseph Henry
|
5f1e9fe795
|
Introduction of sequential-API build variant, better thread safety (lwIP only)
|
2017-09-27 02:29:04 -07:00 |
|
Joseph Henry
|
e4620e4c85
|
Consolidated tcp_write() logic in picoTCP driver, updated tcp_closure/tcp_shutdown logic in picoTCP driver, stubbed out more doxygen comments
|
2017-09-22 14:14:14 -07:00 |
|
Joseph Henry
|
3a82d4bada
|
Minor tweaks to Makefile for ZeroTier::Utils in selftest, make-liblwip.mk for warning suppression
|
2017-09-18 12:06:45 -07:00 |
|
Joseph Henry
|
055a58ac63
|
Added multithreaded unit tests to selftest, standardization pass: conditional statement spacing
|
2017-09-18 11:58:41 -07:00 |
|
Joseph Henry
|
f7112da490
|
Added prototype for future socket option unit tests
|
2017-09-15 19:47:31 -07:00 |
|
Joseph Henry
|
cc468fe8fe
|
standardization pass: conditional statement spacing, removed NULL shorthand making checks more explicit
|
2017-09-14 13:19:13 -07:00 |
|
Joseph Henry
|
3bec79314e
|
Added standardization target for code style, fixed LWIP_DEBUG redefinition warning, fixed rare tcp_close() and cb_poll() bugs
|
2017-09-13 22:34:25 -07:00 |
|
Joseph Henry
|
bd68e808c1
|
Added repeat feature to selftest
|
2017-09-12 16:34:34 -07:00 |
|
Joseph Henry
|
1d4f36a811
|
Added selectable TCP_WRITE_FLAG_COPY mode on a per-socket basis, updated lwIP driver for socket limit checks
|
2017-09-08 16:13:56 -07:00 |
|
Joseph Henry
|
05fec81757
|
Added more safety checks to del_virtual_socket(), new zts_shutdown() implementation
|
2017-09-08 11:43:41 -07:00 |
|
Joseph Henry
|
4fd2db7dd6
|
tcp_received() fix
|
2017-09-07 18:09:19 -07:00 |
|
Joseph Henry
|
e18c1ccf80
|
Further improvements to selftest, lwIP driver updates
|
2017-09-06 18:02:30 -07:00 |
|
Joseph Henry
|
142c27091c
|
Added new unit tests and time-sync code for subtests, recvfrom() fixes
|
2017-09-05 16:51:07 -07:00 |
|
Joseph Henry
|
ec323c9842
|
Added basic DNS functionality, fixed stack smashing bug, organizational improvements
|
2017-08-30 14:13:13 -07:00 |
|
Joseph Henry
|
a723c70feb
|
tap initialization patch
|
2017-08-24 14:26:09 -07:00 |
|
Joseph Henry
|
eff90c7d13
|
picotcp stack driver edge case bug fixes
|
2017-08-24 11:45:39 -07:00 |
|
Joseph Henry
|
bceadfbe46
|
Improvements to selftest, closure bug addressed
|
2017-08-18 07:43:29 -07:00 |
|