log

age author description
Fri, 18 Feb 2011 07:51:43 +0000 Mark Doliner Fixes this crash:
Fri, 18 Feb 2011 02:54:38 +0000 Gary Kramlich propagate from branch 'im.pidgin.cipher_breakout' (head ba76b36ed3711f14953e16ce66b3b6ae28d03161)
Thu, 17 Feb 2011 05:54:46 +0000 Gary Kramlich Added ciphers/*.c to libpurple/Makefile.mingw's C_SRC's. I tried using the same convenience library trick that I did in linux, but I just can't make it work here
Thu, 17 Feb 2011 05:05:03 +0000 Gary Kramlich rc4.c and sha1.c needs to include libpurple/util.h as well
Thu, 17 Feb 2011 05:03:58 +0000 Gary Kramlich hmac.c needs to include libpurple/util.h
Thu, 17 Feb 2011 05:02:31 +0000 Gary Kramlich forgot to mark the purple_g_checksum_* api as static again
Thu, 17 Feb 2011 00:43:09 +0000 Gary Kramlich Fixed a typo
Thu, 17 Feb 2011 00:42:53 +0000 Gary Kramlich 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 files
Mon, 14 Feb 2011 07:38:41 +0000 Gary Kramlich fixed some indentation issues that were missed earlier in rc4.c
Mon, 14 Feb 2011 06:54:12 +0000 Gary Kramlich included string.h in cipher.h since almost all of the ciphers use it.
Mon, 14 Feb 2011 06:51:10 +0000 Gary Kramlich broke des and des3 out to ciphers/des.c
Mon, 14 Feb 2011 06:20:59 +0000 Gary Kramlich Moved sha256 to the sub library
Mon, 14 Feb 2011 06:10:49 +0000 Gary Kramlich Moved rc4 to the ciphers sublibrary
Mon, 14 Feb 2011 06:05:29 +0000 Gary Kramlich Broke sha1 out
Mon, 14 Feb 2011 05:57:04 +0000 Gary Kramlich Broke out the hmac cipher to it's own file. Removed already transitioned info in the fileheader of cipher.c
Mon, 14 Feb 2011 05:55:02 +0000 Gary Kramlich Fixed indentation, forgot to do so on my first commit. Added additional info from cipher.c to the file header
Mon, 14 Feb 2011 05:48:59 +0000 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.0
Tue, 15 Feb 2011 15:49:58 +0000 Paul Aurich merge of '84e4c2078413eedc9eaea26df534ecca59425b69'
Tue, 15 Feb 2011 01:58:41 +0000 Mark Doliner g_warn_if_reached was added in glib 2.16.0, but we agree to support 2.12.0.
Tue, 15 Feb 2011 01:49:11 +0000 Elliott Sales de Andrade merge of '25bd5b382cc84daef94ed59dab062fea9d1613f9'
Sun, 13 Feb 2011 01:27:17 +0000 Elliott Sales de Andrade Updated client capabilities and networks from msnpsharp.
Mon, 14 Feb 2011 09:05:09 +0000 Mark Doliner Space indentation to tab indentation in one little place, and remove a few
Mon, 14 Feb 2011 08:47:37 +0000 Mark Doliner Add to a comment
Mon, 14 Feb 2011 03:51:05 +0000 Mark Doliner Small changes to how we format oscar screen names. We now
Mon, 14 Feb 2011 03:10:09 +0000 Mark Doliner Add unit tests for oscar_util_name_compare. I suspected that this
Mon, 14 Feb 2011 01:01:37 +0000 Mark Doliner Attempt to fix a crash I've seen a few times. I think it happens if you
Sat, 12 Feb 2011 16:27:10 +0000 John Bailey ChangeLog that.
Sat, 12 Feb 2011 16:22:06 +0000 John Bailey merge of '1ce90eeff222690b47ecfe394e118403b2782a2f'
Sat, 12 Feb 2011 16:21:48 +0000 John Bailey libgadu: Alver determined this is needed to build on HP-UX.
Sat, 12 Feb 2011 04:17:09 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin