| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make closeallfiles() faster | Amadeusz Sławiński | 2019-12-28 | 1 | -5/+25 |
| * | Using 'https' instead of 'http' | Alexander Naumov | 2019-11-09 | 1 | -1/+1 |
| * | use NULL instead of 0 where applicable | Amadeusz Sławiński | 2018-04-06 | 1 | -1/+1 |
| * | fix non-ANSI function declarations | Amadeusz Sławiński | 2018-04-06 | 1 | -2/+2 |
| * | use library sleep functions | Amadeusz Sławiński | 2017-04-13 | 1 | -9/+0 |
| * | use str(n)dup instead of reinventing the wheel | Amadeusz Sławiński | 2017-04-12 | 1 | -10/+7 |
| * | don't reinvent the wheel (InStr -> strstr) | Amadeusz Sławiński | 2016-07-16 | 1 | -10/+0 |
| * | int -> size_t for string length | Amadeusz Sławiński | 2016-06-25 | 1 | -1/+1 |
| * | don't "save" one letter from variable names | Amadeusz Sławiński | 2016-06-25 | 1 | -5/+5 |
| * | change various pid variables type to pid_t from int | Amadeusz Sławiński | 2016-06-20 | 1 | -1/+1 |
| * | move config.h to top of includes | Amadeusz Sławiński | 2016-06-18 | 1 | -0/+2 |
| * | make all header files self-contained and include it in the source file | Simon Ruderich | 2016-02-07 | 1 | -1/+2 |
| * | if either of seteuid calls fails, it will fail anyway | Amadeusz Sławiński | 2016-01-02 | 1 | -2/+1 |
| * | remove more useless checks | Amadeusz Sławiński | 2015-06-26 | 1 | -27/+0 |
| * | remove register keyword | Amadeusz Sławiński | 2015-06-26 | 1 | -5/+5 |
| * | get rid of extern.h | Amadeusz Sławiński | 2015-06-26 | 1 | -1/+0 |
| * | move global variables declarations to corresponding headers | Amadeusz Sławiński | 2015-06-26 | 1 | -0/+2 |
| * | bye bye DEBUG | Amadeusz Sławiński | 2015-06-25 | 1 | -23/+0 |
| * | change struct mchar to use uint32_t instead of chars | Amadeusz Sławiński | 2015-06-25 | 1 | -5/+0 |
| * | Remove not used #defines | Amadeusz Sławiński | 2015-06-25 | 1 | -3/+0 |
| * | POSIX: just use setenv | Amadeusz Sławiński | 2015-06-25 | 1 | -42/+0 |
| * | Remove #infdef function definitions | Amadeusz Sławiński | 2015-06-25 | 1 | -23/+0 |
| * | Remove unused variable | Amadeusz Sławiński | 2015-06-25 | 1 | -2/+0 |
| * | Use mode_t type | Amadeusz Sławiński | 2015-06-25 | 1 | -4/+0 |
| * | remove SETEUID defines | Amadeusz Sławiński | 2015-06-25 | 1 | -86/+0 |
| * | Fix some stuff found with flawfinder -m 5 | Amadeusz Sławiński | 2015-06-25 | 1 | -1/+1 |
| * | Code reformating | Amadeusz Sławiński | 2015-06-25 | 1 | -320/+274 |
| * | xrealloc returns void* and remove all *allocs casts | Amadeusz Sławiński | 2015-06-25 | 1 | -4/+2 |
| * | remove #BSDWAIT | Amadeusz Sławiński | 2015-06-25 | 1 | -4/+0 |
| * | Remove more 'compatibility' stuff | Amadeusz Sławiński | 2015-06-25 | 1 | -22/+0 |
| * | More removal, mainly SYSV SYSVSIGS | Amadeusz Sławiński | 2015-06-25 | 1 | -11/+0 |
| * | removal of #define NONLINUXOS etc. | Amadeusz Sławiński | 2015-06-25 | 1 | -30/+1 |
| * | more work around signals | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -4/+4 |
| * | remove SIGARG SIGPROTOARG SIGDEFARG macros | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -7/+7 |
| * | move extern's into one place | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -8/+0 |
| * | remove unneded check logic, as we no longer use bcopy | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -18/+0 |
| * | remove _delay() | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -26/+0 |
| * | replace some of strcpy with strncpy | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -3/+3 |
| * | fix some of -Wnested-externs warnings | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -1/+1 |
| * | replace bcopy with memmove | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -2/+2 |
| * | rewrite functions definitions | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -66/+26 |
| * | remove USEVERARGS | Amadeusz Sławiński | 2015-06-25 | 1 | -111/+0 |
| * | remove __P macro it's obsolete | Amadeusz Sławiński | 2015-06-25 | 1 | -10/+10 |
| * | Fix a typo. | Sadrul Habib Chowdhury | 2010-03-12 | 1 | -2/+2 |
| * | Fix build with -Werror=format-security | Michael Scherer | 2010-03-07 | 1 | -2/+2 |
| * | Revamp the display list. | Sadrul Habib Chowdhury | 2009-12-05 | 1 | -2/+3 |
| * | Remove ooooold cruft. | Sadrul Habib Chowdhury | 2009-11-11 | 1 | -46/+0 |
| * | Add a note about a fixed bug in ncurses. | Thomas Dickey | 2009-11-11 | 1 | -0/+13 |
| * | Copyright for 2009 | Sadrul Habib Chowdhury | 2009-02-07 | 1 | -1/+1 |
| * | Update copyright messages some more. | Sadrul Habib Chowdhury | 2008-10-21 | 1 | -1/+6 |
