[DRE-commits] [ruby-eventmachine] branch master updated (0b6de01 -> 43b0f51)

zeha at debian.org zeha at debian.org
Thu Apr 9 13:59:59 UTC 2015


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

zeha pushed a change to branch master
in repository ruby-eventmachine.

      from  0b6de01   Bump gem2deb build dependency to 0.7.5~
       new  08235b6   Imported Upstream version 1.0.7
       new  d2bc0ba   Merge tag 'upstream/1.0.7'
       new  2d6aa84   Bump Standards-Version to 3.9.6
       new  8abc40b   Update Vcs-Browser to cgit URL and HTTPS
       new  ba39271   Refresh patches
       new  43b0f51   Update changelog for 1.0.7-1~exp1 release

The 6 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:
 .travis.yml                                        |  20 +-
 CHANGELOG.md                                       |  53 +++-
 README.md                                          |   9 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   4 +-
 debian/patches/skip_tests_using_network.patch      |  73 +++---
 eventmachine.gemspec                               |   2 +
 ext/binder.cpp                                     |   2 +-
 ext/cmain.cpp                                      |  33 ++-
 ext/ed.cpp                                         |  52 +++-
 ext/ed.h                                           |  10 +-
 ext/em.cpp                                         | 270 +++++++++++++--------
 ext/em.h                                           |  56 ++++-
 ext/eventmachine.h                                 |   3 +
 ext/extconf.rb                                     |  24 +-
 ext/fastfilereader/extconf.rb                      |   5 +-
 ext/fastfilereader/mapper.cpp                      |   2 +-
 ext/project.h                                      |  15 +-
 ext/rubymain.cpp                                   |  61 ++++-
 ext/ssl.cpp                                        |   5 +-
 ext/ssl.h                                          |   4 +
 java/src/com/rubyeventmachine/EmReactor.java       |  16 ++
 .../src/com/rubyeventmachine/EventableChannel.java |   2 +
 .../rubyeventmachine/EventableDatagramChannel.java |   6 +
 .../rubyeventmachine/EventableSocketChannel.java   |  65 ++++-
 lib/em/buftok.rb                                   | 119 +++------
 lib/em/connection.rb                               |   2 +-
 lib/em/iterator.rb                                 |  49 +---
 lib/em/protocols/httpclient.rb                     |  42 +++-
 lib/em/protocols/line_and_text.rb                  |   5 +-
 lib/em/protocols/linetext2.rb                      |   1 -
 lib/em/protocols/smtpserver.rb                     |  41 +++-
 lib/em/pure_ruby.rb                                |   4 +-
 lib/em/resolver.rb                                 |  19 +-
 lib/em/tick_loop.rb                                |  38 +--
 lib/em/version.rb                                  |   2 +-
 lib/eventmachine.rb                                |  29 ++-
 lib/jeventmachine.rb                               |  17 ++
 metadata.yml                                       | 169 +++++++------
 rakelib/package.rake                               |  11 +-
 tests/em_test_helper.rb                            |   4 +
 tests/test_attach.rb                               |  25 ++
 tests/test_basic.rb                                |  30 ++-
 tests/test_completion.rb                           |   1 +
 tests/test_connection_count.rb                     |  23 +-
 tests/test_connection_write.rb                     |  35 +++
 tests/test_epoll.rb                                |  40 +--
 tests/test_httpclient.rb                           |  43 ++++
 tests/test_idle_connection.rb                      |  10 +-
 tests/test_iterator.rb                             |  97 ++++++++
 tests/test_kb.rb                                   |  44 ++--
 tests/test_many_fds.rb                             |  22 ++
 tests/test_pause.rb                                |  29 +++
 tests/test_pool.rb                                 |   2 +
 tests/test_process_watch.rb                        |   2 +
 tests/test_processes.rb                            |  14 +-
 tests/test_resolver.rb                             |  40 ++-
 tests/test_ssl_args.rb                             |   4 +-
 tests/test_ssl_methods.rb                          |   8 +-
 tests/test_ssl_verify.rb                           | 124 +++++-----
 tests/test_threaded_resource.rb                    |   8 +
 61 files changed, 1336 insertions(+), 619 deletions(-)
 create mode 100644 tests/test_connection_write.rb
 create mode 100644 tests/test_iterator.rb
 create mode 100644 tests/test_many_fds.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-eventmachine.git



More information about the Pkg-ruby-extras-commits mailing list