Show
Ignore:
Timestamp:
12/23/07 03:05:00 (4 years ago)
Author:
rakshasa
Message:

* Added "d.set_directory_base" command that handles single and multi
file torrent equally.

* Fixed man page entry on 'umask', it should be 0022 not 0664.

* Cleaned up File and FileList? classes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libtorrent/src/torrent/data/file_list.h

    r1017 r1021  
    142142  void                update_paths(iterator first, iterator last); 
    143143 
    144   void                set_file_completed_chunks(iterator itr, uint32_t v); 
     144  bool                make_root_path(); 
     145  bool                make_all_paths(); 
    145146 
    146147protected: 
     
    152153  void                open(int flags) LIBTORRENT_NO_EXPORT; 
    153154  void                close() LIBTORRENT_NO_EXPORT; 
    154  
    155   bool                resize_all() LIBTORRENT_NO_EXPORT; 
    156155 
    157156  Bitfield*           mutable_bitfield()                               { return &m_bitfield; } 
     
    170169  void                make_directory(Path::const_iterator pathBegin, Path::const_iterator pathEnd, Path::const_iterator startItr) LIBTORRENT_NO_EXPORT; 
    171170  MemoryChunk         create_chunk_part(FileList::iterator itr, uint64_t offset, uint32_t length, int prot) LIBTORRENT_NO_EXPORT; 
    172  
    173   void                set_match_depth(File* left, File* right); 
    174171 
    175172  bool                m_isOpen;