Skip to content
Snippets Groups Projects
  1. May 18, 2018
  2. May 14, 2018
  3. May 12, 2018
  4. May 04, 2018
    • Oliver Giles's avatar
      resolves #48: custom css ineffectual behind reverse proxy · ce81be85
      Oliver Giles authored
      Caddy (and probably other webservers) add a Content-Type header
      when one was not supplied by the application backend. Under Chromium,
      the css file is not interpreted if the webserver delivers it with
      Content-Type: text/plain, althugh it does work if no Content-Type
      header is set. To prevent the frontend proxy from adding the wrong
      header, set it correctly in the first place
      ce81be85
  5. Apr 20, 2018
  6. Apr 06, 2018
  7. Feb 27, 2018
  8. Feb 24, 2018
    • Oliver Giles's avatar
      resolves #29: graceful shutdown · 9c256815
      Oliver Giles authored
      on SIGINT/SIGTERM:
      1. stop accepting new connections
      2. send SIGTERM to all child tasks
      3. wait for processes to end
      4. drop all websockets
      9c256815
  9. Feb 03, 2018
  10. Jan 27, 2018
  11. Jan 26, 2018
  12. Jan 08, 2018
  13. Jan 05, 2018
  14. Jan 04, 2018
    • Oliver Giles's avatar
      fix compile error on 32-bit Linux · d7351c0c
      Oliver Giles authored
      On 32-bit Linux, time_t is a long. Laminar extensively uses
      time_t but provided only int and int64 db access, making the
      use of long ambiguous. Since there is no explicit use of int64,
      and because on 32-bit Linux long and int are recognized as
      different types despite being the same width, replacing the
      int64 handlers with long handlers fixes the compile error
      d7351c0c
  15. Dec 29, 2017
  16. Dec 23, 2017
  17. Dec 22, 2017
  18. Dec 21, 2017
  19. Dec 20, 2017
  20. Dec 16, 2017
Loading