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
2003-08-22
Made the UNUSED(parameter) macro calls read a little nicer.
Wayne Davison
1
-1
/
+2
2003-08-04
Instead of ignoring SIG_CHLD, reap zombies in the signal handler.
Wayne Davison
1
-8
/
+9
2003-01-27
Prevent the "Connection reset by peer" messages often seen from Cygwin.
David Dykstra
1
-1
/
+4
2002-08-01
The function passed to start_accept_loop() now takes 2 fd ints (for
Wayne Davison
1
-2
/
+2
2002-04-11
Try to fix ctype issues by always calling these functions as
Martin Pool
1
-1
/
+1
2002-04-09
Doc.
Martin Pool
1
-17
/
+20
2002-03-16
Make sure that freeaddrinfo is called on all code paths leading away
Martin Pool
1
-3
/
+3
2002-03-16
Doc: Note from Dave Dykstra that getaddrinfo calls must be paired with
Martin Pool
1
-1
/
+4
2002-02-23
With -vv, client shows a message when opening a daemon connection via
Martin Pool
1
-0
/
+4
2002-02-18
Doc.
Martin Pool
1
-0
/
+1
2002-02-18
Fix error handling for failing to fork after accepting a connection --
Martin Pool
1
-2
/
+2
2002-02-18
If the daemon is unable to fork a child to accept a connection, print
Martin Pool
1
-1
/
+12
2002-02-13
Patch from Jos Backus <josb@cncdsl.com> to use HAVE_SOCKADDR_LEN rather
David Dykstra
1
-1
/
+1
2002-01-25
The name resolution stuff is getting complicated -- split it out into
Martin Pool
1
-216
/
+0
2002-01-24
Verbose messages for spoof check... doesn't work on old linux libc?
Martin Pool
1
-4
/
+30
2002-01-24
When doing a name->addr translation to check for spoofing, give the
Martin Pool
1
-1
/
+1
2002-01-24
Fix getpeername call.
Martin Pool
1
-1
/
+1
2002-01-24
Move both calls to getpeername into a common wrapper function that
Martin Pool
1
-22
/
+34
2002-01-24
Another size_t warning
Martin Pool
1
-1
/
+1
2002-01-24
check_name: Print out name *before* clobbering it.
Martin Pool
1
-5
/
+5
2002-01-24
If name lookup fails, then show the relevant IP address in the error message.
Martin Pool
1
-22
/
+17
2002-01-24
Doc.
Martin Pool
1
-8
/
+2
2002-01-24
Show helper program with -v when opening connection.
Martin Pool
1
-1
/
+10
2002-01-24
Doc.
Martin Pool
1
-7
/
+10
2002-01-24
Fix const
Martin Pool
1
-2
/
+2
2002-01-24
Unbreak the old behavior of using UNKNOWN as a hostname if any of the
Martin Pool
1
-4
/
+10
2002-01-24
Fix inverted sense of error check.
Martin Pool
1
-5
/
+6
2002-01-24
Refactor client_name() into smaller functions.
Martin Pool
1
-31
/
+75
2002-01-24
Doc.
Martin Pool
1
-1
/
+4
2002-01-23
Just for variety we have some socklen_t fixes too.
Martin Pool
1
-3
/
+5
2002-01-15
Remove unused variable.
Martin Pool
1
-1
/
+0
2002-01-15
Oops, getaddrinfo returns an error code (not -1) for error. -Wall is
Martin Pool
1
-1
/
+1
2002-01-11
More comments about IPv6 stuff.
Martin Pool
1
-5
/
+17
2001-12-18
Typo
Martin Pool
1
-1
/
+1
2001-12-18
Refactor code for setting local address on outgoing connections. If a
Martin Pool
1
-23
/
+38
2001-12-18
Get rid of global_opts struct as suggested by Dave -- too many
Martin Pool
1
-40
/
+29
2001-12-14
open_socket_in was attempting to try all the protocols returned from
David Dykstra
1
-0
/
+1
2001-12-05
Some platforms don't have sa_family_t.
Martin Pool
1
-1
/
+1
2001-12-05
RFC2553 just says that sockaddr_storage has to have initial fields
Martin Pool
1
-2
/
+8
2001-12-05
Some platforms may have getaddrinfo() but not sockaddr_storage.
Martin Pool
1
-4
/
+0
2001-12-05
Change back to using sockaddr_storage rather than sockaddr_in. If
Martin Pool
1
-11
/
+19
2001-11-27
Fix missing parameter in log call.
Martin Pool
1
-1
/
+1
2001-11-26
Remove kame cruft
Martin Pool
1
-1
/
+1
2001-11-26
Oops, no C++ comments.
Martin Pool
1
-2
/
+0
2001-11-26
Kill a function for jra.
Martin Pool
1
-64
/
+1
2001-11-26
Try to be better about handling the results of getaddrinfo(): when
Martin Pool
1
-17
/
+44
2001-11-26
Put the new address family option into an options struct. We have too
Martin Pool
1
-19
/
+43
2001-11-26
Remove highly suspicious redefinition of sockaddr structure -- there
Martin Pool
1
-18
/
+20
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
[next]