| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/461
|
| |
|
|
|
|
| |
The code printed a runtime warning on the calendar factory console
due to not input stream being passed forward when the calendar
did not modify since the last refresh.
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/85
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/365
|
| |
|
|
|
|
| |
These changes were generated by using the software “Coccinelle 1.0.8”.
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/265
|
| |
|
|
|
| |
It required specific code to have logged GInputStream data from a SoupRequest.
It could be made transparent to the caller, thus avoid this special code.
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/215
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/164
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/merge_requests/32
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/117
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/33
|
| |
|
|
|
|
|
| |
There had been logged only headers even when the user requested to
log everything due to use of SoupRequest. The added code logs also
the response body when requested. The order of the headers and
the body can be opposite, due to libsoup internals.
|
| |
|
|
|
|
|
|
|
|
|
| |
It could happen that one thread had been working with the connection
while another thread disconnected it, which could lead to a race
condition on the connection object, especially when the code execution
had been within that object.
The change makes sure to either add a reference on the connection
object while working with it or it adds a connection lock which is
acquired for the whole time when the connection object is used.
|
| | |
|
| |
|
|
|
|
|
| |
There could happen a NULL dereference at ecb_http_webcal_to_http_method().
It had been reported downstream at:
https://bugzilla.redhat.com/show_bug.cgi?id=1500663
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
This is to be used to generate unique IDs without host name in the result
string. It replaces e_cal_component_gen_uid() and can be used for vCards
and other similar places as well.
|
| |
|
|
|
|
| |
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=774331
|
| | |
|
|
|
Let's have it as it's common to be, which means top level src/ for
sources, single data/ for data, and so on.
|