492 Commits (8a93baebee5902dd55eff6fefc08ab73406e9938)
 

Author SHA1 Message Date
leitner 882885fdff remove cruft 20 years ago
leitner 9eb09b5bfe add iob_free and man page for iob_reset.
check in some windoze compat crap (still does not compile through for
windoze)
20 years ago
leitner e73c3e85f1 document error case 20 years ago
leitner bbf4c614bf fix iob_write to handle failure properly
document that the iob_write callback should limit itself
20 years ago
leitner f8d16ad407 document scan_urlencoded2 20 years ago
leitner f7809e36df scan_urlencoded2 is like scan_urlencoded, but it will not decode '+' in urls 20 years ago
leitner 9cc9bf0e1b attribute 20 years ago
leitner f4c8a0c7c2 fix openbsd problem? 20 years ago
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 3524bc2b33 for this time for real 20 years ago
leitner 3407e87536 fix make tar target 20 years ago
leitner fd4344f3c0 how could this ever have worked? 20 years ago
leitner 8946f912e8 typo 20 years ago
leitner 89c12ba545 typo, found by Tino Reichardt 20 years ago
leitner 34df761a0a add buffer_mmapread 20 years ago
leitner f6f16b116c botched updates 20 years ago
leitner b617d63d1e update dependencies
add errmsg_info and msg
20 years ago
leitner e520740f09 add proxy, use errmsg.h in test/dnsip 20 years ago
leitner 5553129f01 fix uudecode to also decode one yenc file I came across 20 years ago
leitner 77c5e333db signal EOF properly 20 years ago
leitner f3c6288559 fix base64 decoding 20 years ago
leitner bffb1dab90 mention prototype of io_write_callback 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 ccba2abe9b add RETURN VALUE to man page 20 years ago
leitner 0b30b66db1 remove warnings in tests 20 years ago
leitner ff026235d2 #include <fmt.h> 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 dd66bcb7c3 don't output newline if output is not going to terminal 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 eb4e19fc23 add url to solaris 10 event notification api 20 years ago
leitner 132061b4d3 add { } while (0) trick to errmsg macros 20 years ago
leitner 897e787b5e remove warning (changed API from int to long) 20 years ago
leitner 156ba1d275 bump version 20 years ago
leitner 7c6b77840e argh, my sed cannot do \< ?!? 20 years ago
leitner 15502bb3c1 new Makefile, better dependencies for Makefile in GNUmakefile 20 years ago
leitner f4108178f2 fix case where iob_send sends all from io batch, but then new data is
added and iob_send is called again
20 years ago
leitner 523f6f4765 cosmetics: use write instead of writev if there is only one buffer to
write (looks nicer in strace)
20 years ago
leitner 2041392b9f oops, forgot to commit 20 years ago
leitner d3afa18c42 dns_name6_domain -> void
man page clarifications
20 years ago
leitner 155762ce19 Uh, it's <stdlib.h> and not <unistd.h> 20 years ago
leitner 112a38b9bb include <unistd.h> in errmsg.h for exit() 20 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 1e871b1c32 actually return 0 on success in io_passfd 21 years ago