summaryrefslogtreecommitdiffstats
path: root/source/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
* r22926: Don't use <=0, use < 0 to allow keepalives to propagate up.Jeremy Allison2007-05-161-1/+1
* r22923: Fix runaway smbd now receive_smb_raw() returns a ssize_t not a BOOL.Jeremy Allison2007-05-161-1/+1
* r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-05-161-6/+12
* r22181: Fix for EISCON in open_any_socket_out from William JojoJeremy Allison2007-04-121-0/+3
* r20147: Match up EINTR ignoring code from SAMBA_3_0.Jeremy Allison2006-12-131-1/+1
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-2/+7
* r15030: On a performace hunt... Remove as many extraneousJeremy Allison2006-04-111-3/+2
* r12953: Support the TCP_FASTACK socket option if it is available. Note that t...James Peach2006-01-151-0/+3
* r7591: Don't call getpeeraddr on a disconnected socket.Jeremy Allison2005-06-151-5/+8
* r7554: Refactor very messy code in util_sock.c Remove write_socket_data/read_...Jeremy Allison2005-06-131-133/+95
* r7318: Unify HEAD and 3.0 socket functions. Add HEAD functions here #ifdef'ed...Jeremy Allison2005-06-061-0/+93
* r7039: Ensure we always call read_socket_with_timeout() whenJeremy Allison2005-05-271-1/+6
* r7034: Revert change in util_sock.c from derrell until this isJeremy Allison2005-05-271-58/+13
* r7025: 1 if not all data is available at the time we go to read a packet, retryDerrell Lipman2005-05-271-13/+58
* r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison2005-05-181-8/+8
* r6553: Added Linux per-socket TCP settings patch from "Ed Boraas" <ed.boraas@...Jeremy Allison2005-05-011-0/+9
* r4217: Fix open_any_socket_out.Volker Lendecke2004-12-151-13/+27
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2004-12-071-1/+1
* r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke2004-11-181-0/+136
* r2978: Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba@bfccomput...Jeremy Allison2004-10-141-1/+1
* r1104: get_called_name is used in the printing subsystem. In case of multi-homedVolker Lendecke2004-06-101-0/+22
* r487: fixing some compile issues with the IBM AIX compiler reoported on the m...Gerald Carter2004-05-051-5/+7
* r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of time...Andrew Tridgell2004-04-301-0/+1
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+1078