about summary refs log tree commit diff
path: root/misc/benc.c
AgeCommit message (Collapse)Author
2012-04-03Accept invalid .torrent files.Brian M. Waters
Accept .torrent files whose bencoded dictionaries are not in alphabetical order.
2009-01-12On solaris bcopy and some other useful functions are declared in strings.h.Richard Nyberg
2007-05-21Fix bug in benc_length. benc_first shouldn't be used here since it returnsRichard Nyberg
NULL on empty lists or dictionaries. This could cause crashes. Reported by Robert Jonsson.
2006-09-17Add function benc_strcmp.Richard Nyberg
2006-09-12Add function benc_strlen.Richard Nyberg
2006-02-08White space.Richard Nyberg
2006-02-08Use strtoul to parse length of strings.Richard Nyberg
2006-02-06Remove som unused code I commited by mistake. Replace integer parse codeRichard Nyberg
in benc_int with a call to strtoll.
2006-02-05o Changed the benc_ api to make it easier to use.Richard Nyberg
o Lot of work on the cli and its communication with btpd.
2005-11-30The mega whitespace patch.Richard Nyberg
Tabs have been converted to spaces and trailing whitespace have been removed. I have fixed my emacs settings now :P
2005-06-24Import btpd-0.1.Richard Nyberg
git-svn-id: file:///home/rnyberg/svngit/btpd/releases/0.1@1 76a1f634-46fa-0310-9943-bd1476092a85