Commit Graph

336 Commits

Author SHA1 Message Date
Christopher Jeffrey 4be3e4b3bc TODO: fix hex check. 2014-10-23 13:41:40 -07:00
Christopher Jeffrey 9681c58fc0 refactor example. 2014-10-23 13:37:44 -07:00
Christopher Jeffrey 1c69a1392f better fromHex testing. 2014-10-23 13:36:08 -07:00
Christopher Jeffrey 54a356fcbf test fromHex more. 2014-10-23 13:24:39 -07:00
Christopher Jeffrey 7fab896ead test fromHex. 2014-10-23 13:21:25 -07:00
Christopher Jeffrey d1d9396d3d fix example. 2014-10-23 13:15:25 -07:00
Christopher Jeffrey 090eb9ab42 remove packet polling code. 2014-10-23 13:13:20 -07:00
Christopher Jeffrey 7977247b79 packet events. 2014-10-23 13:07:40 -07:00
Christopher Jeffrey bbc18ee764 stop polling for events. 2014-10-23 12:44:05 -07:00
Christopher Jeffrey 7190fc21aa improve packet polling. 2014-10-23 11:46:42 -07:00
Christopher Jeffrey 639463bb1b comments. 2014-10-22 22:26:02 -07:00
Christopher Jeffrey 99abd06b87 cleanup. 2014-10-22 19:22:06 -07:00
Christopher Jeffrey 1fd4c0ba4f fix cblock_to_jsblock segfault. 2014-10-22 19:19:16 -07:00
Christopher Jeffrey 8ec217d1e7 block segfault fixed. 2014-10-22 19:12:43 -07:00
Christopher Jeffrey 6c0cfd17c0 still segfaulting even with bitcoin source if statement. 2014-10-22 19:06:24 -07:00
Christopher Jeffrey b56b9186ee "filteradd", "filterclear", and "reject" not causing segfaults. 2014-10-22 19:00:35 -07:00
Christopher Jeffrey 8d0aad3dc4 "alert" and "filterload" not causing problems. 2014-10-22 18:58:39 -07:00
Christopher Jeffrey c68f7cd0be "pong" not causing segfault. 2014-10-22 18:56:11 -07:00
Christopher Jeffrey 4b4cbcc51f "ping" not causing segfault or coredump. 2014-10-22 18:53:58 -07:00
Christopher Jeffrey 6f8b8c67cc "block" causes segfault. 2014-10-22 18:49:32 -07:00
Christopher Jeffrey 7e43364f8d tx not causing a segfault. 2014-10-22 18:46:20 -07:00
Christopher Jeffrey c16c7d262a no segfault for getheaders. 2014-10-22 18:44:15 -07:00
Christopher Jeffrey 8aa289003f still no sigsegv yet. 2014-10-22 18:42:23 -07:00
Christopher Jeffrey 31de749b6c no segfault yet. 2014-10-22 18:39:46 -07:00
Christopher Jeffrey c34f2f67bf still no segfault. 2014-10-22 18:37:52 -07:00
Christopher Jeffrey 7eea05c71d rule out segfault. so far, so good. 2014-10-22 18:35:47 -07:00
Christopher Jeffrey c2041a05ce copy pfrom. 2014-10-22 18:32:16 -07:00
Christopher Jeffrey efad654e36 copy stream. 2014-10-22 18:30:15 -07:00
Christopher Jeffrey a766e381c3 revert to original method of linked list. 2014-10-22 18:08:35 -07:00
Christopher Jeffrey 8a221853e0 copy data stream in different manner. 2014-10-22 18:06:53 -07:00
Christopher Jeffrey 783ed11df7 experiment with copying data stream. 2014-10-22 18:05:17 -07:00
Christopher Jeffrey 2125c80676 "addr" compiling. all packets compile. 2014-10-22 17:11:19 -07:00
Christopher Jeffrey 38d33c1c97 all packets compiling. bloom filters still have issues. 2014-10-22 17:03:40 -07:00
Christopher Jeffrey ed11bc5352 "filterload" compiling with issues. 2014-10-22 17:01:40 -07:00
Christopher Jeffrey cddc43a30f "alert" compiling. work on filter packets. 2014-10-22 16:56:29 -07:00
Christopher Jeffrey 585bf5e5e9 "pong" compiled. 2014-10-22 16:41:56 -07:00
Christopher Jeffrey ed676d5140 "getaddr", "mempool", "ping" compiled. 2014-10-22 16:39:46 -07:00
Christopher Jeffrey 04d5452088 "block" compiling. 2014-10-22 16:38:43 -07:00
Christopher Jeffrey 0345ba1590 "tx" packet compiling. 2014-10-22 16:36:49 -07:00
Christopher Jeffrey 3d2d017221 "getheaders" compiling. 2014-10-22 16:35:26 -07:00
Christopher Jeffrey c09293bb4d "getblocks" compiling. 2014-10-22 16:34:28 -07:00
Christopher Jeffrey ae184ccd2f "gedata" compiling. 2014-10-22 16:32:13 -07:00
Christopher Jeffrey 44951223d7 get handlers compiling. 2014-10-22 16:25:10 -07:00
Christopher Jeffrey 7c454e8481 all packets finally implemented. 2014-10-22 16:13:46 -07:00
Christopher Jeffrey 9937724fac add "filteradd" packet. 2014-10-22 16:08:39 -07:00
Christopher Jeffrey 4a3d03dd75 add "filterload" handler. 2014-10-22 16:07:16 -07:00
Christopher Jeffrey 5068e5cf55 add "alert" handler. 2014-10-22 15:59:42 -07:00
Christopher Jeffrey 94ef4f3948 "pong" handler. 2014-10-22 15:54:45 -07:00
Christopher Jeffrey ddaa6b2698 add "getaddr", "mempool", and "ping" handlers. 2014-10-22 15:45:51 -07:00
Christopher Jeffrey 9af88ac459 comments. 2014-10-22 15:41:30 -07:00