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
2005-04-14
Call logfile_close() and logfile_reopen() (tweaked function names).
Wayne Davison
1
-3
/
+3
2005-04-05
Changed the bind_address local variables to be named bind_addr
Wayne Davison
1
-14
/
+14
2005-03-01
- Look for last '@' in a user@host spec.
Wayne Davison
1
-1
/
+1
2005-02-18
The daemon loop needs to call log_open() because it called log_close().
Wayne Davison
1
-0
/
+3
2005-02-14
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
1
-6
/
+4
2005-01-31
Tweaked one or more warning messages.
Wayne Davison
1
-3
/
+3
2005-01-28
Got rid of an unreachable free() call.
Wayne Davison
1
-1
/
+0
2005-01-28
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
1
-2
/
+2
2005-01-28
No need to call log_open() in start_accept_loop() because
Wayne Davison
1
-3
/
+0
2005-01-27
Added a missing newline to an error message.
Wayne Davison
1
-1
/
+1
2004-09-16
Actually, since the close calls shouldn't fail (now that listener
Wayne Davison
1
-3
/
+1
2004-09-16
- Set "listener" to -1 after we close it so that the error-handler
Wayne Davison
1
-3
/
+7
2004-06-20
Restored the code in the IPV6_V6ONLY section that checks the
Wayne Davison
1
-2
/
+6
2004-05-15
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
1
-19
/
+13
2004-05-06
Correct a typo.
Wayne Davison
1
-1
/
+1
2004-05-06
- Updated the comments for open_socket_in().
Wayne Davison
1
-35
/
+34
2004-05-05
If we need to set IPV6_V6ONLY but setsockopt() fails, close the
Wayne Davison
1
-14
/
+10
2004-04-14
Moved (and expanded) a verbose message from clientserver.c to socket.c
Wayne Davison
1
-8
/
+9
2004-03-29
In sigchild_handler(), finish with waitpid() before reinitializing
Wayne Davison
1
-1
/
+1
2004-03-16
Changed HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.
Wayne Davison
1
-1
/
+1
2004-02-27
Use new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN).
Wayne Davison
1
-1
/
+1
2004-01-20
Use new stringjoin() function.
Wayne Davison
1
-2
/
+2
2004-01-03
Fixed a size check in the new code.
Wayne Davison
1
-1
/
+1
2004-01-03
Added support for "Basic" authentication to our proxy, based on a
Wayne Davison
1
-67
/
+109
2004-01-02
Applied a slightly-tweaked version of Oliver Braun's patch that
Wayne Davison
1
-28
/
+68
2004-01-02
Call bind() with the right ai_addr/ai_addrlen info.
Wayne Davison
1
-6
/
+4
2004-01-02
Tidied up a few things in preparation for changes.
Wayne Davison
1
-78
/
+83
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
[next]