[go: up one dir, main page]

Activity for LibLO

  • LibLO LibLO released /liblo/0.34/liblo-0.34.tar.gz

  • Stephen Sinclair Stephen Sinclair committed [597796] on Git

    ChangeLog, NEWS, tag 0.34.

  • Stephen Sinclair Stephen Sinclair committed [30ce57] on Git

    Update docs for lo_server_recv and related functions to discourage use.

  • GitHub committed [7d7f42] on Git

    Merge pull request #175 from radarsat1/distcheck-fix-build-with-doc

  • Stephen Sinclair Stephen Sinclair committed [386343] on Git

    test_bidirectional_tcp: add lo_server_recv_noblock on sendthread

  • Stephen Sinclair Stephen Sinclair committed [45c613] on Git

    Disable 'make check' in CI.

  • Stephen Sinclair Stephen Sinclair committed [187178] on Git

    Install doxygen in github actions.

  • Stephen Sinclair Stephen Sinclair committed [da6883] on Git

    Require that docs be explicitly disabled

  • Stephen Sinclair Stephen Sinclair committed [fd1808] on Git

    Add distcheck to the github action.

  • GitHub committed [2469ca] on Git

    Merge pull request #174 from malloch/master

  • Joseph Malloch Joseph Malloch committed [58ebe2] on Git

    Handle edge case in lo_server_recv

  • GitHub committed [1da146] on Git

    Replace while(1) with cleaner syntax

  • Joseph Malloch Joseph Malloch committed [c980f5] on Git

    Continue looping in lo_server_recv() until a valid message has been dispatched.

  • Joseph Malloch Joseph Malloch committed [945ae8] on Git

    Do not clear revents for socket[i] after it has been removed, since this clear revents for next socket instead.

  • Joseph Malloch Joseph Malloch committed [4c0024] on Git

    Restore old version of test_bidirectional_tcp with calls to lo_server_recv()

  • Joseph Malloch Joseph Malloch committed [664fd1] on Git

    Use lo_recv_noblock() in test_bidirectional_tcp to avoid stalling in github actions if test fails.

  • LibLO LibLO released /liblo/0.33/liblo-0.33.tar.gz

  • LibLO LibLO released /liblo/0.33/liblo-0.33.tar.gz

  • Stephen Sinclair Stephen Sinclair committed [6b83fa] on Git

    Changelog, NEWS, tag 0.33.

  • Stephen Sinclair Stephen Sinclair committed [17453a] on Git

    Add a recent contributor.

  • GitHub committed [397436] on Git

    Merge pull request #168 from Benetti-Engineering-sas/fix/strncpy

  • Giulio Benetti Giulio Benetti committed [55ade1] on Git

    server.c: fix build failure as static library

  • GitHub committed [983785] on Git

    Merge pull request #167 from malloch/reuse-msg

  • Joseph Malloch Joseph Malloch committed [200dee] on Git

    Add new function lo_message_clear() to public API, enabling lo_message data structures to be cleared and reused without de/re-allocating memory. Also added lo_message_decref() for manually decrementing refcounts in contexts where this is necessary.

  • Joseph Malloch Joseph Malloch committed [158635] on Git

    Properly free cached message paths and decrement message refcount in lo_bundle_free(). Alter testlo.c and send.c to free messages after bundles that reference them have been free'd.

  • Joseph Malloch Joseph Malloch committed [905346] on Git

    Replace deprecated function lo_bundle_free_messages in testlo.c

  • Joseph Malloch Joseph Malloch committed [69283d] on Git

    Documentation fixes.

  • GitHub committed [a3dc0c] on Git

    Merge pull request #163 from malloch/optimize-server2

  • Joseph Malloch Joseph Malloch committed [68b49a] on Git

    Check sockets in reverse order; refactoring.

  • Joseph Malloch Joseph Malloch committed [f3f1e7] on Git

    Fix waiting logic in lo_servers_recv_noblock.

  • Joseph Malloch Joseph Malloch committed [0f0c8b] on Git

    Merge branch 'master' into optimize-server2

  • GitHub committed [d109a2] on Git

    Merge pull request #162 from malloch/fix-tests

  • Joseph Malloch Joseph Malloch committed [ba8d16] on Git

    testlo: Try adding a one-second sleep for server_thread to process messages before deleting coerce_handler.

  • Joseph Malloch Joseph Malloch committed [db58b7] on Git

    cpp_test: Added missing path slash characters.

  • GitHub committed [c7abaf] on Git

    Merge pull request #161 from malloch/fix-oscsendfile

  • Joseph Malloch Joseph Malloch committed [a72366] on Git

    Skip value entries for LO_TRUE/LO_FALSE/LO_NIL/LO_INFINITUM created by oscdump. Thanks to @7890 for the patch! Related to radarsat1/liblo#111

  • Joseph Malloch Joseph Malloch committed [3998d9] on Git

    Disallow negative speed multiplier in testsendfile.c; updated documentation; updated gitignore

  • GitHub committed [e5f6d0] on Git

    Merge pull request #160 from malloch/fix-ci

  • Joseph Malloch Joseph Malloch committed [29dbfa] on Git

    CI: upgrade checkout and upload-artifact actions.

  • Joseph Malloch Joseph Malloch committed [3da739] on Git

    CI: downgrade MacOS runner to MacOS-13 to build on x86. Future commit should fix cross compilation script to run on Apple silicon

  • Joseph Malloch Joseph Malloch committed [86ebf8] on Git

    Fix cmake WITH_POLL option; added documentation on disabling poll to README.

  • Joseph Malloch Joseph Malloch committed [a36277] on Git

    Add a configure option for disabling poll since select is much faster for certain contexts.

  • Joseph Malloch Joseph Malloch committed [a0b497] on Git

    Removed a bunch of duplicate calls to poll/select, use wait() for lo_server_recv as well. Fixed buggy behaviours in which handling a newly queued message would take precedence over dispatching an existing queued message with a lower timestamp, and in which undispatched messages would still cause lo_server_recv to return.

  • Giulio Benetti Giulio Benetti created ticket #9

    Fix build failure as static library

  • LibLO LibLO released /liblo/0.32/liblo-0.32.tar.gz

  • Stephen Sinclair Stephen Sinclair committed [c1a51b] on Git

    Release 0.32.

  • Stephen Sinclair Stephen Sinclair committed [e67753] on Git

    Update links in README.

  • Stephen Sinclair Stephen Sinclair committed [8a1cc7] on Git

    Add use of doxygen-awesome-css look for docs.

  • Stephen Sinclair Stephen Sinclair committed [058bf2] on Git

    Release 0.32.

  • Stephen Sinclair Stephen Sinclair committed [3897a7] on Git

    Update links in README.

  • Stephen Sinclair Stephen Sinclair committed [638621] on Git

    fixup! Add use of doxygen-awesome-css look for docs.

  • Stephen Sinclair Stephen Sinclair committed [52e261] on Git

    Release 0.32.

  • Stephen Sinclair Stephen Sinclair committed [451dac] on Git

    Update links in README.

  • Stephen Sinclair Stephen Sinclair committed [65b560] on Git

    Add use of doxygen-awesome-css look for docs.

  • Stephen Sinclair Stephen Sinclair committed [5e7aef] on Git

    Enable index and treeview in doxygen.

  • Stephen Sinclair Stephen Sinclair committed [2f6f56] on Git

    Update doxygen config.

  • LibLO LibLO released /liblo/0.32/liblo-0.32.tar.gz

  • GitHub committed [7abb04] on Git

    Update CMakeLists.txt

  • GitHub committed [7466e7] on Git

    Merge pull request #155 from radarsat1/github-actions

  • Johannes Lorenz committed [516277] on Git

    CMake: enable testing

  • Johannes Lorenz committed [7138a7] on Git

    CMake: Also build test_bidirectional_tcp.c

  • Johannes Lorenz committed [eff21b] on Git

    Various Windows fixes

  • Johannes Lorenz committed [30f520] on Git

    Fix mac bug, where 127.0.0.1 is unknown

  • Johannes Lorenz committed [6b1a81] on Git

    Fix bug with hanging test

  • Johannes Lorenz committed [77d4d5] on Git

    Run tests explicitly

  • GitHub committed [ea0af8] on Git

    Merge pull request #154 from radarsat1/#138

  • Johannes Lorenz committed [b0a22d] on Git

    Fixes #138: Allow creating size-0 blobs

  • Johannes Lorenz committed [9efdb8] on Git

    [cpp] Fix that del_method did not actually delete it from the std::vector

  • Johannes Lorenz committed [ed21c6] on Git

    WIN32: the nfds parameter of select() is unused.

  • Johannes Lorenz committed [cb078a] on Git

    WIN32: fix declaration of UINT_PTR

  • Johannes Lorenz committed [639463] on Git

    WIN32: WSAGetLastError() returns WSAEINVAL

  • Johannes Lorenz committed [96eb2f] on Git

    WIN32: No need to use strlen() into MultiByteToWideChar()

  • Stephen Sinclair Stephen Sinclair committed [02989c] on Git

    Similar useless assignment as in 8187a8456.

  • GitHub committed [f5ee52] on Git

    Merge pull request #140 from tartina/warnings

  • Guido Aulisi Guido Aulisi committed [8187a8] on Git

    Fix use-after-free warning in server.c

  • GitHub committed [bed0b8] on Git

    Merge pull request #137 from malloch/ci

  • Joseph Malloch committed [e6e1df] on Git

    CI: timeout after 20 minutes.

  • Joseph Malloch committed [2433fe] on Git

    Updates for CI script: updated checkout version to 3, removed MacOS-10 runner.

  • GitHub committed [5f7661] on Git

    Merge pull request #136 from tartina/uninitialized

  • Guido Aulisi Guido Aulisi committed [2003fc] on Git

    Fix "ret uninitialized" compiler warning

  • GitHub committed [32d0e6] on Git

    Merge pull request #135 from malloch/master

  • GitHub committed [ac57b0] on Git

    Merge pull request #134 from h3xx/fix-paths

  • Joseph Malloch committed [4396fc] on Git

    More tweaks to TCP revent handling, added delay to TCP test to allow receipt before closing stream.

  • Joseph Malloch committed [ffe332] on Git

    CI: bump g++ version to 9.

  • Joseph Malloch committed [43a805] on Git

    Switched (fixed) treatment of poll() revents to bitflags and call close on socket POLLHUP event.

  • Joseph Malloch committed [14e98c] on Git

    Handle socket contexts in lo_server_del_socket().

  • Dan Church committed [eb05ad] on Git

    Use paths from GNUInstallDirs

  • Ewot Ewot posted a comment on a wiki page

    Hello

  • Stephen Sinclair Stephen Sinclair committed [8a9b40]

    oscsendfile.c: make windows-compatible

  • Stephen Sinclair Stephen Sinclair committed [32efb4]

    Exclude some LO_UNIX-specific code during Windows build.

  • Stephen Sinclair Stephen Sinclair committed [c2da62]

    Add Windows build to Github Actions.

  • GitHub committed [79557a]

    Merge pull request #132 from radarsat1/fix-missing-init-context

  • Stephen Sinclair Stephen Sinclair committed [1d4cfa]

    testlo: Add reply tests for SLIP encoded TCP streams.

  • Stephen Sinclair Stephen Sinclair committed [657b52]

    Fix switching to lo_send_from after lo_send on TCP.

  • Stephen Sinclair Stephen Sinclair committed [122036]

    lo_server_thread: no reason to have such a tight loop, change polling time to 100 ms.

  • Stephen Sinclair Stephen Sinclair committed [2c36ea]

    lo_servers_wait: return immediately if any server already has a message waiting

  • Stephen Sinclair Stephen Sinclair committed [6696a9]

    Initialize socket context in lo_server_add_socket.

  • Stephen Sinclair Stephen Sinclair committed [484979]

    Remove some very old commented-out code.

  • Stephen Sinclair Stephen Sinclair committed [2e5f87]

    ci: add github actions workflow

  • Stephen Sinclair Stephen Sinclair committed [333046]

    ci: remove travis.yml

1 >