| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-12-27 | fix errors and warnings | Mattias Andrée | 5 | -32/+34 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-27 | fix warning | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-27 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-27 | fix errors | Mattias Andrée | 1 | -5/+6 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-27 | fix punctuation | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-27 | fix errors and warnings | Mattias Andrée | 8 | -3/+19 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-27 | fix errors | Mattias Andrée | 1 | -22/+27 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-27 | suppress a bunch of warnings | Mattias Andrée | 1 | -0/+79 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-26 | fix issue #9 on github | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-25 | add undaemonise | Mattias Andrée | 1 | -4/+49 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-23 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-23 | m | Mattias Andrée | 1 | -3/+3 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-23 | daemonise: user-private daemons | Mattias Andrée | 1 | -3/+17 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-23 | daemonise: may also be redistributed under the term of the expat license | Mattias Andrée | 1 | -1/+3 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-23 | daemonise: etymology | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-21 | add getenv | Mattias Andrée | 1 | -0/+73 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-21 | add clearenv | Mattias Andrée | 1 | -0/+58 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-21 | in case environ is set to null | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-21 | add getpass | Mattias Andrée | 1 | -0/+193 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-21 | add creat | Mattias Andrée | 1 | -0/+44 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-21 | daemonise | Mattias Andrée | 1 | -0/+257 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | etymology: daemon | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | add daemon | Mattias Andrée | 1 | -0/+99 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | compile-time configurable default value for path | Mattias Andrée | 1 | -2/+11 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | m | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | change semantics of searchpath2 and add searchpath3 | Mattias Andrée | 5 | -117/+153 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | add searchpath and searchpath2 | Mattias Andrée | 3 | -47/+190 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | add needstack | Mattias Andrée | 1 | -0/+154 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | It is of course possible that int is 16 bits, and long is required to get 32 bits | Mattias Andrée | 2 | -6/+6 | |
| (in this case, assuming 8-, 16-, and 32-bit integers exists) long must be 32 bits. Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-20 | optimise implementations of {hton,ntoh}{s,l,ll} | Mattias Andrée | 6 | -9/+70 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-19 | fix issue #8 on github | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-18 | fix issue #7 on github, again | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-18 | fix issue #7 on github | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-16 | the pagesize shall be retrieved in crt0 to avoid an unnecessary branching in calls to malloc-functions | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-16 | fix issue #6 on github | Mattias Andrée | 1 | -2/+21 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-16 | add ntohs, ntohl, ntohll, htons, htonl, and htonll | Mattias Andrée | 6 | -0/+257 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-16 | fix issue #5 on github | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-11-26 | doc | Mattias Andrée | 1 | -3/+51 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-26 | sprintf considered safer | Mattias Andrée | 1 | -0/+30 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-26 | implement machinesize | Mattias Andrée | 1 | -0/+158 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-25 | typo | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-25 | m etymology | Mattias Andrée | 3 | -3/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-25 | tell in doc in which version things were introduced | Mattias Andrée | 186 | -2/+662 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-25 | typo | Mattias Andrée | 6 | -9/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-23 | add sockprintf, vsockprintf, sockwprintf, and vsockwprintf | Mattias Andrée | 1 | -2/+161 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | add todo | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | m | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | add optimised variants of *casecmp | Mattias Andrée | 2 | -0/+148 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | more etymology | Mattias Andrée | 12 | -3/+50 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | more etymology | Mattias Andrée | 7 | -0/+18 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
