Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major update to UxPlay (includes setting resolution, network ports, and much more) #58

Merged
merged 336 commits into from
Dec 10, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 25, 2021

  1. lib/llhttp: bump to 6.0.4 (tracking RPiPlay)

    cleanup recent committed pull request
    bump version to 2.33
    fduncanh committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    d30c371 View commit details
    Browse the repository at this point in the history
  2. whitespace cleanup

    fduncanh committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    fb110ad View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    3f75041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09997f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25b437a View commit details
    Browse the repository at this point in the history
  4. whitespace cleanup

    fduncanh committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    c47ddae View commit details
    Browse the repository at this point in the history
  5. cleaner version of previous fix for ZOOMFIX

    bump version to 1.34
    fduncanh committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    4373552 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf989aa View commit details
    Browse the repository at this point in the history
  7. changes for v1.34

    fduncanh committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    3a3c4ca View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. whitespace cleanup

    fduncanh committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    518d657 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    6cf9fb7 View commit details
    Browse the repository at this point in the history
  2. tcp[2]-> tcp[3]

    fduncanh committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    0a3dcb0 View commit details
    Browse the repository at this point in the history
  3. whitespace

    fduncanh committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    ab77b56 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Add macOS-specific TCP variables

    (from github.com/Loxodromics/ludimus 5c2e40f)
    SOL_TCP and TCP_KEEPIDLE are defined in Linux but not MacOS
    If they are undefined, replace SOL_TCP by IPPROT0_TCP and
    replace TCP_KEEPIDLE by TCP_KEEPALIVE
    fduncanh committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    0c619f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891bd74 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    6d2471f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    201aa2c View commit details
    Browse the repository at this point in the history
  2. whitespace fix

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    45b5322 View commit details
    Browse the repository at this point in the history
  3. cosmetic fix

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    59e1185 View commit details
    Browse the repository at this point in the history
  4. GNU-Linux->GNU

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    18c0c04 View commit details
    Browse the repository at this point in the history
  5. cosmetic

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    56769ee View commit details
    Browse the repository at this point in the history
  6. minor improvement

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    6cf097e View commit details
    Browse the repository at this point in the history
  7. minor improvement

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    ddbc210 View commit details
    Browse the repository at this point in the history
  8. grammar fix

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    6f3d815 View commit details
    Browse the repository at this point in the history
  9. small fix

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    b2c47fb View commit details
    Browse the repository at this point in the history
  10. cosmetic

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    2433a7f View commit details
    Browse the repository at this point in the history
  11. cosmetic

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    56a009d View commit details
    Browse the repository at this point in the history
  12. cosmetic

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    a117e70 View commit details
    Browse the repository at this point in the history
  13. cosmetic

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    b885b43 View commit details
    Browse the repository at this point in the history
  14. cosmetic

    fduncanh committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    c99e8a4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3fba8e7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7d25577 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1bf841c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    5ffb494 View commit details
    Browse the repository at this point in the history
  2. version now 1.35; updated to build on MacOS. Now uses a GLib MainLoop

    (corrects previous commit message)
    fduncanh committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    5e79928 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b32a9f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    291fcd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce4a83a View commit details
    Browse the repository at this point in the history
  6. minor improvement

    fduncanh committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    6e2dff6 View commit details
    Browse the repository at this point in the history
  7. minor improvement

    fduncanh committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    850e987 View commit details
    Browse the repository at this point in the history
  8. improvements

    fduncanh committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    9c69606 View commit details
    Browse the repository at this point in the history
  9. cosmetic change

    fduncanh committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    8eda4f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    81f2b9a View commit details
    Browse the repository at this point in the history
  2. cosmetic edit

    fduncanh committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    581a4e5 View commit details
    Browse the repository at this point in the history
  3. cosmetic fix

    fduncanh committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    7f4f5a2 View commit details
    Browse the repository at this point in the history
  4. improve text

    fduncanh committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    0029246 View commit details
    Browse the repository at this point in the history
  5. improved text

    fduncanh committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    7118f21 View commit details
    Browse the repository at this point in the history
  6. fix typo

    fduncanh committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    9c60b40 View commit details
    Browse the repository at this point in the history
  7. more improvements

    fduncanh committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    1c8b294 View commit details
    Browse the repository at this point in the history
  8. minor update

    fduncanh committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    a30a2c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    b73740e View commit details
    Browse the repository at this point in the history
  2. small fix

    fduncanh committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    cf01475 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0daf362 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. minor README improvement

    fduncanh committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    70420b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d83096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2562947 View commit details
    Browse the repository at this point in the history
  4. whitespace fix

    fduncanh committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    2b68764 View commit details
    Browse the repository at this point in the history
  5. README.md improvements

    fduncanh committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    e4463c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. README: minor improvement

    fduncanh committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    b82c724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c476b90 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    26ec21f View commit details
    Browse the repository at this point in the history
  2. README edited

    fduncanh committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    93f73a0 View commit details
    Browse the repository at this point in the history
  3. cosmetic (edit comment)

    fduncanh committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    cda0a00 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    ea8b0f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adc0517 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. README MacOS -> macOS

    fduncanh committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    5fe2239 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    612b1d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    21b0cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7088a7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea3e94 View commit details
    Browse the repository at this point in the history
  4. edits to README.md

    fduncanh committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    62124eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94d09cf View commit details
    Browse the repository at this point in the history
  6. edit README

    fduncanh committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    e21aed2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    7c8ea00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    635c987 View commit details
    Browse the repository at this point in the history
  3. edit README.md

    fduncanh committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    751fcee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13e3d8c View commit details
    Browse the repository at this point in the history
  5. edit README.md

    fduncanh committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    07611ca View commit details
    Browse the repository at this point in the history
  6. edit README.md

    fduncanh committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    11bf9d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a09a806 View commit details
    Browse the repository at this point in the history
  8. fix typos in README.md

    fduncanh committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    cb33436 View commit details
    Browse the repository at this point in the history
  9. edit README.md

    fduncanh committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    f863965 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24f9b46 View commit details
    Browse the repository at this point in the history
  11. edited README

    fduncanh committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    440a269 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. UxPlay 1.37

    fduncanh committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    76a8157 View commit details
    Browse the repository at this point in the history
  2. typo in README.md

    fduncanh committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    596dd97 View commit details
    Browse the repository at this point in the history
  3. README.md: fix typo.

    fduncanh committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    ba666c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    310ef93 View commit details
    Browse the repository at this point in the history
  5. edit README.md

    fduncanh committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    66f7361 View commit details
    Browse the repository at this point in the history
  6. README.md fix typo

    fduncanh committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    a654076 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d63f4d6 View commit details
    Browse the repository at this point in the history
  8. edited README.md

    fduncanh committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    0157a82 View commit details
    Browse the repository at this point in the history
  9. edit README.md

    fduncanh committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    8dbbb96 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a74a8f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    cae84df View commit details
    Browse the repository at this point in the history
  2. cleanup from last commit

    fduncanh committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    43ca264 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    f8f89ca View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. edit README.md

    fduncanh committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    df98e77 View commit details
    Browse the repository at this point in the history
  2. edit README

    fduncanh committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    5a42edb View commit details
    Browse the repository at this point in the history
  3. update README.md

    fduncanh committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    4485326 View commit details
    Browse the repository at this point in the history
  4. fix in README.md

    fduncanh committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    76d1476 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. edits to README

    fduncanh committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    33bcac3 View commit details
    Browse the repository at this point in the history
  2. edited README

    fduncanh committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    62aa4de View commit details
    Browse the repository at this point in the history
  3. edited README

    fduncanh committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f806e31 View commit details
    Browse the repository at this point in the history
  4. edit README

    fduncanh committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f5132ae View commit details
    Browse the repository at this point in the history
  5. edit README

    fduncanh committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    c244c4f View commit details
    Browse the repository at this point in the history
  6. edit REDME

    fduncanh committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4824520 View commit details
    Browse the repository at this point in the history
  7. edit README

    fduncanh committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    d119d5e View commit details
    Browse the repository at this point in the history
  8. edit README

    fduncanh committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    03ae968 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    3ee23ba View commit details
    Browse the repository at this point in the history
  2. edit README

    fduncanh committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    c4be82b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be17467 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23 from alexmyczko/master

    basic manual page for uxplay
    fduncanh authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    a4bff5a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    ffa65ed View commit details
    Browse the repository at this point in the history
  2. edited README

    fduncanh committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    8c86e52 View commit details
    Browse the repository at this point in the history
  3. typo in README

    fduncanh committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    e6b611c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    8425159 View commit details
    Browse the repository at this point in the history
  2. whitespace cleanup

    fduncanh committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    6e4dee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a4079c View commit details
    Browse the repository at this point in the history
  4. edit README

    fduncanh committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ed81d7d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    ea46323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c224966 View commit details
    Browse the repository at this point in the history
  3. whitespace fix

    fduncanh committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    856fa29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cbe7b0 View commit details
    Browse the repository at this point in the history
  5. whitespace fixes

    fduncanh committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    42cf597 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    def4678 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    187cf7a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. whitespace fixes

    fduncanh committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    8b28563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d19a74 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    8ebac4c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    7404c6d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. small fix to video pipeline

    fduncanh committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    23164ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b1584 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    d5981c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4c3c04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d622cd View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    ab110a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bf22cf View commit details
    Browse the repository at this point in the history
  3. edits to README

    fduncanh committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    53f9ed6 View commit details
    Browse the repository at this point in the history
  4. edits to README

    fduncanh committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    672d4a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca3ba5e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    61ff750 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    389238e View commit details
    Browse the repository at this point in the history
  2. update changelog in README

    fduncanh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    60007d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d48cc2b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    161d145 View commit details
    Browse the repository at this point in the history
  2. update manpage

    fduncanh committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    9948bb8 View commit details
    Browse the repository at this point in the history
  3. updated manpage

    fduncanh committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    eb57247 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94f21e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    7c79d03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0999f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8ac765 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce0eaca View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Configuration menu
    Copy the full SHA
    614228d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3507f84 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. updates to README

    fduncanh committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    a5b4a3d View commit details
    Browse the repository at this point in the history
  2. typo in README

    fduncanh committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    43f009c View commit details
    Browse the repository at this point in the history
  3. typo in README

    fduncanh committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    853656e View commit details
    Browse the repository at this point in the history
  4. fix spelling error in README

    fduncanh committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    6da6ce2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9def41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fcc45a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    785743f View commit details
    Browse the repository at this point in the history
  2. support for *BSD

    fduncanh committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    e993f68 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    6d42a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d6794a View commit details
    Browse the repository at this point in the history
  3. README: edit changelog

    fduncanh committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b989151 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. v 1.42 finalize

    fduncanh committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    6affac5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    881daf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e610de9 View commit details
    Browse the repository at this point in the history
  3. minor edit

    fduncanh committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    1c78eda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f13e58 View commit details
    Browse the repository at this point in the history
  5. edit README

    fduncanh committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    feefd1d View commit details
    Browse the repository at this point in the history
  6. reworded OpenSSL discussion,

    fduncanh committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    a73bdf1 View commit details
    Browse the repository at this point in the history
  7. README edits

    fduncanh committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    b1bfb68 View commit details
    Browse the repository at this point in the history
  8. add STATIC_OPENSSL3 cmake option for static linking to

    libcrypto.a from built-from-source OpenSSL-3.x
    fduncanh committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    622b5e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    286e04d View commit details
    Browse the repository at this point in the history
  10. README cosmetic edit.

    fduncanh committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    44ce05c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    9092738 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca622ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d9fe57 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. rework CMakeLists.txt to try to deal with case where mDNSResponder is…

    … used
    
    (instead of avahi)
    fduncanh committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    ac2d6e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72aab72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ffd870 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24f2b6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f412d20 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    e355394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    156cac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    389ac75 View commit details
    Browse the repository at this point in the history
  4. whitespace cleanup

    fduncanh committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    97bd7e6 View commit details
    Browse the repository at this point in the history
  5. whitespace fixes

    fduncanh committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    d25871c View commit details
    Browse the repository at this point in the history
  6. README edits

    fduncanh committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    24885ea View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    1ceb6c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. edited README

    fduncanh committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    2c88d25 View commit details
    Browse the repository at this point in the history
  2. README updates

    fduncanh committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    3b51197 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    0df3be6 View commit details
    Browse the repository at this point in the history
  2. fix to last edit of README

    fduncanh committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    b5919a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    4bfb8ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2654433 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    57ba7a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc384c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f84ca87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66e6d1d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Fix a very old bug in pairing.c that skipped the second pair_verify c…

    …heck
    
    on the pair-signature.
    fduncanh committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    8116d0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c40695 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. README edits

    fduncanh committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    29450df View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Configuration menu
    Copy the full SHA
    5e18df2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d671d4 View commit details
    Browse the repository at this point in the history
  3. whitespace fix

    fduncanh committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    5c9b073 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b17a49 View commit details
    Browse the repository at this point in the history
  5. minor change: assert(*_lport) at begining of start_raop_rtp_*.

    this is just for a cleaner logic in the code
    fduncanh committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    94b976f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a179a65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40d1735 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5066734 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afd167e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Configuration menu
    Copy the full SHA
    172c756 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    9f82256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0504ff5 View commit details
    Browse the repository at this point in the history
  3. fix typo

    fduncanh committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    a0096f4 View commit details
    Browse the repository at this point in the history
  4. edited README

    fduncanh committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    e82e1a8 View commit details
    Browse the repository at this point in the history
  5. edit to README

    fduncanh committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    6d267d8 View commit details
    Browse the repository at this point in the history
  6. edited README

    fduncanh committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    83a57c1 View commit details
    Browse the repository at this point in the history
  7. edited README

    fduncanh committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    58c5ffd View commit details
    Browse the repository at this point in the history
  8. edit README

    fduncanh committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    6a42f3f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    857d34c View commit details
    Browse the repository at this point in the history
  2. whitespace

    fduncanh committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    6995830 View commit details
    Browse the repository at this point in the history
  3. README edit

    fduncanh committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    fde511e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74a3a68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e98f9c0 View commit details
    Browse the repository at this point in the history
  6. whitespace

    fduncanh committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    1fe2261 View commit details
    Browse the repository at this point in the history
  7. whitespace

    fduncanh committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    fb66eca View commit details
    Browse the repository at this point in the history
  8. update to UxPlay 1.43

    fduncanh committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    ba97a37 View commit details
    Browse the repository at this point in the history
  9. README typo

    fduncanh committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    ef8f9d7 View commit details
    Browse the repository at this point in the history
  10. README typo

    fduncanh committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    81793ad View commit details
    Browse the repository at this point in the history
  11. README edit

    fduncanh committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    ed2411d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    444495c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c804dda View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. edit README

    fduncanh committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    fdf2375 View commit details
    Browse the repository at this point in the history
  2. edit README

    fduncanh committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f10e749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    815ba2c View commit details
    Browse the repository at this point in the history
  4. whitespace

    fduncanh committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    799a9bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bda5d14 View commit details
    Browse the repository at this point in the history
  6. whitespace

    fduncanh committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    d161fcb View commit details
    Browse the repository at this point in the history
  7. whitespace

    fduncanh committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    8f7156d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. README edit

    fduncanh committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    ba7de0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e062d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26400da View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. edits to README

    fduncanh committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    6d7a99b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from linus-ha/master

    argument for not appending hostname
    fduncanh authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    86f9475 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d9bbd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d0d1fd View commit details
    Browse the repository at this point in the history