599 Commits

Author SHA1 Message Date
leitner
0080e0311a allow more sharing in win32 mode 2005-04-01 18:52:21 +00:00
leitner
43493f0c56 fix shared and private mmapping (Unix and Windoze) 2005-04-01 18:44:16 +00:00
leitner
60f3320ae0 allow specifying more characters to encode for subset encoders (for
example, you can say that fmt_quotedprintable should also escape ':', if
you want to use ':' as separator in a data file.
2005-03-30 13:22:17 +00:00
leitner
2ec9f6dc9f version bump 2005-03-11 22:38:36 +00:00
leitner
11da04b651 fix descriptor leak in iob_addfile_close if the range was 0 (oops) 2005-03-11 18:34:34 +00:00
leitner
1205a3d38f byte_zero the allocated io_batch in iob_new 2005-03-08 20:12:59 +00:00
leitner
e9e8886089 fix mmap_shared 2005-03-08 20:09:03 +00:00
leitner
882885fdff remove cruft 2005-03-08 15:06:35 +00:00
leitner
9eb09b5bfe add iob_free and man page for iob_reset.
check in some windoze compat crap (still does not compile through for
windoze)
2005-03-08 14:56:36 +00:00
leitner
e73c3e85f1 document error case 2005-03-08 13:54:36 +00:00
leitner
bbf4c614bf fix iob_write to handle failure properly
document that the iob_write callback should limit itself
2005-02-22 21:41:57 +00:00
leitner
f8d16ad407 document scan_urlencoded2 2005-02-21 13:15:33 +00:00
leitner
f7809e36df scan_urlencoded2 is like scan_urlencoded, but it will not decode '+' in urls 2005-02-21 13:07:13 +00:00
leitner
9cc9bf0e1b attribute 2005-02-04 19:06:26 +00:00
leitner
f4c8a0c7c2 fix openbsd problem? 2005-02-04 19:04:12 +00:00
leitner
d6b7c29808 uh, the scope_id detection #defined the wrong constant. libowfat
always thought there was no scope_id.  Oops.
2005-02-02 19:34:00 +00:00
leitner
4a3c687ea9 version bump 2005-01-31 18:30:14 +00:00
leitner
3524bc2b33 for this time for real 2005-01-31 18:14:50 +00:00
leitner
3407e87536 fix make tar target 2005-01-31 18:13:46 +00:00
leitner
fd4344f3c0 how could this ever have worked? 2005-01-23 02:45:42 +00:00
leitner
8946f912e8 typo 2005-01-23 00:08:55 +00:00
leitner
89c12ba545 typo, found by Tino Reichardt 2005-01-07 16:15:16 +00:00
leitner
34df761a0a add buffer_mmapread 2005-01-04 22:38:00 +00:00
leitner
f6f16b116c botched updates 2004-12-25 16:47:36 +00:00
leitner
b617d63d1e update dependencies
add errmsg_info and msg
2004-12-25 16:44:07 +00:00
leitner
e520740f09 add proxy, use errmsg.h in test/dnsip 2004-12-17 11:50:40 +00:00
leitner
5553129f01 fix uudecode to also decode one yenc file I came across 2004-12-05 00:40:23 +00:00
leitner
77c5e333db signal EOF properly 2004-11-27 01:12:04 +00:00
leitner
f3c6288559 fix base64 decoding 2004-11-26 22:36:06 +00:00
leitner
bffb1dab90 mention prototype of io_write_callback 2004-11-26 19:48:49 +00:00
leitner
86cfc33dab add iob_write (send io batch through callback, e.g. for SSL) 2004-11-25 23:01:44 +00:00
leitner
b48ce77792 add iob_write (to write an io batch through a callback) 2004-11-25 22:55:46 +00:00
leitner
ccba2abe9b add RETURN VALUE to man page 2004-11-25 21:56:48 +00:00
leitner
0b30b66db1 remove warnings in tests 2004-11-25 21:52:35 +00:00
leitner
ff026235d2 #include <fmt.h> 2004-11-25 21:32:00 +00:00
leitner
5eb1cdf888 cleanups in stralloc and buffer:
int -> long for sizes
    char -> unsigned char for strings
2004-11-25 21:29:35 +00:00
leitner
38ef27207a add buffer_putm and buffer_putmflush 2004-11-25 20:51:53 +00:00
leitner
5dfea5617e add buffer_putsaflush 2004-11-25 20:21:31 +00:00
leitner
82b0bb6f39 extend API To read line/token to stralloc to allow clearing the
stralloc first.
  add stralloc_zero to clear a stralloc
2004-11-25 20:07:31 +00:00
leitner
dd66bcb7c3 don't output newline if output is not going to terminal 2004-11-22 00:33:12 +00:00
leitner
e95599085a use madvise MADV_PREFETCH to implement iob_prefetch 2004-09-27 19:46:42 +00:00
leitner
8873a442f2 man page update 2004-09-17 13:51:35 +00:00
leitner
eb4e19fc23 add url to solaris 10 event notification api 2004-09-13 11:59:10 +00:00
leitner
132061b4d3 add { } while (0) trick to errmsg macros 2004-08-26 16:08:37 +00:00
leitner
897e787b5e remove warning (changed API from int to long) 2004-08-01 22:51:33 +00:00
leitner
156ba1d275 bump version 2004-07-29 11:12:53 +00:00
leitner
7c6b77840e argh, my sed cannot do \< ?!? 2004-07-29 10:59:40 +00:00
leitner
15502bb3c1 new Makefile, better dependencies for Makefile in GNUmakefile 2004-07-29 10:55:25 +00:00
leitner
f4108178f2 fix case where iob_send sends all from io batch, but then new data is
added and iob_send is called again
2004-07-21 16:35:31 +00:00
leitner
523f6f4765 cosmetics: use write instead of writev if there is only one buffer to
write (looks nicer in strace)
2004-07-21 16:00:47 +00:00