Commit Graph

13 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
5a3aeff49f fix handling of special characters in mprintf/logg (bb#360)
git-svn: trunk@3533
2008-01-23 16:38:36 +00:00
Tomasz Kojm
bcbe6ad713 reduce the number of error messages (bb#478)
git-svn: trunk@3530
2008-01-23 12:12:25 +00:00
Tomasz Kojm
73b243dc40 fix some warnings
git-svn: trunk@3278
2007-10-08 14:43:32 +00:00
Tomasz Kojm
1b38f50dea add support for LogFileMaxSize and LogTime
git-svn: trunk@3277
2007-10-08 13:07:57 +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
4b25a0ded9 revert patch for bb#360
git-svn: trunk@2896
2007-03-02 02:41:29 +00:00
Tomasz Kojm
6b04ac13b1 fix handling of special characters in mprintf (bb#360)
git-svn: trunk@2888
2007-03-01 17:17:58 +00:00
Tomasz Kojm
65d08d617a some mallocs should be callocs
git-svn: trunk@2880
2007-03-01 01:27:43 +00:00
Tomasz Kojm
ace24e1fbc merge win32 patches from NJH
git-svn: trunk@2875
2007-02-28 03:12:51 +00:00
Tomasz Kojm
8ca8a18e2d drop shared/memory.[ch]
git-svn: trunk@2874
2007-02-28 02:44:23 +00:00
Tomasz Kojm
2ed08e8a48 move check for CL_NOTHREADS down
git-svn: trunk@2862
2007-02-24 23:44:41 +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