summaryrefslogtreecommitdiff
path: root/netcon/NetconEthernetTap.cpp
AgeCommit message (Collapse)Author
2016-01-20Removed debug lineJoseph Henry
2016-01-20Bad connection reference fix + RX lock fixJoseph Henry
2016-01-20Transfer speed increate + stability fixesJoseph Henry
2016-01-18Stability fix + introduction of connection probationJoseph Henry
2016-01-18Added some safety + unregister callbacks on closeJoseph Henry
2016-01-18Fixed nc_sent possible bad ptr on close issueJoseph Henry
2016-01-17Print path for user. Removed unused stub Phy methodsJoseph Henry
2016-01-17Fixed memory leakJoseph Henry
2016-01-15nc_recved() connection closure changeJoseph Henry
2016-01-15Fixed pcb->state == CLOSE_WAIT bugJoseph Henry
2016-01-15Small formatting changesJoseph Henry
2016-01-15Adjusted formatting/conventions to conform to rest of ZT codebaseJoseph Henry
2016-01-14Fixed RX race conditionJoseph Henry
2016-01-14Naming convention updateJoseph Henry
2016-01-14RX buffer updateJoseph Henry
2016-01-14Updated RX buffer codeJoseph Henry
2016-01-13Updated getsockopt/setsockopt, removed unused codeJoseph Henry
2016-01-13Fixed double-close bugJoseph Henry
2016-01-13Modified PCB/state management logicJoseph Henry
2016-01-12Removed terminology changesJoseph Henry
2016-01-12Updated terminology. No functional changeJoseph Henry
2016-01-12RPC updateJoseph Henry
2016-01-11RPC detection fixJoseph Henry
2016-01-11Transfer tune-upJoseph Henry
2016-01-11Added RPC ACKJoseph Henry
2016-01-11Stateless RPC reworkJoseph Henry
2015-12-21fix / workaround for ubuntuJanjaap Bos
Otherwise, if started with -d as daemon, the netcon service dies after intercept listen registers.
2015-12-21Readme changes, turned off debugJoseph Henry
2015-12-21Fixed typoJoseph Henry
2015-12-21Tightening of RPC codeJoseph Henry
2015-12-18getsockopt() tweakJoseph Henry
2015-12-16RPC Reliability improvements and partial getsockname() fixJoseph Henry
2015-12-16Fix for getsockname() crash and other address size issues.Adam Ierymenko
2015-12-15Docs, and change ZT_NC_NWID to ZT_NC_NETWORK and use full path in local ZT ↵Adam Ierymenko
home dir to enable multiple instances.
2015-12-15Cleaned up, tests updated, readme updatedJoseph Henry
2015-12-14send_cmd() retrun value bugfix + minor debug changesJoseph Henry
2015-12-14Library functions are now static, RPC return value tuning, and cleanupJoseph Henry
2015-12-12FDs transferred over listen socket + other fixesJoseph Henry
2015-12-10RPC cleanup + Temporary timing fixJoseph Henry
2015-12-09getsockname() implementedJoseph Henry
2015-12-04Merge of netcon with edge and unification of make processes.Adam Ierymenko
2015-12-04ZT_NC_NWID patch + (WIP) test script modificationsJoseph Henry
2015-11-23Intercept now checks ZT_NC_NWID environment variable for 16-digit network ID ↵Adam Ierymenko
and does not initialize if not present.
2015-11-23Rename Common to common.inc.c to indicate that this is an included C file ↵Adam Ierymenko
not a primary build C file.
2015-11-23Merge Sendfd into Common.cAdam Ierymenko
2015-11-23Mare make-self-contained code cleanup.Adam Ierymenko
2015-11-23More code cleanup, just moving some stuff into NetconEthernetTap that is not ↵Adam Ierymenko
used elsewhere.
2015-11-23Eliminate a few warnings and some small code reorg.Adam Ierymenko
2015-11-20Test/Code Refactor in preparation for mergeJoseph Henry
2015-11-16Added symbol checks in intercept. This seems wise after allJoseph Henry