summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-14Normalized casesJoseph Henry
2015-10-14Removed lowercase intercept.h conflicting fileJoseph Henry
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-13Added some parameter checks from linux kernel syscall sourceJoseph Henry
2015-10-12Odds and endsJoseph Henry
2015-10-12Minor bug fixesJoseph Henry
2015-10-12Bug fix: Connection fd lookup in serviceJoseph Henry
2015-10-12Additional retval+errno handlingJoseph Henry
2015-10-12Better retval+errno handlingJoseph Henry
2015-10-09retval+errno return testJoseph Henry
2015-10-09Removed netcon/.dependJoseph Henry
2015-10-09Minor cleanupJoseph Henry
2015-10-09Added liblwip.so and libintercept build filesJoseph Henry
2015-10-09Added intercept build file and sourcesJoseph Henry
2015-10-09Test: Added handle_write call to nc_pollJoseph Henry
2015-10-08No Whack!Joseph Henry
2015-10-08Whack!Joseph Henry
2015-10-08Refactored write logicJoseph Henry
2015-10-08Removed exit(0) for debuggingJoseph Henry
2015-10-08Minor timer changes (~21 Mb/s local)Joseph Henry
2015-10-06Minor debug output changesJoseph Henry
2015-10-06Merge branch 'adamierymenko-dev' into netconAdam Ierymenko
2015-10-06Some work on CIRCUIT_TEST, and a significant speedup to Poly1305.Adam Ierymenko
2015-10-06Refactored tcp_write code - Reduced CPU usage to respectable levelsJoseph Henry
2015-10-06Prep in controller code to run tests.Adam Ierymenko
2015-10-06Send initial CIRCUIT_TEST packet.Adam Ierymenko
2015-10-06Plumbing through circuit test stuff.Adam Ierymenko
2015-10-06Handling of CIRCUIT_TEST, should be ready to test.Adam Ierymenko
2015-10-06Fix TRACE output.Adam Ierymenko
2015-10-02no toString() method on peer. Commenting out for now.Grant Limberg
2015-10-02change cert to com. no variable named cert.Grant Limberg
2015-10-01Simplify Dictionary and reduce memory usage, now no more std::maps in core.Adam Ierymenko
2015-10-01The return of peer peristence.Adam Ierymenko
2015-10-01Peer serialization and related changes.Adam Ierymenko
2015-10-01No reason to randomly pick uPnP secondary port. In fact it would likely cause...Adam Ierymenko
2015-10-01.Adam Ierymenko
2015-10-01Need to hold nconf so *com does not die while being used.Adam Ierymenko
2015-10-01Send COM with MULTICAST_GATHER for future use.Adam Ierymenko
2015-10-01--bugs;Adam Ierymenko
2015-10-01Always announce multicast groups, not just to peers with direct links, and pu...Adam Ierymenko
2015-10-01Get trim() out of core where it is not needed.Adam Ierymenko
2015-10-01.Adam Ierymenko
2015-10-01Mutex cleanup.Adam Ierymenko
2015-10-01Restore group announcement on Peer::receive() but centralize packet compositi...Adam Ierymenko