Age | Commit message (Expand) | Author |
2015-10-14 | Normalized cases | Joseph Henry |
2015-10-14 | Removed lowercase intercept.h conflicting file | Joseph Henry |
2015-10-13 | Inconsequential. Updated commends, added debug statements | Joseph Henry |
2015-10-13 | connect() now checks socket family | Joseph Henry |
2015-10-13 | Refactored connect(), added checks to socket(), updated checklists | Joseph Henry |
2015-10-13 | Improved bind() logic, added more error handling to accept() | Joseph Henry |
2015-10-13 | EBADF, EOPNOTSUPP, EMFILE error repoarting for accept() | Joseph Henry |
2015-10-13 | Improved error reporting | Joseph Henry |
2015-10-13 | Fixed socket protocol check logic in socket() | Joseph Henry |
2015-10-13 | Added some parameter checks from linux kernel syscall source | Joseph Henry |
2015-10-12 | Odds and ends | Joseph Henry |
2015-10-12 | Minor bug fixes | Joseph Henry |
2015-10-12 | Bug fix: Connection fd lookup in service | Joseph Henry |
2015-10-12 | Additional retval+errno handling | Joseph Henry |
2015-10-12 | Better retval+errno handling | Joseph Henry |
2015-10-09 | retval+errno return test | Joseph Henry |
2015-10-09 | Removed netcon/.depend | Joseph Henry |
2015-10-09 | Minor cleanup | Joseph Henry |
2015-10-09 | Added liblwip.so and libintercept build files | Joseph Henry |
2015-10-09 | Added intercept build file and sources | Joseph Henry |
2015-10-09 | Test: Added handle_write call to nc_poll | Joseph Henry |
2015-10-08 | No Whack! | Joseph Henry |
2015-10-08 | Whack! | Joseph Henry |
2015-10-08 | Refactored write logic | Joseph Henry |
2015-10-08 | Removed exit(0) for debugging | Joseph Henry |
2015-10-08 | Minor timer changes (~21 Mb/s local) | Joseph Henry |
2015-10-06 | Minor debug output changes | Joseph Henry |
2015-10-06 | Merge branch 'adamierymenko-dev' into netcon | Adam Ierymenko |
2015-10-06 | Some work on CIRCUIT_TEST, and a significant speedup to Poly1305. | Adam Ierymenko |
2015-10-06 | Refactored tcp_write code - Reduced CPU usage to respectable levels | Joseph Henry |
2015-10-06 | Prep in controller code to run tests. | Adam Ierymenko |
2015-10-06 | Send initial CIRCUIT_TEST packet. | Adam Ierymenko |
2015-10-06 | Plumbing through circuit test stuff. | Adam Ierymenko |
2015-10-06 | Handling of CIRCUIT_TEST, should be ready to test. | Adam Ierymenko |
2015-10-06 | Fix TRACE output. | Adam Ierymenko |
2015-10-02 | no toString() method on peer. Commenting out for now. | Grant Limberg |
2015-10-02 | change cert to com. no variable named cert. | Grant Limberg |
2015-10-01 | Simplify Dictionary and reduce memory usage, now no more std::maps in core. | Adam Ierymenko |
2015-10-01 | The return of peer peristence. | Adam Ierymenko |
2015-10-01 | Peer serialization and related changes. | Adam Ierymenko |
2015-10-01 | No reason to randomly pick uPnP secondary port. In fact it would likely cause... | Adam Ierymenko |
2015-10-01 | . | Adam Ierymenko |
2015-10-01 | Need to hold nconf so *com does not die while being used. | Adam Ierymenko |
2015-10-01 | Send COM with MULTICAST_GATHER for future use. | Adam Ierymenko |
2015-10-01 | --bugs; | Adam Ierymenko |
2015-10-01 | Always announce multicast groups, not just to peers with direct links, and pu... | Adam Ierymenko |
2015-10-01 | Get trim() out of core where it is not needed. | Adam Ierymenko |
2015-10-01 | . | Adam Ierymenko |
2015-10-01 | Mutex cleanup. | Adam Ierymenko |
2015-10-01 | Restore group announcement on Peer::receive() but centralize packet compositi... | Adam Ierymenko |