platform/upstream/evolution-data-server.git
2010-08-13 Matej UrbančičUpdated Slovenian translation
2010-08-12 Federico Mena... Merge branch camel-socks-proxy-master for SOCKS5 /...
2010-08-12 Federico Mena... Remove unused variables
2010-08-12 Federico Mena... Remove unused function
2010-08-12 Federico Mena... GError for CamelTcpStreamSSL
2010-08-12 Federico Mena... Make _set_g_error_from_errno() public
2010-08-12 Federico Mena... Format error strings, don't include them inline
2010-08-12 Federico Mena... Fix method name
2010-08-12 Federico Mena... Missing include
2010-08-12 Federico Mena... Missing comma
2010-08-12 Federico Mena... Fix cut&paste thinko
2010-08-12 Federico Mena... GError **, not GError *
2010-08-12 Matthew BarnesBug 626505 - ECategoriesDialog doesn't show new categories
2010-08-10 Chenthill Palanisamyuse cairo as gc is deprecated
2010-08-06 Matthew BarnesGah, stupid mistake in previous commit.
2010-08-06 Matthew BarnesEnable largefile support by default.
2010-08-05 Daniel NylanderUpdated Swedish translation
2010-08-05 Matthew BarnesBug 626090 - Only set -fno-strict-aliasing for GCC
2010-08-05 drtvUpdated Tamil translation
2010-08-04 Matthew BarnesENameSelectorEntry: Avoid IM confusion when inserting...
2010-08-04 drtvUpdated Tamil translation
2010-08-04 Matthew BarnesDeprecate CamelHttpStream.
2010-08-04 Kjartan MaraasUpdated Norwegian bokmål translation
2010-08-03 Michael Meeksfree response objects in e_gw_container_get_connection...
2010-08-03 Michael Meekscleanup, and fix for substantial GWise / soap mail...
2010-08-03 Matthew BarnesPost-release version bump.
2010-08-03 Matthew BarnesNEWS update for 2.31.6 release.
2010-08-02 Matthew BarnesCoding style and whitespace cleanups.
2010-08-02 Lucian Adrian... Updated Romanian translation
2010-08-02 Michael Meeksfix multi-threaded build.
2010-08-02 Michael Meeksanother instance of the same bust variable name.
2010-08-02 Michael Meeksfix 'inlen' snafu - presumably 'len'
2010-08-02 Jeffrey StedfastOptimized camel_uuencode_step
2010-08-02 Jeffrey StedfastFixed uudecode logic
2010-08-02 Matthew BarnesReplace "Since: 3.0" with "Since: 2.32".
2010-08-02 Matthew BarnesUpdate API documentation.
2010-08-02 Matthew BarnesPrefer gio-2.0 when requiring GLib libraries.
2010-08-02 Matthew BarnesReplace dbus-glib-1 with gio-2.0 in pkgconfig files.
2010-08-02 Rob Bradfordebook & edataserverui: Use _async suffix rather than...
2010-08-01 Fran DiéguezUpdated Galician translations
2010-08-01 Rob Bradfordebook: Remove duplicate free from array_to_stringlist...
2010-07-31 Christian KirbachUpdated German translation
2010-07-31 David Woodhouseimapx: ->cinfo *can* be NULL in imapx_server_dispose...
2010-07-31 David Woodhouseimapx: server flags can be integers
2010-07-30 Milan CrhaFix minor compiler warnings from GDBus generated code
2010-07-30 Milan CrhaBug #625351 - Sending through sendmail reports error
2010-07-29 Matthew BarnesBuild path portably in session_get_storage_path().
2010-07-29 Matthew BarnesAvoid overwriting files while migrating.
2010-07-29 Milan CrhaBug #625606 - git/master build dies with glib-2.25.12
2010-07-29 Jorge GonzálezUpdated Spanish translation
2010-07-29 Matthew BarnesFix error handling in CamelImapFolder::get_message().
2010-07-29 Matthew BarnesBug 625039 - Commonly named macros in Camel header...
2010-07-28 Federico Mena... Oops, fix endianness of port numbers
2010-07-28 Federico Mena... Use 'localhost' instead of NULL to resolve ports
2010-07-28 Federico Mena... Don't try SOCKS4 on IPv6 addresses; it doesn't handle...
2010-07-28 Federico Mena... Try SOCKS5, then SOCKS4
2010-07-28 Federico Mena... Try all the struct addrinfo when connecting to a proxy...
2010-07-28 Federico Mena... Add new GError codes for SOCKS proxies - CamelProxyError
2010-07-28 Federico Mena... Basic logic to request connection from a SOCKS5 proxy
2010-07-28 Federico Mena... Separate function to just connect to the proxy host
2010-07-28 Federico Mena... Derive CamelTcpStreamSSL from CamelTcpStreamRaw
2010-07-28 Federico Mena... Add function to replace CamelTcpStreamRaw's sockfd...
2010-07-28 Federico Mena... Make _set_errno_from_pr_error() public
2010-07-28 Federico Mena... Make CamelTcpStreamRaw use PRFileDesc internally
2010-07-28 Matthew BarnesFix error handling in CamelLocalFolder::sync().
2010-07-28 Matthew BarnesBug 625083 - Gettext can't parse GLib's printf format...
2010-07-28 Milan CrhaBug #625482 - Personal addressbook is vanished
2010-07-28 Matthew BarnesReset BASE_VERSION to 2.32.
2010-07-28 Matthew BarnesAdd more debug messages to basedir migration.
2010-07-28 Jorge GonzálezUpdated Spanish translation
2010-07-28 Milan CrhaBug #622884 - Migrate from dbus-glib to glib's GDBus
2010-07-28 Yaron ShahrabaniUpdated Hebrew translation.
2010-07-27 Matthew BarnesAdjust mbox: file paths in EAccounts.
2010-07-27 Matthew BarnesAdd a migration routine to EDataBookFactory.
2010-07-27 Matthew BarnesAdd a migration routine to EDataCalFactory.
2010-07-27 Matthew BarnesComply with XDG Base Directory Specification.
2010-07-26 Jorge GonzálezUpdated Spanish translation
2010-07-26 Milan CrhaBug #625282 - Quick add contact claims on console
2010-07-24 Yaron ShahrabaniUpdated Hebrew translation.
2010-07-24 Aron XuUpdate Simplified Chinese translation.
2010-07-23 Federico Mena... Implement ::get_file_desc() in CamelTcpStreamSSL
2010-07-23 Federico Mena... Move CamelTcpStreamRaw's fields to a private structure
2010-07-23 Federico Mena... New method CamelTcpStream::get_file_desc()
2010-07-23 Federico Mena... Change CamelNNTPStore to use the new API
2010-07-23 Federico Mena... Change CamelIMAPXServer to use the new API
2010-07-23 Federico Mena... Change CamelImapStore to use the new API
2010-07-23 Federico Mena... Change CamelSmtpTransport to use the new API
2010-07-23 Federico Mena... Change CamelPOP3Store to use the new API
2010-07-23 Federico Mena... Change CamelHttpStream to use the new API
2010-07-23 Federico Mena... Do name resolution inside camel_tcp_stream_connect()
2010-07-22 Matthew BarnesEek, typo.
2010-07-22 Matthew BarnesFix "system" EBook/ECal creation functions.
2010-07-22 Matthew BarnesBug 602287 - Avoid racing with camel_operation_mute()
2010-07-22 Milan CrhaBug #624891 - Various compiler warnings in git/master
2010-07-21 Matthew BarnesRefactor ECalBackendCache.
2010-07-21 Matthew BarnesRefactor ECalBackendStore / ECalBackendFileStore.
2010-07-21 Matthew BarnesECalBackendFile overrides its cache directory.
2010-07-21 Matthew BarnesEDataCal: Add a getCacheDir() D-Bus method.
2010-07-21 Matthew BarnesECalBackend: Add a "cache-dir" string property.
2010-07-21 Matthew BarnesECalBackend cleanup.
next