77 Commits (12469b941ae62b33ee9ec2626541210334218801)

Autor SHA1 Mensaje Fecha
  Marq Schneider 2fd1f7c34e Add optional label to be associated with torrent. hace 12 años
  Brian M. Waters 382ccb7485 Accept invalid .torrent files. hace 12 años
  Marq Schneider a6328070d9 Added ARRAY_COUNT() macro to get number of elements in const arrays. hace 14 años
  Marq Schneider 64060294ab Allow changing the upload and download rates at runtime. hace 14 años
  Marq Schneider fd18baa9e6 Implement start all (btcli start -a) functionality. hace 14 años
  Marq Schneider b1d891c7b1 Don't set a maximum file size. read_file will use the file size. hace 14 años
  Marq Schneider 1b22c92d46 Applied patches from OpenBSD to fix addrinfo and HTTP. hace 14 años
  Richard Nyberg e5332f1aa9 Hashtable tweaks. hace 16 años
  Richard Nyberg a32c7814cc Show tracker counts in btcli stat. hace 16 años
  Richard Nyberg 438881f16f Improve the torrent stop and btpd shutdown sequences. hace 16 años
  Richard Nyberg 7b8644dcc1 Provide own implementation of asprintf if it's missing. hace 16 años
  Richard Nyberg df5fc31ea8 Remove unnecessary include. hace 16 años
  Richard Nyberg 06bd2a1a21 On solaris bcopy and some other useful functions are declared in strings.h. hace 16 años
  Richard Nyberg 50a313570f Update build scripts for recent btpd changes. Also use only one makefile. hace 16 años
  Richard Nyberg b5d78b066a Make the http client independent of events and use my iobuf. hace 16 años
  Richard Nyberg 3af2b0c0ac Make iobuf more useful for io and use better names in its api. hace 16 años
  Richard Nyberg 186113e4ee Add the function memfind. It'll be used by iobuf. hace 16 años
  Richard Nyberg 340fbf4737 The "Host" HTTP header should be placed as early as possible and also include hace 17 años
  Richard Nyberg 1758597e3e Recognize both the CRLF sequence and single LF characters as line terminators. hace 17 años
  Richard Nyberg 8f4fde49ee Fix bug in benc_length. benc_first shouldn't be used here since it returns hace 17 años
  Richard Nyberg 7c2b7b656e Fix problem introduced in r345. A call to http_get could cause the hace 17 años
  Richard Nyberg 771e649c41 Don't try to resolve the host if it is already given as an ip address. hace 17 años
  Richard Nyberg 9bd0fc6cdc o Rename net_(write|read)32 to (enc|dec)_be32. Add similar functions for 64 hace 17 años
  Richard Nyberg 352ed70600 Update the build scripts for the following events: hace 18 años
  Richard Nyberg 568d116335 Remove a couple of forgotten debug printfs. hace 18 años
  Richard Nyberg 00e242ce2b Add bts_filename which gets the current filename from a bt_stream. hace 18 años
  Richard Nyberg 1d7b396fc7 Some cleanup. Use names for some numeric constants. hace 18 años
  Richard Nyberg 80dcfecbe5 Rename callback type, add timeouts and and allow any http version in the hace 18 años
  Richard Nyberg d5700c2f20 Add max(x, y) macro. hace 18 años
  Richard Nyberg 1b7bb76fb7 Add a simple http client. Since it uses libevent it's a better fit for btpd hace 18 años
  Richard Nyberg cd8a3d5ecd Make mkdirs behave more like 'mkdir -p' and make btpd create the directory hace 18 años
  Richard Nyberg ff3f222885 OpenBSD doesn't have stdint.h. It'd be great if they would implement basic c99 hace 18 años
  Richard Nyberg f20c481b11 There's no need to fsync here, so remove the call. This should improve hace 18 años
  Richard Nyberg 29495ab53b Add and use the function make_abs_path. realpath didn't fit my needs. hace 18 años
  Richard Nyberg b306439636 Update for the read_whole_file -> read_file change. hace 18 años
  Richard Nyberg 3fb4e5a894 Simplify read_whole_file and rename to read_file. hace 18 años
  Richard Nyberg 45bf9f2658 Allow empty files in torrents. Create them in stat_and_adjust and let the hace 18 años
  Richard Nyberg a781e02cd8 Add missing includes. hace 18 años
  Richard Nyberg e652eefa26 Add value queries for total amount up- and downloaded. Use the cached values hace 18 años
  Richard Nyberg ba9ae40fe7 Add command to stop all active torrents. The command is sent by hace 18 años
  Richard Nyberg 30601882e5 Whitespace. hace 18 años
  Richard Nyberg 00db1f1ced Add function benc_strcmp. hace 18 años
  Richard Nyberg ce0ef9d46b Better message for ENOTENT. hace 18 años
  Richard Nyberg a5ae3e120f Some changes to the iobuf interface. Remove a debug assert from btpd_if.c and hace 18 años
  Richard Nyberg 763cbbb59f Hook the new files to the build. hace 18 años
  Richard Nyberg 8695ecdf18 Pointers to different things need not be represented in the same way. hace 18 años
  Richard Nyberg 848de36107 This file contains the definitions of the constants used in the btpd hace 18 años
  Richard Nyberg a162d34982 Moved from ../cli. hace 18 años
  Richard Nyberg 13607e007a Remove unused function bts_hashes. hace 18 años
  Richard Nyberg 334c94db46 There is no spoon^H^H^H^Htruct metainfo. Use struct mi_file instead. hace 18 años