Daniel Stenberg
|
8a6e89a9eb
select: switch to macros in uppercase
|
8 年之前 |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 年之前 |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 年之前 |
Daniel Stenberg
|
a71012c03e
code: style updates
|
8 年之前 |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 年之前 |
Markus Elfring
|
29c655c0a6
Bug #149: Deletion of unnecessary checks before calls of the function "free"
|
9 年之前 |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 年之前 |
Daniel Stenberg
|
0eb3d15ccb
code cleanup: we prefer 'CURLcode result'
|
10 年之前 |
Daniel Stenberg
|
65db980106
Curl_pp_flushsend: skip superfluous assignment
|
10 年之前 |
Daniel Stenberg
|
8e34d3f9ef
Curl_pp_readresp: remove superfluous assignment
|
10 年之前 |
Daniel Stenberg
|
2618e4caae
Curl_pp_readresp: use memmove not memcpy, possibly overlapping areas
|
11 年之前 |
Daniel Stenberg
|
1deac31eba
Curl_pp_readresp: replace stupid loop with memcpy
|
11 年之前 |
Daniel Stenberg
|
bf468fb589
Curl_pp_readresp: zero terminate line
|
11 年之前 |
Daniel Stenberg
|
11e8066ef9
vtls: renamed sslgen.[ch] to vtls.[ch]
|
11 年之前 |
Daniel Stenberg
|
eccf4fb7ee
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
|
11 年之前 |
Jiri Hruska
|
6d9cddc513
pingpong: Check SSL library buffers for already read data
|
11 年之前 |
Daniel Stenberg
|
bb55293313
FTP: remove krb4 support
|
11 年之前 |
Steve Holme
|
fa637c6cab
pingpong.c: Fix enumerated type mixed with another type
|
11 年之前 |
Jiri Hruska
|
296b9a5af0
Fixed checking the socket if there is data waiting in the cache
|
11 年之前 |
Jiri Hruska
|
cd65ecb2e8
pingpong: Introduce Curl_pp_moredata()
|
11 年之前 |
Daniel Stenberg
|
ed7174c6f6
compiler warning fix: declaration of 'wait' shadows a global declaration
|
11 年之前 |
Daniel Stenberg
|
c25383ae13
rename "easy" statemachines: call them block instead
|
11 年之前 |
Steve Holme
|
b56c9eb48e
pingpong: Optimised the endofresp() function
|
11 年之前 |
Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 年之前 |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 年之前 |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 年之前 |
Yang Tse
|
13606bbfde
build: make use of 93 lib/*.c renamed files
|
12 年之前 |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 年之前 |
Daniel Stenberg
|
b2954e66e8
FTP: prevent the multi interface from blocking
|
12 年之前 |
Daniel Stenberg
|
06a83e8050
pingpong: change two comments wrongly referring "FTP"
|
13 年之前 |