log libpurple/util.c @ 32672:3828a61c44da

age author description
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads.
Sun, 04 Dec 2011 22:11:15 +0000 Gary Kramlich G_CONST_RETURN has been deprecated, use const instead
Sun, 16 Oct 2011 04:38:12 +0000 Elliott Sales de Andrade Upgrade PurpleXfer for a 64-bit world.
Sat, 24 Sep 2011 22:20:58 +0000 andrew victor purple_ip_address_is_valid() now checks for an IPv4 or IPv6 address.
Sat, 24 Sep 2011 22:09:40 +0000 andrew victor * purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_request().
Tue, 06 Sep 2011 18:22:03 +0000 Elliott Sales de Andrade disapproval of revision '0d9c985d91b5de7f20f3443d7edbe22fb7ce80af'
Thu, 01 Sep 2011 06:56:17 +0000 andrew victor Fix build breakage from bfae54755d0a683ab945fea4666da04aeb1113d1.
Thu, 01 Sep 2011 04:23:42 +0000 masca Hide-a-PurpleMenuAction.
Mon, 22 Aug 2011 02:23:28 +0000 Mark Doliner Rename purple_notify_user_info_add_pair to
Mon, 22 Aug 2011 02:07:41 +0000 Mark Doliner Don't use strlen() when all you're trying to do is check if the string
Sun, 21 Aug 2011 01:59:13 +0000 Mark Doliner Rename purple_util_fetch_url_request_len_with_account to
Sun, 21 Aug 2011 01:52:25 +0000 Mark Doliner Remove purple_util_fetch_url_request_len() and change the few places
Sun, 21 Aug 2011 01:04:31 +0000 Mark Doliner Get rid fo purple_strlcpy and purple_strlcat. These are convenience
Mon, 09 May 2011 04:26:46 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head d6053150b258c5c8b2ac60e091a7d0d1b2d9be1d)
Thu, 17 Mar 2011 07:39:33 +0000 Mark Doliner Remove the _purple_oscar_convert(). It existed to migrate data from
Mon, 02 May 2011 15:33:10 +0000 Daniel Atallah Zero the struct tm used for purple_str_to_time().
Sun, 09 Jan 2011 20:08:29 +0000 morshed nader Fix purple_str_to_time(). Fixes #13131.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Wed, 10 Nov 2010 23:44:57 +0000 Mark Doliner Minor cleanup. Should be no functionality change, just a variable
Wed, 10 Nov 2010 23:41:53 +0000 Mark Doliner Fix a bug where if we used fetch url with include_headers=FALSE and
Sat, 18 Sep 2010 01:33:34 +0000 John Bailey Useful snippet of debugging that helped me out.
Sun, 22 Aug 2010 06:16:37 +0000 Elliott Sales de Andrade These are dead increments.
Mon, 12 Jul 2010 15:13:31 +0000 Sadrul Habib Chowdhury Get rid of a few unnecessary strlen/g_snprintf's.
Tue, 15 Jun 2010 01:28:17 +0000 Stu Tomlinson Catch some more invalid email addresses, thanks to Mark for additional
Mon, 14 Jun 2010 22:09:12 +0000 Daniel Atallah Attempt to improve handling of HTTP requests on port 80 when there is a HTTP
Thu, 03 Jun 2010 23:08:57 +0000 Sadrul Habib Chowdhury Apparently file/directory names in windows cannot end in periods/spaces.
Thu, 03 Jun 2010 23:08:11 +0000 Sadrul Habib Chowdhury Prevent an invalid read when a message starts with 'mailto:'.
Thu, 03 Jun 2010 22:59:19 +0000 Sadrul Habib Chowdhury Linkify file://
Thu, 03 Jun 2010 22:47:32 +0000 Sadrul Habib Chowdhury Remove code duplications, and some invalid memory reads.
Mon, 17 May 2010 00:14:22 +0000 Stu Tomlinson Add some comments that meant something to me at some point and might