2006-11-05 18:31:10 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message:
DESTDIR support.
|
2006-10-17 14:28:13 by Matthias Scheler | Files touched by this commit (4) |
Log message:
Update the "libtorrent" package to version 0.10.3 and the \
"rtorrent"
package to version 0.6.3. Change since version 0.10.2 respectively 0.6.2:
- Didn't properly clean up when a torrent with the same info hash was
rejected. This caused random crashes and memory leaks.
- Properly cancel pieces that are skipped when downloading.
|
2006-09-27 22:36:45 by Matthias Scheler | Files touched by this commit (5) |
Log message:
Update "libtorrent" package to version 0.10.2 and "rtorrent" \
package to
version 0.6.2. Changes since 0.10.1 respectively 0.6.1:
- Rebound the old ^P for commands to ^X due to a collision with up key.
- The ^F and ^B keys can be used instead of left and right arrows.
- Support for qwertz keyboard layout.
- Fixed a bug that caused quick hash checking to mark chunks as
unfinished if it was unable to map them.
- Peer info with the corrupt upload counter is now saved in the session
torrent. Uninteresting peers are removed at regular intervals.
- Allow only one connection from a single host. A peer's listening port
is now kept track of separately from the connection port.
- An integer is used in the session torrent instead of a bitfield when
either none or all chunks are done.
- Added code for preloading chunks that get mapped, currently disabled.
- When checking how much free disk-space remains, any file or directory
that is a symlink is tested as they may be on a different mount point.
- Fixed most of the bugs reported.
|
2006-09-19 00:04:52 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Retire propolice hack, it compiles now. Add a small patch to fix
compilation on DragonFly 1.4.
|
2006-09-13 23:04:20 by Matthias Scheler | Files touched by this commit (8) |
Log message:
Update "libtorrent" package to version 0.10.1 and "rtorrent" \
package
to version 0.6.1. Changes since version 0.8.5 respectively 0.4.5 are:
- improved user interface (apparently also fixing redraw problems
under DragonFly BSD)
- better diskspace handling
- show client names and versions in the peer list
- improved tracker communication
- lots of bug fixes
Based on patches provided by Jan 'Rumko' Kosir in private e-mail.
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-05-29 08:36:07 by Roland Illig | Files touched by this commit (1) |
Log message:
The configure script needs a working C compiler.
|
2006-05-28 14:36:39 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Use C++.
|
2006-04-12 12:27:47 by Roland Illig | Files touched by this commit (749) |
Log message:
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
|