1. 05 Dec, 2016 1 commit
  2. 04 Dec, 2016 1 commit
  3. 02 Dec, 2016 6 commits
  4. 01 Dec, 2016 1 commit
    • Dridi Boukelmoune's avatar
      Make Lck_AssertHeld trigger in the caller's code · 98204cba
      Dridi Boukelmoune authored
      The `held == 0` branch in the Lck__AssertHeld function is *never*
      taken and `cache.h` instructs to only use the macro. Being generated
      from calling code, the panic message becomes more informative.
      
      Panic messages were up until now not very helpful:
      
          Assert error in Lck__Assert(), cache/cache_lck.c line 175:
          Condition(ilck->held) not true.
      98204cba
  5. 30 Nov, 2016 8 commits
  6. 29 Nov, 2016 3 commits
  7. 28 Nov, 2016 8 commits
  8. 27 Nov, 2016 2 commits
  9. 26 Nov, 2016 8 commits
  10. 25 Nov, 2016 2 commits
    • Poul-Henning Kamp's avatar
      Add a "disable_aslr" feature and use it for troublesome r00962 · 4b89323c
      Poul-Henning Kamp authored
      There is now similar logic in varnishd, but by then it may be
      too late already, but that still improves chances for the users.
      4b89323c
    • Poul-Henning Kamp's avatar
      Autocrap de-cargo-culting · 8e041115
      Poul-Henning Kamp authored
      We don't need AC_PROG_CPP, because we don't use the C preprocessor
      standalone for anything.
      
      It's not obvious that anybody needs AC_PROG_MAKE_SET ever, it looks
      like a band-aid for some crappy Win98-related tinker-toy-compiler.
      
      Amazing (or not...) that nobody in the autocrap community ever
      got the idea to add "What made AC_FOOBAR necessary" explanations
      to their documentation or changelogs.
      8e041115