1. 26 Jun, 2021 3 commits
    • Kip's avatar
      Merge pull request #943 from Tachi107/reuse.software · eb2aa7f2
      Kip authored
      Make Pistache REUSE compliant
      eb2aa7f2
    • Andrea Pappacoda's avatar
      1f0e920e
    • Andrea Pappacoda's avatar
      Make Pistache REUSE compliant · 4f62cd7a
      Andrea Pappacoda authored
      Reuse is a specification that aims at making licensing of open source
      software easier. You basically have to include an SPDX header in all
      files, and when this isn't possible you create a file named
      filename.license containing the header. While I find this a bit too much
      this is also the only way of reliably determining the license and the
      copyright holder of a certain file.
      
      The use of SPDX tags has been adopted by projects like the Linux Kernel
      (torvalds/linux/commit/a61127c2130236168321cc76c5a58e15c00ad154),
      systemd, etc, and I find it way better that including a long copyright
      notice on top of every file.
      
      I didn't add any email address, but if you'd like to it is completely
      possible to add them in the SPDX-FileCopyrightText tag, between angle
      brackets.
      
      The specification is available on https://reuse.software
      4f62cd7a
  2. 21 Jun, 2021 7 commits
  3. 19 Jun, 2021 1 commit
  4. 18 Jun, 2021 1 commit
  5. 17 Jun, 2021 1 commit
  6. 14 Jun, 2021 1 commit
  7. 12 Jun, 2021 4 commits
  8. 10 Jun, 2021 4 commits
  9. 09 Jun, 2021 2 commits
  10. 05 Jun, 2021 10 commits
  11. 04 Jun, 2021 2 commits
  12. 29 May, 2021 2 commits
  13. 22 May, 2021 1 commit
    • Kip's avatar
      Update README.md · eb57620c
      Kip authored
      README.md: Updated @octal's relation to the project and current IRC channel coordinates since hostile Freenode takeover...
      eb57620c
  14. 21 May, 2021 1 commit
    • bbarbisch's avatar
      fix endpoint initialization (#927) · ea22f2d1
      bbarbisch authored
      if setHandler is called before init is called, the values for
      maxRequestSize and maxResponseSize are not set correctly in the handler.
      ea22f2d1