1. 05 May, 2014 1 commit
    • Poul-Henning Kamp's avatar
      Update the documentation for obj.hits to reflect code reality. · 278d90fd
      Poul-Henning Kamp authored
      In 4.x we changed obj.hits to be read-only, and to count all variants
      under the same hash-key (= same objhdr).
      
      Since we cannot trivially tell if a ban hits all Vary: values or
      just some of them, there is no sane heuristic to fiddle obj.hits
      on bans that would Do The Right Thing.
      
      Fixes #1492
      278d90fd
  2. 02 May, 2014 1 commit
  3. 30 Apr, 2014 1 commit
  4. 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
  5. 27 Apr, 2014 1 commit
  6. 25 Apr, 2014 3 commits
  7. 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
  8. 23 Apr, 2014 1 commit
  9. 22 Apr, 2014 3 commits
  10. 21 Apr, 2014 1 commit
  11. 17 Apr, 2014 1 commit
  12. 16 Apr, 2014 1 commit
  13. 14 Apr, 2014 5 commits
  14. 12 Apr, 2014 2 commits
  15. 11 Apr, 2014 5 commits
  16. 10 Apr, 2014 5 commits
  17. 09 Apr, 2014 5 commits
  18. 08 Apr, 2014 1 commit