CIA.vc
D Bera
Real-time open source activity stats
Stats » Authors » D Bera
informationsyndicateUTC clock
03:57 on May 26, 2012
event counters
The last message was received 3.33 years ago at 22:52 on Jan 26, 2009
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
1128 messages since the first one, 6.72 years ago, for an average of 2.17 days between messages
recent messages
dateReversed sort columnprojectcontentlink
22:52 on Jan 26, 2009GNOME
Commit by dbera on BEAGLE_0_3_9 :: r4906 beagle/libbeagle/:
tag libbeagle
#
22:52 on Jan 26, 2009GNOME
Commit by dbera on BEAGLE_0_3_9 :: r4905 beagle/beagle/:
tag beagle
#
22:50 on Jan 26, 2009GNOME
Commit by dbera on BEAGLE_0_3_9 :: r4904 beagle/:
Tagging beagle 0.3.9
#
22:37 on Jan 26, 2009GNOME
Commit by dbera :: r4903 beagle/beagle/NEWS:
Oops... Wrong year.
#
22:32 on Jan 26, 2009GNOME
Commit by dbera :: r4902 beagle/beagle/ (4 files in 2 dirs):
Update for 0.3.9
#
22:20 on Jan 26, 2009GNOME
Commit by dbera :: r4901 beagle/libbeagle/ (ChangeLog NEWS configure.in):
Update for 0.3.9
#
22:20 on Jan 26, 2009GNOME
Commit by dbera :: r4900 beagle/libbeagle/ (2 files in 2 dirs):
Add python example for date queries.
#
17:15 on Dec 27, 2008GNOME
Commit by dbera :: r4899 beagle/beagle/Filters/FilterArchive.cs:
Do some more tmp file permission fixing - this time in FilterArchive.
#
00:25 on Dec 27, 2008GNOME
Commit by dbera :: r4898 beagle/beagle/beagled/ (2 files in 2 dirs):
Automatically turn on debugging in IndexHelper if debugging is enabled in BeagleDaemon.
#
23:55 on Dec 26, 2008GNOME
Commit by dbera :: r4897 beagle/beagle/ (4 files in 4 dirs):
File.Delete requires write permission on the file! This is different than the POSIX behaviour and this bug was fixed in mono recently. As a result, with mono-2, beagle tmpfiles could not be deleted.
Workaround this problem by using the Mono.Unix Unlink syscall.
While there, replace the hardcoded chmod permission values by the proper enum.
#
01:38 on Dec 26, 2008GNOME
Commit by dbera :: r4896 beagle/beagle/beagled/FileSystemQueryable/FileSystemQueryable.cs:
Force re-crawling by the Files backend.
#
01:28 on Dec 26, 2008GNOME
Commit by dbera :: r4895 beagle/beagle/glue/ (4 files):
Clean up GLib and GTK+ includes. Patch from #564460.
#
01:21 on Dec 26, 2008GNOME
Commit by dbera :: r4894 beagle/beagle/beagled/FileSystemQueryable/ (2 files):
Fix a long standing bug.
While beagled is not running, if the EA of a file gets removed (e.g. due to some editors which do not copy the EA), then during next crawling beagle will add another document for the same file. As a result, the lucene index will have two documents for the same physical file. This will cause problems if the number of matches is more than the max-hits, fewer than max-hits matches will be returned (both the documents will match the query but both will resolve to the same physical file).
Ideally, while generating a new Id, one should check using the directory and the name if there is already an entry in the index for this file. This will slow down indexing during initial crawling but this is the right thing to do.
#
18:40 on Dec 21, 2008GNOME
Commit by dbera :: r4892 beagle/beagle/beagled/ThunderbirdQueryable/ThunderbirdQueryable.cs:
Prevent the thunderbird indexer from starting twice.
#
01:40 on Dec 21, 2008GNOME
Commit by dbera :: r4891 beagle/beagle/Util/Debug.cs:
Of course, add the new file needed for all the previous BEAGLE_DEBUG changes.
#
04:14 on Nov 27, 2008GNOME
Commit by dbera :: r4887 beagle/beagle/Util/Scheduler.cs:
Do not add duplicate tasks to the list of cancelled tasks.
#
20:27 on Nov 22, 2008GNOME
Commit by dbera :: r4883 beagle/beagle/Filters/FilterDesktop.cs:
.desktop files can have empty lines before the [Desktop Entry] group. Deal with such files. Fixes #544607.
Actually, .desktop file format is pretty flexible - our parser will reject most of the uncommon but valid files. The best solution is to rewrite it using GKeyFiles.
#
19:57 on Nov 22, 2008GNOME
Commit by dbera :: r4882 beagle/beagle/search/Beagle.Search/UIManager.cs:
Add translator-credit tab in the About dialog. Fixes #560812. Include a clumsy workaround to deal with untranslated translator-credits string.
#
19:32 on Nov 22, 2008GNOME
Commit by dbera :: r4881 beagle/beagle/tools/beagle-status:
Path to bash was hardcoded in beagle-status. I thought it is easier to just use "/usr/bin/env bash" that do a whole lot of sed-magic.
#
19:29 on Nov 22, 2008GNOME
Commit by dbera :: r4880 beagle/beagle/tools/beagle-status:
Use a custom while loop instead of the 'watch' command in beagle-status. Fixes #556002. Apparently, in FreeBSD Linux's watch(1) does not exists, and FreeBSD has a watch(8) command to "snoop on another tty line".
#