gtorrent / gtorrent-core

Core library of gTorrent which handles everything but UI/UX
GNU General Public License v3.0
39 stars 12 forks source link

More C++-like debugging #52

Closed iitalics closed 9 years ago

iitalics commented 10 years ago

Gets rid of C-like va_list and FILE* handles and replaces it with normal C++ streams.