Skip to content
Snippets Groups Projects
  1. Sep 22, 2024
    • Deucе's avatar
      More docs. · a0cd98ab
      Deucе authored
      It's likely time to find a nice format that can be used to generate
      HTML and PDFs and such now.
      a0cd98ab
    • Deucе's avatar
      Fix copy/paste error. · cbc3c8ba
      Deucе authored
      cbc3c8ba
    • Deucе's avatar
      elfctl doesn't work on shared objects. · 8ce336ec
      Deucе authored
      8ce336ec
    • Deucе's avatar
      Looks like we do need both. · 45e8eba1
      Deucе authored
      45e8eba1
    • Deucе's avatar
      Call elfctl -e +noprotmax in binaries that do JS · ce7eb8d4
      Deucе authored
      Prevents crashes on modern FreeBSD systems that default to implicit
      PROT_MAX in the JS code.
      (It's possible that +wxneeded will be needed too.. still experimenting)
      ce7eb8d4
    • Deucе's avatar
      Fix Borland build. · edff80ff
      Deucе authored
      edff80ff
    • Deucе's avatar
      Clean up and improve 6e516aed · c5584fee
      Deucе authored
      The first entry I tried adding was "Example..." which was not a
      valid hostname, but was copied into the address and looked silly.
      
      Now only copies into address if it's a valid, usable hostname.
      
      Also, add a convenience macro to check if a connection type uses
      the network or not.
      
      New functions in netwrap:
      bool isValidHostname(const char *str);
      bool isValidAddressString(const char *str);
      bool isResolvableHostname(const char *str);
      
      We ust the last one (which calls the other two) for this feature now.
      c5584fee
  2. Sep 21, 2024
  3. Sep 20, 2024
  4. Sep 19, 2024
  5. Sep 18, 2024
  6. Sep 17, 2024
  7. Sep 16, 2024
Loading