Commit Graph

26 Commits (master)

Author SHA1 Message Date
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 f4dd9b46be No longer deleting session context when deleting message 2017-09-28 17:14:37 -05:00
jmjatlanta f0d82129ab Debugging journalio process 2017-08-30 11:09:28 -05:00
jmjatlanta dfb1aba247 Fixed warnings 2017-07-17 16:14:20 -05:00
John Jones e4ba343d48 Fixes for various memory leaks 2017-05-11 13:53:23 -05:00
John Jones caf02463c6 Memory cleanup 2017-04-17 11:57:37 -05:00
John Jones f3de55999f Implemented find providers from remote peers 2017-04-16 23:46:52 -05:00
John Jones e886fe3288 Handling finding of peer via swarm 2017-04-13 09:30:28 -05:00
John Jones 74d95cb696 Working on streams 2017-03-09 12:49:47 -05:00
John Jones 8139dc9d48 Added ping functionality to multistream 2017-02-23 11:15:48 -05:00
John Jones ddb1274596 Buildout of structures for node communication 2017-02-22 10:55:39 -05:00
John Jones 9f0ee0cdb9 Added peerstore and additional tests 2017-02-20 18:53:20 -05:00
John Jones 4555cdfdf1 Fixed bugs around libp2p_message 2017-02-20 09:31:59 -05:00
John Jones 7f00ce69fe Added test for record peer and fixes 2017-02-20 08:19:22 -05:00
John Jones cd27026cb5 Fixed bugs around record protobuf 2017-02-20 07:08:53 -05:00
John Jones 0a8f4767de Implementation of protobuf for records, peers, and messages 2017-02-17 00:30:41 -05:00
John Jones 029e3d800f Implementation of peer protobuf 2017-02-16 23:13:16 -05:00
John Jones 28961aa592 Almost right return value is not good. Oops. 2017-02-16 21:00:51 -05:00
John Jones d985919f41 Fixed small bug in return value of record protobuf 2017-02-16 20:59:59 -05:00
John Jones 897d257b3b Record Protobuf 2017-02-16 20:42:10 -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 910c07e951 More changes to encryption negotiation 2017-02-09 12:50:28 -05:00
Jose Marcial Vieira Bisneto ee6049804a Using crypto rsa to sign protobuf message in the record. 2017-01-26 23:41:03 -03:00
Jose Marcial Vieira Bisneto e3fc5f6409 Fixed record pointer, should be pointer of pointer so can return allocated memory. 2017-01-19 21:31:46 -03:00
Jose Marcial Vieira Bisneto 3b301f823a Initial implementation of record/record 2017-01-19 20:45:24 -03:00