summaryrefslogtreecommitdiff
path: root/libpurple/util.c
Commit message (Expand)AuthorAgeFilesLines
* Added purple_g_value_dup() to utilAnkit Vani2013-07-191-1/+15
* Added purple_g_value_new() and purple_g_value_free() to utilAnkit Vani2013-07-171-0/+22
* Merged default branchAnkit Vani2013-07-121-14/+17
|\
| * Merge with release-2.x.yDaniel Atallah2013-07-101-14/+17
| |\
| | * Refactor an error path in purple_str_to_time()Richard Laager2013-06-241-13/+16
| | * Fix purple_str_to_time()'s tz_off sign handlingRichard Laager2013-06-241-1/+1
* | | Merged default branchAnkit Vani2013-06-231-1/+159
|\ \ \ | |/ / |/| |
| * | Refactor the codebase to use PurpleHashAnkit Vani2013-06-161-54/+54
| * | Refactored the libpurple core to use the GObject-based PurpleCipherAnkit Vani2013-06-151-56/+48
| * | GObjectify the PurpleCipher structureAnkit Vani2013-06-131-0/+166
* | | HTTP: make purple_url_parse deprecated in favor of purple_http_url_parseTomasz Wasilczyk2013-06-221-108/+0
|/ /
* | Merge with mainTomasz Wasilczyk2013-06-091-0/+35
|\ \
| * | New keyring: store passwords using Windows credentialsTomasz Wasilczyk2013-04-291-0/+26
| * | Merge with defaultTomasz Wasilczyk2013-04-261-0/+9
| |\ \
| | * | Some polishing on files modified on this branch (mostly formatting)Tomasz Wasilczyk2013-03-281-0/+9
* | | | Use GStatBuf instead of struct statTomasz Wasilczyk2013-05-181-1/+1
|/ / /
* | | Don't use deprecated threads API for recent GLib versionsTomasz Wasilczyk2013-04-181-0/+12
* | | win32: get rid of printf's hh modifier (compatibility)Tomasz Wasilczyk2013-04-171-3/+3
* | | Fixing warnings (win32, glib, others)Tomasz Wasilczyk2013-04-141-1/+1
|/ /
* | Silence a GLIB warningTomasz Wasilczyk2013-03-201-0/+1
* | Merge with release-2.x.yDaniel Atallah2013-03-031-2/+3
|\ \ | |/
| * Add some error checking for sscanf usage (there are more places that could us...Daniel Atallah2013-03-021-1/+2
| * Fix purple_utf8_salvage() to correctly identify the 4-byte start byteDaniel Atallah2013-02-261-1/+1
* | Remove purple_util_get_image_checksum and useMark Doliner2013-02-181-33/+5
* | Set file permissions before writing data to it, and use the existing fd.Mark Doliner2012-12-301-9/+9
* | Our autoconf requires glib 2.16.0 or newer, so we can remove this check.Mark Doliner2012-12-291-5/+0
* | Better implementation of purple_escape_jsTomasz Wasilczyk2012-11-231-17/+18
* | GTK debug window: append using js, not htmlTomasz Wasilczyk2012-11-211-0/+21
* | Fix a warning and (null) in file transfer windowTomasz Wasilczyk2012-10-211-2/+2
* | Revert changes to purple_url_parse, because no longer needed for new http imp...Tomasz Wasilczyk2012-10-161-20/+26
* | Extend URL parsingTomasz Wasilczyk2012-10-131-1/+1
* | Break the API with purple_url_parse returning protocolTomasz Wasilczyk2012-10-131-26/+20
* | Make old http-related code obsoleteTomasz Wasilczyk2012-10-121-681/+0
* | patch from loic to fix some bad html -> xhtml conversionNathan Walp2012-09-101-27/+36
* | Remove extra trailing whitespace.Elliott Sales de Andrade2012-07-181-6/+6
* | Libpurple: username validation support; Pidgin: use it in account setup dialogTomasz Wasilczyk2012-07-151-0/+22
* | purple_url_parse: comma is valid character tooTomasz Wasilczyk2012-07-051-3/+3
* | Do some proper parsing of UTS-35 date formats.Elliott Sales de Andrade2012-06-151-0/+359
* | G_CONST_RETURN has been deprecated, use const insteadGary Kramlich2011-12-041-1/+1
* | Upgrade PurpleXfer for a 64-bit world.Elliott Sales de Andrade2011-10-161-3/+3
* | purple_ip_address_is_valid() now checks for an IPv4 or IPv6 address.Andrew Victor2011-09-241-2/+1
* | * purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_reques...Andrew Victor2011-09-241-13/+1
* | disapproval of revision 'c08314ef2b9ceb6479c57fa6114095275488a94c'Elliott Sales de Andrade2011-09-061-2/+1
* | Fix build breakage from c8cf9b704a4953c30e788f35388540c4691cd392.Andrew Victor2011-09-011-1/+2
* | Hide-a-PurpleMenuAction.Jorge Villase?or2011-09-011-0/+64
* | Rename purple_notify_user_info_add_pair toMark Doliner2011-08-221-1/+1
* | Don't use strlen() when all you're trying to do is check if the stringMark Doliner2011-08-221-2/+2
* | Rename purple_util_fetch_url_request_len_with_account toMark Doliner2011-08-211-2/+2
* | Remove purple_util_fetch_url_request_len() and change the few placesMark Doliner2011-08-211-11/+0
* | Get rid fo purple_strlcpy and purple_strlcat. These are convenienceMark Doliner2011-08-211-1/+1