Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        rb_libtorrent - A C++ BitTorrent library aiming to be the best alternative
        
        - rb_libtorrent is a C++ library that aims to be a good alternative to all
the other BitTorrent implementations around. It is a library and not a full
featured client, although it comes with a few working example clients.
Its main goals are to be very efficient (in terms of CPU and memory usage) as
well as being very easy to use both as a user and developer. 
Packages
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | rb_libtorrent | 0.12 | 1.fc6 | x86_64 | 1.93 MiB | Thu Jul 26 01:02:13 2007 | 
        
        Changelog
        
            - * Thu Jun  7 18:00:00 2007 Peter Gordon <peter{%}thecodergeek{*}com> - 0.12-1
- - Update to new upstream release (0.12 Final)
- Split examples into a subpackage. Applications that use rb_libtorrent
  don't need the example binaries installed; and splitting the package in this
  manner is a bit more friendly to multilib environments. 
            - * Sun Mar 11 18:00:00 2007 Peter Gordon <peter{%}thecodergeek{*}com> - 0.12-0.rc1
- - Update to new upstream release (0.12 RC).
- Forcibly use the system libtool to ensure that we remove any RPATH hacks. 
            - * Sun Jan 28 17:00:00 2007 Peter Gordon <peter{%}thecodergeek{*}com> - 0.11-5
- - Fix installed pkgconfig file: Strip everything from Libs except for
  '-ltorrent', as its [libtorrent's] DSO will ensure proper linking to other
  needed libraries such as zlib and boost_thread. (Thanks to Michael Schwendt
  and Mamoru Tasaka; bug #221372)