Main > Free Download Search >

Free antares avox torrent software for mac

antares avox torrent

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 42
Tomato Torrent 1.5

Tomato Torrent 1.5


Tomato Torrent - BitTorrent client (Formerly BitTorrent Macintosh) more>> <<less
Download (608KB)
Added: 2007-03-13 License: Freeware Price:
5731 downloads
MakeTorrent 1.0

MakeTorrent 1.0


MakeTorrent - A simple drag & drop tool for creating .torrent files in OS X more>>
MakeTorrent is a simple drag & drop tool for creating .torrent files in OS X.

With MakeTorrent you will able to optionally create private torrent files (see readme). Cobbled together from other peoples code (see readme again).
<<less
Download (486KB)
Added: 2007-06-12 License: Freeware Price:
530 downloads
CreateTorrent Widget 1.0

CreateTorrent Widget 1.0


CreateTorrent Widget - a little widget for creating .torrent files more>>
CreateTorrent Widget is a little widget for creating .torrent files.

You just have to drop a directory or some files from Finder/Desktop on it and it will create a BitTorrent file on your desktop.

<<less
Download (463KB)
Added: 2007-02-07 License: Freeware Price:
1005 downloads
BTJunkie Torrent Search 1.0

BTJunkie Torrent Search 1.0


BTJunkie Torrent Search will let you search BTJunkie.org for torrent files... more>>

DVD Copy for Mac enables you to copy an entire DVD movie in 1:1 ratio perfectly in the cases of copying D5 to D5, D9 to D9, D5 to D9 and compress DVD-9 (dual-layer DVD) to one DVD-5 disc easily. It also allows you to copy the main movie of the DVD only. With the powerful function, this software can not only copy DVD movie to ISO file or DVD folder and back up DVD to hard disc drive, but also burn ISO file and DVD folder to DVDs.
DVD Copy for Mac is a special version designed for Mac user and gets the following features to catch Mac fans? attention:
1.It features fast burning speed and easy-to-handle settings.
2.It can compress DVD-9 (dual-layer DVD) to one DVD-5 disc with ease.
3.It can do lossless copy of the entire DVD-9 movie to 8.5GB Dual Layer recordable media.
4.It allows you to create Customized DVD Copy at will.
5.It supports both NTSC and PAL DVD movie copying.
6.It can clone DVD software as it copies the whole DVD movie to DVD in 1:1 ratio.
Facing such excellent software, what are you waiting for? Right, download the DVD Copy for Mac at once and have a try of it. Having this powerful software, you can get much more pleasure from your favorite DVDs.

System Requirements: 64MB RAM

<<less
Download (71KB)
Added: 2008-04-06 License: Freeware Price: FREE
185 downloads
TorrentDam 1.3

TorrentDam 1.3


TorrentDam offers a simple to use, yet sophisticated tool which helps you search torrent files on seven search engines: more>>

TorrentDam 1.3 offers a simple to use, yet sophisticated tool which helps you search torrent files on seven search engines:

  • Bitjunkie
  • IsoHunt
  • Mininova
  • Demonoid
  • TorrentReactor
  • ThePirateBay
  • MyBittorrent

This software is released under GPL.

<<less
Download (1.2MB)
Added: 2009-02-19 License: Freeware Price:
downloads
Azureus Dashboard Widget 0.11

Azureus Dashboard Widget 0.11


Azureus Dashboard Widget - Interface for monitoring/managing BitTorrent downloads more>> Azureus Dashboard Widget - Interface for monitoring/managing BitTorrent downloads

The Azureus Dashboard Widget provides a compact, friendly interface for monitoring and managing BitTorrent downloads. Its especially useful for remote torrent management - for instance, if you use a machine other than your main workstation for BitTorrent downloads - but works just as well for controlling Azureus on your local machine. Instructions for installation can be found at the widgets homepage.
Enhancements
- FIXED an issue where the widget viewport would jump left when dragging a file near the right edge.
- FIXED an issue where super-seeding, forced seeding, and queued torrents had no stop button.
- FIXED When there are no torrents, the headers "Torrent Name" and "Progress" will not appear.
- FIXED The X that closes the widget is now correctly positioned over the top left corner.
- CHANGED The widgets icon no longer has a gradient background.
- ADDED Total seeds and peers are now displayed alongside connected seeds and peers. (If the tracker reports them correctly).
System requirements:
- Mac OS X 10.4
- Azureus (on any platform)
- XML/HTTP plugin for Azureus.

<<less
Download (224KB)
Added: 2005-10-03 License: Freeware Price: FREE
250 downloads
 
Other version of Azureus Dashboard Widget
Azureus Dashboard Widget 0.1.1It's especially useful for remote torrent management for instance, if you use a machine other
License:Freeware
Download (218.8KB)
63 downloads
Added: 2005-10-01
libtorrent 0.14.4

libtorrent 0.14.4


Free and open source C++ library that aims to be a good alternative to all the other bittorrent implementations around more>> Free and open source C++ library that aims to be a good alternative to all the other bittorrent implementations around

libtorrent is a C++ implementation of the BitTorrent protocol with the goals of being efficient and easy to use.
libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around.
Although it comes with a working example client, libtorrent is a library and not a full featured client.
The main goals of libtorrent are:
- to be cpu efficient
- to be memory efficient
- to be very easy to use
libtorrent has been successfully compiled and tested on:
- Windows 2000 vc7.1, vc8
- Linux x86 GCC 3.3, GCC 3.4.2
- Mac OS X (darwin), (Apples) GCC 3.3, (Apples) GCC 4.0
- Sun OS 5.8 GCC 3.1
- Cygwin GCC 3.3.3
NOTE: libtorrent is licensed and released under the BSD-license.

Main features:
- trackerless torrents (using the Mainline kademlia DHT protocol) with some DHT extensions.
- support for IPv6
- NAT-PMP and UPnP support (automatic port mapping on routers that supports it)
- piece-wise, unordered, incremental file allocation
- uses separate threads for checking files and for main downloader, with a fool-proof thread-safe library interface. (i.e. Theres no way for the user to cause a deadlock). (see threads)
- adjusts the length of the request queue depending on download rate.
- multitracker extension support (as specified by John Hoffman)
- supports files > 2 gigabytes.
- serves multiple torrents on a single port and in a single thread
- fast resume support, a way to get rid of the costly piece check at the start of a resumed torrent. Saves the storage state, piece_picker state as well as all local peers in a separate fast-resume file.
- HTTP seeding, as specified by Michael Burford of GetRight.
- piece picking on block-level (as opposed to piece-level). This means it can download parts of the same piece from different peers. It will also prefer to download whole pieces from single peers if the download speed is high enough from that particular peer.
- supports the udp-tracker protocol by Olaf van der Spek.
- queues torrents for file check, instead of checking all of them in parallel.
- supports http proxies and basic proxy authentication
- gzipped tracker-responses
- can limit the upload and download bandwidth usage and the maximum number of unchoked peers
- implements fair trade. User settable trade-ratio, must at least be 1:1, but one can choose to trade 1 for 2 or any other ratio that isnt unfair to the other party.
- supports an extension protocol. See extensions.
- supports the no_peer_id=1 extension that will ease the load off trackers.
- possibility to limit the number of connections.
- delays have messages if theres no other outgoing traffic to the peer, and doesnt send have messages to peers that already has the piece. This saves bandwidth.
- does not have any requirements on the piece order in a torrent that it resumes. This means it can resume a torrent downloaded by any client.
- supports the compact=1 tracker parameter.
- selective downloading. The ability to select which parts of a torrent you want to download.
- ip filter to disallow ip addresses and ip ranges from connecting and being connected

Enhancements
- connect candidate calculation fix
- tightened up disk cache memory usage
- fixed magnet link parser to accept hex-encoded info-hashes
- fixed inverted logic when picking which peers to connect to
- (should mean a slight performance improvement)
- fixed a bug where a failed rename_file() would leave the storage
- in an error state which would pause the torrent
- fixed case when move_storage() would fail. Added a new alert
- to be posted when it does
- fixed crash bug when shutting down while checking a torrent
- fixed handling of web seed urls that didnt end with a
- slash for multi-file torrents
- lowered the default connection speed to 10 connection attempts
- per second
- optimized memory usage when checking files fails
- fixed bug when checking a torrent twice
- improved handling of out-of-memory conditions in disk I/O thread
- fixed bug when force-checking a torrent with partial pieces
- fixed memory leak in disk cache
- fixed torrent file path vulnerability
- fixed upnp
- fixed bug when dealing with clients that drop requests (i.e. BitComet)
- fixes assert as well

<<less
Download (1.9MB)
Added: 2009-06-02 License: Freeware Price: FREE
192 downloads
Samfind Bookmarks Bar 1.1.1

Samfind Bookmarks Bar 1.1.1


Samfind Bookmarks Bar is a mighty effective browser which adds features to Firefox 3 bookmark bar. more>>

Samfind Bookmarks Bar 1.1.1 is a mighty effective browser which adds features to Firefox 3 bookmark bar.

Major Features:

  1. Choose your favorite websites to add to your Bar to get to them quickly,
  2. Easily fit hundreds of websites on the Bar by organizing them into topics,
  3. Integrate your current FF Bookmarks Toolbar websites into your Bar with one click,
  4. Search within websites using their own search engine right from the Bar,
  5. Access websites' RSS feeds at the touch of a button,
  6. Choose which social and bookmarking services to interact with from the Bar: Digg a story, submit to Reddit, save to Delicious, tweet to Twitter, post to Facebook, and Stumble! the web.
  7. Place the Bar where you want: standard toolbar, below the web page, or inline next to the URL,
  8. Show favicons only, text only or both favicons and text,
  9. Access your Bookmarks with hot-key system,
  10. Synchronize your bookmarks to access them from more than one computer Social and Bookmarking services include: StumbleUpon, Digg, Reddit, Twitter, Facebook, Delicious, LinkedIn, TinyURL, MySpace, Bloglines, Blogmarks, FriendFeed, Furl, Google Bookmarks, Live, Magnolia, Mixx, Slashdot, Technorati, Yahoo! Buzz, Sphinn, BallHype, bit.ly, BlinkList, Connotea, Current, Diigo, DZone, Fark, Faves, FoxieWire, Google Reader, Health Ranker, Kaboodle, Kirtsy, Newsvine, Plurk, Simpy, Sphere, Spurl, Streakr, Stylehive, Tailrank, Tipjoy, Truemors, Tumblr, Twine, Xanga, Yahoo! MyWeb and Y Combinator.
  11. Add ANY WEBSITES YOU WANT or quickly add pre-formatted topics and websites, like:
    • SEARCH: Google , Yahoo, MSN, Wikipedia, Mahalo, ...
    • NEWS: Google News, Digg, Reddit, New York Times, WSJ, BBC, CNN, Delicious, ...
    • REFERENCE: Dictionary.com, Encyclopedia.com, Ninja Words, Rhyming Dictionary
    • BANKS: Wells Fargo, BofA, Citibank, Paypal, ...
    • MAPS: Google Maps, Yahoo Maps and Google Transit
    • EMAIL: Gmail, Hotmail and YMail
    • WEB ADMIN: Google Analytics, Adsense, Webmaster Tools & Adwords, Quantcast, WhoIs,
    • MUSIC: Pandora, Apple iTunes, Slacker, ...
    • MOVIES: Netflix, IMDb, Rotten Tomatoes, Hollywood, Movies.com, Fandango, ...
    • VIDEOS: YouTube, Live, Spike, Break, ...
    • WEB APPS: Google Apps, Calendar & Docs
    • STOCKS: Google Finance, Yahoo, Scottrade, SEC.gov, ...
    • CITY GUIDES: Yelp, Citisearch, Zagat, ...
    • SOCIAL NETWORKS: Facebooks, LinkedIn, MySpace, ...
    • GAMES: pogo, Games.com, AddictedGames, ...
    • SPORTS: Sports Illustrated, FoxSports, MLB, NBA, NFL, ...
    • TORRENTS: The Pirate Bay, mininova, ScrapeTorrent, isoHunt, ..
<<less
Download (107.6KB)
Added: 2009-04-03 License: Freeware Price:
1 downloads
Torrent Searcher X 0.3b

Torrent Searcher X 0.3b


Torrent Searcher is a small convenient app that searches 5 major Bittorrent Trackers, and opens the results in your default web browser more>>

Torrent Searcher X 0.3b is a user-friendly and reliable application that searches 5 major Bittorrent Trackers, and opens the results in your default web browser. Trackers are:The Pirate Bay, BTBot, BitTorrent Search, Yotoshi, Isohunt.

<<less
Download (1.1MB)
Added: 2005-07-30 License: Freeware Price:
23 downloads
iShare Widget 1.0

iShare Widget 1.0


iShare Widget offers you an ability to search for torrents on 17 BitTorrent search engines, directly from Dashboard. more>>

iShare Widget 1.0 offers you an ability to search for torrents on 17 BitTorrent search engines, directly from Dashboard.

The widget currently supports the following sites: * bitoogle.com * bittorrent.com * fenopy.com * btjunkie.org * demonoid.com * hypertorrent.com * btmon.com * mininova.org * mybittorrent.com * newtorrents.info * thepiratebay.org * torrentportal.com * torrentreactor.net * torrentspy.com * torrentz.com * yotoshi.com

Enhancements: First release

Requirements: Mac OS X 10.4 or later.


<<less
Download (372K)
Added: 2006-10-04 License: Free Price:
downloads
Torrent.search Widget 1.4

Torrent.search Widget 1.4


Torrent.search Widget - Searches multiple bittorrent search engines more>>
Torrent.search Widget will help you search torrents on 17 bittorrent search engines - directly from Dashboard!
search on:
- astatorrents.com
- bittorrent.com
- bitzip.com
- btbot.com
- btjunkie.org
- bushtorrents.com
- demonoid.com
- fenopy.com
- futuretorrents.com
- isohunt.com
- meganova.org
- mininova.org
- monova.org
- mybittorrent.com
- needtorrents.com
- newtorrents.info
- onlytorrents.com
- snarf-it.org
- thepiratebay.org
- throughput.de
- torrentbox.com
- torrentportal.com
- torrentreactor.net
- torrentspy.com
- torrentvalley.com
- torrentz.com
your favourite bittorrent search engine is missing?
just drop me an email and ill try to add it in the next version!
Enhancements:
- added astatorrents.com
- added bushtorrents.com
- added fenopy.com
- added futuretorrents.com
- added meganova.org
- added monova.org
- added needtorrents.com
- added onlytorrents.com
- added snarf-it.org
- added throughput.de
- added torrentvalley.com
- removed bitoogle.com
- removed hypertorrent.com
- removed yotoshi.com
- fixed bittorrent.com
- disabled option to display a custom number of search results (most sites dont support this anyway)
<<less
Download (95KB)
Added: 2007-04-23 License: Freeware Price:
574 downloads
iTorrentFlux Uploader 2.1

iTorrentFlux Uploader 2.1


iTorrentFlux Uploader - upload torrents to TorrentFlux easily more>>
DragNDrop url to any torrentfile-url to iTorrentFlux Uploader, and it will upload it to your TorrentFlux server.
Enhancements:
- Drawer for temporary upload preferences.
- Update checker.
- File type association (torrent files).
- Optimized code.
- Some bug fixes.
<<less
Download (218KB)
Added: 2006-06-08 License: Freeware Price:
1236 downloads
Kinescope 1.13

Kinescope 1.13


Kinescope is designed to be a smart tool which functions as a video aggregator. more>>

Kinescope 1.13 is designed to be a smart tool which functions as a video aggregator. Kinescope allows users to subscribe to channels and automatically receive video. Kinescope integrates with weblogs to allow any user to distribute very high quality video files through their blog entries.

Enhancements:
  • Major Rewrite: Ability to create/share channels and episodes, new UI, new torrent engine.
Requirements:
  • Mac OS X 10.3 or later, Mac OS X 10.4 recommended.
<<less
Download (2.6MB)
Added: 2007-09-27 License: Free Price:
downloads
Azureus 3.0.1.6

Azureus 3.0.1.6


Azureus brings the popular Java-based BitTorrent client to a new level of stability, usability, and speed more>>
Azureus is a great utility that brings the popular Java-based BitTorrent client to a new level of stability, usability, and speed.

Very actively developed, this latest version includes a new split-window MyTorrents view with support for categories and advanced downloading / seeding / queuing rules for powerful and automated torrent management, a customizable user interface, seeding from read-only media, and significant reductions in resource usage.

The multiplatform Azureus client greatly extends the original python clients feature set, with: managing multiple downloads at once from a single GUI window, detailed real-time download statistics with export to XML, advanced download and seeding management rules, configuration and torrent creation wizards, embedded tracker for easy and automated hosting of your own files, PeerGuardian IP address filtering, web browser and console UIs, 27 available languages, a powerful plugin interface, and much much more.

<<less
Download (10.1MB)
Added: 2007-06-22 License: Freeware Price:
559 downloads
LimeWire X 5.2.2 Beta / 5.1.3

LimeWire X 5.2.2 Beta / 5.1.3


Great alternative to the Napster client which is now defunct. LimeWire is a great alternative to the Napster client which is now defunct more>> Great alternative to the Napster client which is now defunct.

LimeWire is a great alternative to the Napster client which is now defunct.
LimeWire also offers the ability to search for videos, images, and program applications.

Main features:
- Ease of use - just install, run, and search
- Ability to search by artist, title, genre, or other metainformation
- Elegant multiple search tabbed interface
- Swarm downloads from multiple hosts help you get files faster
- iTunes integration for Mac and Windows users
- Unique ultrapeer technology reduces bandwidth requirements for most users
- Integrated chat
- Directly connect to a computer
- Browse host feature--even works through firewalls
- Added Bitzi metadata lookup
- International versions: Now available in many new languages.
- Connects to the network using GWebCache, a distributed connection system
- Automatic local network searches for lightning-fast downloads. If youre on a corporate or university network, download files from other users on the same network almost instantaneously!
- Support for MAGNET links that allow you to click on web page links that access Gnutella.

System requirements:
- 256 MB RAM.
- A live connection to the Internet.
-

Enhancements
- Fix launching a video from the download tray.
- Fix a bug in which a completed torrent download vanishes.
- Show the download torrent in the Library.
- Enable Clear Finished link in the download tray when a torrent completes a download.
- Add a resume state for torrents so users see the proper status.
- Rebuild libtorrent library and update binaries.
- Fix wide character support (UTF-8) for torrents.
- Fix exceptions when using an Advanced Filter prior to any search results appearing.
- Fix column order problem when Advanced Filters were added and removed.
- Improve UI loading time.
- Detect the google:nosave feature and use it to turn off server side message logging when exchanging LimeWire custom messages.
- Properly store uptime values even upon unexpected closing of LimeWire.
- Fix Ivy settings.

<<less
Download (10.3MB)
Added: 2009-06-12 License: Freeware Price: FREE
396348 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3