Go to file
Tatsuhiro Tsujikawa c48db2cdf3 Fixed the bug that making directory fails on Windows OS.
On Windows, stat("C:/test/", ...) fails because of trailing "/".
To handle "\" as path separator, "\" are replaced with "/"
beforehand.
2011-01-09 18:27:08 +09:00
doc Updated version number to 1.10.8 in man page. 2010-12-18 21:39:53 +09:00
lib Removed autogenerated files by automake/autoconf. 2010-11-27 23:31:17 +09:00
m4 Removed autogenerated files by automake/autoconf. 2010-11-27 23:31:17 +09:00
po Updated po templates. 2010-12-18 21:45:19 +09:00
src Fixed the bug that making directory fails on Windows OS. 2011-01-09 18:27:08 +09:00
test Consider IP address and port when finding DHT node. 2011-01-07 00:14:42 +09:00
AUTHORS 2007-08-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2007-08-08 14:40:11 +00:00
COPYING 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
ChangeLog Added empty ChangeLog. 2010-11-28 00:38:58 +09:00
ChangeLog.old Moved ChangeLog to ChangeLog.old and added notice that we no longer 2010-11-28 00:23:20 +09:00
LICENSE.OpenSSL 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
Makefile.am Check a2x, asciidoc presence and only build documents when they are 2010-12-02 23:55:52 +09:00
NEWS Updated for 1.10.8 release 2010-12-18 21:38:56 +09:00
README Added README because automake requires it. Added README.asciidoc to 2010-11-27 22:55:14 +09:00
README.asciidoc Updated doc. 2010-11-28 01:14:13 +09:00
build_test.sh run make clean before another compilation 2009-07-26 13:47:50 +00:00
configure.ac Bump up version number to 1.10.8 2010-12-18 21:26:38 +09:00

README

See README.asciidoc