aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeLines
...
* Some changes to get rid of compiler warnings. (And disabling strictWilmer van der Gaast2007-11-22-1/+9
* Merging from Jelmer.Wilmer van der Gaast2007-11-05-4/+2
|\
| * Use standard functions for dealing with both IPv6 and IPv4. Jelmer Vernooij2007-10-18-43/+0
| * Fix GCC warning.Jelmer Vernooij2007-10-12-2/+2
|/
* Added word_wrap() function to misc.c and using it at the right places soWilmer van der Gaast2007-10-12-0/+50
* "Changed" the ArcFour implementation. I'm afraid this was a waste of time,Wilmer van der Gaast2007-10-07-5/+13
* Renaming RC4 to ArcFour (possible trademark issues).Wilmer van der Gaast2007-10-07-50/+53
* Merge from Jelmer (making GCC4 happy by sanitizing some typecasting messWilmer van der Gaast2007-07-15-9/+14
|\
| * Fix ssl_bogus.Jelmer Vernooij2007-07-07-0/+5
| * Fix some warnings in storage.c.Jelmer Vernooij2007-07-07-9/+9
* | Merge from Jelmer (mainly unit testing things).Wilmer van der Gaast2007-07-01-0/+1
|\ \ | |/ |/|
| * Add lcov targetJelmer Vernooij2007-01-22-0/+1
| * Add tests for set_url(). Fixed a bug where the default port wasn't Jelmer Vernooij2006-12-24-1/+1
* | Little fix copied from Jelmer's integration branch, want to import the restWilmer van der Gaast2007-02-18-1/+1
* | Merging new Jabber module. See the massive changelog for all the coolWilmer van der Gaast2007-02-18-58/+191
|\ \ | |/ |/|
| * Added starttls code to ssl_openssl.c so GnuTLS isn't the only supportedWilmer van der Gaast2006-10-19-42/+77
| * Merging from devel and storage-xml.Wilmer van der Gaast2006-10-15-10/+10
| |\
| * | Added SRV lookups to automatically find out the correct server for aWilmer van der Gaast2006-10-07-0/+67
| * | No more double free()/crashes when trying to set up an SSL connection toWilmer van der Gaast2006-10-02-6/+18
| * | Added support for SSL- and TLS-connections. Checking of the "tls" userWilmer van der Gaast2006-09-24-15/+34
* | | Fix gcov.Jelmer Vernooij2006-12-06-2/+3
* | | Fix testsuite.Jelmer Vernooij2006-12-06-0/+2
| |/ |/|
* | Using LGPL for generic parts, where possible.Wilmer van der Gaast2006-09-20-10/+10
|/
* add_cr() is not used anymore, and HTML entity handling got UTFized some timeWilmer van der Gaast2006-09-17-34/+2
* Just a little typo in rc4.cWilmer van der Gaast2006-08-14-1/+1
* Added some (more) comments to .h files in lib/ and some minor fixes/cleanups.Wilmer van der Gaast2006-07-19-15/+93
* Fixed a broken call to set_get() (CRASH), shut up a compiler warning inWilmer van der Gaast2006-07-15-2/+5
* Added "account set" command.Wilmer van der Gaast2006-07-01-1/+38
* Added random_bytes() function for better/more reliable randomization andWilmer van der Gaast2006-06-28-19/+78
* Merging from devel/Jelmer.Wilmer van der Gaast2006-06-25-4/+0
* Added versioning information to the XML-file (convenient for later formatWilmer van der Gaast2006-06-25-0/+6
* Moved Base64-related functions to a separate file and added decode funtions.Wilmer van der Gaast2006-06-25-49/+188
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+4023