summaryrefslogtreecommitdiffstats
path: root/common/os_calls.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #460 from metalefty/ipv6/logsItamar Reis Peixoto2016-11-201-29/+104
|\
| * common: Address family it not always AF_INET6Koichiro IWAO2016-11-041-36/+84
| * common: Fix client IP address logging when IPv6 is enabledKoichiro IWAO2016-11-041-25/+52
* | Use g_get_strerror() instead of strerror(errno) for portabilityPavel Roskin2016-11-081-2/+2
|/
* Use const pointers in function arguments when possiblePavel Roskin2016-10-171-2/+2
* Don't use final newline in log calls, it's already appendedPavel Roskin2016-10-171-4/+4
* Fix outgoing connections on Mac OSXPavel Roskin2016-09-081-1/+17
* Add socklen_t check with substitution, use socklen_t as neededPavel Roskin2016-09-081-63/+12
* Improve debug information when closing a socketPavel Roskin2016-09-081-10/+76
* Fix clipboard when text/filename contains non-ASCII charactersKoichiro IWAO2016-08-181-1/+15
* Merge pull request #390 from proski/june21jsorg712016-08-051-13/+11
|\
| * Fix signed to unsigned comparisons reported by g++ 6.1.0Pavel Roskin2016-07-081-1/+1
| * Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-5/+5
| * Fix format warnings in log_message() callsPavel Roskin2016-06-211-6/+4
| * Fix incorrect use of "it's" and "its", adjust wordingPavel Roskin2016-06-211-1/+1
* | sesman: env_set_user, fix potential bof issuesspeidy2016-07-221-7/+11
|/
* Merge pull request #332 from metalefty/freebsd/ipv6jsorg712016-05-051-40/+47
|\
| * common: no logic change, indent 2 -> 4Koichiro IWAO2016-02-231-39/+39
| * common: no logic change, fix alignment, whitespacesKoichiro IWAO2016-02-231-2/+2
| * common: add log for g_tcp_connectKoichiro IWAO2016-02-231-0/+7
* | common: fix warningsJay Sorg2016-04-021-3/+7
* | fix warnings, move some calls to os_callsJay Sorg2016-03-161-0/+22
* | Don't attempt to intercept SIGKILL, it doesn't work on any OSJay Sorg2016-03-141-11/+0
|/
* Fix typosPavel Roskin2016-02-131-2/+2
* Merge pull request #254 from metalefty/freebsd/ipv6Itamar Reis Peixoto2016-02-081-3/+7
|\
| * common: add --enable-ipv6only optionKoichiro IWAO2015-07-021-0/+4
| * common: drop ipv6 autodetection only valid for linuxKoichiro IWAO2015-07-021-3/+3
* | Run through codespellPavel Roskin2016-01-141-1/+1
* | common: change wait objs to use 'pipe' and remove per process temp directorie...Jay Sorg2015-10-061-226/+156
* | common: add g_mirror_memcpyJay Sorg2015-08-181-0/+57
|/
* common: workaround for #146Koichiro IWAO2015-03-181-0/+28
* common: add experimental --enable-ipv6 optionKoichiro IWAO2015-03-101-12/+6
* common: merge from a8Jay Sorg2014-11-071-2/+158
* coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-271-0/+4
* coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-261-2/+2
* coverity: fixed unchecked return value from libraryLaxmikant Rashinkar2014-07-201-10/+26
* sesman: more options for session lookup from Fredy PaquetJay Sorg2014-04-201-0/+21
* common: fix for clearing environment vars in BSDJay Sorg2014-04-171-0/+4
* remove some warning, move gethostname to os_callsJay Sorg2014-02-081-1/+13
* common: some notes and compile fixesJay Sorg2014-02-081-2/+29
* common: added shm to os_callsJay Sorg2014-01-281-0/+16
* log client ip with pid, etcJay Sorg2013-10-021-0/+35
* added options to set tcp send and recv buffer sizesJay Sorg2013-10-021-0/+90
* add pid loggingJay Sorg2013-10-011-0/+32
* gracefully handle segfaults in chansrv codeLaxmikant Rashinkar2013-09-031-0/+11
* move text2bool to os_callsJay Sorg2013-08-241-0/+15
* disable ipv6 for nowJay Sorg2013-05-061-2/+68
* ipv6Jay Sorg2013-04-041-3/+11
* ipv6Jay Sorg2013-04-031-5/+58
* autodetect ipv6Jay Sorg2013-04-031-3/+3