1915 Commits (71c6ec71e5cb5014eb77391856bf55c7caa28ff3)
 

Author SHA1 Message Date
Joseph Henry 71c6ec71e5 connect() now checks socket family 11 years ago
Joseph Henry 1fd04557c7 Refactored connect(), added checks to socket(), updated checklists 11 years ago
Joseph Henry aa6ff039c4 Improved bind() logic, added more error handling to accept() 11 years ago
Joseph Henry 8a05efa365 EBADF, EOPNOTSUPP, EMFILE error repoarting for accept() 11 years ago
Joseph Henry da536cc311 Improved error reporting 11 years ago
Joseph Henry 0912d4be59 Fixed socket protocol check logic in socket() 11 years ago
Joseph Henry 73145de618 Added some parameter checks from linux kernel syscall source 11 years ago
Joseph Henry 82052459a2 Odds and ends 11 years ago
Joseph Henry 4e1e857949 Minor bug fixes 11 years ago
Joseph Henry 8d1b01cb5b Bug fix: Connection fd lookup in service 11 years ago
Joseph Henry 5dffa43201 Additional retval+errno handling 11 years ago
Joseph Henry 6b1a38f14c Better retval+errno handling 11 years ago
Joseph Henry fe8e7ded8c retval+errno return test 11 years ago
Joseph Henry 07536216c2 Removed netcon/.depend 11 years ago
Joseph Henry 3bcb6bf321 Minor cleanup 11 years ago
Joseph Henry 7f56678d84 Added liblwip.so and libintercept build files 11 years ago
Joseph Henry e3ec000e93 Added intercept build file and sources 11 years ago
Joseph Henry 769bad3320 Test: Added handle_write call to nc_poll 11 years ago
Joseph Henry 6600b005b6 No Whack! 11 years ago
Joseph Henry b5b57aca02 Whack! 11 years ago
Joseph Henry d868a234da Refactored write logic 11 years ago
Joseph Henry 41dfbe544f Removed exit(0) for debugging 11 years ago
Joseph Henry bbfc9359e9 Minor timer changes (~21 Mb/s local) 11 years ago
Joseph Henry 1bc33ae8d7 Minor debug output changes 11 years ago
Adam Ierymenko 876aa0883d Merge branch 'adamierymenko-dev' into netcon 11 years ago
Adam Ierymenko 477feee8a3 Some work on CIRCUIT_TEST, and a significant speedup to Poly1305. 11 years ago
Joseph Henry 36db5865e7 Refactored tcp_write code - Reduced CPU usage to respectable levels 11 years ago
Adam Ierymenko 7394ec6f6a Prep in controller code to run tests. 11 years ago
Adam Ierymenko 3593fb3462 Send initial CIRCUIT_TEST packet. 11 years ago
Adam Ierymenko d3f29d09e8 Plumbing through circuit test stuff. 11 years ago
Adam Ierymenko 5341afcdcd Handling of CIRCUIT_TEST, should be ready to test. 11 years ago
Adam Ierymenko 57c857e89a Fix TRACE output. 11 years ago
Grant Limberg c16ad053b6 no toString() method on peer. Commenting out for now. 11 years ago
Grant Limberg 6080a45c9c change cert to com. no variable named cert. 11 years ago
Adam Ierymenko 5384f185ae Simplify Dictionary and reduce memory usage, now no more std::maps in core. 11 years ago
Adam Ierymenko 76a95dc58f The return of peer peristence. 11 years ago
Adam Ierymenko 5076c49210 Peer serialization and related changes. 11 years ago
Adam Ierymenko 72e7e36a5b No reason to randomly pick uPnP secondary port. In fact it would likely cause problems on restarts and uPnP rule bloat. 11 years ago
Adam Ierymenko 2fa21aa676 . 11 years ago
Adam Ierymenko 3999e468b7 Need to hold nconf so *com does not die while being used. 11 years ago
Adam Ierymenko 6693149f3e Send COM with MULTICAST_GATHER for future use. 11 years ago
Adam Ierymenko 2c196307ee --bugs; 11 years ago
Adam Ierymenko d6676a9d6c Always announce multicast groups, not just to peers with direct links, and push network COMs to any MULTICAST_LIKE recipient for future use. 11 years ago
Adam Ierymenko a7409850d6 Get trim() out of core where it is not needed. 11 years ago
Adam Ierymenko 53e5f94b99 . 11 years ago
Adam Ierymenko 64bf3ffe6c Mutex cleanup. 11 years ago
Adam Ierymenko 9405150b11 Restore group announcement on Peer::receive() but centralize packet composition in one place. 11 years ago
Adam Ierymenko a3db7d0728 Refactor: move network COMs out of Network and into Peer in prep for tightening up multicast lookup and other things. 11 years ago
Adam Ierymenko 11ff96ba1d Consider IPv6 paths reliable (no constant keepalives needed) 11 years ago
Adam Ierymenko 0d0039674f Add new verb names, and fix some Mac compiler flags. 11 years ago