- 3月 01, 2016
-
-
由 Carlos Garnacho 创作于
-
由 Carlos Garnacho 创作于
We enable SQLITE_ENABLE_FTS3_TOKENIZER there, amongst other things.
-
- 2月 13, 2016
-
-
由 Rūdolfs Mazurs 创作于
-
- 1月 11, 2016
-
-
由 Philip Van Hoof 创作于
-
- 12月 10, 2015
-
-
由 Debarshi Ray 创作于
We shouldn't be passing a NULL string argument to g_regex_match. https://bugzilla.gnome.org/show_bug.cgi?id=759280
-
- 11月 19, 2015
-
-
由 Carlos Garnacho 创作于
-
由 Debarshi Ray 创作于
They had gotten swapped around. See: http://www.cipa.jp/std/documents/e/DC-010-2012_E.pdf https://bugzilla.gnome.org/show_bug.cgi?id=758295
-
由 Debarshi Ray 创作于
TIFFTAG_ORIENTATION values range from 1 to 8, not 0 to 7. See: https://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf https://bugzilla.gnome.org/show_bug.cgi?id=758293
-
- 11月 14, 2015
-
-
由 YunQiang Su 创作于
-
由 liushuyu 创作于
-
- 10月 30, 2015
-
-
由 Debarshi Ray 创作于
Make it clear that tracker_miner_manager_index_file only tells the miner to start indexing a file. It doesn't wait for the actual indexing operation to complete. https://bugzilla.gnome.org/show_bug.cgi?id=757366
-
由 Debarshi Ray 创作于
As documented, tracker_miner_manager_index_file should return TRUE on success, not FALSE. https://bugzilla.gnome.org/show_bug.cgi?id=757366
-
- 10月 24, 2015
-
-
由 Marius Gedminas 创作于
libunistring uses UTF-8 strings without a trailing NUL byte. We're passing such strings to tracker_parser_unaccent_nfkd_string() from function_sparql_unaccent() in the sqlite interface. If the string has no accented characters, writing a NUL byte at the end will step out of bounds. This causes memory corruption and crashes. The other caller of tracker_parser_unaccent_nfkd_string() is process_word_utf8(), and it looks like it wants a trailing NUL, so let's add it there. There are no more callers of the libunistring version of tracker_parser_unaccent_nfkd_string(). (For extra confusion, the libicu version of tracker_parser_unaccent_nfkd_string() deals with U+0000-terminated UTF-16 strings.) Should fix https://bugzilla.gnome.org/show_bug.cgi?id=746195
-
- 10月 21, 2015
-
-
由 Debarshi Ray 创作于
We might fail to get a TrackerSparqlConnection if the session was shut down too early and the DBus connection closed. Since this is not a programming error nor an example of a broken system, let's not abort and use a WARNING instead of a CRITICAL. https://bugzilla.gnome.org/show_bug.cgi?id=756869
-
-
-
- 10月 14, 2015
-
-
- 10月 11, 2015
-
-
由 Sam Thursfield 创作于
Failing tests shouldn't take 30 seconds to fail. 5 seconds is still a long time.
-
由 Sam Thursfield 创作于
-
由 Sam Thursfield 创作于
Also, the test-runner.sh now runs all .py files, instead of just those marked executable.
-
由 Sam Thursfield 创作于
dbus-python is deprecated.
-
由 Sam Thursfield 创作于
If a process was never started, the .stop method should do nothing instead of raising an AttributeError.
-
由 Sam Thursfield 创作于
The commandline option parsing is totally broken and interferes with the real argument parsing of the unittest module or whatever other test runner you are using. You can now enable verbose test output by setting TRACKER_TESTS_VERBOSE=1 in the environment. The TRACKER_TESTS_MANUAL_START variable also exists but probably doesn't work at present.
-
- 10月 07, 2015
-
-
由 Denis Zalevskiy 创作于
Owner UID of the /proc/[pid]/cmdline could be different than process real UID while /proc/[pid] owner is expected to be equal. Signed-off-by: Denis Zalevskiy <denis.zalevskiy@jolla.com> https://bugzilla.gnome.org/show_bug.cgi?id=755945
-
- 9月 28, 2015
-
-
由 Milo Casagrande 创作于
-
- 9月 25, 2015
-
-
由 Bastien Nocera 创作于
When "Couldn't" is used in an m4 macro, vim will highlight all the code until the next "'" to close it. Work around that by replacing "Couldn't" by "Could not". https://bugzilla.gnome.org/show_bug.cgi?id=755218
-
- 9月 22, 2015
-
-
由 Милош Поповић 创作于
-
由 Милош Поповић 创作于
-
由 Carlos Garnacho 创作于
-
由 Carlos Garnacho 创作于
Recent glib forbids duplicate test paths, as the test relies on that in order to find the .rq/.out files, copy these files from graph-4*.
-
- 9月 20, 2015
-
-
由 Ask Hjorth Larsen 创作于
-
由 Rafael Fontenelle 创作于
-
由 Kjartan Maraas 创作于
-
由 Alexandre Franke 创作于
-
- 9月 18, 2015
-
-
由 Bernd Homuth 创作于
-
由 Stas Solovey 创作于
-
- 9月 13, 2015
-
-
由 Muhammet Kara 创作于
-
- 9月 09, 2015
-
-
由 Matej Urbančič 创作于
-
- 9月 05, 2015
-
-
由 Seong-ho Cho 创作于
-
- 9月 02, 2015
-
-
由 Dominique Leuenberger 创作于
The ModuleInfo typedef contains 6 items, of which the last is 'optional' (predefined). TRUE as parameter for TrackerExtractShutdownFunc though is not a good idea: it's used as an integer and passed as a pointer to a function call. As there is no shudown function for the dummy module, just pass an additional NULL in there. https://bugzilla.gnome.org/show_bug.cgi?id=754448
-