| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #460 from metalefty/ipv6/logs | Itamar Reis Peixoto | 2016-11-20 | 1 | -29/+104 |
|\ |
|
| * | common: Address family it not always AF_INET6 | Koichiro IWAO | 2016-11-04 | 1 | -36/+84 |
| * | common: Fix client IP address logging when IPv6 is enabled | Koichiro IWAO | 2016-11-04 | 1 | -25/+52 |
* | | Use g_get_strerror() instead of strerror(errno) for portability | Pavel Roskin | 2016-11-08 | 1 | -2/+2 |
|/ |
|
* | Use const pointers in function arguments when possible | Pavel Roskin | 2016-10-17 | 1 | -2/+2 |
* | Don't use final newline in log calls, it's already appended | Pavel Roskin | 2016-10-17 | 1 | -4/+4 |
* | Fix outgoing connections on Mac OSX | Pavel Roskin | 2016-09-08 | 1 | -1/+17 |
* | Add socklen_t check with substitution, use socklen_t as needed | Pavel Roskin | 2016-09-08 | 1 | -63/+12 |
* | Improve debug information when closing a socket | Pavel Roskin | 2016-09-08 | 1 | -10/+76 |
* | Fix clipboard when text/filename contains non-ASCII characters | Koichiro IWAO | 2016-08-18 | 1 | -1/+15 |
* | Merge pull request #390 from proski/june21 | jsorg71 | 2016-08-05 | 1 | -13/+11 |
|\ |
|
| * | Fix signed to unsigned comparisons reported by g++ 6.1.0 | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| * | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 1 | -5/+5 |
| * | Fix format warnings in log_message() calls | Pavel Roskin | 2016-06-21 | 1 | -6/+4 |
| * | Fix incorrect use of "it's" and "its", adjust wording | Pavel Roskin | 2016-06-21 | 1 | -1/+1 |
* | | sesman: env_set_user, fix potential bof issues | speidy | 2016-07-22 | 1 | -7/+11 |
|/ |
|
* | Merge pull request #332 from metalefty/freebsd/ipv6 | jsorg71 | 2016-05-05 | 1 | -40/+47 |
|\ |
|
| * | common: no logic change, indent 2 -> 4 | Koichiro IWAO | 2016-02-23 | 1 | -39/+39 |
| * | common: no logic change, fix alignment, whitespaces | Koichiro IWAO | 2016-02-23 | 1 | -2/+2 |
| * | common: add log for g_tcp_connect | Koichiro IWAO | 2016-02-23 | 1 | -0/+7 |
* | | common: fix warnings | Jay Sorg | 2016-04-02 | 1 | -3/+7 |
* | | fix warnings, move some calls to os_calls | Jay Sorg | 2016-03-16 | 1 | -0/+22 |
* | | Don't attempt to intercept SIGKILL, it doesn't work on any OS | Jay Sorg | 2016-03-14 | 1 | -11/+0 |
|/ |
|
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -2/+2 |
* | Merge pull request #254 from metalefty/freebsd/ipv6 | Itamar Reis Peixoto | 2016-02-08 | 1 | -3/+7 |
|\ |
|
| * | common: add --enable-ipv6only option | Koichiro IWAO | 2015-07-02 | 1 | -0/+4 |
| * | common: drop ipv6 autodetection only valid for linux | Koichiro IWAO | 2015-07-02 | 1 | -3/+3 |
* | | Run through codespell | Pavel Roskin | 2016-01-14 | 1 | -1/+1 |
* | | common: change wait objs to use 'pipe' and remove per process temp directorie... | Jay Sorg | 2015-10-06 | 1 | -226/+156 |
* | | common: add g_mirror_memcpy | Jay Sorg | 2015-08-18 | 1 | -0/+57 |
|/ |
|
* | common: workaround for #146 | Koichiro IWAO | 2015-03-18 | 1 | -0/+28 |
* | common: add experimental --enable-ipv6 option | Koichiro IWAO | 2015-03-10 | 1 | -12/+6 |
* | common: merge from a8 | Jay Sorg | 2014-11-07 | 1 | -2/+158 |
* | coverity: copy into fixed sized buffer | Laxmikant Rashinkar | 2014-07-27 | 1 | -0/+4 |
* | coverity: copy into fixed sized buffer | Laxmikant Rashinkar | 2014-07-26 | 1 | -2/+2 |
* | coverity: fixed unchecked return value from library | Laxmikant Rashinkar | 2014-07-20 | 1 | -10/+26 |
* | sesman: more options for session lookup from Fredy Paquet | Jay Sorg | 2014-04-20 | 1 | -0/+21 |
* | common: fix for clearing environment vars in BSD | Jay Sorg | 2014-04-17 | 1 | -0/+4 |
* | remove some warning, move gethostname to os_calls | Jay Sorg | 2014-02-08 | 1 | -1/+13 |
* | common: some notes and compile fixes | Jay Sorg | 2014-02-08 | 1 | -2/+29 |
* | common: added shm to os_calls | Jay Sorg | 2014-01-28 | 1 | -0/+16 |
* | log client ip with pid, etc | Jay Sorg | 2013-10-02 | 1 | -0/+35 |
* | added options to set tcp send and recv buffer sizes | Jay Sorg | 2013-10-02 | 1 | -0/+90 |
* | add pid logging | Jay Sorg | 2013-10-01 | 1 | -0/+32 |
* | gracefully handle segfaults in chansrv code | Laxmikant Rashinkar | 2013-09-03 | 1 | -0/+11 |
* | move text2bool to os_calls | Jay Sorg | 2013-08-24 | 1 | -0/+15 |
* | disable ipv6 for now | Jay Sorg | 2013-05-06 | 1 | -2/+68 |
* | ipv6 | Jay Sorg | 2013-04-04 | 1 | -3/+11 |
* | ipv6 | Jay Sorg | 2013-04-03 | 1 | -5/+58 |
* | autodetect ipv6 | Jay Sorg | 2013-04-03 | 1 | -3/+3 |