summaryrefslogtreecommitdiffstats
path: root/src/pedro/pedroutil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove InkboardKrzysztof Kosi??ski2011-06-231-1516/+0
| | | (bzr r10346)
* add #include <string.h> for portabilityBob Jamison2008-06-231-1/+1
| | | (bzr r6029)
* Fix SHA1 64bit-ism. Clean up warnings.Bob Jamison2008-04-211-89/+89
| | | (bzr r5480)
* Yet another md5 fix for 32/64. This time it works on ppc64/gccBob Jamison2008-04-181-2/+3
| | | (bzr r5474)
* improve error reporting from TcpSocketBob Jamison2008-04-131-32/+52
| | | (bzr r5422)
* Make fallback to iq auth in the odd situation of server saying it has ↵Bob Jamison2008-04-131-11/+28
| | | | | streams v1.0, but doesnt handle sasl (server bug) (bzr r5417)
* Rewrote code to get rid of 32/64 bit problems, and to make is more ↵Bob Jamison2008-04-131-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)
* Update pedrogui stuff and makefile. Add placeholder for alternate test ↵Bob Jamison2007-03-181-1/+1
| | | | | framework. (bzr r2705)
* use relaytool to weak link libsslAaron Spike2007-01-071-3/+36
| | | (bzr r2146)
* improve streamingBob Jamison2006-12-021-0/+8
| | | (bzr r2067)
* Fixed my mistake with #ifndef/#else/#endif HAVE_SSLBob Jamison2006-08-301-1/+2
| | | (bzr r1658)
* better handle startTls() if client not built with sslBob Jamison2006-08-291-13/+9
| | | (bzr r1654)
* better handle startTls() if client not built with sslBob Jamison2006-08-291-6/+13
| | | (bzr r1653)
* split utils into separate fileBob Jamison2006-06-011-0/+1459
(bzr r1121)