| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | adding ipv6 support | Jay Sorg | 2013-04-03 | 1 | -42/+87 |
* | ipv6 started pushing bits | Jay Sorg | 2013-04-02 | 1 | -13/+27 |
* | small len fixes | ArvidNorr | 2013-01-31 | 1 | -2/+2 |
* | More logging added | ArvidNorr | 2013-01-18 | 1 | -1/+14 |
* | Add g_strchr to os_calls | LawrenceK | 2012-12-20 | 1 | -0/+13 |
* | added getgid to os_calls | Jay Sorg | 2012-10-29 | 1 | -0/+13 |
* | added a file open funtion | Jay Sorg | 2012-10-13 | 1 | -0/+38 |
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -1349/+1543 |
* | output error when set socket opt fails | Jay Sorg | 2012-07-23 | 1 | -0/+8 |
* | common: no logic changes, code cleanup | Jay Sorg | 2012-06-23 | 1 | -31/+36 |
* | Merge pull request #28 from ArvidNorr/tcp_nodelay | ArvidNorr | 2012-06-18 | 1 | -3/+49 |
|\ |
|
| * | Support for TCP keepalive and TCP no_delay added | norrarvid | 2012-06-04 | 1 | -3/+49 |
* | | Merge pull request #22 from ArvidNorr/moduleload | ArvidNorr | 2012-06-17 | 1 | -17/+57 |
|\ \ |
|
| * | | minor layout fixes | norrarvid | 2012-06-18 | 1 | -7/+11 |
| * | | Improved error handling for module load and init, fixed bug in logwindow | norrarvid | 2012-05-30 | 1 | -0/+25 |
| * | | merge comments defines and simplified function | norrarvid | 2012-05-29 | 1 | -18/+29 |
| |\ \
| | |/
| |/| |
|