summaryrefslogtreecommitdiffstats
path: root/src/pedro/pedroutil.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-23Completely remove InkboardKrzysztof Kosi??ski1-1516/+0
(bzr r10346)
2008-06-23add #include <string.h> for portabilityBob Jamison1-1/+1
(bzr r6029)
2008-04-21Fix SHA1 64bit-ism. Clean up warnings.Bob Jamison1-89/+89
(bzr r5480)
2008-04-18Yet another md5 fix for 32/64. This time it works on ppc64/gccBob Jamison1-2/+3
(bzr r5474)
2008-04-13improve error reporting from TcpSocketBob Jamison1-32/+52
(bzr r5422)
2008-04-13Make fallback to iq auth in the odd situation of server saying it has ↵Bob Jamison1-11/+28
streams v1.0, but doesnt handle sasl (server bug) (bzr r5417)
2008-04-13Rewrote code to get rid of 32/64 bit problems, and to make is more ↵Bob Jamison1-190/+164
stream-like. A bad type pun assuming that a long was 32 bits caused bug #216571 on a 64 bit machine. (bzr r5413)
2007-03-18Update pedrogui stuff and makefile. Add placeholder for alternate test ↵Bob Jamison1-1/+1
framework. (bzr r2705)
2007-01-07use relaytool to weak link libsslAaron Spike1-3/+36
(bzr r2146)
2006-12-02improve streamingBob Jamison1-0/+8
(bzr r2067)
2006-08-30Fixed my mistake with #ifndef/#else/#endif HAVE_SSLBob Jamison1-1/+2
(bzr r1658)
2006-08-29better handle startTls() if client not built with sslBob Jamison1-13/+9
(bzr r1654)
2006-08-29better handle startTls() if client not built with sslBob Jamison1-6/+13
(bzr r1653)
2006-06-01split utils into separate fileBob Jamison1-0/+1459
(bzr r1121)