about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* implement %y and %C specifiers in strptimeTimo Teräs2014-06-061-4/+10
* avoid invalid use of va_arg in openRich Felker2014-06-061-5/+8
* add O_CLOEXEC fallback for open and related functionsRich Felker2014-06-063-1/+9
* optimize SOCK_CLOEXEC fallback for socket functionRich Felker2014-06-061-2/+2
* add SOCK_CLOEXEC fallback for socketpair on old kernelsRich Felker2014-06-061-1/+19
* implement dn_comp RFC 1035 domain name compressionSzabolcs Nagy2014-06-061-1/+102
* accept trailing . and empty domain namesSzabolcs Nagy2014-06-063-12/+16
* fix fd leak in tmpfile when the fdopen operation failsRich Felker2014-06-061-1/+2
* fix the domain name length limit checksSzabolcs Nagy2014-06-053-8/+8
* fix multiple validation issues in dns response label parsingSzabolcs Nagy2014-06-051-4/+6
* fix missing function declarations in refactored ip literal parsing codeRich Felker2014-06-051-0/+1
* add support for reverse port lookups from services file to getnameinfoRich Felker2014-06-041-4/+35
* add support for reverse name lookups from hosts file to getnameinfoRich Felker2014-06-045-50/+122
* remove some dummy "ent" function aliases that duplicated real onesRich Felker2014-06-041-8/+0
* simplify vasprintf implementationRich Felker2014-06-041-14/+1
* add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker2014-06-043-8/+56
* fix if_nametoindex return value when interface does not existRich Felker2014-06-031-1/+1
* fix negative response and non-response handling for dns queriesRich Felker2014-06-031-1/+4
* fix some validation checks in dns response parsing codeRich Felker2014-06-031-2/+3
* fix incorrect end pointer in some cases when wcsrtombs stops earlyRich Felker2014-06-021-7/+15
* remove cruft from old resolver and numeric ip parsingRich Felker2014-06-026-79/+49
* switch standard resolver functions to use the new dns backendRich Felker2014-06-024-309/+145
* fix uninitialized variable in new __res_msend dns functionRich Felker2014-06-021-0/+1
* implement new dns backend, res_send and other legacy resolver functionsRich Felker2014-06-026-18/+263
* add ipsec and tunneling protocols to getprotoent-family functionsTimo Teräs2014-06-021-0/+4
* fix off-by-one in checking hostname length in new resolver backendRich Felker2014-06-021-2/+2
* improve getservbyname_r using new resolver backendRich Felker2014-06-012-22/+16
* improve gethostbyname2_r using new resolver backendRich Felker2014-06-011-35/+22
* refactor getaddrinfo and add support for most remaining featuresRich Felker2014-05-314-228/+360
* use cleaner code for handling float rounding in vfprintfSzabolcs Nagy2014-05-301-3/+1
* fix breakage from recent syscall commits due to missing errno macrosRich Felker2014-05-303-0/+3
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-05-304-3/+38
* break down coarse-grained 64-bit-off_t syscall remappingsRich Felker2014-05-301-4/+16
* additional fixes for linux kernel apis with old syscalls removedRich Felker2014-05-302-0/+9
* fix sendfile syscall to use 64-bit off_tRich Felker2014-05-301-0/+5
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-2939-29/+267
* remove useless synchronization in exit and quick_exitRich Felker2014-05-292-11/+0
* fix missing declaration of strcpy in implementation of tmpnamRich Felker2014-05-271-0/+1
* overhaul tmpfile, tmpnam, and tempnam functionsRich Felker2014-05-273-55/+48
* fix sys_open macro for archs without the plain open syscallRich Felker2014-05-271-4/+4
* fix placement of multiple inclusion guard endif in internal syscall.hRich Felker2014-05-271-2/+2
* fix type of extended argument array to pselect6 syscallRich Felker2014-05-261-1/+2
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-249-10/+26
* fix unhandled cases in strptimeRich Felker2014-05-191-5/+16
* remove unsupported nonstandard sysconf macros and their table entriesRich Felker2014-05-191-60/+0
* rework sysconf table to treat zero entries as invalidRich Felker2014-05-191-10/+13
* add cp437 and cp850 to available iconv conversionsRich Felker2014-05-132-177/+206
* fix strftime %s not to zero pad with default width=2Szabolcs Nagy2014-05-081-0/+1
* remove useless __yield alias for sched_yieldRich Felker2014-05-041-4/+1
* perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker2014-04-221-0/+5