index
:
mirror/btpd
this commit
master
headless bittorrent client
naki
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-07-20
Don't set a maximum file size. read_file will use the file size.
Marq Schneider
2010-07-18
Applied patches from OpenBSD to fix addrinfo and HTTP.
Marq Schneider
2010-07-17
Added man pages for btcli, btinfo, and btpd.
Marq Schneider
2009-02-17
Fix possible crash with kqueue.
Richard Nyberg
2009-02-10
test(1)'s equality operator is '=' not '=='.
Richard Nyberg
2009-02-09
Text updates for btpd 0.15.
v0.15
Richard Nyberg
2009-02-09
Run timeouts that will expire in less than one millisecond.
Richard Nyberg
2009-02-09
Add test case for compiling with pthreads.
Richard Nyberg
2009-02-08
evtimer_gettime was broken on MacOs.
Richard Nyberg
2009-02-08
Use the correct address length for connect.
Richard Nyberg
2009-02-08
Log failure of PROG_SILENT_IFELSE to config.log.
Richard Nyberg
2009-02-08
Indicate post 0.14 version.
Richard Nyberg
2009-02-08
Text updates for btpd 0.14.
v0.14
Richard Nyberg
2009-02-07
Find and ban peers with bad data.
Richard Nyberg
2009-02-06
Split peer information. Make id hash functions available.
Richard Nyberg
2009-02-06
Iterate throught the htbl instead of building an array first.
Richard Nyberg
2009-02-06
We must now set the ratio when creating hash tables.
Richard Nyberg
2009-02-06
Hashtable tweaks.
Richard Nyberg
2009-02-03
Make net->piece_count properly aligned.
Richard Nyberg
2009-02-03
Set logmask from commandline.
Richard Nyberg
2009-02-03
More tracker logging, and use switch for log type.
Richard Nyberg
2009-02-03
Fix port type confusion.
Richard Nyberg
2009-01-30
Use only IPv4 by default.
Richard Nyberg
2009-01-30
Set failures on individual trackers, not on tiers.
Richard Nyberg
2009-01-29
Make the timer code work on MacOS as well.
Richard Nyberg
2009-01-29
Stop complaints on printf argument types on MacOS.
Richard Nyberg
2009-01-29
Remove unneeded addrinfo flag which doesn't exist on MacOS.
Richard Nyberg
2009-01-29
Make sure required versions of autotools are used.
Richard Nyberg
2009-01-29
Rename timer* to evtimer*.
Richard Nyberg
2009-01-26
Make the COPYRIGHT file match reality again.
Richard Nyberg
2009-01-26
Show tracker counts in btcli stat.
Richard Nyberg
2009-01-26
Change options to: '-4' => Ipv4 only, '-6' => IPv6 only.
Richard Nyberg
2009-01-26
Better start from scratch on udp tracker support.
Richard Nyberg
2009-01-26
Improve the torrent stop and btpd shutdown sequences.
Richard Nyberg
2009-01-26
More files to ignore.
Richard Nyberg
2009-01-26
Use the correct macro to make automake happy.
Richard Nyberg
2009-01-26
Fix a typo in an error message.
Richard Nyberg
2009-01-26
Print the result of, and not the address of, getpid().
Richard Nyberg
2009-01-26
Rethink the tracker client code somewhat.
Richard Nyberg
2009-01-15
git clean is a better way to clean the tree.
Richard Nyberg
2009-01-14
Add IPv6 support.
Richard Nyberg
2009-01-13
Added macros for checking supported compiler flags.
Richard Nyberg
2009-01-13
Start previously active torrents after log file setup.
Richard Nyberg
2009-01-12
Test for working snprintf at startup.
Richard Nyberg
2009-01-12
Let the initial process linger until the daemon is initialized.
Richard Nyberg
2009-01-12
Don't use the bsd err and warn family of functions. Solaris doesn't have them.
Richard Nyberg
2009-01-12
Provide own implementation of asprintf if it's missing.
Richard Nyberg
2009-01-12
Lots of autofoo magic for threads and different libs.
Richard Nyberg
2009-01-12
pid_t is long on some systems. solaris is one.
Richard Nyberg
2009-01-12
Remove unnecessary include.
Richard Nyberg
[next]