You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2016/08/26 17:55:22 UTC

[trafficserver] branch master updated (e489e77 -> 314e7c0)

This is an automated email from the ASF dual-hosted git repository.

sorber pushed a change to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.

      from  e489e77   Merge pull request #929 from jpeach/fix/4789
      adds  f07cca9   TS-3508: Use accept4() on systems where it is available and emulate where it is not.
       new  314e7c0   Merge pull request #909 from PSUdaemon/ts-3508-2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac                             |  2 +-
 iocore/eventsystem/I_SocketManager.h     | 10 ++++++-
 iocore/eventsystem/P_UnixSocketManager.h | 17 ------------
 iocore/eventsystem/SocketManager.cc      | 45 ++++++++++++++++++++++++++++++++
 iocore/net/Connection.cc                 | 18 +++++--------
 iocore/net/UnixNetAccept.cc              |  7 ++---
 6 files changed, 64 insertions(+), 35 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].

[trafficserver] 01/01: Merge pull request #909 from PSUdaemon/ts-3508-2

Posted by so...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sorber pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 314e7c0745c83ace1f9b46b4a55995265185e2df
Merge: e489e77 f07cca9
Author: Phil Sorber <so...@apache.org>
AuthorDate: Fri Aug 26 11:55:15 2016 -0600

    Merge pull request #909 from PSUdaemon/ts-3508-2
    
    TS-3508: Use accept4() on systems where it is available and emulate w\u2026

 configure.ac                             |  2 +-
 iocore/eventsystem/I_SocketManager.h     | 10 ++++++-
 iocore/eventsystem/P_UnixSocketManager.h | 17 ------------
 iocore/eventsystem/SocketManager.cc      | 45 ++++++++++++++++++++++++++++++++
 iocore/net/Connection.cc                 | 18 +++++--------
 iocore/net/UnixNetAccept.cc              |  7 ++---
 6 files changed, 64 insertions(+), 35 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.