libt2n-git Archives

Subject: C++ inter-process communication library branch, switch-to-epoll, updated. v0.7-13-gc2fde51

From: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 9 Apr 2024 17:45:02 +0200 (CEST)
The branch, switch-to-epoll has been updated
  discards  87a422cd6c36bb5cc285c8712cc40b991a7436ee (commit)
       via  c2fde5151e79585aa330faa0f8615f8c332c848e (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (87a422cd6c36bb5cc285c8712cc40b991a7436ee)
            \
             N -- N -- N (c2fde5151e79585aa330faa0f8615f8c332c848e)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.


- Log -----------------------------------------------------------------
commit c2fde5151e79585aa330faa0f8615f8c332c848e
Author: Gabriel Braga <gabriel.braga@xxxxxxxxxxxxx>
Date:   Tue Apr 9 17:36:51 2024 +0200

    Fix unit tests to adapt to the epoll API
    
    Previously the unit tests runs worked with the select API, after
    changes to the epoll API the tests stopped running, this commit
    fix and adapt them to the new API.
    
    Note: This commit does some changes to timeouts and to some ports
    on comm.cpp because the previous port was already in use by some
    process on the developer's computer.

-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
C++ inter-process communication library

--
libt2n-git - see http://www.intra2net.com/en/developer/libt2n for details.
To unsubscribe send a mail to libt2n-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • C++ inter-process communication library branch, switch-to-epoll, updated. v0.7-13-gc2fde51, libt2n-git <=