462 Commits (eeffc363876c6cb2a8a049bef6ff541215f64736)
 

Author SHA1 Message Date
leitner eeffc36387 remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
20 years ago
leitner 6196f771cd remove a few gcc 4 warnings
work around freebsd 5.4 brokenness (if you don't have IPv6 in the
    kernel, socket(PF_INET6,SOCK_STREAM,0) returns EPROTONOSUPPORT
    instead of EPFNOSUPPORT, which basically says "yeah, I know IPv6,
    but TCP?  never heard of it")
20 years ago
leitner e62f4901c8 update Makefile 20 years ago
leitner 9405f1271b remove gcc4-only warning option 20 years ago
leitner 05bf627d01 fix scan_xlong, scan_xlonglong and scan_8long 20 years ago
leitner c874604f12 gcc 4 cleanups (mostly unsigned char* vs char*) 20 years ago
leitner dd5f8d13c3 gcc 4 breaks our nice alias 20 years ago
leitner 828aa295f1 optimize fmt_base64 (Dan Gundlach) 20 years ago
leitner 8853a10fc3 with diet libc, now install into proper platform specific lib dir (using diet -L, available in latest CVS version) 20 years ago
leitner 20c994bf59 fix a few man pages 20 years ago
leitner 9210337fa5 turns out there is one more error message that can signal missing IPv6
support in the kernel
20 years ago
leitner 265e2df10c make sure scan_httpdate uses GMT for mktime 20 years ago
leitner 7cd919d333 silence two gcc warnings 20 years ago
leitner 0080e0311a allow more sharing in win32 mode 20 years ago
leitner 43493f0c56 fix shared and private mmapping (Unix and Windoze) 20 years ago
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.
20 years ago
leitner 2ec9f6dc9f version bump 20 years ago
leitner 11da04b651 fix descriptor leak in iob_addfile_close if the range was 0 (oops) 20 years ago
leitner 1205a3d38f byte_zero the allocated io_batch in iob_new 20 years ago
leitner e9e8886089 fix mmap_shared 20 years ago
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