From ff3e80c42f3566cf5725b1c969ac869086ff47fe Mon Sep 17 00:00:00 2001 From: cg25 Date: Wed, 25 Jun 2008 14:15:21 +0000 Subject: [PATCH] Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and trunk. --- bindings/python/src/alert.cpp | 0 bindings/python/src/big_number.cpp | 0 bindings/python/src/converters.cpp | 0 bindings/python/src/datetime.cpp | 0 bindings/python/src/docstrings.cpp | 0 bindings/python/src/entry.cpp | 0 bindings/python/src/extensions.cpp | 0 bindings/python/src/filesystem.cpp | 0 bindings/python/src/fingerprint.cpp | 0 bindings/python/src/gil.hpp | 0 bindings/python/src/module.cpp | 0 bindings/python/src/optional.hpp | 0 bindings/python/src/peer_info.cpp | 0 bindings/python/src/peer_plugin.cpp | 0 bindings/python/src/session.cpp | 0 bindings/python/src/session_settings.cpp | 0 bindings/python/src/torrent.cpp | 0 bindings/python/src/torrent_handle.cpp | 0 bindings/python/src/torrent_info.cpp | 0 bindings/python/src/torrent_status.cpp | 0 bindings/python/src/utility.cpp | 0 bindings/python/src/version.cpp | 0 docs/libtorrent_screen.png | Bin docs/style.css | 0 include/libtorrent/alert.hpp | 0 include/libtorrent/alert_types.hpp | 0 include/libtorrent/bencode.hpp | 0 include/libtorrent/bt_peer_connection.hpp | 0 include/libtorrent/config.hpp | 0 include/libtorrent/debug.hpp | 0 include/libtorrent/entry.hpp | 0 include/libtorrent/escape_string.hpp | 0 include/libtorrent/file.hpp | 0 include/libtorrent/fingerprint.hpp | 0 include/libtorrent/hasher.hpp | 0 include/libtorrent/http_parser.hpp | 0 include/libtorrent/http_tracker_connection.hpp | 0 include/libtorrent/identify_client.hpp | 0 include/libtorrent/invariant_check.hpp | 0 include/libtorrent/io.hpp | 0 include/libtorrent/peer.hpp | 0 include/libtorrent/peer_connection.hpp | 0 include/libtorrent/peer_id.hpp | 0 include/libtorrent/peer_info.hpp | 0 include/libtorrent/piece_picker.hpp | 0 include/libtorrent/policy.hpp | 0 include/libtorrent/session.hpp | 0 include/libtorrent/size_type.hpp | 0 include/libtorrent/socket.hpp | 0 include/libtorrent/stat.hpp | 0 include/libtorrent/storage.hpp | 0 include/libtorrent/torrent.hpp | 0 include/libtorrent/torrent_handle.hpp | 0 include/libtorrent/torrent_info.hpp | 0 include/libtorrent/tracker_manager.hpp | 0 include/libtorrent/udp_tracker_connection.hpp | 0 include/libtorrent/version.hpp | 0 include/libtorrent/web_peer_connection.hpp | 0 src/alert.cpp | 0 src/bt_peer_connection.cpp | 0 src/entry.cpp | 0 src/escape_string.cpp | 0 src/file.cpp | 0 src/http_parser.cpp | 0 src/http_tracker_connection.cpp | 0 src/identify_client.cpp | 0 src/peer_connection.cpp | 0 src/piece_picker.cpp | 0 src/policy.cpp | 0 src/session.cpp | 0 src/session_impl.cpp | 0 src/sha1.cpp | 0 src/stat.cpp | 0 src/storage.cpp | 0 src/torrent.cpp | 0 src/torrent_handle.cpp | 0 src/torrent_info.cpp | 0 src/tracker_manager.cpp | 0 src/udp_tracker_connection.cpp | 0 src/web_peer_connection.cpp | 0 zlib/crc32.h | 0 zlib/infback.c | 0 zlib/inflate.h | 0 83 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 bindings/python/src/alert.cpp mode change 100755 => 100644 bindings/python/src/big_number.cpp mode change 100755 => 100644 bindings/python/src/converters.cpp mode change 100755 => 100644 bindings/python/src/datetime.cpp mode change 100755 => 100644 bindings/python/src/docstrings.cpp mode change 100755 => 100644 bindings/python/src/entry.cpp mode change 100755 => 100644 bindings/python/src/extensions.cpp mode change 100755 => 100644 bindings/python/src/filesystem.cpp mode change 100755 => 100644 bindings/python/src/fingerprint.cpp mode change 100755 => 100644 bindings/python/src/gil.hpp mode change 100755 => 100644 bindings/python/src/module.cpp mode change 100755 => 100644 bindings/python/src/optional.hpp mode change 100755 => 100644 bindings/python/src/peer_info.cpp mode change 100755 => 100644 bindings/python/src/peer_plugin.cpp mode change 100755 => 100644 bindings/python/src/session.cpp mode change 100755 => 100644 bindings/python/src/session_settings.cpp mode change 100755 => 100644 bindings/python/src/torrent.cpp mode change 100755 => 100644 bindings/python/src/torrent_handle.cpp mode change 100755 => 100644 bindings/python/src/torrent_info.cpp mode change 100755 => 100644 bindings/python/src/torrent_status.cpp mode change 100755 => 100644 bindings/python/src/utility.cpp mode change 100755 => 100644 bindings/python/src/version.cpp mode change 100755 => 100644 docs/libtorrent_screen.png mode change 100755 => 100644 docs/style.css mode change 100755 => 100644 include/libtorrent/alert.hpp mode change 100755 => 100644 include/libtorrent/alert_types.hpp mode change 100755 => 100644 include/libtorrent/bencode.hpp mode change 100755 => 100644 include/libtorrent/bt_peer_connection.hpp mode change 100755 => 100644 include/libtorrent/config.hpp mode change 100755 => 100644 include/libtorrent/debug.hpp mode change 100755 => 100644 include/libtorrent/entry.hpp mode change 100755 => 100644 include/libtorrent/escape_string.hpp mode change 100755 => 100644 include/libtorrent/file.hpp mode change 100755 => 100644 include/libtorrent/fingerprint.hpp mode change 100755 => 100644 include/libtorrent/hasher.hpp mode change 100755 => 100644 include/libtorrent/http_parser.hpp mode change 100755 => 100644 include/libtorrent/http_tracker_connection.hpp mode change 100755 => 100644 include/libtorrent/identify_client.hpp mode change 100755 => 100644 include/libtorrent/invariant_check.hpp mode change 100755 => 100644 include/libtorrent/io.hpp mode change 100755 => 100644 include/libtorrent/peer.hpp mode change 100755 => 100644 include/libtorrent/peer_connection.hpp mode change 100755 => 100644 include/libtorrent/peer_id.hpp mode change 100755 => 100644 include/libtorrent/peer_info.hpp mode change 100755 => 100644 include/libtorrent/piece_picker.hpp mode change 100755 => 100644 include/libtorrent/policy.hpp mode change 100755 => 100644 include/libtorrent/session.hpp mode change 100755 => 100644 include/libtorrent/size_type.hpp mode change 100755 => 100644 include/libtorrent/socket.hpp mode change 100755 => 100644 include/libtorrent/stat.hpp mode change 100755 => 100644 include/libtorrent/storage.hpp mode change 100755 => 100644 include/libtorrent/torrent.hpp mode change 100755 => 100644 include/libtorrent/torrent_handle.hpp mode change 100755 => 100644 include/libtorrent/torrent_info.hpp mode change 100755 => 100644 include/libtorrent/tracker_manager.hpp mode change 100755 => 100644 include/libtorrent/udp_tracker_connection.hpp mode change 100755 => 100644 include/libtorrent/version.hpp mode change 100755 => 100644 include/libtorrent/web_peer_connection.hpp mode change 100755 => 100644 src/alert.cpp mode change 100755 => 100644 src/bt_peer_connection.cpp mode change 100755 => 100644 src/entry.cpp mode change 100755 => 100644 src/escape_string.cpp mode change 100755 => 100644 src/file.cpp mode change 100755 => 100644 src/http_parser.cpp mode change 100755 => 100644 src/http_tracker_connection.cpp mode change 100755 => 100644 src/identify_client.cpp mode change 100755 => 100644 src/peer_connection.cpp mode change 100755 => 100644 src/piece_picker.cpp mode change 100755 => 100644 src/policy.cpp mode change 100755 => 100644 src/session.cpp mode change 100755 => 100644 src/session_impl.cpp mode change 100755 => 100644 src/sha1.cpp mode change 100755 => 100644 src/stat.cpp mode change 100755 => 100644 src/storage.cpp mode change 100755 => 100644 src/torrent.cpp mode change 100755 => 100644 src/torrent_handle.cpp mode change 100755 => 100644 src/torrent_info.cpp mode change 100755 => 100644 src/tracker_manager.cpp mode change 100755 => 100644 src/udp_tracker_connection.cpp mode change 100755 => 100644 src/web_peer_connection.cpp mode change 100755 => 100644 zlib/crc32.h mode change 100755 => 100644 zlib/infback.c mode change 100755 => 100644 zlib/inflate.h diff --git a/bindings/python/src/alert.cpp b/bindings/python/src/alert.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/big_number.cpp b/bindings/python/src/big_number.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/converters.cpp b/bindings/python/src/converters.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/datetime.cpp b/bindings/python/src/datetime.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/docstrings.cpp b/bindings/python/src/docstrings.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/entry.cpp b/bindings/python/src/entry.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/extensions.cpp b/bindings/python/src/extensions.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/filesystem.cpp b/bindings/python/src/filesystem.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/fingerprint.cpp b/bindings/python/src/fingerprint.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/gil.hpp b/bindings/python/src/gil.hpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/module.cpp b/bindings/python/src/module.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/optional.hpp b/bindings/python/src/optional.hpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/peer_info.cpp b/bindings/python/src/peer_info.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/peer_plugin.cpp b/bindings/python/src/peer_plugin.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/session.cpp b/bindings/python/src/session.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/session_settings.cpp b/bindings/python/src/session_settings.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/torrent.cpp b/bindings/python/src/torrent.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/torrent_handle.cpp b/bindings/python/src/torrent_handle.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/torrent_info.cpp b/bindings/python/src/torrent_info.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/torrent_status.cpp b/bindings/python/src/torrent_status.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/utility.cpp b/bindings/python/src/utility.cpp old mode 100755 new mode 100644 diff --git a/bindings/python/src/version.cpp b/bindings/python/src/version.cpp old mode 100755 new mode 100644 diff --git a/docs/libtorrent_screen.png b/docs/libtorrent_screen.png old mode 100755 new mode 100644 diff --git a/docs/style.css b/docs/style.css old mode 100755 new mode 100644 diff --git a/include/libtorrent/alert.hpp b/include/libtorrent/alert.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/alert_types.hpp b/include/libtorrent/alert_types.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/bencode.hpp b/include/libtorrent/bencode.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/bt_peer_connection.hpp b/include/libtorrent/bt_peer_connection.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/config.hpp b/include/libtorrent/config.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/debug.hpp b/include/libtorrent/debug.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/entry.hpp b/include/libtorrent/entry.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/escape_string.hpp b/include/libtorrent/escape_string.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/file.hpp b/include/libtorrent/file.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/fingerprint.hpp b/include/libtorrent/fingerprint.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/hasher.hpp b/include/libtorrent/hasher.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/http_parser.hpp b/include/libtorrent/http_parser.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/http_tracker_connection.hpp b/include/libtorrent/http_tracker_connection.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/identify_client.hpp b/include/libtorrent/identify_client.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/invariant_check.hpp b/include/libtorrent/invariant_check.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/io.hpp b/include/libtorrent/io.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/peer.hpp b/include/libtorrent/peer.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/peer_connection.hpp b/include/libtorrent/peer_connection.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/peer_id.hpp b/include/libtorrent/peer_id.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/peer_info.hpp b/include/libtorrent/peer_info.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/piece_picker.hpp b/include/libtorrent/piece_picker.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/policy.hpp b/include/libtorrent/policy.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/session.hpp b/include/libtorrent/session.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/size_type.hpp b/include/libtorrent/size_type.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/socket.hpp b/include/libtorrent/socket.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/stat.hpp b/include/libtorrent/stat.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/storage.hpp b/include/libtorrent/storage.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/torrent.hpp b/include/libtorrent/torrent.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/torrent_handle.hpp b/include/libtorrent/torrent_handle.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/torrent_info.hpp b/include/libtorrent/torrent_info.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/tracker_manager.hpp b/include/libtorrent/tracker_manager.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/udp_tracker_connection.hpp b/include/libtorrent/udp_tracker_connection.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/version.hpp b/include/libtorrent/version.hpp old mode 100755 new mode 100644 diff --git a/include/libtorrent/web_peer_connection.hpp b/include/libtorrent/web_peer_connection.hpp old mode 100755 new mode 100644 diff --git a/src/alert.cpp b/src/alert.cpp old mode 100755 new mode 100644 diff --git a/src/bt_peer_connection.cpp b/src/bt_peer_connection.cpp old mode 100755 new mode 100644 diff --git a/src/entry.cpp b/src/entry.cpp old mode 100755 new mode 100644 diff --git a/src/escape_string.cpp b/src/escape_string.cpp old mode 100755 new mode 100644 diff --git a/src/file.cpp b/src/file.cpp old mode 100755 new mode 100644 diff --git a/src/http_parser.cpp b/src/http_parser.cpp old mode 100755 new mode 100644 diff --git a/src/http_tracker_connection.cpp b/src/http_tracker_connection.cpp old mode 100755 new mode 100644 diff --git a/src/identify_client.cpp b/src/identify_client.cpp old mode 100755 new mode 100644 diff --git a/src/peer_connection.cpp b/src/peer_connection.cpp old mode 100755 new mode 100644 diff --git a/src/piece_picker.cpp b/src/piece_picker.cpp old mode 100755 new mode 100644 diff --git a/src/policy.cpp b/src/policy.cpp old mode 100755 new mode 100644 diff --git a/src/session.cpp b/src/session.cpp old mode 100755 new mode 100644 diff --git a/src/session_impl.cpp b/src/session_impl.cpp old mode 100755 new mode 100644 diff --git a/src/sha1.cpp b/src/sha1.cpp old mode 100755 new mode 100644 diff --git a/src/stat.cpp b/src/stat.cpp old mode 100755 new mode 100644 diff --git a/src/storage.cpp b/src/storage.cpp old mode 100755 new mode 100644 diff --git a/src/torrent.cpp b/src/torrent.cpp old mode 100755 new mode 100644 diff --git a/src/torrent_handle.cpp b/src/torrent_handle.cpp old mode 100755 new mode 100644 diff --git a/src/torrent_info.cpp b/src/torrent_info.cpp old mode 100755 new mode 100644 diff --git a/src/tracker_manager.cpp b/src/tracker_manager.cpp old mode 100755 new mode 100644 diff --git a/src/udp_tracker_connection.cpp b/src/udp_tracker_connection.cpp old mode 100755 new mode 100644 diff --git a/src/web_peer_connection.cpp b/src/web_peer_connection.cpp old mode 100755 new mode 100644 diff --git a/zlib/crc32.h b/zlib/crc32.h old mode 100755 new mode 100644 diff --git a/zlib/infback.c b/zlib/infback.c old mode 100755 new mode 100644 diff --git a/zlib/inflate.h b/zlib/inflate.h old mode 100755 new mode 100644