about summary refs log tree commit diff
AgeCommit message (Expand)Author
2010-08-03Merge branch 'master' of github.com:btpd/btpdMarq Schneider
2010-08-03Text updates for btpd 0.16.Marq Schneider
2010-08-03Text updates for btpd 0.16. v0.16Marq Schneider
2010-07-29Correct list '%' sequences to match man page.Marq Schneider
2010-07-29Added custom formats for list operation.Marq Schneider
2010-07-26Add multiple torrents at once.Marq Schneider
2010-07-26Fix warning on no return value from non-void function.Marq Schneider
2010-07-22Implement start all (btcli start -a) functionality.Marq Schneider
2010-07-20Don't set a maximum file size. read_file will use the file size.Marq Schneider
2010-07-18Applied patches from OpenBSD to fix addrinfo and HTTP.Marq Schneider
2010-07-17Added man pages for btcli, btinfo, and btpd.Marq Schneider
2009-02-17Fix possible crash with kqueue.Richard Nyberg
2009-02-10test(1)'s equality operator is '=' not '=='.Richard Nyberg
2009-02-09Text updates for btpd 0.15. v0.15Richard Nyberg
2009-02-09Run timeouts that will expire in less than one millisecond.Richard Nyberg
2009-02-09Add test case for compiling with pthreads.Richard Nyberg
2009-02-08evtimer_gettime was broken on MacOs.Richard Nyberg
2009-02-08Use the correct address length for connect.Richard Nyberg
2009-02-08Log failure of PROG_SILENT_IFELSE to config.log.Richard Nyberg
2009-02-08Indicate post 0.14 version.Richard Nyberg
2009-02-08Text updates for btpd 0.14. v0.14Richard Nyberg
2009-02-07Find and ban peers with bad data.Richard Nyberg
2009-02-06Split peer information. Make id hash functions available.Richard Nyberg
2009-02-06Iterate throught the htbl instead of building an array first.Richard Nyberg
2009-02-06We must now set the ratio when creating hash tables.Richard Nyberg
2009-02-06Hashtable tweaks.Richard Nyberg
2009-02-03Make net->piece_count properly aligned.Richard Nyberg
2009-02-03Set logmask from commandline.Richard Nyberg
2009-02-03More tracker logging, and use switch for log type.Richard Nyberg
2009-02-03Fix port type confusion.Richard Nyberg
2009-01-30Use only IPv4 by default.Richard Nyberg
2009-01-30Set failures on individual trackers, not on tiers.Richard Nyberg
2009-01-29Make the timer code work on MacOS as well.Richard Nyberg
2009-01-29Stop complaints on printf argument types on MacOS.Richard Nyberg
2009-01-29Remove unneeded addrinfo flag which doesn't exist on MacOS.Richard Nyberg
2009-01-29Make sure required versions of autotools are used.Richard Nyberg
2009-01-29Rename timer* to evtimer*.Richard Nyberg
2009-01-26Make the COPYRIGHT file match reality again.Richard Nyberg
2009-01-26Show tracker counts in btcli stat.Richard Nyberg
2009-01-26Change options to: '-4' => Ipv4 only, '-6' => IPv6 only.Richard Nyberg
2009-01-26Better start from scratch on udp tracker support.Richard Nyberg
2009-01-26Improve the torrent stop and btpd shutdown sequences.Richard Nyberg
2009-01-26More files to ignore.Richard Nyberg
2009-01-26Use the correct macro to make automake happy.Richard Nyberg
2009-01-26Fix a typo in an error message.Richard Nyberg
2009-01-26Print the result of, and not the address of, getpid().Richard Nyberg
2009-01-26Rethink the tracker client code somewhat.Richard Nyberg
2009-01-15git clean is a better way to clean the tree.Richard Nyberg
2009-01-14Add IPv6 support.Richard Nyberg
2009-01-13Added macros for checking supported compiler flags.Richard Nyberg