Felix von Leitner
|
2cd700a10a
|
byte_zero the allocated io_batch in iob_new
|
16 years ago |
Felix von Leitner
|
21e8a144c1
|
fix mmap_shared
|
16 years ago |
Felix von Leitner
|
2ea308d374
|
remove cruft
|
16 years ago |
Felix von Leitner
|
61a51950d4
|
add iob_free and man page for iob_reset.
check in some windoze compat crap (still does not compile through for
windoze)
|
16 years ago |
Felix von Leitner
|
8d635a10fb
|
document error case
|
16 years ago |
Felix von Leitner
|
074eab6681
|
fix iob_write to handle failure properly
document that the iob_write callback should limit itself
|
16 years ago |
Felix von Leitner
|
a10e005871
|
document scan_urlencoded2
|
16 years ago |
Felix von Leitner
|
f1c6695b15
|
scan_urlencoded2 is like scan_urlencoded, but it will not decode '+' in urls
|
16 years ago |
Felix von Leitner
|
f4ff2afd64
|
attribute
|
16 years ago |
Felix von Leitner
|
a811de95f1
|
fix openbsd problem?
|
16 years ago |
Felix von Leitner
|
a211e4c970
|
uh, the scope_id detection #defined the wrong constant. libowfat
always thought there was no scope_id. Oops.
|
16 years ago |
Felix von Leitner
|
af61c0cab4
|
version bump
|
16 years ago |
Felix von Leitner
|
ab265b3c61
|
for this time for real
|
16 years ago |
Felix von Leitner
|
ea6895ba02
|
fix make tar target
|
16 years ago |
Felix von Leitner
|
10688c55b8
|
how could this ever have worked?
|
16 years ago |
Felix von Leitner
|
f241a2e64c
|
typo
|
16 years ago |
Felix von Leitner
|
a99281c56d
|
typo, found by Tino Reichardt
|
16 years ago |
Felix von Leitner
|
0359400b79
|
add buffer_mmapread
|
16 years ago |
Felix von Leitner
|
715f74d9bb
|
botched updates
|
16 years ago |
Felix von Leitner
|
562656b531
|
update dependencies
add errmsg_info and msg
|
16 years ago |
Felix von Leitner
|
30ebd15584
|
add proxy, use errmsg.h in test/dnsip
|
16 years ago |
Felix von Leitner
|
03e3922f17
|
fix uudecode to also decode one yenc file I came across
|
16 years ago |
Felix von Leitner
|
9fbd2b60cc
|
signal EOF properly
|
16 years ago |
Felix von Leitner
|
992833074b
|
fix base64 decoding
|
16 years ago |
Felix von Leitner
|
33eec6cc3e
|
mention prototype of io_write_callback
|
16 years ago |
Felix von Leitner
|
f2d7a6b264
|
add iob_write (send io batch through callback, e.g. for SSL)
|
16 years ago |
Felix von Leitner
|
645ecc0632
|
add iob_write (to write an io batch through a callback)
|
16 years ago |
Felix von Leitner
|
b0bb9eb23e
|
add RETURN VALUE to man page
|
16 years ago |
Felix von Leitner
|
6c4ad0514f
|
remove warnings in tests
|
16 years ago |
Felix von Leitner
|
084f24d25b
|
#include <fmt.h>
|
16 years ago |
Felix von Leitner
|
b05bf23905
|
cleanups in stralloc and buffer:
int -> long for sizes
char -> unsigned char for strings
|
16 years ago |
Felix von Leitner
|
e3b165e9e8
|
add buffer_putm and buffer_putmflush
|
16 years ago |
Felix von Leitner
|
bb7c231fab
|
add buffer_putsaflush
|
16 years ago |
Felix von Leitner
|
429a61b461
|
extend API To read line/token to stralloc to allow clearing the
stralloc first.
add stralloc_zero to clear a stralloc
|
16 years ago |
Felix von Leitner
|
bc4c322160
|
don't output newline if output is not going to terminal
|
16 years ago |
Felix von Leitner
|
017557490a
|
use madvise MADV_PREFETCH to implement iob_prefetch
|
16 years ago |
Felix von Leitner
|
f9ca13d8e3
|
man page update
|
16 years ago |
Felix von Leitner
|
b15ce9ec84
|
add url to solaris 10 event notification api
|
16 years ago |
Felix von Leitner
|
21ddca0884
|
add { } while (0) trick to errmsg macros
|
16 years ago |
Felix von Leitner
|
bf99affbdb
|
remove warning (changed API from int to long)
|
16 years ago |
Felix von Leitner
|
4bb4f869c7
|
bump version
|
16 years ago |
Felix von Leitner
|
9ad2b6d5c7
|
argh, my sed cannot do \< ?!?
|
16 years ago |
Felix von Leitner
|
0fe63254a1
|
new Makefile, better dependencies for Makefile in GNUmakefile
|
16 years ago |
Felix von Leitner
|
315ab58746
|
fix case where iob_send sends all from io batch, but then new data is
added and iob_send is called again
|
16 years ago |
Felix von Leitner
|
1892543745
|
cosmetics: use write instead of writev if there is only one buffer to
write (looks nicer in strace)
|
16 years ago |
Felix von Leitner
|
f3ef6b7a19
|
oops, forgot to commit
|
16 years ago |
Felix von Leitner
|
f0e8c7cffb
|
dns_name6_domain -> void
man page clarifications
|
16 years ago |
Felix von Leitner
|
af2e0e944f
|
Uh, it's <stdlib.h> and not <unistd.h>
|
16 years ago |
Felix von Leitner
|
dd63632da8
|
include <unistd.h> in errmsg.h for exit()
|
16 years ago |
Felix von Leitner
|
c431accd41
|
Solaris compatibility for io_passfd and io_receivefd (untested, but at
least it compiles)
|
16 years ago |