nikhilm / ddm

A distributed download manager, currently vapourware

Clone this repository (size: 43.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/nikhilm/ddm/

Shortlog (showing r34:ed52aab85364 (tip) → r10:a958648887c2)

Age Author Message A M D «
5 months nikhilm nikhilm Fixed markdown bullets 1
5 months nikhilm nikhilm Added installation information 1
5 months nikhilm nikhilm Added installation information 1
5 months nikhilm nikhilm Added mkdoc script to run markdown on pages 1
5 months nikhilm nikhilm Added mkdoc script to run markdown on pages 1
5 months nikhilm nikhilm Added 'What can you use it for?' to Introduction 1
5 months nikhilm nikhilm Added a bit of introductory documentation 2
5 months nikhilm nikhilm Modified add_url_test to use threads and log job additions 1
5 months nikhilm nikhilm Added ready() to return true only once we are ready to go. This is to prevent… 2
5 months nikhilm nikhilm Added Job constructor and two utility getters 2
5 months nikhilm nikhilm Added JobObserver 1
5 months nikhilm nikhilm Made Job observable 2
5 months nikhilm nikhilm Converted DDM to use DDMObserver, made it observable and added a stop function t… 2
5 months nikhilm nikhilm Added macros to ease observable creation and notifications 1
5 months nikhilm nikhilm init_test now starts DDM in a different thread to verify real world use 1
5 months nikhilm nikhilm Renamed EventHandler to DDMObserver 1 1
5 months nikhilm nikhilm init_test now uses a subclass of event handler to respond to new peers 1
5 months nikhilm nikhilm Added simple Peer class which does nothing right now except having an IP 1
5 months nikhilm nikhilm A DDM instance is no longer required for a EventHandler by default 1
5 months nikhilm nikhilm Added basic peerAdded notification information to DDM 1
5 months nikhilm nikhilm Added base EventHandler class. This implements all methods as empty. Users of th… 1
5 months nikhilm nikhilm Added EventHandler setup, setter and getters, and empty methods to add and remov… 2
5 months nikhilm nikhilm Added PAUSED and RUNNING commands 1
5 months nikhilm nikhilm Added basic receiving and switch based dispatch 2
5 months nikhilm nikhilm Made McastSocket join multicast group by default, added raw data handling to… 2