summaryrefslogtreecommitdiff
path: root/osdep/Phy.hpp
AgeCommit message (Expand)Author
2016-06-17Linux bug fixes, small controller fix.Adam Ierymenko
2016-06-08Support yet another old version of http-parser for CentOS/EPEL.Adam Ierymenko
2016-06-08Remove warnings, more Debian stuff, remove obsolete ui/ stuff.Adam Ierymenko
2016-04-05OneService now binds all ports to specific local interfaces instead of wildca...Adam Ierymenko
2016-01-20Transfer speed increate + stability fixesJoseph Henry
2016-01-17Print path for user. Removed unused stub Phy methodsJoseph Henry
2016-01-14Updated RX buffer codeJoseph Henry
2016-01-12Merge branch 'dev' into edgeAdam Ierymenko
2016-01-12boring doc stuffAdam Ierymenko
2016-01-11Stateless RPC reworkJoseph Henry
2015-12-21Selectively move over changes from "edge" to "dev" excluding netcon.Adam Ierymenko
2015-12-09Only set SO_NO_CHECK on IPv4 UDP sockets for now due to broken V6 stacks that...Adam Ierymenko
2015-11-23MERGE current "dev" into "netcon" -- should not affect netcon itself but will...Adam Ierymenko
2015-11-09Try bringing back TTL escalation -- may help with Docker (IP-MASQ) type NATAdam Ierymenko
2015-11-02More appropriate phyOnUnixClose handlingJoseph Henry
2015-11-02Fixed another closure bug. Updated debug levelsJoseph Henry
2015-10-29Added state dump, fixed numerous RPC related bugsJoseph Henry
2015-10-27Add set buffer sizes code to Phy<>Adam Ierymenko
2015-10-27Merge Phy<> from netcon.Adam Ierymenko
2015-10-22More cluster wiring...Adam Ierymenko
2015-09-23minor changesJoseph Henry
2015-09-22.Adam Ierymenko
2015-09-22Phy<> loses socketpair, gains raw FD monitoring.Adam Ierymenko
2015-09-22fixed fd-transfer logic bug, needs new write-queue logicJoseph Henry
2015-09-10refactor almost completeJoseph Henry
2015-09-10Merge branch 'adamierymenko-dev' into netconAdam Ierymenko
2015-09-10.Adam Ierymenko
2015-09-10refactor in progressJoseph Henry
2015-09-10Remove unnecessary accessors.Adam Ierymenko
2015-09-10Merge adamierymenko-devAdam Ierymenko
2015-09-10Add socketpair support to Phy.Adam Ierymenko
2015-09-10started refactorJoseph Henry
2015-09-10initial commitJoseph Henry
2015-09-02More netcon stuff, and Phy build fix.Adam Ierymenko
2015-09-02Stub of NetconEthernetTapAdam Ierymenko
2015-09-02Unix domain sockets in Phy<>Adam Ierymenko
2015-07-28Add miniupnpc builds for Windows, fix some Windows build warnings.Adam Ierymenko
2015-07-28Enable SO_NO_CHECK if available to skip UDP checksum on packet send for sligh...Adam Ierymenko
2015-06-09Allow double-close just in case in Phy<>Adam Ierymenko
2015-06-09Rework Phy<> to clean up _socks entries only in poll() to fix instability in ...Adam Ierymenko
2015-06-05Fix for poll() in Phy<> with no sockets open. Only affects tcp-proxy.Adam Ierymenko
2015-05-21Add some proxy debugging, and auto-resolve and periodically re-resolve TCP fa...Adam Ierymenko
2015-04-24Windows now builds and runs selftest correctly, and fixed a Windows (and poss...Adam Ierymenko
2015-04-16Some cleanup, and bite the bullet and go ahead and write a simple Http client...Adam Ierymenko
2015-04-10HTTP server is in, and works.Adam Ierymenko
2015-04-10Simplify Phy<> to get rid of more indirections.Adam Ierymenko
2015-04-10Add some TRACE around pinging (for now), and refactor service/One to just run...Adam Ierymenko
2015-04-09Add data store functions to service/One, and shelve old main.cpp since it wil...Adam Ierymenko
2015-04-09Service code builds now.Adam Ierymenko
2015-03-31osnet -> osdepAdam Ierymenko