Commit Graph

39 Commits (master)

Author SHA1 Message Date
Radu Iliescu d386a4b496 build: fix all build warnings 2018-12-03 08:20:51 -05:00
Radu Iliescu 8d3957f3b8 Makefile: refactor CFLAGS to come from main Makefile
Also remove CC and link flags since linking is done in main Makefile
2018-12-03 07:22:33 -05:00
Radu Iliescu d3858ffc26 Makefile: refactor include files
Now major include files are comming from main Makefile,
module need to add just their specific include path.
To work make the include path absolute.
2018-11-29 07:15:27 -05:00
John Jones 2e0391f68c Make yamux compatible with GO. Still testing 2017-11-30 20:58:47 -05:00
John Jones e67d626000 Added buffering to yamux 2017-11-30 14:32:36 -05:00
John Jones 35d795df94 test_compat_go now negotiating yamux 2017-11-28 23:58:28 -05:00
John Jones 8551121bf8 More yamux fixes 2017-11-28 23:41:46 -05:00
John Jones 0d4d475c2c Swarm now functioning with yamux. Still needs more debugging. 2017-11-28 22:44:18 -05:00
John Jones 7c62bdfbb7 debugging yamux and go 2017-11-27 09:06:33 -05:00
John Jones e05e02188a More updates to the yamux protocol 2017-11-23 06:23:50 -05:00
John Jones 2d74c53b62 More yamux changes 2017-11-19 19:29:40 -05:00
John Jones b3c8e77ed9 Various changes for yamux adding a protocol 2017-11-19 13:37:03 -05:00
John Jones f2e5af4058 Major changes for implementation of yamux protocol
This commit changes the Stream interface, so as to allow the yamux
protocol to have channels. It is necessary, but touches many areas. The
codebase is better for it.
2017-11-08 10:51:43 -05:00
John Jones d3f740b4e0 Starting to wire identity protocol into yamux 2017-11-06 07:27:03 -05:00
John Jones 65194c06ee secio and multistream now working. Need to negotiate yamux 2017-11-02 13:20:40 -05:00
John Jones 03a4b412dd More swarm changes 2017-10-25 12:43:27 -05:00
John Jones 08a02f7956 More changes to the stream negotiation 2017-10-25 12:28:53 -05:00
jmjatlanta 9dd1dab8e4 More implementation of dialer 2017-10-23 18:03:38 -05:00
jmjatlanta 05f2620054 More changes for dialer 2017-10-23 16:21:03 -05:00
jmjatlanta 1dcac6ecb5 Implementing the new way of swarm connection 2017-10-23 15:21:50 -05:00
jmjatlanta 6147769f4b Reading from stream now uses StreamMessage struct 2017-10-23 09:01:03 -05:00
jmjatlanta 2391f23b4e Beginnings of stream locking 2017-10-12 12:37:40 -05:00
John Jones f4dd9b46be No longer deleting session context when deleting message 2017-09-28 17:14:37 -05:00
jmjatlanta eecfea4f78 journalio working, needs tuning 2017-08-31 06:41:06 -05:00
John Jones 1a45924151 Fixing memory leak 2017-08-08 20:40:06 -05:00
jmjatlanta c6f4a83051 Clean up streams on free 2017-08-03 13:36:13 -05:00
jmjatlanta 48c4b5ade0 Cleaning up bad connections 2017-08-03 12:17:17 -05:00
John Jones 1e49d8f7ab Fixed small memory leak 2017-07-27 14:32:42 -05:00
John Jones 93bb78169a Can now compare 2 sessions for equality 2017-07-26 07:37:28 -05:00
John Jones 9caba0aa00 Memory fix in tcp_transport_dialer 2017-04-27 08:14:19 -05:00
John Jones 8ce1c32ec4 Multiple memory fixes, mostly in tests 2017-04-26 23:56:18 -05:00
John Jones c1e7131c7c passing network timeouts to read methods 2017-04-17 14:03:27 -05:00
John Jones 72dfe2d786 Multiaddress changes 2017-03-09 18:48:28 -05:00
John Jones 6d9473069b Many fixes around secio 2017-03-02 16:14:52 -05:00
John Jones c29c5744b8 Beginnings of the Record protobuf and more changes to dialer 2017-02-16 18:49:17 -05:00
John Jones ccc7ca3e8b More dialer changes, starting to implement default dialer 2017-02-15 12:04:10 -05:00
John Jones 5c08094548 More dialer code 2017-02-13 17:41:31 -05:00
John Jones 81263fc1a2 Beginnings of dialers and connections 2017-02-13 13:26:41 -05:00
John Jones 466bfe3fa4 Beginnings of the dialer 2017-02-13 08:47:55 -05:00