Skip to content
Snippets Groups Projects
  1. Dec 17, 2012
  2. Dec 13, 2012
  3. Nov 28, 2012
  4. Nov 26, 2012
  5. Nov 23, 2012
  6. Nov 22, 2012
  7. Nov 21, 2012
  8. Nov 20, 2012
  9. Nov 19, 2012
  10. Nov 13, 2012
  11. Nov 08, 2012
  12. Nov 05, 2012
  13. Nov 02, 2012
  14. Oct 25, 2012
    • Konstantin Osipov's avatar
      Change the piecemeal non-blocking writev() algorithm. · 1af7b0b9
      Konstantin Osipov authored
      Change sio_advance_iov to never modify iov vector in place.
      This allows for reuse of this function in a raw event
      loop, without fibers.
      
      Minor cleanups.
      
      Make memcached/noreply.test less race prone:
      flush all command is running in the event loop, and sometimes
      it doesn't get a chance to finish before we issue the next
      command.
      1af7b0b9
    • Konstantin Osipov's avatar
      Fiber ipc: a few more review fixes, fix a bug at destruction. · 0499097b
      Konstantin Osipov authored
      Use a large timeout value to indicate an infinite timeout,
      not 0. Chris J. Date teaches us that using 0 as a special
      value of infinity is a bad idea.
      
      An incomplete fix for a bug when a channel is destroyed
      in atexit handler, but has fibers blocked on it.
      
      Minor cleanups.
      0499097b
Loading