May 6, 2009
View 7660b7c

Fix 60 byte/STREAM command memory leak on FreeBSD. (bb #1567, thanks to Jay Deiman <jay*splitstreams.com> and Chris Mikkelson <cmikk*qwest.net> for tracking down the leak!).

Török Edvin authored on 2009/05/06 16:56:28
March 22, 2009
View 0dd4967

fix build when poll is not available.

Török Edvin authored on 2009/03/22 22:25:27
March 15, 2009
View c995450

better detect half-shut vs. full-shutdown sockets (bb #1441)

Török Edvin authored on 2009/03/15 01:43:47
March 12, 2009
View de5f850

fix previous commit

Török Edvin authored on 2009/03/12 04:27:36
View e68d70e

strerror/strerror_r->cli_strerror which is always thread safe.

Török Edvin authored on 2009/03/12 04:11:09
March 7, 2009
View b0e5789

fix FILDES and make check on NetBSD. (bb #1411).

Török Edvin authored on 2009/03/07 00:19:59
March 6, 2009
View f8e8ab4

wake recvloopth after SelfCheck (if set), to avoid reloading the DB just before next scan request.

Török Edvin authored on 2009/03/06 21:21:58
February 25, 2009
View 14896ad

force alignment of ancillary data buffer (bb #1425).

Török Edvin authored on 2009/02/25 05:18:53
February 19, 2009
View a414efb

revert previous commit, it is the wrong fix.

Török Edvin authored on 2009/02/19 04:11:21
View a1f0c01

Fix wrong use of strerror_r: it doesn't have to use/fill the buffer, it can return a pointer to a static location, as described in the manpage. This can happen on a Linux system with a foreign locale, where the LANG=C messages are returned this way. (BB #1403)

Török Edvin authored on 2009/02/19 04:08:15
February 18, 2009
View e114b10

fix use of uninitialized value. add test for STREAM. fix missing closing pragmas.

Török Edvin authored on 2009/02/18 02:35:31
View ef49ed6

fix compiler warning

Török Edvin authored on 2009/02/18 01:05:49
View 625377a

add missing parameter

Török Edvin authored on 2009/02/18 01:02:26
View fb6fe4f

Introduce '$' in logg, it is active when logg_verbose=2, i.e. when Debug yes. Fix leak reported by valgrind.

Török Edvin authored on 2009/02/18 00:59:36
View 5f6edb2

ReadTimeout handling, and introduce CommandReadTimeout.

Török Edvin authored on 2009/02/18 00:59:21