summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-14Added support for listen backlogsJoseph Henry
2015-10-14Fixed premature connection close bugJoseph Henry
2015-10-14Removed character from NEtconEthernetTap.cppJoseph Henry
2015-10-14Normalized casesJoseph Henry
2015-10-14Fix for world size in OK(HELLO)Adam Ierymenko
2015-10-14Removed lowercase intercept.h conflicting fileJoseph Henry
2015-10-14Add uint16_t key to Hashtable, and make Salsa20 zero its keyspace on destruct...Adam Ierymenko
2015-10-13Inconsequential. Updated commends, added debug statementsJoseph Henry
2015-10-13connect() now checks socket familyJoseph Henry
2015-10-13Refactored connect(), added checks to socket(), updated checklistsJoseph Henry
2015-10-13Improved bind() logic, added more error handling to accept()Joseph Henry
2015-10-13EBADF, EOPNOTSUPP, EMFILE error repoarting for accept()Joseph Henry
2015-10-13Improved error reportingJoseph Henry
2015-10-13Fixed socket protocol check logic in socket()Joseph Henry
2015-10-13Don't keep connections up longer than the alive timeout (unless they are rela...Adam Ierymenko
2015-10-13.Adam Ierymenko
2015-10-13Expose world info in JSON.Adam Ierymenko
2015-10-13Expose world ID and world timestamp in ZT_NodeStatusAdam Ierymenko
2015-10-13docsAdam Ierymenko
2015-10-13cleanupAdam Ierymenko
2015-10-13Full integration of World and World updates.Adam Ierymenko
2015-10-13World stuff...Adam Ierymenko
2015-10-13Added some parameter checks from linux kernel syscall sourceJoseph Henry
2015-10-13Add C output to mkworld.Adam Ierymenko
2015-10-13More World stuff, and mkworld.Adam Ierymenko
2015-10-12Odds and endsJoseph Henry
2015-10-12Minor bug fixesJoseph Henry
2015-10-12Work in progress on refactoring root-topology into World and adding in-band u...Adam Ierymenko
2015-10-12Bug fix: Connection fd lookup in serviceJoseph Henry
2015-10-12cleanupAdam Ierymenko
2015-10-12Additional retval+errno handlingJoseph Henry
2015-10-12Better retval+errno handlingJoseph Henry
2015-10-09retval+errno return testJoseph Henry
2015-10-09Create files for each hop (more convenient) and fix a packet parse bug.Adam Ierymenko
2015-10-09Reorg fields to be in same order as FS scheme.Adam Ierymenko
2015-10-09.Adam Ierymenko
2015-10-09Be a bit more verbose in circuit test reports to more clearly track current a...Adam Ierymenko
2015-10-09Circuit tests basically work but need some tweaks, and fix some issues found ...Adam Ierymenko
2015-10-09Removed netcon/.dependJoseph Henry
2015-10-09Minor cleanupJoseph Henry
2015-10-09Added liblwip.so and libintercept build filesJoseph Henry
2015-10-09Add more helpful example stuff.Adam Ierymenko
2015-10-09Added intercept build file and sourcesJoseph Henry
2015-10-09Eliminate format string warnings.Adam Ierymenko
2015-10-09Script to quickly generate test docker env files.Adam Ierymenko
2015-10-09Test: Added handle_write call to nc_pollJoseph Henry
2015-10-09.Adam Ierymenko
2015-10-09Docker example (and useful for testing)Adam Ierymenko
2015-10-09Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE)Adam Ierymenko
2015-10-09docsAdam Ierymenko