mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 12:42:31 +00:00
ba7d61b532
would in some rare occasions cause memory to be corrupted. leading to a crash. * Added option for setting the http proxy and proccess's umask. * Save the total uploaded for downloads between sessions. * Moved from sigc++ to my own lightweight slot class for the task scheduler. This saves some 5-600kb when compiled with debugging symbols, 1-200kb without. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@605 e378c898-3ddf-0310-93e7-cc216c733640
16 lines
241 B
Makefile
16 lines
241 B
Makefile
SUBDIRS = \
|
|
doc \
|
|
src
|
|
|
|
EXTRA_DIST= \
|
|
autogen.sh \
|
|
rak/algorithm.h \
|
|
rak/error_number.h \
|
|
rak/functional.h \
|
|
rak/functional_fun.h \
|
|
rak/string_manip.h \
|
|
rak/timer.h \
|
|
rak/unordered_vector.h \
|
|
scripts/checks.m4 \
|
|
scripts/common.m4
|