Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 years ago |
Daniel Stenberg
|
cff89bc088
cookie: replace use of fgets() with custom version
|
8 years ago |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
8 years ago |
Daniel Stenberg
|
502acba2af
strcasecompare: is the new name for strequal()
|
8 years ago |
Daniel Stenberg
|
c5be3d7267
cookies: getlist() now holds deep copies of all cookies
|
8 years ago |
Sergei Kuzmin
|
54e48b14e1
cookies: same domain handling changed to match browser behavior
|
8 years ago |
Viktor Szakats
|
bcc8f485e5
cookie.c: Fix misleading indentation
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 years ago |
Daniel Stenberg
|
7f7fcd0d75
cookies: first n/v pair in Set-Cookie: is the cookie, then parameters
|
8 years ago |
Tim Rühsen
|
c140bd7891
cookie: do not refuse cookies for localhost
|
8 years ago |
Jay Satiro
|
20de9b4f09
cookie: Don't expire session cookies in remove_expired
|
8 years ago |
Daniel Stenberg
|
33a0a926c5
cookie: remove redundant check
|
8 years ago |
Daniel Stenberg
|
18c735e790
cookies: allow spaces in cookie names, cut of trailing spaces
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Tim Rühsen
|
e77b5b7453
cookies: Add support for Mozilla's Publix Suffix List
|
9 years ago |
Jay Satiro
|
ef0fdb83b8
cookie: Fix bug in export if any-domain cookie is present
|
9 years ago |
Jay Satiro
|
3013bb6b1c
cookie: Stop exporting any-domain cookies
|
9 years ago |
Jay Satiro
|
e8423f9ce1
curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT
|
9 years ago |
Daniel Stenberg
|
b5f947b8ac
cookie: cookie parser out of boundary memory access
|
9 years ago |
Daniel Stenberg
|
2685041a5c
cookie: handle spaces after the name in Set-Cookie
|
9 years ago |
Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
9 years ago |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
9 years ago |
Markus Elfring
|
29c655c0a6
Bug #149: Deletion of unnecessary checks before calls of the function "free"
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Dan Fandrich
|
41f1f6e830
cookies: Improved OOM handling in cookies
|
10 years ago |
Dan Fandrich
|
2adf294602
cookie.c: Refactored cleanup code to simplify
|
10 years ago |
Daniel Stenberg
|
a76825a5ef
cookies: reject incoming cookies set for TLDs
|
10 years ago |
Tim Ruehsen
|
8a75dbeb23
cookies: only use full host matches for hosts used as IP address
|
10 years ago |
Daniel Stenberg
|
ecaf2f02f1
cookie: max-age fixes
|
10 years ago |