pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/rtorrent



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May  9 14:28:26 UTC 2013

Modified Files:
        pkgsrc/net/rtorrent: Makefile distinfo
        pkgsrc/net/rtorrent/patches: patch-ag
Added Files:
        pkgsrc/net/rtorrent/patches: patch-rak_functional__fun.h
            patch-rak_priority__queue__default.h patch-src_command__download.cc
            patch-src_command__dynamic.cc patch-src_command__events.cc
            patch-src_command__file.cc patch-src_command__groups.cc
            patch-src_command__helpers.h patch-src_command__ip.cc
            patch-src_command__local.cc patch-src_command__network.cc
            patch-src_command__peer.cc patch-src_command__scheduler.cc
            patch-src_command__throttle.cc patch-src_command__tracker.cc
            patch-src_command__ui.cc patch-src_control.cc
            patch-src_core_curl__get.cc patch-src_core_curl__stack.cc
            patch-src_core_dht__manager.cc patch-src_core_download.cc
            patch-src_core_download__factory.cc
            patch-src_core_download__list.cc patch-src_core_http__queue.cc
            patch-src_core_manager.cc patch-src_core_manager.h
            patch-src_core_view.cc patch-src_display_frame.cc
            patch-src_display_manager.cc patch-src_display_window.cc
            patch-src_display_window__file__list.cc
            patch-src_display_window__log.cc patch-src_rpc_command.h
            patch-src_rpc_command__scheduler.cc
            patch-src_rpc_command__scheduler__item.h
            patch-src_rpc_exec__file.cc patch-src_rpc_exec__file.h
            patch-src_rpc_object__storage.cc patch-src_rpc_object__storage.h
            patch-src_rpc_xmlrpc.h patch-src_signal__handler.cc
            patch-src_thread__base.cc patch-src_ui_element__log__complete.cc
            patch-src_ui_element__peer__list.cc

Log Message:
Use enums for constants to not depend on the optimizer to inline the
values. Fix C++11 vs TR1 mismatches.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/rtorrent/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/rtorrent/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/rtorrent/patches/patch-ag
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/rtorrent/patches/patch-rak_functional__fun.h \
    pkgsrc/net/rtorrent/patches/patch-rak_priority__queue__default.h \
    pkgsrc/net/rtorrent/patches/patch-src_command__download.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__dynamic.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__events.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__file.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__groups.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__helpers.h \
    pkgsrc/net/rtorrent/patches/patch-src_command__ip.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__local.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__network.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__peer.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__scheduler.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__throttle.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__tracker.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__ui.cc \
    pkgsrc/net/rtorrent/patches/patch-src_control.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_curl__get.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_curl__stack.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_dht__manager.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_download.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_download__factory.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_download__list.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_http__queue.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_manager.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_manager.h \
    pkgsrc/net/rtorrent/patches/patch-src_core_view.cc \
    pkgsrc/net/rtorrent/patches/patch-src_display_frame.cc \
    pkgsrc/net/rtorrent/patches/patch-src_display_manager.cc \
    pkgsrc/net/rtorrent/patches/patch-src_display_window.cc \
    pkgsrc/net/rtorrent/patches/patch-src_display_window__file__list.cc \
    pkgsrc/net/rtorrent/patches/patch-src_display_window__log.cc \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_command.h \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_command__scheduler.cc \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_command__scheduler__item.h \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_exec__file.cc \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_exec__file.h \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_object__storage.cc \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_object__storage.h \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_xmlrpc.h \
    pkgsrc/net/rtorrent/patches/patch-src_signal__handler.cc \
    pkgsrc/net/rtorrent/patches/patch-src_thread__base.cc \
    pkgsrc/net/rtorrent/patches/patch-src_ui_element__log__complete.cc \
    pkgsrc/net/rtorrent/patches/patch-src_ui_element__peer__list.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index