Commit History

Author SHA1 Message Date
  Rusty Russell e2ce04eac3 ccan/io: test custom io functions. 12 years ago
  Rusty Russell 34776d3e9a ccan/io: go linear for debugging. 12 years ago
  Rusty Russell cf86c1e306 ccan/io: test read after hangup. 12 years ago
  Rusty Russell d0458a4338 ccan/io: simplify do_ready. 12 years ago
  Rusty Russell cef578da77 ccan/io: make io functions more generic. 12 years ago
  Rusty Russell 109f8003b6 ccan/io: remove io_state. 12 years ago
  Rusty Russell a5af4b1701 ccan/io: remove IO_IDLE state. 12 years ago
  Rusty Russell f6f11f6b06 ccan/io: remove IO_NEXT state. 12 years ago
  Rusty Russell 57d9d1be33 ccan/io: initialize connection with an explicit I/O plan. 12 years ago
  Rusty Russell 737705f0c2 ccan/io: generic init function for listening connections. 12 years ago
  Rusty Russell 733b09fa8b ccan/io: remove conn arg from io_plan constructors. 12 years ago
  Rusty Russell 625bae8f57 ccan/io: pass struct io_plan explicitly. 12 years ago
  Rusty Russell 42762758d9 ccan/io: replace backend_set_state with backend_wakeup() 12 years ago
  Rusty Russell bafb520171 ccan/io: make enum io_state namespace-safe. 12 years ago
  Rusty Russell bfb80c566a ccan/io: use explicit IO callback functions, instead of io_state values. 12 years ago
  Rusty Russell 174fe59fdc ccan/io: remove next & finish from union. 12 years ago
  Rusty Russell 7f4e5627dd ccan/io: put explicit poll flags in the plan. 12 years ago
  Rusty Russell 0998955055 ccan/io: get rid of io_next(), pass callbacks directly. 12 years ago
  Rusty Russell 7a8a585c32 ccan/io: rename io_op to io_plan. 12 years ago
  Rusty Russell 1fe2db9cbe ccan/io: timer support. 12 years ago
  Rusty Russell 02388bfc24 ccan/io: check for all idle. 12 years ago
  Rusty Russell a2dffefa5e ccan/io: io_duplex. 12 years ago
  Rusty Russell 8d97cddd18 ccan/io: benchmarks. 12 years ago
  Rusty Russell 0a2fd289c7 ccan/io: new module. 12 years ago
  Ahmed Samy 7cfb44d46f cpuid: minor fixes 12 years ago
  Ahmed Samy 7061cc6bfc cpuid: cache processor brand string 12 years ago
  Ahmed Samy e6f6fe3877 cpuid: remove the static func has_feature 12 years ago
  Ahmed Samy 55b3c66cb0 cpuid: fix build on 64-bit systems 12 years ago
  Rusty Russell 158de63fda net: add async operation helpers. 12 years ago
  Rusty Russell 3e9d2361ce net: fix leak in test. 12 years ago