[Pkg-ofed-commits] [librdmacm] 02/07: Merge tag 'upstream/1.0.19'

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Aug 19 14:03:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository librdmacm.

commit 7c00a670e33a9e69f30fe63e4de618308199ef4a
Merge: bb6ba9f f63cc82
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Tue Aug 19 14:51:02 2014 +0200

    Merge tag 'upstream/1.0.19'
    
    Upstream version 1.0.19

 Makefile.am                         |   14 +-
 Makefile.in                         |  488 +-
 aclocal.m4                          | 7970 +---------------------------
 config.h.in                         |   33 +-
 aclocal.m4 => config/libtool.m4     | 1611 +-----
 config/ltoptions.m4                 |  368 ++
 config/ltsugar.m4                   |  123 +
 config/ltversion.m4                 |   23 +
 config/lt~obsolete.m4               |   92 +
 configure                           | 9919 ++++++++++++++---------------------
 configure.in => configure.ac        |   54 +-
 examples/cmatose.c                  |   53 +-
 examples/cmtime.c                   |  693 +++
 examples/common.c                   |   95 +-
 examples/common.h                   |   46 +-
 examples/rdma_client.c              |   71 +-
 examples/rdma_server.c              |  103 +-
 examples/rdma_xclient.c             |  195 +-
 examples/rdma_xserver.c             |  285 +-
 examples/{rstream.c => riostream.c} |  344 +-
 examples/rping.c                    |   37 +-
 examples/rstream.c                  |  274 +-
 examples/udaddy.c                   |   47 +-
 examples/udpong.c                   |  568 ++
 include/rdma/rdma_cma.h             |   21 +-
 include/rdma/rdma_verbs.h           |    3 +-
 include/rdma/rsocket.h              |   11 +-
 librdmacm.spec                      |    4 +-
 librdmacm.spec.in                   |    2 +-
 man/rdma_accept.3                   |    5 +-
 man/rdma_connect.3                  |    0
 man/rdma_create_id.3                |    2 +
 man/rdma_create_qp.3                |    0
 man/rdma_destroy_ep.3               |    5 +-
 man/rdma_destroy_qp.3               |    3 -
 man/rdma_getaddrinfo.3              |    3 +
 man/rdma_join_multicast.3           |    0
 man/rdma_notify.3                   |    0
 man/rdma_xclient.1                  |    5 +-
 man/rdma_xserver.1                  |    5 +-
 man/{rstream.1 => riostream.1}      |   14 +-
 man/rping.1                         |    1 +
 man/rsocket.7                       |   89 +-
 man/rstream.1                       |   11 +-
 man/ucmatose.1                      |   23 +-
 man/udaddy.1                        |    1 +
 src/acm.c                           |  202 +-
 src/addrinfo.c                      |  169 +-
 src/cma.c                           |  486 +-
 src/cma.h                           |  103 +-
 src/indexer.c                       |    5 +
 src/indexer.h                       |   44 +
 src/librdmacm.map                   |    7 +
 src/preload.c                       |  649 ++-
 src/rsocket.c                       | 3001 +++++++++--
 55 files changed, 10977 insertions(+), 17403 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/librdmacm.git



More information about the Pkg-ofed-commits mailing list