summaryrefslogtreecommitdiffstats
path: root/src/pedro (follow)
Commit message (Expand)AuthorAgeFilesLines
* Completely remove InkboardKrzysztof Kosi??ski2011-06-2337-14085/+0
* cmake:Campbell Barton2011-06-131-1/+1
* cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
* cmake:Campbell Barton2011-06-131-2/+3
* cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton2011-06-121-2/+2
* work in progress cmake commit:Campbell Barton2011-06-121-12/+11
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-1/+2
* * optipng -o9 *.png (in trunk)Ivan Mas??r2009-06-121-0/+0
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-1/+3
* Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher2009-01-091-0/+1
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-6/+0
* add #include <string.h> for portabilityBob Jamison2008-06-231-1/+1
* address some cast-away-const warnings.Peter Moulder2008-06-053-5/+5
* remove warningsBob Jamison2008-05-131-2/+2
* Cmake: Fix ~PedroGui function being defined multiple timesJoshua L. Blocher2008-05-061-7/+6
* Fix SHA1 64bit-ism. Clean up warnings.Bob Jamison2008-04-214-148/+151
* Yet another md5 fix for 32/64. This time it works on ppc64/gccBob Jamison2008-04-181-2/+3
* Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscapeJoshua L. Blocher2008-04-161-7/+8
* improve error reporting from TcpSocketBob Jamison2008-04-133-35/+65
* more debug output messagesBob Jamison2008-04-131-2/+4
* Make fallback to iq auth in the odd situation of server saying it has streams...Bob Jamison2008-04-134-22/+60
* Make pedro dom list simplerBob Jamison2008-04-133-19/+24
* make saslMd5Authenticate() error message a bit smarterBob Jamison2008-04-131-1/+15
* Rewrote code to get rid of 32/64 bit problems, and to make is more stream-lik...Bob Jamison2008-04-132-203/+196
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-15/+15
* aadd CMakeLists.txt file for pedro. needs extra work, don't yet know how to "...Johan B. C. Engelen2008-03-301-0/+16
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-312-1/+5
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-252-0/+3
* Remove makefiles that shouldn't be in reposgustav_b2007-11-121-17/+0
* **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder2007-09-121-3/+3
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-206-45/+42
* Update pedrogui stuff and makefile. Add placeholder for alternate test framew...Bob Jamison2007-03-1814-27/+220
* Pedro::pedrogui is not the same as the one in jabber_whiteboardBob Jamison2007-03-182-0/+3665
* dropping moved/dead filesKees Cook2007-03-132-3668/+0
* Allow server to skip final "rspauth" SASL handshakeBob Jamison2007-03-121-0/+7
* remove old *.mingw filesBob Jamison2007-02-201-0/+3
* use relaytool to weak link libsslAaron Spike2007-01-071-3/+36
* improve streamingBob Jamison2006-12-024-512/+439
* parse bind result from server to get resource. gtalk mangeles your proffered...Bob Jamison2006-12-022-23/+38
* remove error message from groupChatCreate(). Gtalk should be ok with groups ...Bob Jamison2006-11-241-2/+2
* remove 'from=' from messages, to work better with googletalk. It mangles the...Bob Jamison2006-11-241-32/+56
* Fixed my mistake with #ifndef/#else/#endif HAVE_SSLBob Jamison2006-08-301-1/+2
* added getHaveSSL()daleharvey2006-08-291-0/+2
* better handle startTls() if client not built with sslBob Jamison2006-08-291-1/+3
* better handle startTls() if client not built with sslBob Jamison2006-08-291-13/+9
* better handle startTls() if client not built with sslBob Jamison2006-08-291-6/+13
* allow either forms-based or older method of in-band registrationBob Jamison2006-08-281-5/+11
* relax need for realm on md5 authBob Jamison2006-08-281-2/+3
* empty messages are passed onto all listeners in pedro, gui ignores such messagesdaleharvey2006-08-031-2/+2
* added getFirstChild() and exists() to pedrodomdaleharvey2006-08-011-0/+5