Commit Graph

510 Commits (132a7ca159f804c62cfea64b06b2c30d0c5b38bf)

Author SHA1 Message Date
Felix von Leitner 132a7ca159 document adding io_block
add rangecheck install target to GNUmakefile
cosmetics in rangecheck.h
2006-04-17 05:09:39 +00:00
Felix von Leitner 3c80bd9309 add io_block 2006-04-17 05:07:43 +00:00
Felix von Leitner f3274b8c09 add man pages 2006-04-17 05:06:10 +00:00
Felix von Leitner dcbc90e2c6 add rangecheck.h 2006-04-17 04:33:40 +00:00
Felix von Leitner a7e38d1667 typo in comment 2005-12-28 16:48:17 +00:00
Felix von Leitner f750c47430 add prototypes for traversal api 2005-11-25 15:44:35 +00:00
Felix von Leitner d1e5d39bfe include cdb into libowfat.a 2005-11-25 15:39:58 +00:00
Felix von Leitner f480766806 remove public domain notices (my modified versions are no longer public
domain but GPL)
2005-11-25 15:07:37 +00:00
Felix von Leitner 1d2a0b9e47 oops 2005-11-25 15:06:44 +00:00
Felix von Leitner 9000be95a8 add cdb_make.h 2005-11-25 15:06:09 +00:00
Felix von Leitner 402d4a55d0 unsigned int -> unsigned long int for length 2005-11-25 15:03:50 +00:00
Felix von Leitner 03806dc0c8 add cdb 2005-11-25 15:02:31 +00:00
Felix von Leitner 6ec259a6c5 new Makefile 2005-11-05 19:34:54 +00:00
Felix von Leitner 97f3315947 add taia_half 2005-10-14 15:37:19 +00:00
Felix von Leitner 07d1f3552c add errmsg_int.h 2005-10-14 15:33:33 +00:00
Felix von Leitner c89e6b4fcc implement Nikola's idea to remove limit number of strings in errmsg 2005-10-14 15:33:21 +00:00
Felix von Leitner b26cb901c3 remove printf 2005-10-12 15:21:27 +00:00
Felix von Leitner 34cd7e4604 add a few examples 2005-10-04 11:42:02 +00:00
Felix von Leitner 4ed5467435 cut and paste bug (Max Berncker) 2005-09-10 22:36:53 +00:00
Felix von Leitner 2e87886163 further Windoze support (test/io5.c works, gatling still doesn't)
This is just to get gatling to work, I may remove it again after
    that.
2005-09-09 22:12:23 +00:00
Felix von Leitner a8fb810465 io_close resets the cookie 2005-09-02 21:52:22 +00:00
Felix von Leitner 4653054e12 add -D_REENTRANT to CFLAGS so libowfat can be used in multi-threaded
programs
2005-09-02 21:11:58 +00:00
Felix von Leitner 16168a5610 document changes 2005-08-24 19:22:06 +00:00
Felix von Leitner 2b3a136342 no debug 2005-08-24 17:32:20 +00:00
Felix von Leitner e01f09c988 don't shrink in array_allocate 2005-08-24 17:30:40 +00:00
Felix von Leitner 39747473ba add some debug stuff 2005-08-24 17:13:35 +00:00
Felix von Leitner 27cba179b6 whut 2005-08-24 16:08:15 +00:00
Felix von Leitner 3613fa18ff add prototype for dns_name6 (Rolf Eike Beer)
add FMT_IP4 and FMT_IP6 for consistency
2005-08-12 10:10:42 +00:00
Felix von Leitner 93eb7241aa version dump 2005-08-09 18:14:10 +00:00
Felix von Leitner e446863db3 update Makefile 2005-08-09 18:13:10 +00:00
Felix von Leitner e407310547 make sure buffer_get tries to get all the bytes it was asked for 2005-08-09 11:04:44 +00:00
Felix von Leitner fef6c061ce socket_accept4 should cope with being passed NULL pointers 2005-08-05 15:45:22 +00:00
Felix von Leitner fdbb11a4e5 only write if dest is non-NULL 2005-08-05 14:38:28 +00:00
Felix von Leitner dd67233af1 new makefile 2005-07-25 19:19:29 +00:00
Felix von Leitner 237ff729b3 turns out the imult routines (which I never used) were incorrect.
Noted by Matthew Dempsky
  open_* from open.h now open in large file mode
2005-07-15 20:57:07 +00:00
Felix von Leitner e868cb15bb Uh, it's #warning and not #warn. *blush* 2005-07-01 19:32:04 +00:00
Felix von Leitner ee33cae46a document kludge 2005-07-01 19:30:52 +00:00
Felix von Leitner b83c6cbcbc Work around OpenBSD. Again. 2005-07-01 19:30:01 +00:00
Felix von Leitner becc322e12 fix scan_to_sa (Tim Lorenz) 2005-06-08 04:08:18 +00:00
Felix von Leitner 3ed5acbc60 version bump 2005-05-24 08:51:21 +00:00
Felix von Leitner aa162958d4 update Makefile 2005-05-20 15:39:36 +00:00
Felix von Leitner 341c3fed85 work around broken Solaris sys/socket.h 2005-05-20 14:42:42 +00:00
Felix von Leitner 8b2036b21e IRIX compatibility (yuck!) 2005-05-20 14:14:15 +00:00
Felix von Leitner a667721589 revert testing change 2005-05-12 08:03:38 +00:00
Felix von Leitner e5c56dc6b0 remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
2005-05-12 06:52:29 +00:00
Felix von Leitner 4f5117a604 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")
2005-05-05 15:55:41 +00:00
Felix von Leitner acd4fab986 update Makefile 2005-05-04 13:42:39 +00:00
Felix von Leitner f4cfcbe6c6 remove gcc4-only warning option 2005-05-03 12:14:29 +00:00
Felix von Leitner 513ee82192 fix scan_xlong, scan_xlonglong and scan_8long 2005-04-25 19:41:51 +00:00
Felix von Leitner 8b636109ab gcc 4 cleanups (mostly unsigned char* vs char*) 2005-04-23 15:50:16 +00:00