log libpurple/util.c @ 24421:0f035b8db8df

age author description
Fri, 14 Nov 2008 06:39:52 +0000 Richard Laager Fix CID #388
Fri, 14 Nov 2008 06:36:44 +0000 Richard Laager Fix CID #389
Tue, 21 Oct 2008 16:09:23 +0000 Daniel Atallah Trigger url_fetch_connect_cb() asynchronously when the connection fails
Mon, 08 Sep 2008 01:28:17 +0000 Daniel Atallah Fix a TODO and mark a string translatable now that we're not string frozen.
Wed, 27 Aug 2008 03:04:15 +0000 Evan Schoenberg Return FALSE from purple_url_parse() if a host could not be determined
Wed, 27 Aug 2008 02:54:59 +0000 Evan Schoenberg purple_url_parse() now gracefully handles a url which is wholly invalid.
Tue, 26 Aug 2008 22:37:23 +0000 Daniel Atallah purple_str_to_time() didn't necessarily set "rest" under all circumstances.
Fri, 15 Aug 2008 04:13:40 +0000 Elliott Sales de Andrade disapproval of revision '8bae3778af422c41094db4e639f2cf45e6ee6259'
Fri, 15 Aug 2008 02:42:52 +0000 Stu Tomlinson Fix compatibility with glib < 2.4 for g_markup_printf_escaped. untested.
Fri, 08 Aug 2008 23:34:27 +0000 Daniel Atallah Add temporary purple_util_fetch_url_request_len and purple_util_fetch_url_len
Fri, 08 Aug 2008 05:54:40 +0000 Mark Doliner Add a note for translators, because they probably have no idea what
Thu, 07 Aug 2008 01:08:37 +0000 Daniel Atallah Add NULL checking to purple_markup_linkify().
Sun, 13 Jul 2008 18:01:57 +0000 Sadrul Habib Chowdhury Add purple_get_host_name to get the hostname of the machine.
Thu, 26 Jun 2008 05:34:55 +0000 Mark Doliner Remove a unused variable
Sat, 14 Jun 2008 04:50:35 +0000 Elliott Sales de Andrade Allow a 'Z' (UTC) TZ in strings passed to purple_str_to_time. Used for
Fri, 30 May 2008 01:51:43 +0000 Sadrul Habib Chowdhury Modified patch from Dylan Simon (dylex) to improve
Mon, 12 May 2008 23:17:48 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin.custom_smiley' (head c134ff23eba5faac09c13e731e792fa612c91a9a)
Sun, 11 May 2008 04:50:36 +0000 Richard Laager Fix purple_str_to_time() to not break the returned value when we have given
Wed, 07 May 2008 19:43:40 +0000 Daniel Atallah Fix some potential leakage in the craziness called purple_markup_html_to_xhtml().
Tue, 18 Mar 2008 00:48:33 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 42df8ef15f4603d876ab1d764ffb91b9fc071840)
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
Wed, 05 Mar 2008 17:18:09 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)
Thu, 28 Feb 2008 08:41:23 +0000 Ka-Hing Cheung Fixes an error detected by valgrind:
Tue, 26 Feb 2008 13:53:22 +0000 Stu Tomlinson Use connect server as FQDN for SASL auth except when it is an IP address.
Tue, 19 Feb 2008 19:51:03 +0000 Sadrul Habib Chowdhury Revert some bits of the earlier patch not related to custom smileys.
Tue, 19 Feb 2008 19:46:49 +0000 Sadrul Habib Chowdhury Plug a leak.
Tue, 19 Feb 2008 19:41:56 +0000 Sadrul Habib Chowdhury Apply the custom smiley patches from #1187, from Jorge Villaseo (Masca) and
Thu, 24 Jan 2008 05:24:20 +0000 Mark Doliner Change purple_markup_html_to_xhtml() to convert <strong> tags to
Sat, 12 Jan 2008 22:05:52 +0000 Sadrul Habib Chowdhury Make setting 'now listening' actually work, thanks to khc.
Fri, 11 Jan 2008 23:21:16 +0000 Sadrul Habib Chowdhury Ignore both NULL and empty strings.