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
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
2009-01-12
On solaris bcopy and some other useful functions are declared in strings.h.
Richard Nyberg
2009-01-11
Use the more compatible -R flag instead of -rpath when linking.
Richard Nyberg
2009-01-11
Fix for missing AI_ADDRCONFIG.
Richard Nyberg
2009-01-11
Indicate that btpd has moved past 0.13.
Richard Nyberg
2009-01-11
Test that the clock is working at start and test for evloop errors.
Richard Nyberg
2009-01-11
Update build scripts for recent btpd changes. Also use only one makefile.
Richard Nyberg
2009-01-11
Remove libevent. Btpd no longer uses it.
Richard Nyberg
2009-01-11
Btpd now uses evloop, it's own event loop, instead of libevent.
Richard Nyberg
2009-01-11
Add evloop, btpd's new event loop. This will replace libevent.
Richard Nyberg
2009-01-11
Let btpd remove torrent data by itself instead of calling rm.
Richard Nyberg
2009-01-11
Make the http client independent of events and use my iobuf.
Richard Nyberg
2009-01-11
Make iobuf more useful for io and use better names in its api.
Richard Nyberg
2009-01-11
Add the function memfind. It'll be used by iobuf.
Richard Nyberg
2009-01-11
Add code to connect to host given by its hostname.
Richard Nyberg
2009-01-11
Add a thread for performing asynchronous getaddrinfo's.
Richard Nyberg
2009-01-11
Bring back the old thread callback code.
Richard Nyberg
2009-01-11
More autotool files to ignore.
Richard Nyberg
2008-12-23
Tell git to ignore files generated by autotools.
Richard Nyberg
2008-12-22
Fix type mismatches in a couple of printf statements.
Richard Nyberg
2008-12-22
Turn off warnings for pointer sign mismatches.
Richard Nyberg
2007-07-01
The "Host" HTTP header should be placed as early as possible and also include
Richard Nyberg
2007-07-01
Recognize both the CRLF sequence and single LF characters as line terminators.
Richard Nyberg
2007-06-20
Add libraries in the correct place.
Richard Nyberg
2007-06-20
Create the peer id and random seed based on the host name, port and
Richard Nyberg
2007-05-23
Fix the '--topdir' option for single file torrents without a top directory.
Richard Nyberg
2007-05-21
Fix bug in benc_length. benc_first shouldn't be used here since it returns
Richard Nyberg
2007-05-20
Clean up the #include sections in the btpd files. Most common headers and
Richard Nyberg
2007-05-19
Added some more info to CHANGES and version information to README.
v0.13
Richard Nyberg
2007-05-19
#include order.
Richard Nyberg
2007-05-19
Fix problem introduced in r345. A call to http_get could cause the
Richard Nyberg
2007-05-19
I had missed a check for tracker errors. When a torrent is stopping it's
Richard Nyberg
2007-05-19
Fix from libevent r353.
Richard Nyberg
2007-05-19
Only keep one block of outgoing data in memory.
Richard Nyberg
2007-05-19
Don't try to resolve the host if it is already given as an ip address.
Richard Nyberg
2007-05-19
btpd doesn't need pthreads and curl, and libevent is included. Scratch
Richard Nyberg
2007-05-19
Changes for 0.13.
Richard Nyberg
2007-05-19
Update the info files regularly. Before they were only updated when a torrent
Richard Nyberg
2007-05-19
Update for 2007.
Richard Nyberg
2007-05-18
Set torrent deletion flag as parameter to torrent_stop. Update torrent info
Richard Nyberg
2007-05-18
o Rename net_(write|read)32 to (enc|dec)_be32. Add similar functions for 64
Richard Nyberg
2007-05-18
Some code for udp trackers. Not done yet, so it isn't hooked to the build.
Richard Nyberg
2007-05-18
Update to libevent-1.3b.
Richard Nyberg
2007-02-25
Some better logging.
Richard Nyberg
2007-02-25
Update to libevent from patches-1.3 r335.
Richard Nyberg
2007-02-24
Some clean up of the values sent for tget answers. Send values that makes
Richard Nyberg
[next]