summaryrefslogtreecommitdiff
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Some memory allocation improvementsWayne Davison2020-06-251-9/+2
* Some indentation fixes.Wayne Davison2020-06-131-18/+9
* Use a lock to not fail on a left-over pid file.Wayne Davison2020-06-041-0/+3
* Silence gcc7.1 warnings about snprintf().Wayne Davison2020-05-291-3/+2
* Two more spelling fixes and some year updates.Wayne Davison2020-04-161-3/+3
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Allow some pre-/post-xfer exec shell restrictions.Wayne Davison2018-03-251-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Brant Gurganus's autoconf updates.Wayne Davison2015-07-071-2/+2
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Fix misplaced parens on getnameinfo() call.Wayne Davison2011-08-061-2/+2
* Fix Minix build errors. Fixes bug 8313.Wayne Davison2011-07-221-0/+6
* Replace another inet_ntop() call with getnameinfo().Wayne Davison2011-07-161-5/+4
* Add more connect debug info, as Carlos suggested.Wayne Davison2011-07-121-2/+10
* Move freeaddrinfo() call after failure-reporting loop.Wayne Davison2011-07-111-1/+1
* Added "listen backlog" daemon config paramater.Wayne Davison2011-01-031-1/+1
* Report all socket connection errors if we fail.Wayne Davison2011-01-011-5/+23
* Fix a couple socketpair_tcp() issues (see bug 7514).Wayne Davison2010-06-191-70/+40
* Handle simultaneous arrival of multiple connections.Matt McCutchen2009-01-131-1/+1
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison2008-11-091-5/+15
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-4/+4
* Moved the setting of the socket options before the connect().Wayne Davison2008-04-151-0/+6
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Adding --contimeout=SECONDS option.Wayne Davison2007-11-281-2/+24
* Moved become_daemon() into clientserver.c.Wayne Davison2007-09-301-29/+0
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Fixed a null-pointer dereference pointed out by Olivier Thauvin.Wayne Davison2007-08-161-1/+1
* Added support for a %H escape in the value of the RSYNC_CONNECT_PROGWayne Davison2007-08-111-0/+36
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* The --iconv option has now made it to the trunk.Wayne Davison2007-04-261-1/+1
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison2006-11-091-1/+1
* Need to include netinet/tcp.h to get TCP_NODELAY defined.Wayne Davison2006-10-311-0/+1
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-28/+22
* Moved the include of netinet/ip.h here along with its apparentWayne Davison2006-04-111-0/+2
* Improved the bind()-failure message to mention what family failed.Wayne Davison2006-04-021-1/+2
* If open_socket_in() fails, we now log the reasons why.Wayne Davison2006-03-221-4/+25
* Make extra sure that authbuf can't overflow.Wayne Davison2006-03-071-1/+1
* Call base4_encode() with "1" for its new "pad" arg so that theWayne Davison2006-03-061-1/+1
* Simplified the conditional prior to the SIGACTION code.Wayne Davison2006-02-031-3/+3
* Call SIGACTION() instead of signal().Wayne Davison2006-02-021-1/+11
* Got rid of a superfluous newline.Wayne Davison2005-11-101-1/+0
* Call logfile_close() and logfile_reopen() (tweaked function names).Wayne Davison2005-04-141-3/+3
* Changed the bind_address local variables to be named bind_addrWayne Davison2005-04-051-14/+14