log libpurple/util.c @ 24101:bb8aa63494e7

age author description
2008-09-08 Daniel Atallah Fix a TODO and mark a string translatable now that we're not string frozen.
2008-08-27 Evan Schoenberg Return FALSE from purple_url_parse() if a host could not be determined
2008-08-27 Evan Schoenberg purple_url_parse() now gracefully handles a url which is wholly invalid.
2008-08-26 Daniel Atallah purple_str_to_time() didn't necessarily set "rest" under all circumstances.
2008-08-21 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 038d9d36d640ed83f9df5333d57dc0cd8b9ae847)
2008-08-15 Elliott Sales de Andrade disapproval of revision '8bae3778af422c41094db4e639f2cf45e6ee6259'
2008-08-15 Stu Tomlinson Fix compatibility with glib < 2.4 for g_markup_printf_escaped. untested.
2008-08-08 Daniel Atallah Add temporary purple_util_fetch_url_request_len and purple_util_fetch_url_len
2008-08-08 Mark Doliner Add a note for translators, because they probably have no idea what
2008-08-07 Daniel Atallah Add NULL checking to purple_markup_linkify().
2008-08-06 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c3595d7c3895f52f076aaaa7650f81d8fbea81ef)
2008-07-13 Sadrul Habib Chowdhury Add purple_get_host_name to get the hostname of the machine.
2008-06-30 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 1d533cebad7c0dbda8ec8ebee1334d27dcae5f9c)
2008-06-16 Justin Rodriguez added a more generic function to read xml files (and made the util version into a wrapper) so it can be used by the
2008-06-26 Mark Doliner Remove a unused variable
2008-06-14 Elliott Sales de Andrade Allow a 'Z' (UTC) TZ in strings passed to purple_str_to_time. Used for
2008-05-30 Sadrul Habib Chowdhury Modified patch from Dylan Simon (dylex) to improve
2008-05-12 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin.custom_smiley' (head c134ff23eba5faac09c13e731e792fa612c91a9a)
2008-03-18 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 42df8ef15f4603d876ab1d764ffb91b9fc071840)
2008-03-05 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)
2008-02-19 Sadrul Habib Chowdhury Revert some bits of the earlier patch not related to custom smileys.
2008-02-19 Sadrul Habib Chowdhury Plug a leak.
2008-02-19 Sadrul Habib Chowdhury Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
2008-05-11 Richard Laager Fix purple_str_to_time() to not break the returned value when we have given
2008-05-07 Daniel Atallah Fix some potential leakage in the craziness called purple_markup_html_to_xhtml().
2008-03-16 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
2008-02-28 Ka-Hing Cheung Fixes an error detected by valgrind:
2008-02-26 Stu Tomlinson Use connect server as FQDN for SASL auth except when it is an IP address.
2008-01-24 Mark Doliner Change purple_markup_html_to_xhtml() to convert <strong> tags to
2008-01-12 Sadrul Habib Chowdhury Make setting 'now listening' actually work, thanks to khc.
2008-01-11 Sadrul Habib Chowdhury Ignore both NULL and empty strings.
2008-01-05 Sadrul Habib Chowdhury Utility functions to set and format song information. Closes #4398.
2007-12-18 Mark Doliner Add a comment that I took this from glib
2007-12-18 Mark Doliner Create a purple_gai_strerror() function similar to g_str_error() which
2007-12-06 Sadrul Habib Chowdhury Patch #3848 from Eion Robb: "purple_markup_unescape_entity doesn't escape hexadecimal references", with changes from QuLogic.
2007-11-23 Stu Tomlinson I had used memcpy to copy the struct tm to where the caller wants it, but
2007-11-22 Stu Tomlinson 'man 3 ctime' says of localtime() (and friends):
2007-11-22 Stu Tomlinson Fix the bug in purple_str_to_time() that was causing 'make check' to fail.
2007-11-22 Stu Tomlinson Fix a bug in purple_str_to_time() that could cause it to try reading past
2007-11-17 Stu Tomlinson Allow empty GNOME_DESKTOP_SESSION_ID to "fail" the running_gnome check as
2007-11-10 Stu Tomlinson Escape any un-escaped entities in purple_markup_html_to_xhtml when parsing
2007-11-10 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
2007-10-30 Sadrul Habib Chowdhury Close #2810. ('Non-XHTML-IM messages with links in them are broken.')
2007-10-15 Richard Laager Add and call a purple_util_uninit() to free user_dir and customer_home_dir
2007-11-09 Stu Tomlinson applied changes from f0cdd16c20f9773e28cd79b36ffcf1c66057e32e
2007-11-08 Ethan Blanton jtb indirectly points out that we need a fflush() before the fsync(),
2007-11-08 Ethan Blanton Manually fflush() files written with purple_util_write_data_to_file,
2007-11-03 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
2007-10-27 Stu Tomlinson Avoid g_log warnings when there's no xhtml to append to, and remove a
2007-10-26 Ka-Hing Cheung Patch from Andrew Gaul to constify a bunch of static variables to reduce
2007-10-23 Richard Laager propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
2007-10-16 Mark Doliner Only free the GString "alt" if it's non-null. This was causing an
2007-10-16 Mark Doliner When checking for redirects in purple_util_fetch_url(), look for
2007-10-13 Daniel Atallah nosnilmot points out that this is a better way to ensure the size is valid.
2007-10-13 Daniel Atallah disapproval of revision '94ce8a7c2dcd9c4ab8a0eff7fb4391ea043cd183'
2007-10-13 Daniel Atallah Prevent invalid data length from getting passed to fwrite.
2007-10-09 Daniel Atallah purple_util_write_data_to_file_absolute() should take a signed argument for the size as -1 is used to indicate that the string is nul-delimited. This resolves CID 330.
2007-09-28 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)
2007-09-21 Sadrul Habib Chowdhury Initialize file-descriptors to -1.
2007-09-21 Daniel Atallah Fix some incorrect assertions when G_DEBUG=fatal_warnings is set.