Charles Kerr
|
d12af295c1
|
use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx)
|
2008-11-28 22:11:41 +00:00 |
Charles Kerr
|
cc89872dd4
|
run libT, cli, daemon, gtk through the source-code formatter "uncrustify" as promised/threatened
|
2008-09-23 19:11:04 +00:00 |
Charles Kerr
|
64e08510f0
|
(libT) maybe fix the hangs reported by users in the recent nightlies.
|
2008-08-27 18:50:21 +00:00 |
Mukund Sivaraman
|
39c8cdce5f
|
Replace values.h with limits.h
|
2008-08-14 11:14:57 +00:00 |
Mukund Sivaraman
|
de62de3e19
|
Replace random number generation code
|
2008-08-14 11:11:25 +00:00 |
Charles Kerr
|
aac6a6fdbf
|
(libT) #1178: Add missing va_end()s
|
2008-08-11 04:40:29 +00:00 |
Charles Kerr
|
b860119cd3
|
minor text cleanup
|
2008-08-01 16:43:22 +00:00 |
Charles Kerr
|
3a6396a3cb
|
mingw portability fixes
|
2008-01-10 18:52:46 +00:00 |
Charles Kerr
|
ce6c33b7bf
|
set copyright info to 2008
|
2008-01-01 17:20:20 +00:00 |
Charles Kerr
|
fd430fde90
|
undoing the r3773-r3774 experiment.
|
2007-11-09 20:07:52 +00:00 |
Charles Kerr
|
67b719c2de
|
on Darwin, use NSCParameterAssert() instead of assert().
|
2007-11-09 19:50:40 +00:00 |
Josh Elsasser
|
d51713177a
|
Fix openbsd build.
|
2007-10-26 00:36:22 +00:00 |
Charles Kerr
|
317705cffc
|
The OpenBSD build fix caused a Darwin build error. :) Thanks to pea for reporting.
|
2007-10-25 14:34:20 +00:00 |
Charles Kerr
|
8c0e2434f5
|
fix OpenBSD build error.
|
2007-10-25 13:59:46 +00:00 |
Charles Kerr
|
4f33a8da42
|
Try sharing a DH so that we don't spend so many cpu cycles making new ones when we're working through the peers trying to find good ones.
|
2007-10-13 23:15:43 +00:00 |
Charles Kerr
|
ead1ff5b72
|
encryption key creation is pretty expensive -- defer creating it until we're sure we actually need it for that peer.
|
2007-10-11 02:22:17 +00:00 |
Charles Kerr
|
cbaf1b8faa
|
commit more of tiennou's fastpeers patch
|
2007-10-10 16:39:12 +00:00 |
Mitchell Livingston
|
76da1185ca
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |