Merge lp:~blueyed/ubuntu/lucid/miro/merge-from-sid into lp:ubuntu/lucid/miro

Proposed by Daniel Hahler
Status: Merged
Merged at revision: not available
Proposed branch: lp:~blueyed/ubuntu/lucid/miro/merge-from-sid
Merge into: lp:ubuntu/lucid/miro
Diff against target: 602087 lines (+208600/-318048)
849 files modified
ADOPTERS (+0/-247)
CREDITS (+1/-1)
LAYOUT (+1/-1)
MIRO_ROOT (+1/-1)
README (+2/-2)
debian/README.Debian (+6/-39)
debian/changelog (+42/-0)
debian/control (+9/-17)
debian/copyright (+4/-246)
debian/miro.docs (+1/-0)
debian/patches/20_no_autoupdate.patch (+4/-4)
debian/patches/30_disable_xine_hack.patch (+0/-15)
debian/patches/80_xine_default_renderer.patch (+0/-14)
debian/patches/90_miro_boost_py26.patch (+0/-16)
debian/rules (+1/-14)
platform/gtk-x11/Makefile (+50/-0)
platform/gtk-x11/README (+7/-22)
platform/gtk-x11/clean.sh (+0/-54)
platform/gtk-x11/miro.1 (+6/-2)
platform/gtk-x11/miro.real (+15/-15)
platform/gtk-x11/plat/__init__.py (+1/-1)
platform/gtk-x11/plat/config.py (+1/-1)
platform/gtk-x11/plat/frontends/__init__.py (+1/-1)
platform/gtk-x11/plat/frontends/widgets/MiroPluginsDir.cc (+1/-1)
platform/gtk-x11/plat/frontends/widgets/MiroPluginsDir.h (+1/-1)
platform/gtk-x11/plat/frontends/widgets/MiroWindowCreator.cc (+1/-1)
platform/gtk-x11/plat/frontends/widgets/MiroWindowCreator.h (+1/-1)
platform/gtk-x11/plat/frontends/widgets/PromptService.cc (+1/-1)
platform/gtk-x11/plat/frontends/widgets/PromptService.h (+1/-1)
platform/gtk-x11/plat/frontends/widgets/__init__.py (+1/-1)
platform/gtk-x11/plat/frontends/widgets/application.py (+3/-1)
platform/gtk-x11/plat/frontends/widgets/httpobserver.pyx (+1/-1)
platform/gtk-x11/plat/frontends/widgets/mediakeys.py (+61/-0)
platform/gtk-x11/plat/frontends/widgets/mozprompt.pyx (+28/-0)
platform/gtk-x11/plat/frontends/widgets/pluginsdir.pyx (+1/-1)
platform/gtk-x11/plat/frontends/widgets/prefpanelset.py (+11/-7)
platform/gtk-x11/plat/frontends/widgets/threads.py (+1/-1)
platform/gtk-x11/plat/frontends/widgets/timer.py (+1/-1)
platform/gtk-x11/plat/frontends/widgets/widgetset.py (+1/-1)
platform/gtk-x11/plat/frontends/widgets/windowcreator.pyx (+1/-1)
platform/gtk-x11/plat/idletime.py (+1/-1)
platform/gtk-x11/plat/mozsetup.py (+1/-1)
platform/gtk-x11/plat/onetime.py (+17/-107)
platform/gtk-x11/plat/options.py (+2/-12)
platform/gtk-x11/plat/renderers/__init__.py (+14/-4)
platform/gtk-x11/plat/renderers/gst_extractor.py (+165/-75)
platform/gtk-x11/plat/renderers/gstreamerrenderer.py (+278/-67)
platform/gtk-x11/plat/renderers/xinerenderer.py (+0/-268)
platform/gtk-x11/plat/resources.py (+1/-1)
platform/gtk-x11/plat/screensaver.py (+1/-1)
platform/gtk-x11/plat/upgrade.py (+1/-1)
platform/gtk-x11/plat/utils.py (+40/-66)
platform/gtk-x11/plat/xlibhelper.pyx (+1/-1)
platform/gtk-x11/pylintrc (+304/-0)
platform/gtk-x11/run.sh (+2/-2)
platform/gtk-x11/setup.py (+31/-167)
platform/gtk-x11/xine/xine.pyx (+0/-161)
platform/gtk-x11/xine/xine_extractor.c (+0/-224)
platform/gtk-x11/xine/xine_impl.c (+0/-490)
platform/gtk-x11/xine/xine_impl.h (+0/-273)
platform/osx/Info.plist (+5/-0)
platform/osx/Miro.py (+9/-5)
platform/osx/README (+2/-2)
platform/osx/Resources-Widgets/Credits.html (+42/-1)
platform/osx/Resources-Widgets/OverlayPalette.nib/classes.nib (+0/-137)
platform/osx/Resources-Widgets/OverlayPalette.nib/designable.nib (+1509/-0)
platform/osx/Resources-Widgets/OverlayPalette.nib/info.nib (+0/-18)
platform/osx/binary_kit_version (+1/-1)
platform/osx/brun.sh (+8/-2)
platform/osx/build.sh (+18/-8)
platform/osx/modules/idletime.c (+1/-1)
platform/osx/modules/keychain.c (+1/-1)
platform/osx/modules/qtcomp.c (+2/-2)
platform/osx/modules/shading.m (+1/-1)
platform/osx/patch_objc_module.sh (+1/-1)
platform/osx/plat/__init__.py (+1/-1)
platform/osx/plat/bundle.py (+1/-1)
platform/osx/plat/config.py (+4/-4)
platform/osx/plat/filenames.py (+12/-13)
platform/osx/plat/frontends/__init__.py (+1/-1)
platform/osx/plat/frontends/widgets/__init__.py (+1/-1)
platform/osx/plat/frontends/widgets/application.py (+22/-6)
platform/osx/plat/frontends/widgets/audio.py (+0/-63)
platform/osx/plat/frontends/widgets/base.py (+3/-3)
platform/osx/plat/frontends/widgets/browser.py (+19/-17)
platform/osx/plat/frontends/widgets/const.py (+1/-1)
platform/osx/plat/frontends/widgets/control.py (+61/-4)
platform/osx/plat/frontends/widgets/customcontrol.py (+4/-4)
platform/osx/plat/frontends/widgets/drawing.py (+1/-1)
platform/osx/plat/frontends/widgets/drawingwidgets.py (+2/-2)
platform/osx/plat/frontends/widgets/helpers.py (+1/-1)
platform/osx/plat/frontends/widgets/layout.py (+14/-47)
platform/osx/plat/frontends/widgets/layoutmanager.py (+1/-1)
platform/osx/plat/frontends/widgets/mediatypes.py (+40/-0)
platform/osx/plat/frontends/widgets/osxmenus.py (+183/-69)
platform/osx/plat/frontends/widgets/overlay.py (+14/-5)
platform/osx/plat/frontends/widgets/prefpanelset.py (+1/-1)
platform/osx/plat/frontends/widgets/quicktime.py (+0/-165)
platform/osx/plat/frontends/widgets/rect.py (+2/-2)
platform/osx/plat/frontends/widgets/simple.py (+2/-2)
platform/osx/plat/frontends/widgets/sniffer.py (+0/-79)
platform/osx/plat/frontends/widgets/sparkleupdater.py (+1/-1)
platform/osx/plat/frontends/widgets/tablemodel.py (+24/-18)
platform/osx/plat/frontends/widgets/tableview.py (+10/-14)
platform/osx/plat/frontends/widgets/threads.py (+1/-1)
platform/osx/plat/frontends/widgets/timer.py (+1/-1)
platform/osx/plat/frontends/widgets/video.py (+5/-4)
platform/osx/plat/frontends/widgets/viewport.py (+1/-1)
platform/osx/plat/frontends/widgets/widgetset.py (+2/-2)
platform/osx/plat/frontends/widgets/window.py (+30/-7)
platform/osx/plat/frontends/widgets/wrappermap.py (+1/-1)
platform/osx/plat/migrateappname.py (+1/-1)
platform/osx/plat/resources.py (+1/-1)
platform/osx/plat/script_codes.py (+162/-0)
platform/osx/plat/utils.py (+105/-53)
platform/osx/qt_extractor.py (+57/-11)
platform/osx/run.sh (+29/-10)
platform/osx/setup.py (+92/-114)
platform/osx/setup_binarykit.sh (+6/-3)
platform/osx/setup_sandbox.sh (+134/-416)
platform/osx/setup_sandbox_10.4.sh (+524/-0)
platform/osx/setup_sandbox_10.5.sh (+0/-169)
platform/osx/test/setup-unittests.py (+1/-1)
platform/osx/test/unittests.py (+1/-1)
platform/osx/test/unittests.sh (+1/-1)
platform/windows-xul/Miro.nsi (+23/-63)
platform/windows-xul/Miro.py (+3/-3)
platform/windows-xul/MiroBar-installer-page.ini (+0/-87)
platform/windows-xul/Miro_Downloader.py (+1/-1)
platform/windows-xul/README (+6/-2)
platform/windows-xul/binary_kit_version (+1/-1)
platform/windows-xul/clean.sh (+13/-0)
platform/windows-xul/mirotest.py (+51/-0)
platform/windows-xul/moviedata_util.py (+60/-19)
platform/windows-xul/overrides/site.py (+1/-12)
platform/windows-xul/plat/__init__.py (+1/-1)
platform/windows-xul/plat/clipboard.py (+4/-3)
platform/windows-xul/plat/commandline.py (+1/-1)
platform/windows-xul/plat/config.py (+1/-1)
platform/windows-xul/plat/frontends/__init__.py (+1/-1)
platform/windows-xul/plat/frontends/widgets/XULRunnerBrowser/FixFocus.cpp (+1/-1)
platform/windows-xul/plat/frontends/widgets/XULRunnerBrowser/FixFocus.h (+1/-1)
platform/windows-xul/plat/frontends/widgets/XULRunnerBrowser/Init.cpp (+1/-1)
platform/windows-xul/plat/frontends/widgets/XULRunnerBrowser/Init.h (+1/-1)
platform/windows-xul/plat/frontends/widgets/XULRunnerBrowser/MiroBrowserEmbed.cpp (+15/-5)
platform/windows-xul/plat/frontends/widgets/XULRunnerBrowser/MiroBrowserEmbed.h (+2/-2)
platform/windows-xul/plat/frontends/widgets/XULRunnerBrowser/MiroWindowCreator.cpp (+1/-1)
platform/windows-xul/plat/frontends/widgets/XULRunnerBrowser/MiroWindowCreator.h (+1/-1)
platform/windows-xul/plat/frontends/widgets/XULRunnerBrowser/xulrunnerbrowser.pyx (+1/-1)
platform/windows-xul/plat/frontends/widgets/__init__.py (+1/-1)
platform/windows-xul/plat/frontends/widgets/application.py (+3/-2)
platform/windows-xul/plat/frontends/widgets/browser.py (+1/-1)
platform/windows-xul/plat/frontends/widgets/flash.py (+1/-1)
platform/windows-xul/plat/frontends/widgets/prefpanelset.py (+1/-1)
platform/windows-xul/plat/frontends/widgets/threads.py (+1/-1)
platform/windows-xul/plat/frontends/widgets/timer.py (+1/-1)
platform/windows-xul/plat/frontends/widgets/update.py (+1/-1)
platform/windows-xul/plat/frontends/widgets/widgetset.py (+1/-1)
platform/windows-xul/plat/idletime.py (+1/-1)
platform/windows-xul/plat/migrateappname.py (+1/-1)
platform/windows-xul/plat/options.py (+1/-1)
platform/windows-xul/plat/pipeipc.py (+2/-1)
platform/windows-xul/plat/prelogger.py (+0/-68)
platform/windows-xul/plat/proxyfind.py (+1/-1)
platform/windows-xul/plat/pyxpcomcalls.py (+3/-3)
platform/windows-xul/plat/renderers/__init__.py (+1/-1)
platform/windows-xul/plat/renderers/vlc.py (+281/-100)
platform/windows-xul/plat/resources.py (+1/-1)
platform/windows-xul/plat/screensaver.py (+1/-1)
platform/windows-xul/plat/specialfolders.py (+1/-1)
platform/windows-xul/plat/utils.py (+46/-61)
platform/windows-xul/plat/xulhelper.py (+1/-1)
platform/windows-xul/run.sh (+2/-2)
platform/windows-xul/setup.py (+205/-177)
platform/windows-xul/setup_binarykit.sh (+1/-1)
platform/windows-xul/test.sh (+33/-0)
portable/__init__.py (+1/-1)
portable/adscraper.py (+1/-1)
portable/app.py (+36/-22)
portable/appconfig.py (+6/-6)
portable/autodiscover.py (+0/-158)
portable/autodler.py (+55/-58)
portable/autoupdate.py (+18/-16)
portable/clock.py (+1/-1)
portable/commandline.py (+0/-204)
portable/config.py (+12/-21)
portable/controller.py (+52/-49)
portable/convert20database.py (+0/-231)
portable/database.py (+0/-443)
portable/databasehelper.py (+19/-18)
portable/databaselog.py (+100/-0)
portable/databasesanity.py (+103/-91)
portable/databaseupgrade.py (+398/-286)
portable/datastructures.py (+65/-0)
portable/dbupgradeprogress.py (+0/-92)
portable/dialogs.py (+97/-87)
portable/displaytext.py (+43/-29)
portable/dl_daemon/Democracy_Downloader.py (+3/-3)
portable/dl_daemon/__init__.py (+1/-1)
portable/dl_daemon/command.py (+4/-4)
portable/dl_daemon/daemon.py (+4/-4)
portable/dl_daemon/download.py (+48/-46)
portable/dl_daemon/private/__init__.py (+1/-1)
portable/dl_daemon/private/config.py (+1/-1)
portable/dl_daemon/private/httpauth.py (+1/-1)
portable/dl_daemon/private/resources.py (+1/-1)
portable/download_utils.py (+52/-90)
portable/downloader.py (+230/-175)
portable/eventloop.py (+122/-115)
portable/fasttypes.c (+530/-0)
portable/fasttypes.cpp (+0/-397)
portable/feed.py (+452/-408)
portable/feedparser.py (+7/-10)
portable/feedparserutil.py (+0/-69)
portable/feedupdate.py (+5/-5)
portable/filetypes.py (+85/-65)
portable/fileutil.py (+4/-2)
portable/flashscraper.py (+10/-7)
portable/folder.py (+2/-12)
portable/frontends/__init__.py (+1/-1)
portable/frontends/cli/__init__.py (+1/-1)
portable/frontends/cli/application.py (+1/-1)
portable/frontends/cli/clidialog.py (+2/-2)
portable/frontends/cli/events.py (+1/-1)
portable/frontends/cli/interpreter.py (+1/-1)
portable/frontends/cli/util.py (+1/-1)
portable/frontends/shell/__init__.py (+1/-1)
portable/frontends/shell/application.py (+1/-1)
portable/frontends/widgets/__init__.py (+1/-1)
portable/frontends/widgets/addtoplaylistdialog.py (+7/-6)
portable/frontends/widgets/application.py (+52/-50)
portable/frontends/widgets/browser.py (+21/-13)
portable/frontends/widgets/cellpack.py (+4/-1)
portable/frontends/widgets/crashdialog.py (+9/-8)
portable/frontends/widgets/diagnostics.py (+28/-28)
portable/frontends/widgets/dialogs.py (+1/-1)
portable/frontends/widgets/dialogwidgets.py (+2/-2)
portable/frontends/widgets/displays.py (+5/-5)
portable/frontends/widgets/downloadscontroller.py (+9/-4)
portable/frontends/widgets/feedcontroller.py (+1/-1)
portable/frontends/widgets/feedsettingspanel.py (+6/-8)
portable/frontends/widgets/firsttimedialog.py (+1/-1)
portable/frontends/widgets/gtk/__init__.py (+1/-1)
portable/frontends/widgets/gtk/audio.py (+0/-99)
portable/frontends/widgets/gtk/base.py (+1/-1)
portable/frontends/widgets/gtk/const.py (+1/-1)
portable/frontends/widgets/gtk/controls.py (+32/-2)
portable/frontends/widgets/gtk/customcontrols.py (+5/-1)
portable/frontends/widgets/gtk/drawing.py (+1/-1)
portable/frontends/widgets/gtk/fontsize.py (+1/-1)
portable/frontends/widgets/gtk/keymap.py (+21/-21)
portable/frontends/widgets/gtk/layout.py (+1/-1)
portable/frontends/widgets/gtk/layoutmanager.py (+28/-26)
portable/frontends/widgets/gtk/persistentwindow.py (+5/-1)
portable/frontends/widgets/gtk/preferenceswindow.py (+1/-1)
portable/frontends/widgets/gtk/pygtkhacks.pyx (+1/-1)
portable/frontends/widgets/gtk/searchentry.py (+1/-1)
portable/frontends/widgets/gtk/simple.py (+8/-1)
portable/frontends/widgets/gtk/sniffer.py (+0/-38)
portable/frontends/widgets/gtk/tableview.py (+6/-1)
portable/frontends/widgets/gtk/textlayout.py (+1/-1)
portable/frontends/widgets/gtk/threads.py (+1/-1)
portable/frontends/widgets/gtk/timer.py (+1/-1)
portable/frontends/widgets/gtk/trayicon.py (+35/-1)
portable/frontends/widgets/gtk/video.py (+136/-25)
portable/frontends/widgets/gtk/weakconnect.py (+1/-1)
portable/frontends/widgets/gtk/widgets.py (+2/-2)
portable/frontends/widgets/gtk/widgetset.py (+13/-12)
portable/frontends/widgets/gtk/window.py (+263/-103)
portable/frontends/widgets/gtk/wrappermap.py (+1/-1)
portable/frontends/widgets/gtk/xpcom/HttpObserver.cc (+1/-1)
portable/frontends/widgets/gtk/xpcom/HttpObserver.h (+1/-1)
portable/frontends/widgets/imagebutton.py (+1/-1)
portable/frontends/widgets/imagepool.py (+2/-4)
portable/frontends/widgets/itemcontextmenu.py (+12/-6)
portable/frontends/widgets/itemedit.py (+191/-0)
portable/frontends/widgets/itemlist.py (+28/-13)
portable/frontends/widgets/itemlistcontroller.py (+14/-9)
portable/frontends/widgets/itemlistwidgets.py (+7/-2)
portable/frontends/widgets/linkhandler.py (+1/-1)
portable/frontends/widgets/menus.py (+382/-114)
portable/frontends/widgets/newfeed.py (+2/-4)
portable/frontends/widgets/newfolder.py (+2/-4)
portable/frontends/widgets/newsearchfeed.py (+4/-6)
portable/frontends/widgets/playback.py (+84/-18)
portable/frontends/widgets/playlist.py (+1/-1)
portable/frontends/widgets/prefpanel.py (+25/-11)
portable/frontends/widgets/quitwhiledownloading.py (+1/-1)
portable/frontends/widgets/removefeeds.py (+4/-6)
portable/frontends/widgets/rundialog.py (+14/-13)
portable/frontends/widgets/search.py (+1/-1)
portable/frontends/widgets/searchbox.py (+1/-1)
portable/frontends/widgets/segmented.py (+0/-196)
portable/frontends/widgets/separator.py (+1/-1)
portable/frontends/widgets/statictabs.py (+4/-1)
portable/frontends/widgets/style.py (+26/-8)
portable/frontends/widgets/tablist.py (+95/-18)
portable/frontends/widgets/tablistmanager.py (+1/-1)
portable/frontends/widgets/util.py (+1/-1)
portable/frontends/widgets/videobox.py (+27/-10)
portable/frontends/widgets/watchedfolders.py (+1/-1)
portable/frontends/widgets/widgetconst.py (+2/-1)
portable/frontends/widgets/widgetutil.py (+1/-1)
portable/frontends/widgets/window.py (+1/-1)
portable/frontendstate.py (+1/-1)
portable/gtcache.py (+3/-4)
portable/guide.py (+16/-16)
portable/httpauth.py (+3/-3)
portable/httpclient.py (+67/-33)
portable/iconcache.py (+27/-27)
portable/iso_639.py (+179/-0)
portable/item.py (+279/-212)
portable/libtorrent/AUTHORS (+0/-26)
portable/libtorrent/COPYING (+0/-28)
portable/libtorrent/ChangeLog (+0/-454)
portable/libtorrent/README (+0/-25)
portable/libtorrent/README.miro (+0/-8)
portable/libtorrent/bindings/README.txt (+0/-3)
portable/libtorrent/bindings/python/Jamfile (+0/-63)
portable/libtorrent/bindings/python/Makefile.am (+0/-15)
portable/libtorrent/bindings/python/Makefile.in (+0/-385)
portable/libtorrent/bindings/python/client.py (+0/-363)
portable/libtorrent/bindings/python/setup.py (+0/-84)
portable/libtorrent/bindings/python/setup.py.in (+0/-84)
portable/libtorrent/bindings/python/simple_client.py (+0/-31)
portable/libtorrent/bindings/python/src/alert.cpp (+0/-337)
portable/libtorrent/bindings/python/src/big_number.cpp (+0/-20)
portable/libtorrent/bindings/python/src/converters.cpp (+0/-51)
portable/libtorrent/bindings/python/src/create_torrent.cpp (+0/-53)
portable/libtorrent/bindings/python/src/datetime.cpp (+0/-81)
portable/libtorrent/bindings/python/src/entry.cpp (+0/-140)
portable/libtorrent/bindings/python/src/extensions.cpp (+0/-171)
portable/libtorrent/bindings/python/src/filesystem.cpp (+0/-70)
portable/libtorrent/bindings/python/src/fingerprint.cpp (+0/-27)
portable/libtorrent/bindings/python/src/gil.hpp (+0/-144)
portable/libtorrent/bindings/python/src/ip_filter.cpp (+0/-32)
portable/libtorrent/bindings/python/src/magnet_uri.cpp (+0/-54)
portable/libtorrent/bindings/python/src/module.cpp (+0/-57)
portable/libtorrent/bindings/python/src/optional.hpp (+0/-31)
portable/libtorrent/bindings/python/src/peer_info.cpp (+0/-129)
portable/libtorrent/bindings/python/src/peer_plugin.cpp (+0/-359)
portable/libtorrent/bindings/python/src/session.cpp (+0/-289)
portable/libtorrent/bindings/python/src/session_settings.cpp (+0/-124)
portable/libtorrent/bindings/python/src/torrent.cpp (+0/-15)
portable/libtorrent/bindings/python/src/torrent_handle.cpp (+0/-332)
portable/libtorrent/bindings/python/src/torrent_info.cpp (+0/-156)
portable/libtorrent/bindings/python/src/torrent_status.cpp (+0/-90)
portable/libtorrent/bindings/python/src/utility.cpp (+0/-37)
portable/libtorrent/bindings/python/src/version.cpp (+0/-16)
portable/libtorrent/include/Makefile.am (+0/-295)
portable/libtorrent/include/Makefile.in (+0/-938)
portable/libtorrent/include/libtorrent/GeoIP.h (+0/-180)
portable/libtorrent/include/libtorrent/alert.hpp (+0/-196)
portable/libtorrent/include/libtorrent/alert_types.hpp (+0/-1172)
portable/libtorrent/include/libtorrent/asio.hpp (+0/-100)
portable/libtorrent/include/libtorrent/asio/basic_datagram_socket.hpp (+0/-803)
portable/libtorrent/include/libtorrent/asio/basic_deadline_timer.hpp (+0/-381)
portable/libtorrent/include/libtorrent/asio/basic_io_object.hpp (+0/-97)
portable/libtorrent/include/libtorrent/asio/basic_raw_socket.hpp (+0/-798)
portable/libtorrent/include/libtorrent/asio/basic_serial_port.hpp (+0/-608)
portable/libtorrent/include/libtorrent/asio/basic_socket.hpp (+0/-1049)
portable/libtorrent/include/libtorrent/asio/basic_socket_acceptor.hpp (+0/-824)
portable/libtorrent/include/libtorrent/asio/basic_socket_iostream.hpp (+0/-148)
portable/libtorrent/include/libtorrent/asio/basic_socket_streambuf.hpp (+0/-284)
portable/libtorrent/include/libtorrent/asio/basic_stream_socket.hpp (+0/-718)
portable/libtorrent/include/libtorrent/asio/basic_streambuf.hpp (+0/-198)
portable/libtorrent/include/libtorrent/asio/buffer.hpp (+0/-1040)
portable/libtorrent/include/libtorrent/asio/buffered_read_stream.hpp (+0/-414)
portable/libtorrent/include/libtorrent/asio/buffered_read_stream_fwd.hpp (+0/-29)
portable/libtorrent/include/libtorrent/asio/buffered_stream.hpp (+0/-250)
portable/libtorrent/include/libtorrent/asio/buffered_stream_fwd.hpp (+0/-29)
portable/libtorrent/include/libtorrent/asio/buffered_write_stream.hpp (+0/-368)
portable/libtorrent/include/libtorrent/asio/buffered_write_stream_fwd.hpp (+0/-29)
portable/libtorrent/include/libtorrent/asio/buffers_iterator.hpp (+0/-318)
portable/libtorrent/include/libtorrent/asio/completion_condition.hpp (+0/-145)
portable/libtorrent/include/libtorrent/asio/datagram_socket_service.hpp (+0/-323)
portable/libtorrent/include/libtorrent/asio/deadline_timer.hpp (+0/-37)
portable/libtorrent/include/libtorrent/asio/deadline_timer_service.hpp (+0/-168)
portable/libtorrent/include/libtorrent/asio/detail/bind_handler.hpp (+0/-349)
portable/libtorrent/include/libtorrent/asio/detail/buffer_resize_guard.hpp (+0/-70)
portable/libtorrent/include/libtorrent/asio/detail/buffered_stream_storage.hpp (+0/-127)
portable/libtorrent/include/libtorrent/asio/detail/call_stack.hpp (+0/-90)
portable/libtorrent/include/libtorrent/asio/detail/const_buffers_iterator.hpp (+0/-151)
portable/libtorrent/include/libtorrent/asio/detail/consuming_buffers.hpp (+0/-225)
portable/libtorrent/include/libtorrent/asio/detail/deadline_timer_service.hpp (+0/-200)
portable/libtorrent/include/libtorrent/asio/detail/descriptor_ops.hpp (+0/-138)
portable/libtorrent/include/libtorrent/asio/detail/dev_poll_reactor.hpp (+0/-665)
portable/libtorrent/include/libtorrent/asio/detail/dev_poll_reactor_fwd.hpp (+0/-40)
portable/libtorrent/include/libtorrent/asio/detail/epoll_reactor.hpp (+0/-721)
portable/libtorrent/include/libtorrent/asio/detail/epoll_reactor_fwd.hpp (+0/-47)
portable/libtorrent/include/libtorrent/asio/detail/event.hpp (+0/-50)
portable/libtorrent/include/libtorrent/asio/detail/fd_set_adapter.hpp (+0/-41)
portable/libtorrent/include/libtorrent/asio/detail/handler_alloc_helpers.hpp (+0/-256)
portable/libtorrent/include/libtorrent/asio/detail/handler_base_from_member.hpp (+0/-76)
portable/libtorrent/include/libtorrent/asio/detail/handler_invoke_helpers.hpp (+0/-47)
portable/libtorrent/include/libtorrent/asio/detail/handler_queue.hpp (+0/-229)
portable/libtorrent/include/libtorrent/asio/detail/hash_map.hpp (+0/-237)
portable/libtorrent/include/libtorrent/asio/detail/indirect_handler_queue.hpp (+0/-291)
portable/libtorrent/include/libtorrent/asio/detail/io_control.hpp (+0/-137)
portable/libtorrent/include/libtorrent/asio/detail/kqueue_reactor.hpp (+0/-702)
portable/libtorrent/include/libtorrent/asio/detail/kqueue_reactor_fwd.hpp (+0/-41)
portable/libtorrent/include/libtorrent/asio/detail/local_free_on_block_exit.hpp (+0/-59)
portable/libtorrent/include/libtorrent/asio/detail/mutex.hpp (+0/-50)
portable/libtorrent/include/libtorrent/asio/detail/noncopyable.hpp (+0/-55)
portable/libtorrent/include/libtorrent/asio/detail/null_event.hpp (+0/-71)
portable/libtorrent/include/libtorrent/asio/detail/null_mutex.hpp (+0/-66)
portable/libtorrent/include/libtorrent/asio/detail/null_signal_blocker.hpp (+0/-63)
portable/libtorrent/include/libtorrent/asio/detail/null_thread.hpp (+0/-71)
portable/libtorrent/include/libtorrent/asio/detail/null_tss_ptr.hpp (+0/-70)
portable/libtorrent/include/libtorrent/asio/detail/old_win_sdk_compat.hpp (+0/-340)
portable/libtorrent/include/libtorrent/asio/detail/pipe_select_interrupter.hpp (+0/-114)
portable/libtorrent/include/libtorrent/asio/detail/pop_options.hpp (+0/-88)
portable/libtorrent/include/libtorrent/asio/detail/posix_event.hpp (+0/-104)
portable/libtorrent/include/libtorrent/asio/detail/posix_fd_set_adapter.hpp (+0/-77)
portable/libtorrent/include/libtorrent/asio/detail/posix_mutex.hpp (+0/-107)
portable/libtorrent/include/libtorrent/asio/detail/posix_signal_blocker.hpp (+0/-90)
portable/libtorrent/include/libtorrent/asio/detail/posix_thread.hpp (+0/-132)
portable/libtorrent/include/libtorrent/asio/detail/posix_tss_ptr.hpp (+0/-88)
portable/libtorrent/include/libtorrent/asio/detail/push_options.hpp (+0/-114)
portable/libtorrent/include/libtorrent/asio/detail/reactive_descriptor_service.hpp (+0/-709)
portable/libtorrent/include/libtorrent/asio/detail/reactive_serial_port_service.hpp (+0/-268)
portable/libtorrent/include/libtorrent/asio/detail/reactive_socket_service.hpp (+0/-1780)
portable/libtorrent/include/libtorrent/asio/detail/reactor_op_queue.hpp (+0/-454)
portable/libtorrent/include/libtorrent/asio/detail/resolver_service.hpp (+0/-357)
portable/libtorrent/include/libtorrent/asio/detail/scoped_lock.hpp (+0/-91)
portable/libtorrent/include/libtorrent/asio/detail/select_interrupter.hpp (+0/-41)
portable/libtorrent/include/libtorrent/asio/detail/select_reactor.hpp (+0/-534)
portable/libtorrent/include/libtorrent/asio/detail/select_reactor_fwd.hpp (+0/-31)
portable/libtorrent/include/libtorrent/asio/detail/service_base.hpp (+0/-49)
portable/libtorrent/include/libtorrent/asio/detail/service_id.hpp (+0/-37)
portable/libtorrent/include/libtorrent/asio/detail/service_registry.hpp (+0/-210)
portable/libtorrent/include/libtorrent/asio/detail/service_registry_fwd.hpp (+0/-30)
portable/libtorrent/include/libtorrent/asio/detail/signal_blocker.hpp (+0/-50)
portable/libtorrent/include/libtorrent/asio/detail/signal_init.hpp (+0/-51)
portable/libtorrent/include/libtorrent/asio/detail/socket_holder.hpp (+0/-95)
portable/libtorrent/include/libtorrent/asio/detail/socket_ops.hpp (+0/-1893)
portable/libtorrent/include/libtorrent/asio/detail/socket_option.hpp (+0/-309)
portable/libtorrent/include/libtorrent/asio/detail/socket_select_interrupter.hpp (+0/-187)
portable/libtorrent/include/libtorrent/asio/detail/socket_types.hpp (+0/-206)
portable/libtorrent/include/libtorrent/asio/detail/strand_service.hpp (+0/-530)
portable/libtorrent/include/libtorrent/asio/detail/task_io_service.hpp (+0/-425)
portable/libtorrent/include/libtorrent/asio/detail/task_io_service_2lock.hpp (+0/-462)
portable/libtorrent/include/libtorrent/asio/detail/task_io_service_fwd.hpp (+0/-31)
portable/libtorrent/include/libtorrent/asio/detail/thread.hpp (+0/-58)
portable/libtorrent/include/libtorrent/asio/detail/throw_error.hpp (+0/-44)
portable/libtorrent/include/libtorrent/asio/detail/timer_queue.hpp (+0/-436)
portable/libtorrent/include/libtorrent/asio/detail/timer_queue_base.hpp (+0/-62)
portable/libtorrent/include/libtorrent/asio/detail/tss_ptr.hpp (+0/-65)
portable/libtorrent/include/libtorrent/asio/detail/win_event.hpp (+0/-103)
portable/libtorrent/include/libtorrent/asio/detail/win_fd_set_adapter.hpp (+0/-88)
portable/libtorrent/include/libtorrent/asio/detail/win_iocp_handle_service.hpp (+0/-832)
portable/libtorrent/include/libtorrent/asio/detail/win_iocp_io_service.hpp (+0/-728)
portable/libtorrent/include/libtorrent/asio/detail/win_iocp_io_service_fwd.hpp (+0/-50)
portable/libtorrent/include/libtorrent/asio/detail/win_iocp_serial_port_service.hpp (+0/-292)
portable/libtorrent/include/libtorrent/asio/detail/win_iocp_socket_service.hpp (+0/-2413)
portable/libtorrent/include/libtorrent/asio/detail/win_mutex.hpp (+0/-149)
portable/libtorrent/include/libtorrent/asio/detail/win_signal_blocker.hpp (+0/-67)
portable/libtorrent/include/libtorrent/asio/detail/win_thread.hpp (+0/-194)
portable/libtorrent/include/libtorrent/asio/detail/win_tss_ptr.hpp (+0/-95)
portable/libtorrent/include/libtorrent/asio/detail/wince_thread.hpp (+0/-127)
portable/libtorrent/include/libtorrent/asio/detail/winsock_init.hpp (+0/-120)
portable/libtorrent/include/libtorrent/asio/detail/wrapped_handler.hpp (+0/-209)
portable/libtorrent/include/libtorrent/asio/error.hpp (+0/-260)
portable/libtorrent/include/libtorrent/asio/error_code.hpp (+0/-164)
portable/libtorrent/include/libtorrent/asio/handler_alloc_hook.hpp (+0/-88)
portable/libtorrent/include/libtorrent/asio/handler_invoke_hook.hpp (+0/-69)
portable/libtorrent/include/libtorrent/asio/impl/error_code.ipp (+0/-104)
portable/libtorrent/include/libtorrent/asio/impl/io_service.ipp (+0/-224)
portable/libtorrent/include/libtorrent/asio/impl/read.ipp (+0/-314)
portable/libtorrent/include/libtorrent/asio/impl/read_at.ipp (+0/-337)
portable/libtorrent/include/libtorrent/asio/impl/read_until.ipp (+0/-996)
portable/libtorrent/include/libtorrent/asio/impl/serial_port_base.ipp (+0/-541)
portable/libtorrent/include/libtorrent/asio/impl/write.ipp (+0/-279)
portable/libtorrent/include/libtorrent/asio/impl/write_at.ipp (+0/-296)
portable/libtorrent/include/libtorrent/asio/io_service.hpp (+0/-551)
portable/libtorrent/include/libtorrent/asio/ip/address.hpp (+0/-277)
portable/libtorrent/include/libtorrent/asio/ip/address_v4.hpp (+0/-288)
portable/libtorrent/include/libtorrent/asio/ip/address_v6.hpp (+0/-406)
portable/libtorrent/include/libtorrent/asio/ip/basic_endpoint.hpp (+0/-368)
portable/libtorrent/include/libtorrent/asio/ip/basic_resolver.hpp (+0/-245)
portable/libtorrent/include/libtorrent/asio/ip/basic_resolver_entry.hpp (+0/-95)
portable/libtorrent/include/libtorrent/asio/ip/basic_resolver_iterator.hpp (+0/-154)
portable/libtorrent/include/libtorrent/asio/ip/basic_resolver_query.hpp (+0/-149)
portable/libtorrent/include/libtorrent/asio/ip/detail/socket_option.hpp (+0/-578)
portable/libtorrent/include/libtorrent/asio/ip/host_name.hpp (+0/-62)
portable/libtorrent/include/libtorrent/asio/ip/icmp.hpp (+0/-118)
portable/libtorrent/include/libtorrent/asio/ip/multicast.hpp (+0/-181)
portable/libtorrent/include/libtorrent/asio/ip/resolver_query_base.hpp (+0/-109)
portable/libtorrent/include/libtorrent/asio/ip/resolver_service.hpp (+0/-140)
portable/libtorrent/include/libtorrent/asio/ip/tcp.hpp (+0/-158)
portable/libtorrent/include/libtorrent/asio/ip/udp.hpp (+0/-116)
portable/libtorrent/include/libtorrent/asio/ip/unicast.hpp (+0/-70)
portable/libtorrent/include/libtorrent/asio/ip/v6_only.hpp (+0/-68)
portable/libtorrent/include/libtorrent/asio/is_read_buffered.hpp (+0/-62)
portable/libtorrent/include/libtorrent/asio/is_write_buffered.hpp (+0/-62)
portable/libtorrent/include/libtorrent/asio/local/basic_endpoint.hpp (+0/-265)
portable/libtorrent/include/libtorrent/asio/local/connect_pair.hpp (+0/-100)
portable/libtorrent/include/libtorrent/asio/local/datagram_protocol.hpp (+0/-78)
portable/libtorrent/include/libtorrent/asio/local/stream_protocol.hpp (+0/-86)
portable/libtorrent/include/libtorrent/asio/placeholders.hpp (+0/-107)
portable/libtorrent/include/libtorrent/asio/posix/basic_descriptor.hpp (+0/-280)
portable/libtorrent/include/libtorrent/asio/posix/basic_stream_descriptor.hpp (+0/-304)
portable/libtorrent/include/libtorrent/asio/posix/descriptor_base.hpp (+0/-93)
portable/libtorrent/include/libtorrent/asio/posix/stream_descriptor.hpp (+0/-39)
portable/libtorrent/include/libtorrent/asio/posix/stream_descriptor_service.hpp (+0/-200)
portable/libtorrent/include/libtorrent/asio/raw_socket_service.hpp (+0/-323)
portable/libtorrent/include/libtorrent/asio/read.hpp (+0/-522)
portable/libtorrent/include/libtorrent/asio/read_at.hpp (+0/-568)
portable/libtorrent/include/libtorrent/asio/read_until.hpp (+0/-823)
portable/libtorrent/include/libtorrent/asio/serial_port.hpp (+0/-38)
portable/libtorrent/include/libtorrent/asio/serial_port_base.hpp (+0/-157)
portable/libtorrent/include/libtorrent/asio/serial_port_service.hpp (+0/-222)
portable/libtorrent/include/libtorrent/asio/socket_acceptor_service.hpp (+0/-225)
portable/libtorrent/include/libtorrent/asio/socket_base.hpp (+0/-515)
portable/libtorrent/include/libtorrent/asio/ssl.hpp (+0/-26)
portable/libtorrent/include/libtorrent/asio/ssl/basic_context.hpp (+0/-434)
portable/libtorrent/include/libtorrent/asio/ssl/context.hpp (+0/-35)
portable/libtorrent/include/libtorrent/asio/ssl/context_base.hpp (+0/-164)
portable/libtorrent/include/libtorrent/asio/ssl/context_service.hpp (+0/-175)
portable/libtorrent/include/libtorrent/asio/ssl/detail/openssl_context_service.hpp (+0/-379)
portable/libtorrent/include/libtorrent/asio/ssl/detail/openssl_init.hpp (+0/-150)
portable/libtorrent/include/libtorrent/asio/ssl/detail/openssl_operation.hpp (+0/-516)
portable/libtorrent/include/libtorrent/asio/ssl/detail/openssl_stream_service.hpp (+0/-531)
portable/libtorrent/include/libtorrent/asio/ssl/detail/openssl_types.hpp (+0/-31)
portable/libtorrent/include/libtorrent/asio/ssl/stream.hpp (+0/-503)
portable/libtorrent/include/libtorrent/asio/ssl/stream_base.hpp (+0/-60)
portable/libtorrent/include/libtorrent/asio/ssl/stream_service.hpp (+0/-186)
portable/libtorrent/include/libtorrent/asio/strand.hpp (+0/-186)
portable/libtorrent/include/libtorrent/asio/stream_socket_service.hpp (+0/-286)
portable/libtorrent/include/libtorrent/asio/streambuf.hpp (+0/-31)
portable/libtorrent/include/libtorrent/asio/system_error.hpp (+0/-117)
portable/libtorrent/include/libtorrent/asio/thread.hpp (+0/-91)
portable/libtorrent/include/libtorrent/asio/time_traits.hpp (+0/-78)
portable/libtorrent/include/libtorrent/asio/version.hpp (+0/-23)
portable/libtorrent/include/libtorrent/asio/windows/basic_handle.hpp (+0/-211)
portable/libtorrent/include/libtorrent/asio/windows/basic_random_access_handle.hpp (+0/-320)
portable/libtorrent/include/libtorrent/asio/windows/basic_stream_handle.hpp (+0/-302)
portable/libtorrent/include/libtorrent/asio/windows/random_access_handle.hpp (+0/-39)
portable/libtorrent/include/libtorrent/asio/windows/random_access_handle_service.hpp (+0/-179)
portable/libtorrent/include/libtorrent/asio/windows/stream_handle.hpp (+0/-39)
portable/libtorrent/include/libtorrent/asio/windows/stream_handle_service.hpp (+0/-177)
portable/libtorrent/include/libtorrent/asio/write.hpp (+0/-520)
portable/libtorrent/include/libtorrent/asio/write_at.hpp (+0/-555)
portable/libtorrent/include/libtorrent/assert.hpp (+0/-60)
portable/libtorrent/include/libtorrent/aux_/session_impl.hpp (+0/-685)
portable/libtorrent/include/libtorrent/bandwidth_limit.hpp (+0/-120)
portable/libtorrent/include/libtorrent/bandwidth_manager.hpp (+0/-496)
portable/libtorrent/include/libtorrent/bandwidth_queue_entry.hpp (+0/-56)
portable/libtorrent/include/libtorrent/bencode.hpp (+0/-415)
portable/libtorrent/include/libtorrent/bitfield.hpp (+0/-266)
portable/libtorrent/include/libtorrent/broadcast_socket.hpp (+0/-110)
portable/libtorrent/include/libtorrent/bt_peer_connection.hpp (+0/-435)
portable/libtorrent/include/libtorrent/buffer.hpp (+0/-205)
portable/libtorrent/include/libtorrent/chained_buffer.hpp (+0/-200)
portable/libtorrent/include/libtorrent/config.hpp (+0/-100)
portable/libtorrent/include/libtorrent/connection_queue.hpp (+0/-115)
portable/libtorrent/include/libtorrent/create_torrent.hpp (+0/-238)
portable/libtorrent/include/libtorrent/debug.hpp (+0/-94)
portable/libtorrent/include/libtorrent/disk_buffer_holder.hpp (+0/-65)
portable/libtorrent/include/libtorrent/disk_io_thread.hpp (+0/-335)
portable/libtorrent/include/libtorrent/entry.hpp (+0/-338)
portable/libtorrent/include/libtorrent/enum_net.hpp (+0/-78)
portable/libtorrent/include/libtorrent/error_code.hpp (+0/-106)
portable/libtorrent/include/libtorrent/escape_string.hpp (+0/-65)
portable/libtorrent/include/libtorrent/extensions.hpp (+0/-194)
portable/libtorrent/include/libtorrent/extensions/logger.hpp (+0/-54)
portable/libtorrent/include/libtorrent/extensions/metadata_transfer.hpp (+0/-55)
portable/libtorrent/include/libtorrent/extensions/smart_ban.hpp (+0/-55)
portable/libtorrent/include/libtorrent/extensions/ut_metadata.hpp (+0/-55)
portable/libtorrent/include/libtorrent/extensions/ut_pex.hpp (+0/-54)
portable/libtorrent/include/libtorrent/file.hpp (+0/-140)
portable/libtorrent/include/libtorrent/file_pool.hpp (+0/-103)
portable/libtorrent/include/libtorrent/file_storage.hpp (+0/-147)
portable/libtorrent/include/libtorrent/fingerprint.hpp (+0/-95)
portable/libtorrent/include/libtorrent/gzip.hpp (+0/-52)
portable/libtorrent/include/libtorrent/hasher.hpp (+0/-122)
portable/libtorrent/include/libtorrent/http_connection.hpp (+0/-209)
portable/libtorrent/include/libtorrent/http_parser.hpp (+0/-111)
portable/libtorrent/include/libtorrent/http_stream.hpp (+0/-102)
portable/libtorrent/include/libtorrent/http_tracker_connection.hpp (+0/-106)
portable/libtorrent/include/libtorrent/identify_client.hpp (+0/-58)
portable/libtorrent/include/libtorrent/instantiate_connection.hpp (+0/-48)
portable/libtorrent/include/libtorrent/intrusive_ptr_base.hpp (+0/-85)
portable/libtorrent/include/libtorrent/invariant_check.hpp (+0/-78)
portable/libtorrent/include/libtorrent/io.hpp (+0/-153)
portable/libtorrent/include/libtorrent/ip_filter.hpp (+0/-317)
portable/libtorrent/include/libtorrent/kademlia/closest_nodes.hpp (+0/-117)
portable/libtorrent/include/libtorrent/kademlia/dht_tracker.hpp (+0/-175)
portable/libtorrent/include/libtorrent/kademlia/find_data.hpp (+0/-125)
portable/libtorrent/include/libtorrent/kademlia/logging.hpp (+0/-146)
portable/libtorrent/include/libtorrent/kademlia/msg.hpp (+0/-104)
portable/libtorrent/include/libtorrent/kademlia/node.hpp (+0/-262)
portable/libtorrent/include/libtorrent/kademlia/node_entry.hpp (+0/-76)
portable/libtorrent/include/libtorrent/kademlia/node_id.hpp (+0/-62)
portable/libtorrent/include/libtorrent/kademlia/observer.hpp (+0/-102)
portable/libtorrent/include/libtorrent/kademlia/refresh.hpp (+0/-214)
portable/libtorrent/include/libtorrent/kademlia/routing_table.hpp (+0/-254)
portable/libtorrent/include/libtorrent/kademlia/rpc_manager.hpp (+0/-141)
portable/libtorrent/include/libtorrent/kademlia/traversal_algorithm.hpp (+0/-161)
portable/libtorrent/include/libtorrent/lazy_entry.hpp (+0/-236)
portable/libtorrent/include/libtorrent/lsd.hpp (+0/-98)
portable/libtorrent/include/libtorrent/magnet_uri.hpp (+0/-66)
portable/libtorrent/include/libtorrent/natpmp.hpp (+0/-162)
portable/libtorrent/include/libtorrent/parse_url.hpp (+0/-59)
portable/libtorrent/include/libtorrent/pch.hpp (+0/-127)
portable/libtorrent/include/libtorrent/pe_crypto.hpp (+0/-126)
portable/libtorrent/include/libtorrent/peer.hpp (+0/-63)
portable/libtorrent/include/libtorrent/peer_connection.hpp (+0/-894)
portable/libtorrent/include/libtorrent/peer_id.hpp (+0/-203)
portable/libtorrent/include/libtorrent/peer_info.hpp (+0/-218)
portable/libtorrent/include/libtorrent/peer_request.hpp (+0/-49)
portable/libtorrent/include/libtorrent/piece_block_progress.hpp (+0/-57)
portable/libtorrent/include/libtorrent/piece_picker.hpp (+0/-548)
portable/libtorrent/include/libtorrent/policy.hpp (+0/-312)
portable/libtorrent/include/libtorrent/proxy_base.hpp (+0/-211)
portable/libtorrent/include/libtorrent/random_sample.hpp (+0/-74)
portable/libtorrent/include/libtorrent/session.hpp (+0/-366)
portable/libtorrent/include/libtorrent/session_settings.hpp (+0/-527)
portable/libtorrent/include/libtorrent/session_status.hpp (+0/-79)
portable/libtorrent/include/libtorrent/size_type.hpp (+0/-53)
portable/libtorrent/include/libtorrent/socket.hpp (+0/-252)
portable/libtorrent/include/libtorrent/socket_type.hpp (+0/-51)
portable/libtorrent/include/libtorrent/socks4_stream.hpp (+0/-92)
portable/libtorrent/include/libtorrent/socks5_stream.hpp (+0/-104)
portable/libtorrent/include/libtorrent/ssl_stream.hpp (+0/-228)
portable/libtorrent/include/libtorrent/stat.hpp (+0/-255)
portable/libtorrent/include/libtorrent/storage.hpp (+0/-431)
portable/libtorrent/include/libtorrent/time.hpp (+0/-412)
portable/libtorrent/include/libtorrent/torrent.hpp (+0/-1022)
portable/libtorrent/include/libtorrent/torrent_handle.hpp (+0/-503)
portable/libtorrent/include/libtorrent/torrent_info.hpp (+0/-258)
portable/libtorrent/include/libtorrent/tracker_manager.hpp (+0/-248)
portable/libtorrent/include/libtorrent/udp_socket.hpp (+0/-117)
portable/libtorrent/include/libtorrent/udp_tracker_connection.hpp (+0/-125)
portable/libtorrent/include/libtorrent/upnp.hpp (+0/-289)
portable/libtorrent/include/libtorrent/utf8.hpp (+0/-161)
portable/libtorrent/include/libtorrent/variant_stream.hpp (+0/-754)
portable/libtorrent/include/libtorrent/version.hpp (+0/-43)
portable/libtorrent/include/libtorrent/web_peer_connection.hpp (+0/-184)
portable/libtorrent/include/libtorrent/xml_parse.hpp (+0/-218)
portable/libtorrent/src/GeoIP.c (+0/-1038)
portable/libtorrent/src/Makefile.am (+0/-113)
portable/libtorrent/src/Makefile.in (+0/-811)
portable/libtorrent/src/alert.cpp (+0/-119)
portable/libtorrent/src/assert.cpp (+0/-141)
portable/libtorrent/src/broadcast_socket.cpp (+0/-274)
portable/libtorrent/src/bt_peer_connection.cpp (+0/-2744)
portable/libtorrent/src/connection_queue.cpp (+0/-286)
portable/libtorrent/src/create_torrent.cpp (+0/-273)
portable/libtorrent/src/disk_buffer_holder.cpp (+0/-70)
portable/libtorrent/src/disk_io_thread.cpp (+0/-1235)
portable/libtorrent/src/entry.cpp (+0/-419)
portable/libtorrent/src/enum_net.cpp (+0/-638)
portable/libtorrent/src/error_code.cpp (+0/-60)
portable/libtorrent/src/escape_string.cpp (+0/-401)
portable/libtorrent/src/file.cpp (+0/-367)
portable/libtorrent/src/file_pool.cpp (+0/-163)
portable/libtorrent/src/file_storage.cpp (+0/-166)
portable/libtorrent/src/gzip.cpp (+0/-213)
portable/libtorrent/src/http_connection.cpp (+0/-619)
portable/libtorrent/src/http_parser.cpp (+0/-245)
portable/libtorrent/src/http_stream.cpp (+0/-168)
portable/libtorrent/src/http_tracker_connection.cpp (+0/-464)
portable/libtorrent/src/identify_client.cpp (+0/-384)
portable/libtorrent/src/instantiate_connection.cpp (+0/-81)
portable/libtorrent/src/ip_filter.cpp (+0/-91)
portable/libtorrent/src/kademlia/closest_nodes.cpp (+0/-137)
portable/libtorrent/src/kademlia/dht_tracker.cpp (+0/-1002)
portable/libtorrent/src/kademlia/find_data.cpp (+0/-146)
portable/libtorrent/src/kademlia/node.cpp (+0/-515)
portable/libtorrent/src/kademlia/node_id.cpp (+0/-117)
portable/libtorrent/src/kademlia/refresh.cpp (+0/-180)
portable/libtorrent/src/kademlia/routing_table.cpp (+0/-475)
portable/libtorrent/src/kademlia/rpc_manager.cpp (+0/-498)
portable/libtorrent/src/kademlia/traversal_algorithm.cpp (+0/-193)
portable/libtorrent/src/lazy_bdecode.cpp (+0/-436)
portable/libtorrent/src/logger.cpp (+0/-232)
portable/libtorrent/src/lsd.cpp (+0/-208)
portable/libtorrent/src/magnet_uri.cpp (+0/-151)
portable/libtorrent/src/metadata_transfer.cpp (+0/-626)
portable/libtorrent/src/natpmp.cpp (+0/-552)
portable/libtorrent/src/parse_url.cpp (+0/-132)
portable/libtorrent/src/pe_crypto.cpp (+0/-161)
portable/libtorrent/src/peer_connection.cpp (+0/-4106)
portable/libtorrent/src/piece_picker.cpp (+0/-2269)
portable/libtorrent/src/policy.cpp (+0/-1322)
portable/libtorrent/src/session.cpp (+0/-628)
portable/libtorrent/src/session_impl.cpp (+0/-2646)
portable/libtorrent/src/sha1.cpp (+0/-319)
portable/libtorrent/src/smart_ban.cpp (+0/-308)
portable/libtorrent/src/socks4_stream.cpp (+0/-152)
portable/libtorrent/src/socks5_stream.cpp (+0/-332)
portable/libtorrent/src/stat.cpp (+0/-69)
portable/libtorrent/src/storage.cpp (+0/-2812)
portable/libtorrent/src/torrent.cpp (+0/-4853)
portable/libtorrent/src/torrent_handle.cpp (+0/-635)
portable/libtorrent/src/torrent_info.cpp (+0/-648)
portable/libtorrent/src/tracker_manager.cpp (+0/-284)
portable/libtorrent/src/udp_socket.cpp (+0/-634)
portable/libtorrent/src/udp_tracker_connection.cpp (+0/-525)
portable/libtorrent/src/upnp.cpp (+0/-1312)
portable/libtorrent/src/ut_metadata.cpp (+0/-460)
portable/libtorrent/src/ut_pex.cpp (+0/-418)
portable/libtorrent/src/web_peer_connection.cpp (+0/-731)
portable/menubar.py (+0/-298)
portable/messagehandler.py (+60/-27)
portable/messages.py (+37/-29)
portable/models.py (+0/-62)
portable/moviedata.py (+117/-84)
portable/olddatabaseupgrade.py (+0/-580)
portable/opml.py (+5/-5)
portable/player.py (+0/-67)
portable/playlist.py (+6/-5)
portable/prefs.py (+3/-1)
portable/schema.py (+54/-35)
portable/schemav79.py (+0/-580)
portable/search.py (+16/-16)
portable/searchengines.py (+27/-21)
portable/signals.py (+13/-13)
portable/singleclick.py (+34/-31)
portable/sorts.pyx (+0/-187)
portable/startup.py (+24/-21)
portable/storedatabase.py (+287/-96)
portable/subscription.py (+87/-82)
portable/tabs.py (+11/-10)
portable/test/__init__.py (+11/-8)
portable/test/bmachinetest.py (+0/-148)
portable/test/databasesanitytest.py (+31/-30)
portable/test/databasetest.py (+81/-55)
portable/test/datastructurestest.py (+39/-0)
portable/test/fasttypestest.py (+0/-224)
portable/test/feedparsertest.py (+22/-6)
portable/test/feedtest.py (+148/-143)
portable/test/filetypestest.py (+49/-9)
portable/test/framework.py (+33/-19)
portable/test/gtcachetest.py (+25/-22)
portable/test/httpclienttest.py (+807/-735)
portable/test/httpdownloadertest.py (+3/-3)
portable/test/iconcachetest.py (+0/-54)
portable/test/itemtest.py (+0/-159)
portable/test/messagetest.py (+141/-141)
portable/test/olddatabaseupgradetest.py (+0/-162)
portable/test/parseurltest.py (+18/-18)
portable/test/playlisttest.py (+42/-38)
portable/test/schedulertest.py (+23/-23)
portable/test/schematest.py (+24/-25)
portable/test/signalstest.py (+15/-14)
portable/test/storedatabasetest.py (+120/-55)
portable/test/strippertest.py (+42/-17)
portable/test/subscriptiontest.py (+48/-32)
portable/test/unicodetest.py (+145/-150)
portable/test/utiltest.py (+223/-54)
portable/test/xhtmltest.py (+0/-1)
portable/theme.py (+17/-16)
portable/trapcall.py (+1/-1)
portable/u3info.py (+1/-1)
portable/util.py (+429/-384)
portable/xhtmltools.py (+51/-39)
resources/app.config.template (+7/-7)
resources/locale/af.po (+2995/-0)
resources/locale/ar.po (+2302/-2187)
resources/locale/be.po (+0/-2895)
resources/locale/bg.po (+2527/-2260)
resources/locale/bn.po (+2279/-2160)
resources/locale/br.po (+2356/-2251)
resources/locale/bs.po (+2355/-2236)
resources/locale/ca.po (+2361/-2189)
resources/locale/ckb.po (+2287/-2156)
resources/locale/cs.po (+2497/-2284)
resources/locale/csb.po (+2283/-2164)
resources/locale/cy.po (+2510/-2359)
resources/locale/da.po (+2529/-2279)
resources/locale/de.po (+2453/-2284)
resources/locale/el.po (+2363/-2190)
resources/locale/en_AU.po (+2566/-2316)
resources/locale/en_CA.po (+2403/-2278)
resources/locale/en_GB.po (+2414/-2273)
resources/locale/eo.po (+2293/-2171)
resources/locale/es.po (+2555/-2292)
resources/locale/et.po (+2467/-2197)
resources/locale/eu.po (+2456/-2263)
resources/locale/export-strings.sh (+1/-1)
resources/locale/fa.po (+2285/-2160)
resources/locale/fi.po (+2399/-2273)
resources/locale/fil.po (+2316/-2200)
resources/locale/fo.po (+2279/-2160)
resources/locale/fr.po (+2430/-2299)
resources/locale/fy.po (+2287/-2168)
resources/locale/ga.po (+2363/-2200)
resources/locale/gl.po (+2425/-2282)
resources/locale/gu.po (+2283/-2164)
resources/locale/he.po (+2446/-2268)
resources/locale/hi.po (+2275/-2156)
resources/locale/hr.po (+2338/-2237)
resources/locale/hu.po (+2389/-2255)
resources/locale/id.po (+2467/-2251)
resources/locale/import-translations.py (+1/-1)
resources/locale/is.po (+2284/-2165)
resources/locale/it.po (+2555/-2306)
resources/locale/ja.po (+2289/-2171)
resources/locale/ka.po (+2297/-2175)
resources/locale/kk.po (+2278/-2159)
resources/locale/km.po (+0/-2873)
resources/locale/kn.po (+0/-2882)
resources/locale/ko.po (+2272/-2160)
resources/locale/ku.po (+2277/-2158)
resources/locale/lb.po (+2277/-2158)
resources/locale/lt.po (+2379/-2278)
resources/locale/lv.po (+2347/-2230)
resources/locale/messages.pot (+2271/-2152)
resources/locale/mk.po (+2362/-2267)
resources/locale/ml.po (+2280/-2161)
resources/locale/mr.po (+2283/-2164)
resources/locale/ms.po (+2337/-2179)
resources/locale/mt.po (+2996/-0)
resources/locale/nb.po (+2523/-2265)
resources/locale/nds.po (+2424/-2285)
resources/locale/ne.po (+2279/-2160)
resources/locale/nl.po (+2555/-2298)
resources/locale/nn.po (+3960/-2258)
resources/locale/oc.po (+2340/-2218)
resources/locale/pa.po (+2285/-2167)
resources/locale/pl.po (+2425/-2325)
resources/locale/pt.po (+2582/-2313)
resources/locale/pt_BR.po (+2395/-2250)
resources/locale/ro.po (+2418/-2325)
resources/locale/ru.po (+2433/-2296)
resources/locale/si.po (+2301/-2163)
resources/locale/sk.po (+2463/-2267)
resources/locale/sl.po (+2504/-2362)
resources/locale/sq.po (+2413/-2273)
resources/locale/sr.po (+2560/-2378)
resources/locale/sv.po (+2530/-2270)
resources/locale/ta.po (+2278/-2159)
resources/locale/te.po (+2313/-2179)
resources/locale/th.po (+2308/-2214)
resources/locale/tl.po (+2279/-2160)
resources/locale/tr.po (+2479/-2248)
resources/locale/uk.po (+2561/-2351)
resources/locale/ur.po (+2279/-2160)
resources/locale/vi.po (+2280/-2158)
resources/locale/zh_CN.po (+2299/-2175)
resources/locale/zh_HK.po (+2272/-2135)
resources/locale/zh_TW.po (+2284/-2164)
resources/locale/zu.po (+2278/-2159)
resources/searchengines/everyzing.xml.disabled (+0/-6)
resources/searchengines/mininova.xml (+0/-6)
resources/testdata/stripperdata/test9.expected (+1/-0)
resources/testdata/stripperdata/test9.in (+1/-0)
To merge this branch: bzr merge lp:~blueyed/ubuntu/lucid/miro/merge-from-sid
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+23352@code.launchpad.net
To post a comment you must log in.
30. By Daniel Hahler

New upstream: 3.0.1-0ubuntu1

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: