index
:
mirror/btpd
this commit
master
headless bittorrent client
naki
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
Age
Commit message (
Expand
)
Author
2006-10-15
Make mkdirs behave more like 'mkdir -p' and make btpd create the directory
Richard Nyberg
2006-10-15
OpenBSD doesn't have stdint.h. It'd be great if they would implement basic c99
Richard Nyberg
2006-10-15
There's no need to fsync here, so remove the call. This should improve
Richard Nyberg
2006-10-14
Add and use the function make_abs_path. realpath didn't fit my needs.
Richard Nyberg
2006-10-14
Update for the read_whole_file -> read_file change.
Richard Nyberg
2006-10-14
Simplify read_whole_file and rename to read_file.
Richard Nyberg
2006-10-12
Allow empty files in torrents. Create them in stat_and_adjust and let the
Richard Nyberg
2006-10-12
Add missing includes.
Richard Nyberg
2006-10-07
Add value queries for total amount up- and downloaded. Use the cached values
Richard Nyberg
2006-10-06
Add command to stop all active torrents. The command is sent by
Richard Nyberg
2006-09-17
Whitespace.
Richard Nyberg
2006-09-17
Add function benc_strcmp.
Richard Nyberg
2006-09-17
Better message for ENOTENT.
Richard Nyberg
2006-09-13
Some changes to the iobuf interface. Remove a debug assert from btpd_if.c and
Richard Nyberg
2006-09-12
Hook the new files to the build.
Richard Nyberg
2006-09-12
Pointers to different things need not be represented in the same way.
Richard Nyberg
2006-09-12
This file contains the definitions of the constants used in the btpd
Richard Nyberg
2006-09-12
Moved from ../cli.
Richard Nyberg
2006-09-12
Remove unused function bts_hashes.
Richard Nyberg
2006-09-12
There is no spoon^H^H^H^Htruct metainfo. Use struct mi_file instead.
Richard Nyberg
2006-09-12
The metainfo code provided a load -> test -> struct metainfo interface.
Richard Nyberg
2006-09-12
Moved from ../btpd/queue.h
Richard Nyberg
2006-09-12
Add functions for conversions between binary data and ascii hex.
Richard Nyberg
2006-09-12
Add a hashtable implementation.
Richard Nyberg
2006-09-12
Enable printf format type checking for buf_print.
Richard Nyberg
2006-09-12
Add function benc_strlen.
Richard Nyberg
2006-02-10
Use c99 types conservatively to compile on OpenBSD. Also convert to or from
Richard Nyberg
2006-02-08
White space.
Richard Nyberg
2006-02-08
Add functions find_btpd_dir.
Richard Nyberg
2006-02-08
Remove unused function canon_path.
Richard Nyberg
2006-02-08
Use benc_dget_mema instead of benc_dget_mem + malloc + bcopy.
Richard Nyberg
2006-02-08
Use strtoul to parse length of strings.
Richard Nyberg
2006-02-08
Added buf_swrite.
Richard Nyberg
2006-02-06
Check for failure to allocate memory.
Richard Nyberg
2006-02-06
Remove som unused code I commited by mistake. Replace integer parse code
Richard Nyberg
2006-02-05
o Changed the benc_ api to make it easier to use.
Richard Nyberg
2006-02-05
Make the buf api safe to continue to use even if an error has occured.
Richard Nyberg
2006-02-05
Add functions read_fully and write_fully. They are simpler alternatives to
Richard Nyberg
2006-01-22
Added vfsync and vfopen.
Richard Nyberg
2006-01-17
White space.
Richard Nyberg
2006-01-16
Unify the write and read structs. There was no good reason to keep them
Richard Nyberg
2006-01-04
Remove use of the ugly PRI* print macros.
Richard Nyberg
2006-01-03
o Removed an unused function.
Richard Nyberg
2005-12-14
Add and use rand_between.
Richard Nyberg
2005-11-30
The mega whitespace patch.
Richard Nyberg
2005-07-30
Fix style. Remove unnecessary check for EINTR.
Richard Nyberg
2005-06-24
Import btpd-0.1.
Richard Nyberg