Felix von Leitner
|
8b636109ab
|
gcc 4 cleanups (mostly unsigned char* vs char*)
|
2005-04-23 15:50:16 +00:00 |
Felix von Leitner
|
95ece3112c
|
gcc 4 breaks our nice alias
|
2005-04-23 14:40:02 +00:00 |
Felix von Leitner
|
1b1a6bbb3e
|
optimize fmt_base64 (Dan Gundlach)
|
2005-04-12 06:48:39 +00:00 |
Felix von Leitner
|
88d87ba975
|
with diet libc, now install into proper platform specific lib dir (using diet -L, available in latest CVS version)
|
2005-04-08 19:43:48 +00:00 |
Felix von Leitner
|
231339251c
|
fix a few man pages
|
2005-04-07 06:49:59 +00:00 |
Felix von Leitner
|
dfa738fe14
|
turns out there is one more error message that can signal missing IPv6
support in the kernel
|
2005-04-07 05:52:55 +00:00 |
Felix von Leitner
|
0b2ec6da99
|
make sure scan_httpdate uses GMT for mktime
|
2005-04-04 10:14:11 +00:00 |
Felix von Leitner
|
43ba9a595c
|
silence two gcc warnings
|
2005-04-01 21:07:10 +00:00 |
Felix von Leitner
|
2dfffe5e4e
|
allow more sharing in win32 mode
|
2005-04-01 18:52:21 +00:00 |
Felix von Leitner
|
16c26cfff8
|
fix shared and private mmapping (Unix and Windoze)
|
2005-04-01 18:44:16 +00:00 |
Felix von Leitner
|
1fc8c534a7
|
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 |
Felix von Leitner
|
7101c05227
|
version bump
|
2005-03-11 22:38:36 +00:00 |
Felix von Leitner
|
d696df703f
|
fix descriptor leak in iob_addfile_close if the range was 0 (oops)
|
2005-03-11 18:34:34 +00:00 |
Felix von Leitner
|
2cd700a10a
|
byte_zero the allocated io_batch in iob_new
|
2005-03-08 20:12:59 +00:00 |
Felix von Leitner
|
21e8a144c1
|
fix mmap_shared
|
2005-03-08 20:09:03 +00:00 |
Felix von Leitner
|
2ea308d374
|
remove cruft
|
2005-03-08 15:06:35 +00:00 |
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)
|
2005-03-08 14:56:36 +00:00 |
Felix von Leitner
|
8d635a10fb
|
document error case
|
2005-03-08 13:54:36 +00:00 |
Felix von Leitner
|
074eab6681
|
fix iob_write to handle failure properly
document that the iob_write callback should limit itself
|
2005-02-22 21:41:57 +00:00 |
Felix von Leitner
|
a10e005871
|
document scan_urlencoded2
|
2005-02-21 13:15:33 +00:00 |
Felix von Leitner
|
f1c6695b15
|
scan_urlencoded2 is like scan_urlencoded, but it will not decode '+' in urls
|
2005-02-21 13:07:13 +00:00 |
Felix von Leitner
|
f4ff2afd64
|
attribute
|
2005-02-04 19:06:26 +00:00 |
Felix von Leitner
|
a811de95f1
|
fix openbsd problem?
|
2005-02-04 19:04:12 +00:00 |
Felix von Leitner
|
a211e4c970
|
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 |
Felix von Leitner
|
af61c0cab4
|
version bump
|
2005-01-31 18:30:14 +00:00 |
Felix von Leitner
|
ab265b3c61
|
for this time for real
|
2005-01-31 18:14:50 +00:00 |
Felix von Leitner
|
ea6895ba02
|
fix make tar target
|
2005-01-31 18:13:46 +00:00 |
Felix von Leitner
|
10688c55b8
|
how could this ever have worked?
|
2005-01-23 02:45:42 +00:00 |
Felix von Leitner
|
f241a2e64c
|
typo
|
2005-01-23 00:08:55 +00:00 |
Felix von Leitner
|
a99281c56d
|
typo, found by Tino Reichardt
|
2005-01-07 16:15:16 +00:00 |
Felix von Leitner
|
0359400b79
|
add buffer_mmapread
|
2005-01-04 22:38:00 +00:00 |
Felix von Leitner
|
715f74d9bb
|
botched updates
|
2004-12-25 16:47:36 +00:00 |
Felix von Leitner
|
562656b531
|
update dependencies
add errmsg_info and msg
|
2004-12-25 16:44:07 +00:00 |
Felix von Leitner
|
30ebd15584
|
add proxy, use errmsg.h in test/dnsip
|
2004-12-17 11:50:40 +00:00 |
Felix von Leitner
|
03e3922f17
|
fix uudecode to also decode one yenc file I came across
|
2004-12-05 00:40:23 +00:00 |
Felix von Leitner
|
9fbd2b60cc
|
signal EOF properly
|
2004-11-27 01:12:04 +00:00 |
Felix von Leitner
|
992833074b
|
fix base64 decoding
|
2004-11-26 22:36:06 +00:00 |
Felix von Leitner
|
33eec6cc3e
|
mention prototype of io_write_callback
|
2004-11-26 19:48:49 +00:00 |
Felix von Leitner
|
f2d7a6b264
|
add iob_write (send io batch through callback, e.g. for SSL)
|
2004-11-25 23:01:44 +00:00 |
Felix von Leitner
|
645ecc0632
|
add iob_write (to write an io batch through a callback)
|
2004-11-25 22:55:46 +00:00 |
Felix von Leitner
|
b0bb9eb23e
|
add RETURN VALUE to man page
|
2004-11-25 21:56:48 +00:00 |
Felix von Leitner
|
6c4ad0514f
|
remove warnings in tests
|
2004-11-25 21:52:35 +00:00 |
Felix von Leitner
|
084f24d25b
|
#include <fmt.h>
|
2004-11-25 21:32:00 +00:00 |
Felix von Leitner
|
b05bf23905
|
cleanups in stralloc and buffer:
int -> long for sizes
char -> unsigned char for strings
|
2004-11-25 21:29:35 +00:00 |
Felix von Leitner
|
e3b165e9e8
|
add buffer_putm and buffer_putmflush
|
2004-11-25 20:51:53 +00:00 |
Felix von Leitner
|
bb7c231fab
|
add buffer_putsaflush
|
2004-11-25 20:21:31 +00:00 |
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
|
2004-11-25 20:07:31 +00:00 |
Felix von Leitner
|
bc4c322160
|
don't output newline if output is not going to terminal
|
2004-11-22 00:33:12 +00:00 |
Felix von Leitner
|
017557490a
|
use madvise MADV_PREFETCH to implement iob_prefetch
|
2004-09-27 19:46:42 +00:00 |
Felix von Leitner
|
f9ca13d8e3
|
man page update
|
2004-09-17 13:51:35 +00:00 |