index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-11-24
Improved error messages.
Martin Pool
1
-8
/
+18
2001-11-23
Merge KAME.net IPv6 patch: you can now (in theory) pass IPv6 hostnames
Martin Pool
1
-112
/
+178
2001-08-31
Merge in the LIBSMB_PROG idea from samba, so that you can do
Martin Pool
1
-4
/
+136
2001-08-15
Check that gethostbyname does actually return AF_INET addresses, since
Martin Pool
1
-5
/
+21
2001-08-15
Use socklen_t for getpeername, since we hopefully now have it defined
Martin Pool
1
-1
/
+1
2001-08-15
Typo. Shouldn't depend on assert().
Martin Pool
1
-2
/
+5
2001-08-15
Better error messages for DNS.
Martin Pool
1
-10
/
+17
2001-08-08
don't need to lookup our own name in open_socket_in()
Andrew Tridgell
1
-17
/
+2
2001-08-06
Two more instances of socklen_t.
Martin Pool
1
-3
/
+3
2001-08-06
Use socklen_t if defined, or otherwise int. This tries to fix
Martin Pool
1
-3
/
+4
2001-06-21
If binding to a low-numbered port fails with EACCES, then the error
Martin Pool
1
-0
/
+4
2001-05-07
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
1
-1
/
+1
2001-01-08
Include strerror message when there's a socket error.
Martin Pool
1
-12
/
+19
2000-11-09
Document getsockopt POSIX confusion.
Martin Pool
1
-6
/
+22
2000-10-25
Make sure the log file is always opened before root privileges (if any)
David Dykstra
1
-1
/
+8
2000-10-24
When running as --daemon in the background and using a "log file" rsyncd.conf
David Dykstra
1
-0
/
+2
2000-01-10
make --address work for a client connecting to a server
Andrew Tridgell
1
-1
/
+9
1999-11-15
removed old non-blocking fd code (a hangover from a earlier version of
Andrew Tridgell
1
-4
/
+0
1999-10-31
added --address option for virtual hosting
Andrew Tridgell
1
-3
/
+44
1999-06-27
continue calling waitpid() while still reapingchildren (patch from
Andrew Tridgell
1
-1
/
+1
1999-04-13
added RSYNC_PROXY support from Stephen Rothwell. This allows access to
Andrew Tridgell
1
-6
/
+100
1999-02-09
Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.c
David Dykstra
1
-1
/
+1
1998-11-14
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1
-2
/
+2
1998-11-03
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1
-4
/
+4
1998-10-28
and I thought I wasn't going to do any rsync coding for a while ...
Andrew Tridgell
1
-2
/
+11
1998-08-27
a couple of changes to where the nonblocking settings are called.
Andrew Tridgell
1
-3
/
+7
1998-07-20
I think I might havefinally fixed the rsync hanging bug. It was caused
Andrew Tridgell
1
-8
/
+6
1998-07-19
- close stdout and stderr and reopen then as /dev/null when running as
Andrew Tridgell
1
-3
/
+8
1998-07-01
I've had reports of rsyncd leaving zombies under digital unix. This
Andrew Tridgell
1
-2
/
+9
1998-06-18
for consistency use memcpy/memset everywhere instead of bcopy/bzero
Andrew Tridgell
1
-1
/
+1
1998-05-20
added DNS spoofing test to host access control
Andrew Tridgell
1
-1
/
+21
1998-05-18
this is a large commit which adds io multiplexing, thus giving error
Andrew Tridgell
1
-4
/
+4
1998-05-15
added a "socket options" option to rsyncd.conf. This option will
Andrew Tridgell
1
-0
/
+2
1998-05-15
fixed SIGCLD -> SIGCHLD
Andrew Tridgell
1
-1
/
+1
1998-05-10
use syslog instead of /var/adm/rsyncd.log
Andrew Tridgell
1
-0
/
+47
1998-05-10
change to allow names or numbers to be used for uid and gid.
Andrew Tridgell
1
-4
/
+3
1998-05-09
first vesrion of working socket based rsync. It still needs a lot of
Andrew Tridgell
1
-1
/
+271
1998-05-07
just a stub for now
Andrew Tridgell
1
-0
/
+27