Commit Graph

511 Commits (9b200216447516d0c0b5719204bd2fa6817018c1)

Author SHA1 Message Date
Felix von Leitner 5959a6d634 add io_socketpair 2004-02-27 13:58:17 +00:00
Felix von Leitner 15feca35f7 do not ignore Makefile 2004-02-26 18:02:14 +00:00
Felix von Leitner cf6eb857ea add two useful little test programs 2004-02-26 18:01:15 +00:00
Felix von Leitner 9d73679fe6 make clean should not remove Makefile 2004-02-26 17:55:19 +00:00
Felix von Leitner d4a297f773 document changes 2004-02-26 17:49:11 +00:00
Felix von Leitner da9ef2552b be backwards compatible to legacy BSD constant naming 2004-02-25 17:11:26 +00:00
Felix von Leitner 00dcef4652 add iob_addfile_close (iob_reset will close the files) 2004-02-25 02:22:54 +00:00
Felix von Leitner 62be2d80a1 be more ignorant 2004-02-24 00:20:22 +00:00
Felix von Leitner 8bfdacc6f2 handle POLLNVAL (can't happen errors) 2004-02-24 00:20:04 +00:00
Felix von Leitner 4f27d99c9d speculative pre-emptive freebsd 4 compatibility ;) 2004-02-21 17:27:42 +00:00
Felix von Leitner 75e1b71e75 try to fix freebsd 4 compile error 2004-02-21 17:26:57 +00:00
Felix von Leitner 5a4b386b2a bump version 2004-02-19 16:32:20 +00:00
Felix von Leitner cc8b30ba1d add a few man pages 2004-02-04 23:02:35 +00:00
Felix von Leitner 31e62af122 writev fix 2004-01-30 12:47:28 +00:00
Felix von Leitner 551bcc2f60 detect sendfile on Linux with glibc 2004-01-30 12:37:39 +00:00
Felix von Leitner bfe7592705 the mmap+write version of io_sendfile sent too much at the end and/or
went into an infinite loop sometimes.
2004-01-26 01:17:39 +00:00
Felix von Leitner 3b3b44c6ce fix ip6_fmt (martin paljak) 2004-01-15 18:43:49 +00:00
Felix von Leitner 511056d1ac credit for AIX and MacOS 2004-01-14 01:18:06 +00:00
Felix von Leitner 1e6cd7dc5c actually check in AIX sendfile code 2004-01-14 01:11:49 +00:00
Felix von Leitner 81f97d85b7 integrate Linux sendfile into trysendfile.c infrastructure
first stab at AIX 5 sendfile support
2004-01-12 22:09:41 +00:00
Felix von Leitner dfb90f84f5 OK, I give up, here is a non-GNU Makefile 2004-01-12 18:20:33 +00:00
Felix von Leitner 23e8812905 still had bus error :( 2004-01-10 00:12:18 +00:00
Felix von Leitner d981f35a7f still bus error 2004-01-10 00:09:30 +00:00
Felix von Leitner 4c5a8ea119 bus error?! 2004-01-10 00:06:56 +00:00
Felix von Leitner 8885fc1018 prefetching leaked memory 2004-01-10 00:05:18 +00:00
Felix von Leitner 4f21b880ea also delete libsocket 2004-01-09 23:54:28 +00:00
Felix von Leitner 2509fe6c1c be more ignorant 2004-01-08 19:10:59 +00:00
Felix von Leitner 49d6b3556e work around apple madness 2004-01-08 19:10:41 +00:00
Felix von Leitner 0a98b10be4 ranlib for macos x 2004-01-08 17:13:26 +00:00
Felix von Leitner c5a8c68f8a add trysocket.c 2004-01-08 17:12:39 +00:00
Felix von Leitner 5ea24edfec macos x support 2004-01-08 17:12:28 +00:00
Felix von Leitner e8c96ef3a7 macos x support 2004-01-08 17:11:08 +00:00
Felix von Leitner 9a765ad112 Support Solaris 9 sendfile 2004-01-08 16:34:47 +00:00
Felix von Leitner 26a8df81dc better HP-UX compatibility 2004-01-08 15:16:30 +00:00
Felix von Leitner 2edb9fb227 #define _LARGEFILE64_SOURCE 2004-01-08 15:11:13 +00:00
Felix von Leitner d8c2458342 support HP-UX sendfile (thanks Rolf Eike Beer) 2004-01-08 15:07:40 +00:00
Felix von Leitner 00d584a650 sendfile 2004-01-07 19:05:36 +00:00
Felix von Leitner 67e1b495b6 recent change corrected sendfile parameters but not internal usage 2004-01-07 18:54:43 +00:00
Felix von Leitner 126e947ac2 add experimental prefetching support 2004-01-07 15:58:44 +00:00
Felix von Leitner c99799d0f8 more alloca fixes 2004-01-06 23:35:06 +00:00
Felix von Leitner 1432291266 remove some warnings 2004-01-06 23:26:55 +00:00
Felix von Leitner 9a457dee95 work around IRIX 2004-01-06 23:20:23 +00:00
Felix von Leitner 2abef9fef7 also install havealloca.h 2004-01-06 23:17:33 +00:00
Felix von Leitner 7fd6b57be9 add haveinline dependency 2004-01-06 23:17:02 +00:00
Felix von Leitner 8c61125e21 make cast nicer 2004-01-06 23:01:02 +00:00
Felix von Leitner 68f032f26a one more missing extern 2004-01-06 23:00:10 +00:00
Felix von Leitner 2162a3294b one more extern 2004-01-06 22:55:25 +00:00
Felix von Leitner 406d262a86 forgot one "extern" 2004-01-06 22:52:03 +00:00
Felix von Leitner 539f341d44 remove socket_sendfile now that we have io_sendfile
make Makefile should also work with a BSD make ;)
2004-01-01 03:39:51 +00:00
Felix von Leitner 187ff0573c add routines to scan and output ipv6 addresses with %eth0 notation.
also add compat formatting routines that will output v4-mapped addresses
  as ipv4 addresses
2003-12-05 19:53:59 +00:00