leitner
|
d6b7c29808
|
uh, the scope_id detection #defined the wrong constant. libowfat
always thought there was no scope_id. Oops.
|
20 years ago |
leitner
|
4a3c687ea9
|
version bump
|
20 years ago |
leitner
|
3407e87536
|
fix make tar target
|
20 years ago |
leitner
|
fd4344f3c0
|
how could this ever have worked?
|
20 years ago |
leitner
|
b617d63d1e
|
update dependencies
add errmsg_info and msg
|
20 years ago |
leitner
|
86cfc33dab
|
add iob_write (send io batch through callback, e.g. for SSL)
|
20 years ago |
leitner
|
b48ce77792
|
add iob_write (to write an io batch through a callback)
|
20 years ago |
leitner
|
5eb1cdf888
|
cleanups in stralloc and buffer:
int -> long for sizes
char -> unsigned char for strings
|
20 years ago |
leitner
|
38ef27207a
|
add buffer_putm and buffer_putmflush
|
20 years ago |
leitner
|
5dfea5617e
|
add buffer_putsaflush
|
20 years ago |
leitner
|
82b0bb6f39
|
extend API To read line/token to stralloc to allow clearing the
stralloc first.
add stralloc_zero to clear a stralloc
|
20 years ago |
leitner
|
e95599085a
|
use madvise MADV_PREFETCH to implement iob_prefetch
|
20 years ago |
leitner
|
8873a442f2
|
man page update
|
20 years ago |
leitner
|
156ba1d275
|
bump version
|
21 years ago |
leitner
|
72382af11a
|
Solaris compatibility for io_passfd and io_receivefd (untested, but at
least it compiles)
|
21 years ago |
leitner
|
499ca6a307
|
also support ip6.arpa in addition to ip6.int
|
21 years ago |
leitner
|
696c5f872c
|
add io_readwritefile, io_appendfile
|
21 years ago |
leitner
|
11f0616cf3
|
work around broken Linux sendfile API (offset 64-bit but count 32-bit)
|
21 years ago |
leitner
|
a6a00edd75
|
add errmsg API
|
21 years ago |
leitner
|
d04293fd4f
|
another brown paper bag release
|
21 years ago |
leitner
|
f543993669
|
document changes
|
21 years ago |
leitner
|
7b413a4671
|
version bump
|
21 years ago |
leitner
|
5e2141e9f6
|
fix bug in mmap code path of io_sendfile (David Leadbeater)
|
21 years ago |
leitner
|
b65d281e53
|
fix byte_rchr return value (Marcus Winkler)
|
21 years ago |
leitner
|
d8ce4dc2e5
|
fix signal race (Scott Lamb)
|
21 years ago |
leitner
|
75c0d8546c
|
add safemult man pages
|
21 years ago |
leitner
|
4aecd26995
|
add more man pages
|
21 years ago |
leitner
|
1d9075071f
|
add some man pages
|
21 years ago |
leitner
|
70e112b892
|
add fd passing functions
|
21 years ago |
leitner
|
745c4affc5
|
add io_socketpair
|
21 years ago |
leitner
|
d1df8e4b7b
|
add two useful little test programs
|
21 years ago |
leitner
|
751b791701
|
document changes
|
21 years ago |
leitner
|
bf2678e1f1
|
bump version
|
21 years ago |
leitner
|
25181575b6
|
fix ip6_fmt (martin paljak)
|
21 years ago |
leitner
|
c4828b888a
|
credit for AIX and MacOS
|
21 years ago |
leitner
|
f21e1c57a3
|
macos x support
|
21 years ago |
leitner
|
f484ecdc5f
|
support HP-UX sendfile (thanks Rolf Eike Beer)
|
21 years ago |
leitner
|
f52aa87441
|
more alloca fixes
|
21 years ago |
leitner
|
0bae11b63e
|
remove socket_sendfile now that we have io_sendfile
make Makefile should also work with a BSD make ;)
|
21 years ago |
leitner
|
6fdd2a9078
|
appending zero bytes to an empty array failed it
|
21 years ago |
leitner
|
884e0b09b8
|
head -1 -> head -n 1
|
21 years ago |
leitner
|
82a4ae868d
|
broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
|
21 years ago |
leitner
|
f954d96659
|
*** empty log message ***
|
21 years ago |
leitner
|
80a838177e
|
more documentation
|
21 years ago |
leitner
|
97043d279f
|
make io_waituntil actually take an "until", not a "how long"
fix io_timeouted to ignore fds where no timeout has been set
|
21 years ago |
leitner
|
e86a457f5c
|
harmonize semantics of io_sendfile and iob_send
|
21 years ago |
leitner
|
2a2e1ddc75
|
add sigio support
extend code to cope with edge triggered event notification
add io_eagain() so that you can notify io_wait if accept() returned EAGAIN
|
21 years ago |
leitner
|
c2453002d3
|
add small explanation to iob.h
|
21 years ago |
leitner
|
b6258d3dfa
|
remove obsolete extern from header files
|
21 years ago |
leitner
|
f1c7c0462b
|
brag about my io exploits ;)
|
21 years ago |
leitner
|
63e070c1cb
|
add long long buffer routines
add tai64 and tai6464 typedefs
add error message buffer routines
add io timeout routines
|
21 years ago |
leitner
|
c845e84c37
|
add man pages for array API
|
22 years ago |
leitner
|
5226dd010d
|
change length or size specifiers in APIs from int to long
add array API (http://cr.yp.to/lib/array.html)
|
22 years ago |
leitner
|
d1df715971
|
add API for integer multiplication with overflow detection
|
22 years ago |
leitner
|
a327b75831
|
add buffer_fromsa (make virtual buffer from stralloc)
|
22 years ago |
leitner
|
558c6128fe
|
better and more predication, improved documentation
|
22 years ago |
leitner
|
b36f12a121
|
document changes
|
22 years ago |
leitner
|
674a60b278
|
rename Makefile to GNUmakefile; create Makefile target
|
22 years ago |
leitner
|
53b201046e
|
extended socket API; you can now pass NULL to ignore results you don't
need
|
22 years ago |
leitner
|
72ba2ad6b5
|
add beginnings of integer range checking
|
22 years ago |
leitner
|
5674c5186d
|
add long long fmt routines
|
22 years ago |
leitner
|
734b248bdc
|
fix typo in buffer_GETC
|
22 years ago |
leitner
|
9e85dc61a0
|
add scan_httpdate
|
22 years ago |
leitner
|
40bba8865b
|
add fmt_human, fmt_humank and fmt_httpdate
|
22 years ago |
leitner
|
a3b08eb5e5
|
add fmt_human and fmt_humank
|
22 years ago |
leitner
|
0546ea048c
|
add html encoders
add vd (mldonkey support program) as test for socket API
|
22 years ago |
leitner
|
b4f14ed6f7
|
add stralloc versions of textcode (Kai Ruemmler)
|
22 years ago |
leitner
|
f8409a0787
|
more man page typos
|
22 years ago |
leitner
|
e3b6d64e70
|
fix typo (Hynek)
|
22 years ago |
leitner
|
21df155d61
|
add el-cheapo MIME decoding to test/uudecode
make install forgot to install ndelay.h
|
22 years ago |
leitner
|
92594f480b
|
use sys/poll.h instead of poll.h for iopause
scan_ip6 returned 1 for "::"
|
22 years ago |
leitner
|
2cd4641da9
|
add stralloc_diff and stralloc_diffs
|
22 years ago |
leitner
|
b7154a5d3c
|
man pages gave wrong include path (Hynek Schlawack)
|
22 years ago |
leitner
|
4f91afcbd2
|
yenc reconstruction feature for uudecode
|
22 years ago |
leitner
|
053aadde58
|
add buffer_putsa, buffer_get_token_sa, buffer_getline_sa, stralloc_chomp
and stralloc_chop
|
22 years ago |
leitner
|
008a17b7c9
|
new version tag
|
22 years ago |
leitner
|
a31d25af17
|
document changes, and add dependency on iopause.h to t.c
|
22 years ago |
leitner
|
a0dbb50dc7
|
avoid SIGBUS in byte_copy
|
23 years ago |
leitner
|
52b12478c6
|
only use faster byte_copy on i386 to avoid bus error
|
23 years ago |
leitner
|
e4832a2d23
|
scan_urlencoded should convert '+' to ' '
|
23 years ago |
leitner
|
12e2ed69b6
|
say what Jukka did
|
23 years ago |
leitner
|
dd9b39f970
|
credit Jukka in CHANGES
|
23 years ago |
leitner
|
75a033e481
|
add buffer_putnlflush
|
23 years ago |
leitner
|
eb31b3eb62
|
add uint16_read API like uint32_read
|
23 years ago |
leitner
|
44a5e65081
|
add uninstall target
|
23 years ago |
leitner
|
12fbaf7c9c
|
make buffer_get_token write \0 to buffer on end of file so it can be
distinguished from a length 0 token.
|
23 years ago |
leitner
|
27fe10a2c2
|
add version 0.13 tag
|
23 years ago |
leitner
|
e0437a77ff
|
add yenc
|
23 years ago |
leitner
|
f688af068b
|
add url encoding
|
23 years ago |
leitner
|
5a9a7e6f1a
|
quoted unprintable
|
23 years ago |
leitner
|
d570a9c307
|
add textcode api for uuencode and uudecode, base64 and quoted printable.
|
23 years ago |
leitner
|
c607d1b01d
|
mention man page fixes
|
23 years ago |
leitner
|
a7360d9385
|
fmt_long did not count the '-'
|
23 years ago |
leitner
|
54c76b18f7
|
mention socket changes
|
23 years ago |
leitner
|
6df029a2f8
|
add comments
|
23 years ago |
leitner
|
176cea952b
|
document fmt.h change
|
23 years ago |
leitner
|
ae4b409c55
|
add and update man pages.
|
23 years ago |
leitner
|
57d1ff8ba6
|
document byte_copy bug
|
23 years ago |
leitner
|
f6d554da10
|
Fixed input buffers, thanks to David Lichteblau.
|
23 years ago |
leitner
|
b40bae5bf4
|
fmt_str was broken. It did not check for out==NULL
|
23 years ago |
leitner
|
8ecb47a608
|
bsd and macosx compatibility
|
23 years ago |
leitner
|
b600e2ef32
|
document changes
|
23 years ago |
leitner
|
3076acc1f2
|
0.7 did not exist.
|
24 years ago |
leitner
|
84cd4773f4
|
add mmap library.
|
24 years ago |
leitner
|
3f04a3d284
|
accept4 and accept6
|
24 years ago |
leitner
|
762298de12
|
fmt_ulong did not output '0' properly.
|
24 years ago |
leitner
|
3083708670
|
Initial revision
|
24 years ago |