mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-05 17:52:29 +00:00
f32c15878a
didn't get re-added to the task scheduler until a new event happened. * Added redraw delay interval of 100ms, consider 50ms. * Removed exceptions from core::DownloadStore::save. * Added load, load_run, tied_stop and tied_remove to man-page. * Cleaned up the command/option instances, move them to Control. * PCB::load_up_chunk grabbed the errno from m_downChunk, not m_upChunk. * Various string operations were moved to rak/string_manip.h. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@617 e378c898-3ddf-0310-93e7-cc216c733640
20 lines
329 B
Makefile
20 lines
329 B
Makefile
SUBDIRS = \
|
|
doc \
|
|
src
|
|
|
|
EXTRA_DIST= \
|
|
autogen.sh \
|
|
rak/algorithm.h \
|
|
rak/error_number.h \
|
|
rak/file_stat.h \
|
|
rak/functional.h \
|
|
rak/functional_fun.h \
|
|
rak/priority_queue.h \
|
|
rak/priority_queue_default.h \
|
|
rak/regex.h
|
|
rak/string_manip.h \
|
|
rak/timer.h \
|
|
rak/unordered_vector.h \
|
|
scripts/checks.m4 \
|
|
scripts/common.m4
|