Mercurial > pidgin.yaz
graph
-
Removed the "new" api I added by moving it to ciphers/gchecksum.c. Moved the gchecksum implements into gchecksum.c as a preproc macro, removed them from their individual filesThu, 17 Feb 2011 00:42:53 +0000, by Gary Kramlich
-
fixed some indentation issues that were missed earlier in rc4.cMon, 14 Feb 2011 07:38:41 +0000, by Gary Kramlich
-
included string.h in cipher.h since almost all of the ciphers use it.Mon, 14 Feb 2011 06:54:12 +0000, by Gary Kramlich
-
broke des and des3 out to ciphers/des.cMon, 14 Feb 2011 06:51:10 +0000, by Gary Kramlich
-
Moved sha256 to the sub libraryMon, 14 Feb 2011 06:20:59 +0000, by Gary Kramlich
-
Moved rc4 to the ciphers sublibraryMon, 14 Feb 2011 06:10:49 +0000, by Gary Kramlich
-
Broke sha1 outMon, 14 Feb 2011 06:05:29 +0000, by Gary Kramlich
-
Broke out the hmac cipher to it's own file. Removed already transitioned info in the fileheader of cipher.cMon, 14 Feb 2011 05:57:04 +0000, by Gary Kramlich
-
Fixed indentation, forgot to do so on my first commit. Added additional info from cipher.c to the file headerMon, 14 Feb 2011 05:55:02 +0000, by Gary Kramlich
-
Created a new branch to break the ciphers out to their own files. Also I've now exposed purple_g_checksum_* if we're on glib >= 2.16.0Mon, 14 Feb 2011 05:48:59 +0000, by Gary Kramlich
-
merge of '84e4c2078413eedc9eaea26df534ecca59425b69'Tue, 15 Feb 2011 15:49:58 +0000, by Paul Aurich
-
g_warn_if_reached was added in glib 2.16.0, but we agree to support 2.12.0.Tue, 15 Feb 2011 01:58:41 +0000, by Mark Doliner