index
:
android_external_rsync
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
gb-release-7.2
gingerbread
gingerbread-release
ics
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
master
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call logfile_close() and logfile_reopen() (tweaked function names).
Wayne Davison
2005-04-14
1
-3
/
+3
*
Changed the bind_address local variables to be named bind_addr
Wayne Davison
2005-04-05
1
-14
/
+14
*
- Look for last '@' in a user@host spec.
Wayne Davison
2005-03-01
1
-1
/
+1
*
The daemon loop needs to call log_open() because it called log_close().
Wayne Davison
2005-02-18
1
-0
/
+3
*
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
2005-02-14
1
-6
/
+4
*
Tweaked one or more warning messages.
Wayne Davison
2005-01-31
1
-3
/
+3
*
Got rid of an unreachable free() call.
Wayne Davison
2005-01-28
1
-1
/
+0
*
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
2005-01-28
1
-2
/
+2
*
No need to call log_open() in start_accept_loop() because
Wayne Davison
2005-01-28
1
-3
/
+0
*
Added a missing newline to an error message.
Wayne Davison
2005-01-27
1
-1
/
+1
*
Actually, since the close calls shouldn't fail (now that listener
Wayne Davison
2004-09-16
1
-3
/
+1
*
- Set "listener" to -1 after we close it so that the error-handler
Wayne Davison
2004-09-16
1
-3
/
+7
*
Restored the code in the IPV6_V6ONLY section that checks the
Wayne Davison
2004-06-20
1
-2
/
+6
*
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
2004-05-15
1
-19
/
+13
*
Correct a typo.
Wayne Davison
2004-05-06
1
-1
/
+1
*
- Updated the comments for open_socket_in().
Wayne Davison
2004-05-06
1
-35
/
+34
*
If we need to set IPV6_V6ONLY but setsockopt() fails, close the
Wayne Davison
2004-05-05
1
-14
/
+10
*
Moved (and expanded) a verbose message from clientserver.c to socket.c
Wayne Davison
2004-04-14
1
-8
/
+9
*
In sigchild_handler(), finish with waitpid() before reinitializing
Wayne Davison
2004-03-29
1
-1
/
+1
*
Changed HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.
Wayne Davison
2004-03-16
1
-1
/
+1
*
Use new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN).
Wayne Davison
2004-02-27
1
-1
/
+1
*
Use new stringjoin() function.
Wayne Davison
2004-01-20
1
-2
/
+2
*
Fixed a size check in the new code.
Wayne Davison
2004-01-03
1
-1
/
+1
*
Added support for "Basic" authentication to our proxy, based on a
Wayne Davison
2004-01-03
1
-67
/
+109
*
Applied a slightly-tweaked version of Oliver Braun's patch that
Wayne Davison
2004-01-02
1
-28
/
+68
*
Call bind() with the right ai_addr/ai_addrlen info.
Wayne Davison
2004-01-02
1
-6
/
+4
*
Tidied up a few things in preparation for changes.
Wayne Davison
2004-01-02
1
-78
/
+83
*
Made the UNUSED(parameter) macro calls read a little nicer.
Wayne Davison
2003-08-22
1
-1
/
+2
*
Instead of ignoring SIG_CHLD, reap zombies in the signal handler.
Wayne Davison
2003-08-04
1
-8
/
+9
*
Prevent the "Connection reset by peer" messages often seen from Cygwin.
David Dykstra
2003-01-27
1
-1
/
+4
*
The function passed to start_accept_loop() now takes 2 fd ints (for
Wayne Davison
2002-08-01
1
-2
/
+2
*
Try to fix ctype issues by always calling these functions as
Martin Pool
2002-04-11
1
-1
/
+1
*
Doc.
Martin Pool
2002-04-09
1
-17
/
+20
*
Make sure that freeaddrinfo is called on all code paths leading away
Martin Pool
2002-03-16
1
-3
/
+3
*
Doc: Note from Dave Dykstra that getaddrinfo calls must be paired with
Martin Pool
2002-03-16
1
-1
/
+4
*
With -vv, client shows a message when opening a daemon connection via
Martin Pool
2002-02-23
1
-0
/
+4
*
Doc.
Martin Pool
2002-02-18
1
-0
/
+1
*
Fix error handling for failing to fork after accepting a connection --
Martin Pool
2002-02-18
1
-2
/
+2
*
If the daemon is unable to fork a child to accept a connection, print
Martin Pool
2002-02-18
1
-1
/
+12
*
Patch from Jos Backus <josb@cncdsl.com> to use HAVE_SOCKADDR_LEN rather
David Dykstra
2002-02-13
1
-1
/
+1
*
The name resolution stuff is getting complicated -- split it out into
Martin Pool
2002-01-25
1
-216
/
+0
*
Verbose messages for spoof check... doesn't work on old linux libc?
Martin Pool
2002-01-24
1
-4
/
+30
*
When doing a name->addr translation to check for spoofing, give the
Martin Pool
2002-01-24
1
-1
/
+1
*
Fix getpeername call.
Martin Pool
2002-01-24
1
-1
/
+1
*
Move both calls to getpeername into a common wrapper function that
Martin Pool
2002-01-24
1
-22
/
+34
*
Another size_t warning
Martin Pool
2002-01-24
1
-1
/
+1
*
check_name: Print out name *before* clobbering it.
Martin Pool
2002-01-24
1
-5
/
+5
*
If name lookup fails, then show the relevant IP address in the error message.
Martin Pool
2002-01-24
1
-22
/
+17
*
Doc.
Martin Pool
2002-01-24
1
-8
/
+2
*
Show helper program with -v when opening connection.
Martin Pool
2002-01-24
1
-1
/
+10
[next]