index
:
mesalab_git/zhangyang/libzt.git
main
Repository for zhangyang/libzt
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Service.cpp
Age
Commit message (
Expand
)
Author
2020-05-01
Add portability and consistency fixes for C API, remove cruft, slight interna...
1.3.3
Joseph Henry
2020-04-20
Fix (some) Windows compiler warnings
Joseph Henry
2020-04-15
Add network and peer caching toggles to API, fix 6PLANE and RFC4193 address c...
Joseph Henry
2020-04-13
Fix netif IPv6 handling, misc cleanup, license update from GPL-3 to BSL 1.1
Joseph Henry
2019-06-18
Minor changes for Windows build
Joseph Henry
2019-05-03
Replaced ZT_FAST_MEMCPY with memcpy in Service.cpp
Joseph Henry
2019-03-11
RX/TX improvements, build process improvements
Joseph Henry
2019-03-07
Set _incomingPacketConcurrency to 1
Joseph Henry
2019-03-04
Updated build script, minor shuffling of code to prevent naming conflicts
Joseph Henry
2019-02-21
Fixed memory leak in callback message handling code
Joseph Henry
2019-02-14
Unfinished callback improvements, consolidated netif4 and netif6
Joseph Henry
2019-02-07
Added a lock-free queue to lwIP driver for RX packet processing. Added checks...
Joseph Henry
2019-02-07
Added options for enabling and disabling network caching. Also modified tap p...
Joseph Henry
2019-02-06
Re-work of thread model
Joseph Henry