aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
AgeCommit message (Collapse)Author
2001-11-06myalarm() is history, we now use HAVE_ALARM and we now do our very best toDaniel Stenberg
1 - restore the previous sigaction struct as soon as we are about to shut off our timeout 2 - restore the previous alarm() timeout, in case an application or similar had it running before we "borrowed" it for a while. No, this does not fix the multi-thread problem you get with alarm(). This patch should correct bug report #478780: //sourceforge.net/tracker/?func=detail&atid=100976&aid=478780&group_id=976 If not, please post details!
2001-11-02Replaced read() and write() with recv() and send() for socket operationsDaniel Stenberg
even under normal unixes.
2001-10-02major connecting updatesDaniel Stenberg
2001-08-24cleanupsDaniel Stenberg
2001-08-06adjusted for VMSDaniel Stenberg
2001-05-31if NEED_REENTRANT is set, define _REENTRANT already here since it has toDaniel Stenberg
be defined as many include files as possible (Solaris req)
2001-01-25use recv()/send() instead of read()/write() with socketsDaniel Stenberg
2001-01-03dual-license fixDaniel Stenberg
2000-10-26removed old unused getpass() leftoversDaniel Stenberg
2000-10-09added the bool typedef, moved here from curl/curl.hDaniel Stenberg
2000-08-24include config.h firstDaniel Stenberg
2000-06-20haxx.nu => haxx.seDaniel Stenberg
2000-05-22moved here from the newlib branchDaniel Stenberg
2000-01-17Joern.Hartroth@telekom.de rightfully suggested two #include include fixesDaniel Stenberg
1999-12-29Initial revisionDaniel Stenberg