summaryrefslogtreecommitdiffstats
path: root/call
Commit message (Expand)AuthorAgeFilesLines
* call: Fix argument of time() to time(NULL).Ralf Baechle2017-01-311-3/+3
* call: Remove unused definition of MAXCMDLEN.Ralf Baechle2016-02-121-1/+0
* call: Have exactly one empty line following functions.Ralf Baechle2016-02-121-12/+3
* call: Move statline() to make declaration unnecessary.Ralf Baechle2016-02-121-42/+41
* call: Put statements following if() or while on separate line.Ralf Baechle2016-02-121-48/+85
* call: Have a blank separate a closing parenthesis and opening brace.Ralf Baechle2016-02-121-39/+39
* call: Avoid multiple statements or definitions in one line.Ralf Baechle2016-02-121-13/+28
* call: Don't use C++ comments.Ralf Baechle2016-02-121-81/+131
* call: Format with tabs instead of blanks.Ralf Baechle2016-02-121-133/+133
* call: Make static what can be made static.Ralf Baechle2016-02-121-31/+31
* call: Remove unused function writemsg().Ralf Baechle2016-02-121-30/+0
* call: Nuke trailing whitespace.Ralf Baechle2016-02-121-48/+48
* call: Remove initializations to 0 of global variables.Ralf Baechle2016-02-121-5/+5
* UTF-8 support for call.Thomas Osterried2016-02-112-278/+769
* call: Fix race condition between select(2) and signal delivery.Ralf Baechle2015-06-101-6/+13
* call: The -T option is also supported for NET/ROM and ROSE.Ralf Baechle2015-06-101-2/+2
* Call: Fix typo in man page.Ralf Baechle2015-06-101-1/+1
* Call: Fix parsing of the argument of the -T option.Ralf Baechle2015-06-101-9/+12
* call: Don't reinstall SIGQUIT signal handler.Ralf Baechle2015-06-101-1/+0
* call: Rewrite excessivly long select call for readability.Ralf Baechle2015-06-101-2/+9
* call: Harden against compiler overoptimization.Ralf Baechle2015-06-102-2/+2
* Call: Handle select(2) returning EINTR.Ralf Baechle2015-06-101-5/+8
* listen: Fix signedness compiler warnings.Ralf Baechle2015-06-081-5/+5
* Reformat consistently. Strictly whitespace changes only.Ralf Baechle2015-05-022-71/+71
* Remove pointless return statements at the end of void functions.Ralf Baechle2015-05-021-3/+0
* Remove parenthesis around arguments of return statements.Ralf Baechle2015-05-023-37/+37
* Use tabs for indentation, not spaces.Ralf Baechle2015-05-021-21/+21
* Remove useless initializations to 0 or NULL.Ralf Baechle2015-05-021-5/+5
* Nuke trailing whitespace.Ralf Baechle2015-05-025-7/+7
* Nuke trailing blank lines.Ralf Baechle2015-05-021-1/+0
* Kill a ton of useless casts to char * all over the code.Ralf Baechle2013-06-171-2/+2
* call: Fix warning about set but not used variable.Ralf Baechle2013-06-171-2/+2
* call: Fix warning about set but not used variable.Ralf Baechle2013-06-171-4/+2
* call: Fix warning about set but unused variable.Ralf Baechle2013-06-171-2/+0
* Ignore even more generated files.Ralf Baechle2013-06-041-4/+1
* Convert .cvsignore files to .gitignoreRalf Baechle2013-06-041-0/+0
* Include man page source files in generated dist archives.Ralf Baechle2013-06-041-1/+1
* Fix build of man pages when building in a separate build directory.Ralf Baechle2013-06-041-1/+1
* bugfix: buffer overflow in call.c.Thomas Osterried2012-10-281-2/+2
* Apply program name transformations also to man page content.Ralf Baechle2011-12-112-13/+30
* - Important bugfix (call did not work properly after my last patch)Thomas Osterried2009-11-112-140/+215
* fix: on read through closed pipe, call did endless select(),Thomas Osterried2009-08-242-17/+66
* Remove use of backwards compatibility header name.Ralf Baechle2009-06-211-12/+0
* Ignore a few more generated files.Ralf Baechle2009-06-191-0/+1
* Remove all generated files.Ralf Baechle2009-06-191-522/+0
* Fix build error caused by variable definition after statement.Ralf Baechle2009-06-061-1/+2
* on modern systems, the ncurses gui crash in wtouchln() orThomas Osterried2009-04-291-2/+3
* fixed segfault issueThomas Osterried2009-04-151-10/+10
* call writes messages to stdout using printf(). it writes dataThomas Osterried2009-03-191-8/+33
* removed debug codeThomas Osterried2009-01-251-2/+0