Daniel Stenberg
|
2825f46d95
CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size
|
hace 6 años |
Daniel Stenberg
|
1a890997a4
all: s/int/size_t cleanup
|
hace 6 años |
Daniel Stenberg
|
e6e9b006f7
upload: allocate upload buffer on-demand
|
hace 6 años |
Daniel Stenberg
|
45d45275e1
smb: don't mark it done in smb_do
|
hace 6 años |
Daniel Stenberg
|
09e401e01b
smb: fix memory leak on early failure
|
hace 6 años |
Daniel Stenberg
|
73af7bcd61
smb_getsock: always wait for write socket too
|
hace 6 años |
Daniel Stenberg
|
5b511b0958
smb: fix memory-leak in URL parse error path
|
hace 6 años |
Daniel Stenberg
|
9cacc24630
smb: reject negative file sizes
|
hace 6 años |
Daniel Stenberg
|
23722c515f
get_posix_time: only check for overflows if they can happen!
|
hace 6 años |
Daniel Stenberg
|
8f69a9f28a
time: support > year 2038 time stamps for system with 32bit long
|
hace 6 años |
Daniel Stenberg
|
25c40c9af9
SMB: fix numeric constant suffix and variable types
|
hace 6 años |
Daniel Stenberg
|
fa1512b2a0
SMB: fix uninitialized local variable
|
hace 7 años |
Marcel Raad
|
59a0fb2439
smb: rename variable to fix shadowing warning
|
hace 7 años |
Gisle Vanem
|
596cfb6c0a
smb: add support for CURLOPT_FILETIME
|
hace 7 años |
Gisle Vanem
|
f8dba473a8
smb: fix build for djgpp/MSDOS
|
hace 7 años |
Max Dymond
|
c75f63d7c4
handler: refactor connection checking
|
hace 7 años |
Daniel Stenberg
|
89cf6f38d2
upload: UPLOAD_BUFSIZE is now for the upload buffer
|
hace 7 años |
Marcel Raad
|
9bc92eeb0e
NTLM: check for features with #ifdef instead of #if
|
hace 7 años |
Daniel Stenberg
|
de1c1a8d85
smb: use getpid replacement for windows UWP builds
|
hace 7 años |
Daniel Stenberg
|
97c7591a57
smb: code indent
|
hace 7 años |
Patrick Monnerat
|
8034d8fc62
Declare endian read functions argument as a const pointer.
|
hace 8 años |
Tobias Stoeckmann
|
8272049062
smb: properly check incoming packet boundaries
|
hace 8 años |
Daniel Stenberg
|
6655e30691
conn: don't free easy handle data in handler->disconnect
|
hace 8 años |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
hace 8 años |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
hace 8 años |
Steve Holme
|
b7f3f1b68f
smb.c: Fixed compilation warnings
|
hace 9 años |
Daniel Stenberg
|
50c7f17e50
SMB: rangecheck values read off incoming packet
|
hace 9 años |
Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
hace 9 años |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
hace 9 años |
Steve Holme
|
a3daf542ad
smb: Use endian functions for reading NBT and message size values
|
hace 10 años |