gamin hosts its code at http://svn.gnome.org/svn/gamin/trunk.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:gamin

There are download files available for gamin.

See all merge proposals.

gamin has 2 active branches owned by 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:gamin
Series: main
1 Development 2008-10-20 22:31:35 UTC
326. * server/local_inotify.h server/local...

Author: veillard
Revision Date: 2008-10-20 16:07:48 UTC

* server/local_inotify.h server/local_inotify_syscalls.h: remove
  the local copies of the linux kernel inotify headers
* configure.in server/inotify-kernel.c server/inotify-helper.c
  server/gam_inotify.c server/inotify-path.c server/Makefile.am:
  associated cleanups, check for the presence of sys/inotify.h
  and use it, patch by Adrian Bunk, solves #553158
Daniel

lp:~vcs-imports/gamin/master 1 Development 2016-02-09 22:47:15 UTC
332. fix possible server deadlock in ih_su...

Author: Anssi Hannula
Revision Date: 2016-02-09 22:47:15 UTC

fix possible server deadlock in ih_sub_cancel

ih_sub_foreach() calls ih_sub_cancel() while inotify_lock is locked.
However, ih_sub_cancel() locks it again, and locking GMutex recursively
causes undefined behaviour.

Fix that by removing locking from ih_sub_cancel() as ih_sub_foreach()
is its only user. Also make the function static so that it won't
accidentally get used by other files without locking (inotify-helper.h
is an internal server header).

This should fix the intermittent deadlocks I've been experiencing
causing KDE applications to no longer start, and probably also
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542361

12 of 2 results
You can't create new branches for gamin.