.. |
kademlia
|
fix build error
|
2011-06-05 23:37:33 +00:00 |
ConvertUTF.cpp
|
…
|
|
GeoIP.c
|
another GeoIP fix
|
2008-12-22 09:53:30 +00:00 |
Makefile.am
|
move the code of chained buffer out to its own cpp file
|
2011-08-13 23:01:38 +00:00 |
alert.cpp
|
added async_add_torrent for increased performance when adding many torrents (no documentation yet though)
|
2011-10-12 10:27:17 +00:00 |
allocator.cpp
|
fixed bug in buffer debug code in allocator
|
2011-04-17 08:39:52 +00:00 |
assert.cpp
|
fix production assert
|
2011-08-14 23:55:41 +00:00 |
bandwidth_limit.cpp
|
fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way
|
2011-02-21 05:24:41 +00:00 |
bandwidth_manager.cpp
|
support release asserts
|
2011-05-08 09:04:59 +00:00 |
bandwidth_queue_entry.cpp
|
fixed build warnings
|
2011-02-14 01:59:01 +00:00 |
bloom_filter.cpp
|
support DHT scrape
|
2011-05-23 00:45:36 +00:00 |
broadcast_socket.cpp
|
minor fix to broadcast socket patch
|
2011-10-25 10:28:54 +00:00 |
bt_peer_connection.cpp
|
fix invariant check now that interest is calculated lazily
|
2011-11-03 09:20:16 +00:00 |
chained_buffer.cpp
|
move the code of chained buffer out to its own cpp file
|
2011-08-13 23:01:38 +00:00 |
connection_queue.cpp
|
fix issue where event=stopped announces wouldn't be sent when closing session
|
2011-09-17 21:15:42 +00:00 |
create_torrent.cpp
|
allow NULL to be passed to create_torrent::set_comment and create_torrent::set_creator
|
2011-09-22 21:24:50 +00:00 |
disk_buffer_holder.cpp
|
fully support unbuffered I/O
|
2011-02-22 02:53:26 +00:00 |
disk_buffer_pool.cpp
|
add missing files
|
2011-08-01 08:03:26 +00:00 |
disk_io_thread.cpp
|
post disk job completions in batches to save CPU in the network thread
|
2011-10-19 05:46:49 +00:00 |
entry.cpp
|
fixed build warnings
|
2011-02-14 01:59:01 +00:00 |
enum_net.cpp
|
fix mingw build
|
2011-04-10 03:45:13 +00:00 |
error_code.cpp
|
support for dont-have extension message
|
2011-08-07 00:41:13 +00:00 |
escape_string.cpp
|
fix iconv use on mingw
|
2011-07-23 19:30:23 +00:00 |
file.cpp
|
return -1 on failure on truncating file
|
2011-11-02 09:07:54 +00:00 |
file_pool.cpp
|
close files in separate thread on systems where close() may block (Mac OS X for instance)
|
2011-08-07 04:41:10 +00:00 |
file_storage.cpp
|
added async_add_torrent for increased performance when adding many torrents (no documentation yet though)
|
2011-10-12 10:27:17 +00:00 |
gzip.cpp
|
dropped dependency on zlib
|
2010-03-16 06:14:22 +00:00 |
http_connection.cpp
|
fix issue where event=stopped announces wouldn't be sent when closing session
|
2011-09-17 21:15:42 +00:00 |
http_parser.cpp
|
fixed bug in web_connection_base when receiving chunked encoding and made sure the unit tests pass
|
2011-03-24 16:46:26 +00:00 |
http_seed_connection.cpp
|
comment on incorrect assert
|
2011-09-10 05:37:18 +00:00 |
http_stream.cpp
|
improved SOCKS5 support
|
2010-08-03 09:08:37 +00:00 |
http_tracker_connection.cpp
|
fix issue where event=stopped announces wouldn't be sent when closing session
|
2011-09-17 21:15:42 +00:00 |
i2p_stream.cpp
|
no need to close and re-open the listen socket when starting the DHT. Report the actual port we ended up listening on if the system chose one. don't try to listen on i2p
|
2011-03-07 07:02:30 +00:00 |
identify_client.cpp
|
recognizes more clients in identify_client()
|
2010-04-28 16:14:27 +00:00 |
instantiate_connection.cpp
|
basic support for bittorrent connections over SSL
|
2011-09-10 05:52:07 +00:00 |
ip_filter.cpp
|
fixed building with no IPv6 support
|
2009-11-27 18:46:29 +00:00 |
lazy_bdecode.cpp
|
merge diff from aio branch to show partially bdecoded files with dump_torrent
|
2011-06-25 17:42:49 +00:00 |
logger.cpp
|
fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way
|
2011-02-21 05:24:41 +00:00 |
lsd.cpp
|
cleaned up some exception handling and introduced macros like BOOST_TRY/BOOST_CATCH to make the optional exception handling nicer
|
2011-02-25 17:00:36 +00:00 |
lt_trackers.cpp
|
optimize send buffer allocation and deallocation by not allowing requiring contiguous buffers
|
2011-05-19 02:41:28 +00:00 |
magnet_uri.cpp
|
some warning fixes and cleanup
|
2011-02-24 04:25:35 +00:00 |
metadata_transfer.cpp
|
optimize send buffer allocation and deallocation by not allowing requiring contiguous buffers
|
2011-05-19 02:41:28 +00:00 |
mpi.c
|
changed includes for tommath to point into the libtorrent directory
|
2009-11-10 17:14:53 +00:00 |
natpmp.cpp
|
replaced std::rand() with custom random generator
|
2011-02-26 07:55:51 +00:00 |
packet_buffer.cpp
|
fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way
|
2011-02-21 05:24:41 +00:00 |
parse_url.cpp
|
error_code fix. added is_error_code_enum template specialization and using the abbreviated syntax to build error_codes
|
2009-11-29 07:06:38 +00:00 |
pe_crypto.cpp
|
clean up some dead code and fix windows build
|
2011-02-28 00:35:58 +00:00 |
peer_connection.cpp
|
add verbose peer logging for setting TOS byte
|
2011-11-10 09:18:55 +00:00 |
piece_picker.cpp
|
fixed rare piece picker bug
|
2011-11-07 04:31:48 +00:00 |
policy.cpp
|
another attempt at optimizing piece picker
|
2011-08-14 23:16:12 +00:00 |
puff.cpp
|
dropped dependency on zlib
|
2010-03-16 06:14:22 +00:00 |
random.cpp
|
fix random.cpp build errors on non C99 compilers
|
2011-02-26 18:15:31 +00:00 |
rsa.cpp
|
fixed build issue
|
2011-05-28 00:55:47 +00:00 |
rss.cpp
|
change the add_torrent_params API to use flags instead of a bunch of bools (but leave it backwards compatible)
|
2011-11-08 05:36:22 +00:00 |
session.cpp
|
fix error reporting for session::add_torrent
|
2011-11-02 17:08:47 +00:00 |
session_impl.cpp
|
change the add_torrent_params API to use flags instead of a bunch of bools (but leave it backwards compatible)
|
2011-11-08 05:36:22 +00:00 |
settings.cpp
|
fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way
|
2011-02-21 05:24:41 +00:00 |
sha1.cpp
|
fix beos build
|
2011-07-20 05:14:25 +00:00 |
smart_ban.cpp
|
replaced std::rand() with custom random generator
|
2011-02-26 07:55:51 +00:00 |
socket_io.cpp
|
more robust mechanism to determine external IP
|
2010-12-24 01:31:41 +00:00 |
socket_type.cpp
|
add incoming_connection_alert for logging all successful incoming connections
|
2011-09-17 01:44:05 +00:00 |
socks5_stream.cpp
|
don't fail socks5 on 'socket already open'
|
2011-09-17 23:01:39 +00:00 |
stat.cpp
|
fix potential overflow in stats averaging
|
2011-04-22 08:12:19 +00:00 |
storage.cpp
|
fix mistake in last disk I/O patch
|
2011-11-03 09:19:43 +00:00 |
thread.cpp
|
fix beos build
|
2011-07-20 05:14:25 +00:00 |
time.cpp
|
fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way
|
2011-02-21 05:24:41 +00:00 |
timestamp_history.cpp
|
fixed some uninitalized variables
|
2010-12-24 23:54:03 +00:00 |
torrent.cpp
|
change the add_torrent_params API to use flags instead of a bunch of bools (but leave it backwards compatible)
|
2011-11-08 05:36:22 +00:00 |
torrent_handle.cpp
|
initial BitTorrent over SSL support
|
2011-09-12 03:51:49 +00:00 |
torrent_info.cpp
|
fix torrent_info swap with openssl
|
2011-09-21 09:40:14 +00:00 |
tracker_manager.cpp
|
fix tracker stopping issue on session shutdown
|
2011-09-16 08:34:17 +00:00 |
udp_socket.cpp
|
clear the queued packets on socks5 error, as a precaution
|
2011-09-17 23:03:46 +00:00 |
udp_tracker_connection.cpp
|
improved struct layout debug logging and optimized some structs
|
2011-09-21 09:27:07 +00:00 |
upnp.cpp
|
fix UPnP issue for routers with multiple PPPoE connections
|
2011-09-18 20:28:06 +00:00 |
ut_metadata.cpp
|
fix ut_metadata logging
|
2011-11-03 22:20:37 +00:00 |
ut_pex.cpp
|
optimize send buffer allocation and deallocation by not allowing requiring contiguous buffers
|
2011-05-19 02:41:28 +00:00 |
utp_socket_manager.cpp
|
replaced std::rand() with custom random generator
|
2011-02-26 07:55:51 +00:00 |
utp_stream.cpp
|
fix initialization issue of fast_resend_seq_nr for incoming uTP connections. Also log the fast_resend_seq_nr
|
2011-11-06 00:11:33 +00:00 |
web_connection_base.cpp
|
fixed bug in web_connection_base when receiving chunked encoding and made sure the unit tests pass
|
2011-03-24 16:46:26 +00:00 |
web_peer_connection.cpp
|
web_peer_connection fix and assert
|
2011-11-02 08:04:16 +00:00 |