1. 06 May, 2014 6 commits
  2. 05 May, 2014 19 commits
  3. 02 May, 2014 1 commit
  4. 30 Apr, 2014 1 commit
  5. 28 Apr, 2014 2 commits
    • Federico G. Schwindt's avatar
      Sync with reality · c8663d50
      Federico G. Schwindt authored
      Update board members, URLs, spelling and fmt(1).
      c8663d50
    • Martin Blix Grydeland's avatar
      Close race on req->wrk clearing introduced in 6f2e1bcd · 94a3d071
      Martin Blix Grydeland authored
      The disembarking thread would clear the req->wrk pointer in
      CNT_Request. The req could have already been rescheduled on another
      worker at this point, causing the req->wrk to be cleared while
      processing. Change back to not clearing the pointer for
      REQ_FSM_DISEMBARK (it's already been done under mutex in HSH_Lookup
      anyways).
      
      Fixes: #1488
      94a3d071
  6. 27 Apr, 2014 1 commit
  7. 25 Apr, 2014 3 commits
  8. 24 Apr, 2014 1 commit
    • Tollef Fog Heen's avatar
      Error when no rst2man is found · 06ba9c2a
      Tollef Fog Heen authored
      If one runs configure with --without-rst2man or no rst2man is found,
      the value is "no", not an empty string.  Handle this correctly in
      configure.
      
      Fixes: #1473
      06ba9c2a
  9. 23 Apr, 2014 1 commit
  10. 22 Apr, 2014 3 commits
  11. 21 Apr, 2014 1 commit
  12. 17 Apr, 2014 1 commit