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 година |