Commit Graph

8 Commits

Author SHA1 Message Date
Török Edvin
9e751804a2 introduce cli_ctime() that uses ctime_r() when
available, and falls back to locking with a mutex around
		ctime(). (ensures we are using the same mutex always).
use cli_ctime() instead of the thread-unsafe ctime().
		This fixes stability problems.


git-svn: trunk@3578
2008-02-03 19:23:20 +00:00
Tomasz Kojm
df599e74f9 drop support for direct fd passing (not maintained)
git-svn: trunk@3520
2008-01-22 08:38:24 +00:00
Tomasz Kojm
cb9d09c2a3 add support for .cld files (bb#745)
git-svn: trunk@3480
2008-01-03 12:10:53 +00:00
Tomasz Kojm
bb34cb31fe update some copyrights and stick to GPL v2
git-svn: trunk@3003
2007-03-31 20:31:04 +00:00
Tomasz Kojm
8ca8a18e2d drop shared/memory.[ch]
git-svn: trunk@2874
2007-02-28 02:44:23 +00:00
Tomasz Kojm
1a4994e304 fix compilation error on Solaris (bb#341)
git-svn: trunk@2850
2007-02-23 19:15:28 +00:00
Tomasz Kojm
a617b5ea1c merge multiscan() with dirscan() (also closes bb#302)
git-svn: trunk@2821
2007-02-20 21:19:04 +00:00
Sven Strickroth
a99111f050 remove old CVS-stuff and make the repository look more like SVN
git-svn: trunk@2755
2007-02-17 19:02:20 +00:00