1. 25 2月, 2015 4 次提交
  2. 24 2月, 2015 2 次提交
  3. 13 2月, 2015 3 次提交
  4. 06 2月, 2015 3 次提交
    • A
      Port diskless replication to Windows · b93dc1c7
      Alexis Campailla 提交于
      During diskless replication the master forks a child, which on posix
      simply inherits the socket file descriptors for the connections to
      the slaves.
      A unix pipe is also used for the child to report the results back
      to the master.
      
      The bulk of the porting work is in making sure that the socket
      file descriptors and pipe file descriptor are propagated correctly
      from the master to its child.
      b93dc1c7
    • A
      Remove useless qfork synchronization event · b713fda5
      Alexis Campailla 提交于
      There is no apparent reason for the child to wait for the
      startOperation event to be signaled.
      b713fda5
    • A
      Refactor BeginForkOperation · 5677f532
      Alexis Campailla 提交于
      Refactor BeginForkOperation in preparation for diskless replication:
      - Separate copying of operation data and child process creation
      - Provide specific entry points for each operation type
      5677f532
  5. 02 2月, 2015 2 次提交
  6. 07 1月, 2015 1 次提交
  7. 03 1月, 2015 1 次提交
  8. 26 12月, 2014 2 次提交
  9. 24 12月, 2014 2 次提交
  10. 23 12月, 2014 3 次提交
  11. 21 12月, 2014 1 次提交
  12. 16 12月, 2014 2 次提交
  13. 13 12月, 2014 5 次提交
  14. 11 12月, 2014 4 次提交
  15. 09 12月, 2014 5 次提交