コミット履歴

作者 SHA1 メッセージ 日付
  Yang Tse 33a3753c3f libcurl's memory.h renamed to curl_memory.h 15 年 前
  Yang Tse 95368d9cb4 fix compiler warning: enumerated type mixed with another type 15 年 前
  Dan Fandrich 18e1bee8d5 Properly return an error code in curl_easy_recv (reported by Jim Freeman). 15 年 前
  Daniel Stenberg bdec6f2b20 - Frank Hempel found out a bug and provided the fix: 15 年 前
  Yang Tse e813bf31d7 Introduced curl_sspi.c and curl_sspi.h for the implementation of functions 16 年 前
  Dan Fandrich bc93011554 Unified much of the SessionHandle initialization done in Curl_open() and 16 年 前
  Daniel Stenberg 0f5895faee - Bug report #2416182 titled "crash in ConnectionExists when using 16 年 前
  Yang Tse 5779283a52 attempt to fix or allow further detection of an elusive icc SIGSEGV 16 年 前
  Yang Tse aed98c5125 fix compiler warning: declaration of 'err' shadows a previous local 16 年 前
  Dan Fandrich 8f467b4288 Removed unneeded includes of signal.h and setjmp.h 16 年 前
  Dan Fandrich 152cf6325d Checked in some grammatical and minor other fixes in the documentation and 16 年 前
  Yang Tse 59e378f48f remove unnecessary typecasting of malloc() 16 年 前
  Yang Tse a622fd90b4 remove unnecessary typecasting of calloc() 16 年 前
  Daniel Stenberg 873e734c39 - Dmitriy Sergeyev pointed out that curl_easy_pause() didn't unpause properly 16 年 前
  Yang Tse 79ffbf7fe1 MSVC adjustment 16 年 前
  Daniel Stenberg 19d0a7495e minor code indent fixes 16 年 前
  Daniel Stenberg f8a3aa91cd - Constantine Sapuntzakis filed bug report #2042430 16 年 前
  Daniel Stenberg 514592b892 - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send 16 年 前
  Dan Fandrich 1960eebc2d Added support for running on Symbian OS. 16 年 前
  Daniel Stenberg ebaf06a741 - Alexey Simak fixed curl_easy_reset() to reset the max redirect limit properly 16 年 前
  Michal Marek d13be06aaa Removed the generated ca-bundle.h file. The verbatim value of $ca and 16 年 前
  Michal Marek 86cbb23282 - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by 16 年 前
  Michal Marek 6f3166c15b - Added curl_easy_getinfo typechecker. 16 年 前
  Michal Marek 7a8a20416f - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only 16 年 前
  Daniel Stenberg 991505e077 Woops, partly revert my previous commit and do it slightly differently instead. 17 年 前
  Daniel Stenberg de23b98522 Introducing curl_easy_pause() and new magic return codes for both the read 17 年 前
  Daniel Stenberg 13648f8ccd struct HandleData is now called struct SingleRequest, and is only for data that 17 年 前
  Daniel Stenberg 86956c2261 white space changes only to clean up indent and source width 17 年 前
  Daniel Stenberg ad6e28073c removed space after if and while before the parenthesis for better source code 17 年 前
  Dan Fandrich 523767660c Fixed some minor mismatched types found by splint. 17 年 前