summaryrefslogtreecommitdiff
path: root/netcon/Intercept.c
AgeCommit message (Expand)Author
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-11Stability fixJoseph Henry
2015-12-10RPC cleanup + Temporary timing fixJoseph Henry
2015-12-09Fixed addrlen assignment in getsockname()Joseph Henry
2015-12-09getsockname() implementedJoseph Henry
2015-12-08Stub out getsockname()Adam Ierymenko
2015-12-08Updated README, tests, and InterceptJoseph Henry
2015-12-08Nginx patch. Verified to work in fc23 and ub14Joseph Henry
2015-12-07Updated compatibility sectionJoseph Henry
2015-12-07Added unit test info to README.mdJoseph Henry
2015-12-04(WIP) Additional test script changesJoseph Henry
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
2015-11-23Rename Common to common.inc.c to indicate that this is an included C file not...Adam Ierymenko
2015-11-23Merge Sendfd into Common.cAdam Ierymenko
2015-11-23More code cleanup, just moving some stuff into NetconEthernetTap that is not ...Adam Ierymenko
2015-11-23Uncommit binary... :PAdam Ierymenko
2015-11-23A few very tiny bits of dead code removal, etc.Adam Ierymenko
2015-11-23Updated README, fixed node.js test bugJoseph Henry
2015-11-23Patch for Node.js -- accept() bugJoseph Henry
2015-11-20Additional test filesJoseph Henry
2015-11-20Updated makefile, removed old results directoryJoseph Henry
2015-11-20Test/Code Refactor in preparation for mergeJoseph Henry
2015-11-16Added symbol checks in intercept. This seems wise after allJoseph Henry
2015-11-16Revised fd RX logicJoseph Henry
2015-11-16Check for fork/clone and re-initialize in close() -- for nginxJoseph Henry
2015-11-12Fixed rpc_st command alignment bug for RPC_SOCKETJoseph Henry
2015-11-12Minor debug updatesJoseph Henry
2015-11-12Streamlined debug output codeJoseph Henry
2015-11-12Updated RPC handlingJoseph Henry
2015-11-02Removed serv. conn. checks.Joseph Henry
2015-11-02Added checks for bad service connection.Joseph Henry
2015-10-30Fixed accept return value / errno bug, also fdret_sock return bugJoseph Henry
2015-10-29Added state dump, fixed numerous RPC related bugsJoseph Henry
2015-10-28Added support for MongoDB (server side)Joseph Henry
2015-10-27Added support for RedisJoseph Henry
2015-10-23Minor cleanupJoseph Henry
2015-10-23Improved RPC connection closure logicJoseph Henry
2015-10-22Improved RPC connection cleanup logicJoseph Henry
2015-10-22PhySocket NULL check added to handle_write. Fixed after-close handle_write se...Joseph Henry
2015-10-21set O_NONBLOCK default in accept()Joseph Henry
2015-10-21Added Node.js supportJoseph Henry
2015-10-16Added status debugsJoseph Henry
2015-10-16Misc changesJoseph Henry
2015-10-16Fixed nginx listen() bugJoseph Henry
2015-10-14Minor cleanup itemsJoseph Henry
2015-10-14Disabled TCP listen backlog, must be enabled in lwipopts.hJoseph Henry