GNOME.org
Home
Git Help
index
:
evolution-ews
evolution-ews-3-12
gnome-2-28
gnome-3-0
gnome-3-10
gnome-3-2
gnome-3-3-1
gnome-3-4
gnome-3-6
gnome-3-7-3
gnome-3-8
master
wip/get_server_time_zones
MS Exchange integration through Exchange Web Services
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-11
Adapt evolution-ews to support backend-per-process
Fabiano Fidêncio
2
-0/+34
2014-05-19
Fix 'Logically dead code'
Fabiano Fidêncio
2
-16/+13
2014-05-18
Fix 'Uninitialized scalar variable'
Fabiano Fidêncio
1
-2/+2
2014-05-18
Fix 'Unintialized pointer read'
Fabiano Fidêncio
1
-3/+3
2014-05-15
Fix g_ascii_strcasecmp: assertion 's2 != NULL'
Fabiano Fidêncio
1
-1/+1
2014-05-15
Bug #728246 - Fail creating all day event
Fabiano Fidêncio
1
-2/+2
2014-03-25
tests: Create a list of known unknown zones
Fabiano Fidêncio
1
-2/+50
2014-03-13
Bug #726078 - After change an instance of a recurring event, the rest of the ...
Fabiano Fidêncio
1
-12/+11
2014-02-17
Bug #720260 - Moved messages need to be retrieved again
Fabiano Fidêncio
3
-2/+89
2014-02-17
Bug #724232 - Empty Trash doesn't delete Trash subfolders
Fabiano Fidêncio
4
-84/+238
2014-02-10
Bug #655806 - Folder deletion is very slow
Fabiano Fidêncio
1
-12/+129
2014-02-07
Bug #722419 - Inconsistent mapping between Olson and Windows format
Fabiano Fidêncio
10
-629/+917
2014-02-07
Bug #722416 - Don't change the timezone name
Fabiano Fidêncio
13
-352/+1176
2014-01-28
Abort any pending operations in case notification was cancelled
Fabiano Fidêncio
1
-1/+8
2014-01-28
Bump minimum libsoup requirement to 2.42
Fabiano Fidêncio
1
-2/+2
2014-01-28
tests: Add LIBECAL_{LIBS,CFLAGS} dependency
Fabiano Fidêncio
1
-0/+2
2014-01-17
Bug #722415 - Memo does not support Start Date property
Fabiano Fidêncio
1
-0/+1
2014-01-17
tests: Add tests to GetServerTimeZones operation
Fabiano Fidêncio
3
-1/+21154
2014-01-17
Add e_ews_debug_get_server_version_from_string()
Fabiano Fidêncio
2
-1/+19
2014-01-17
Bug #712179 - Cannot create calendar object: The property is deprecated for t...
Fabiano Fidêncio
7
-1245/+3224
2014-01-17
tests: Let ews_test_data_free() NULL-safe
Fabiano Fidêncio
1
-5/+9
2014-01-17
tests: Use the connection's log domain in the handler
Fabiano Fidêncio
1
-1/+1
2014-01-14
Bug #721381 - Doesn't keep flags when moving messages
Fabiano Fidêncio
1
-18/+66
2013-12-12
Bug #715165 - Show connection status icons
Fabiano Fidêncio
1
-1/+34
2013-11-28
Bug #712304 - Crash in the notification code
Fabiano Fidêncio
7
-648/+575
2013-11-18
Bug #712255 - Name all the timeouts added with g_timeout_add()
Fabiano Fidêncio
5
-8/+8
2013-11-14
Bug #712304 - Crash in the notification code
Fabiano Fidêncio
1
-1/+1
2013-11-12
tests: Fix 'may be used uninitialized' warnings
Fabiano Fidêncio
1
-7/+7
2013-11-12
Bug #699349 - Listen for server change notifications
Fabiano Fidêncio
21
-445/+2792
2013-11-11
Bug #708353 - Enhance folder size dialog
Fabiano Fidêncio
1
-39/+171
2013-11-10
EEwsFolder: As getters don't modify the internal data, use const EEwsFolder *...
Fabiano Fidêncio
2
-21/+21
2013-11-06
Revert "Fix "assignment from incompatible pointer type" warning"
Fabiano Fidêncio
1
-2/+2
2013-11-05
Fix "assignment from incompatible pointer type" warning
Fabiano Fidêncio
1
-2/+2
2013-11-05
Bug #711470 - Move tests from src/tests to test and fix make distcheck
Fabiano Fidêncio
36
-45/+73
2013-11-05
Update tar format to tar-ustar
Fabiano Fidêncio
1
-1/+1
2013-11-04
Bug #711148 - Ensure that ews_discover_server_version() will be called on the...
Fabiano Fidêncio
3
-74/+23
2013-10-10
Bug 708121 - Add low level tests in EWS (for EwsConnection)
Fabiano Fidêncio
28
-0/+1210
2013-10-10
Bug 708121 - Add low level tests in EWS (for EwsConnection)
Fabiano Fidêncio
14
-19/+1490
2013-09-27
Bug #708628 - Add support for EmptyFolder operation
Fabiano Fidêncio
2
-22/+8
2013-09-23
Bug #708121 - Add functionalities to help the addition of the low level tests...
Fabiano Fidêncio
7
-11/+195
2013-09-23
Bug #708628 - Add support for EmptyFolder operation
Fabiano Fidêncio
4
-8/+201
2013-08-08
cleanup: standardize includes_last_item check
Fabiano Fidêncio
1
-9/+21
2013-08-08
Bug #705658 - Fix errors found by CLANG - Avoid return an undefined result
Fabiano Fidêncio
1
-1/+1
2013-08-08
Bug #705658 - Fix errors found by CLANG - Avoid assign an undefined value
Fabiano Fidêncio
1
-6/+12
2013-08-08
Bug #705658 - Fix errors found by CLANG - Avoid dereference of null pointer
Fabiano Fidêncio
2
-9/+21
2013-08-08
Bug #705658 - Fix errors found by CLANG - Removing dead assignments
Fabiano Fidêncio
5
-24/+7
2013-07-30
Bug #705118 - Double-free in ews_oof_settings_get_response_cb()
Fabiano Fidêncio
1
-4/+0
2013-07-30
Bug #704940 - Crash in sync_xxx_response_cb()
Fabiano Fidêncio
1
-3/+3
2013-07-30
cosmetic: codying style
Fabiano Fidêncio
1
-24/+24
2013-07-30
Bug #681741 - Meeting cancellation doesn't remove event from calendar
Fabiano Fidêncio
1
-4/+13
[next]