Commit Graph

523 Commits

Author SHA1 Message Date
Joseph Henry
1d42c5b764 De-parallelized Jenkinsfile for debugging 2017-08-15 11:25:08 -07:00
Joseph Henry
673641b040 De-parallelized Jenkinsfile for debugging 2017-08-15 11:22:05 -07:00
Joseph Henry
2e284894b7 Fixed syntax errors in Jenkinsfile 2017-08-15 10:57:54 -07:00
Joseph Henry
dff63706ed Added mattermostSend to Jenkinsfile 2017-08-15 10:41:04 -07:00
Joseph Henry
e0a3686f9c Removed build target from Jenkinsfile 2017-08-14 23:45:06 -07:00
Joseph Henry
f8af949dd4 Build tweaks for Jenkins 2017-08-14 16:59:44 -07:00
Joseph Henry
5db48e6da3 Makefile tweak, copy pico lib object files to obj 2017-08-14 16:24:46 -07:00
Joseph Henry
7d146f1797 Makefile tweak, copy pico module object files to obj 2017-08-14 16:07:30 -07:00
Joseph Henry
ad17909f06 Build tweaks, better flag handling across makefiles 2017-08-14 15:53:53 -07:00
Joseph Henry
efe5d15143 Jenkinsfile build tweak, also converted Jenkinsfile to TABS 2017-08-14 12:51:16 -07:00
Joseph Henry
ea62366416 Jenkinsfile tweak 2017-08-14 12:33:43 -07:00
Joseph Henry
1e6abeeaf3 .gitignore for obj/ 2017-08-14 12:23:27 -07:00
Joseph Henry
5106daa9db Updated Jenkinsfile 2017-08-14 12:17:34 -07:00
Joseph Henry
8e192c0ee8 Managed Routes now supported, with automatic add/remove 2017-08-14 11:25:44 -07:00
Joseph Henry
0098842b09 Updated Jenkinsfile for submodule 2017-08-11 14:58:14 -07:00
Joseph Henry
fda85e12dd Added Jenkinsfile 2017-08-11 14:45:38 -07:00
Joseph Henry
6f7e59996b Incremented ZTO submodule for getRoutes() 2017-08-10 01:04:49 -07:00
Joseph Henry
1838095f82 Updated selftest 2017-08-08 23:58:36 -07:00
Joseph Henry
c0e652bcde Added incomplete BSD-compatible network stack driver for lwIP 2017-08-08 11:16:01 -07:00
Joseph Henry
649e0d7887 Fix for STACK_LWIP compilation 2017-08-03 11:25:35 -07:00
Joseph Henry
7fb03a7f6a Fix for NO_STACK compilation bug due to new ZT core helper API 2017-08-03 10:58:19 -07:00
Joseph Henry
3977ed8679 Added contribution section and updated licensing section 2017-08-02 16:47:17 -07:00
Joseph Henry
9c4a5ae26b Normalized indentation for entire project to TABS 2017-08-02 14:55:18 -07:00
Joseph Henry
7e00eda5a0 Normalized indentation for entire project to TABS 2017-08-02 14:54:29 -07:00
Joseph Henry
7e30474ee4 Implemented barebones VL2 SOCK_RAW functionality, moved ZT core helper functions from OneService to libzt 2017-08-02 14:39:21 -07:00
Joseph Henry
ecb2dc5178 Updated README.md 2017-08-01 14:34:46 -07:00
Joseph Henry
14b2b75100 Updated README.md 2017-08-01 14:32:09 -07:00
Joseph Henry
28172ab71b Updated README.md 2017-08-01 14:25:43 -07:00
Joseph Henry
caf2b24e45 Updated README.md 2017-08-01 14:25:03 -07:00
Joseph Henry
1a10c74514 Updated README.md 2017-08-01 14:21:05 -07:00
Joseph Henry
b653e9e641 Updated README.md 2017-08-01 14:18:21 -07:00
Joseph Henry
7293c94e43 Added default network stack (picoTCP) and default protocol versions to makefile 2017-07-26 16:55:59 -07:00
Joseph Henry
79402c6bde Merge pull request #17 from gdamore/master
Fix broken PICO compile (mismerge of LwIP reintroduction.)
2017-07-26 14:30:06 -07:00
Garrett D'Amore
25f18f870e Fix broken PICO compile (mismerge of LwIP reintroduction.) 2017-07-26 14:24:27 -07:00
Joseph Henry
409c2dc9de Added layer2 SOCK_RAW example code and stubs 2017-07-26 02:13:13 -07:00
Joseph Henry
b105ddb060 Removed old linger code, formatting fixes, other minor adjustments 2017-07-26 02:12:28 -07:00
Joseph Henry
b087932c88 Merge pull request #12 from gdamore/gdamore-fixes
Fix warnings and errors found by clang
2017-07-26 00:08:45 -07:00
Joseph Henry
57d7b30f0c Merge branch 'master' into gdamore-fixes 2017-07-26 00:08:10 -07:00
Joseph Henry
4e36fe28d5 BSD-license-compatible, and NO_STACK build variants 2017-07-25 23:40:24 -07:00
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.
2017-07-25 11:14:29 -07:00
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.
2017-07-25 11:03:02 -07:00
Garrett D'Amore
8a6d4820cc Debug buffer address returned from stack should be static. 2017-07-25 10:47:13 -07:00
Garrett D'Amore
1d21bc4145 zts_get_pico_socket needs to pass indirect pointer 2017-07-25 10:43:47 -07:00
Joseph Henry
bb60904899 README.md update 2017-07-18 11:36:18 -07:00
Joseph Henry
0f44bb3069 Updated README build module 2017-07-18 11:33:04 -07:00
Joseph Henry
9918093c4b Fixed missing poll header 2017-07-18 11:27:53 -07:00
Joseph Henry
d9fdd3cb39 Edited piwik campaign code in README.md 2017-07-18 09:55:58 -07:00
Joseph Henry
0c87b7f265 Added piwik campaign codes to README.md 2017-07-18 09:45:39 -07:00
Joseph Henry
4ac559a107 Added minor feature request: zts_poll/zts_select 2017-07-17 16:34:35 -07:00
Joseph Henry
43caf4a6f2 Minor changes to selftest, updated TESTING readme, removed old test personality conf files 2017-07-13 10:53:19 -07:00